From 8f6b51ccb212ba677355536beed3e765b89423d7 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 13 Dec 2005 02:07:16 +0000 Subject: [PATCH] * various: merge changes made in gramps20 up until R2_0_9 tag. svn: r5544 --- gramps2/ChangeLog | 109 +- .../gramps-manual/C/figures/first-open.png | Bin 14075 -> 17781 bytes gramps2/doc/gramps-manual/C/getstart.xml | 152 +- gramps2/doc/gramps-manual/C/preface.xml | 412 +- gramps2/doc/gramps-manual/C/usage.xml | 2 +- gramps2/doc/gramps-manual/Makefile.am | 2 +- gramps2/doc/gramps-manual/fr/Makefile.am | 1 + gramps2/doc/gramps-manual/fr/cmdline.xml | 1 + gramps2/doc/gramps-manual/fr/cmdplug.xml | 1528 ++++++++ .../gramps-manual/fr/figures/export-druid.png | Bin 0 -> 12836 bytes .../fr/figures/pedigree-siblings-cut.png | Bin 0 -> 11871 bytes .../doc/gramps-manual/fr/gramps-manual.xml | 3 +- gramps2/src/DateDisplay.py | 1 + gramps2/src/GrampsDisplay.py | 26 +- gramps2/src/ReadGrdb.py | 28 +- gramps2/src/Report.py | 73 +- gramps2/src/Utils.py | 33 +- gramps2/src/dates/Date_fr.py | 8 + gramps2/src/dates/Date_nl.py | 37 +- gramps2/src/docgen/AbiWord2Doc.py | 5 +- gramps2/src/docgen/OpenOfficeDoc.py | 9 +- gramps2/src/gramps.glade | 2036 +++++++++- gramps2/src/plugins/ChangeNames.py | 4 +- gramps2/src/plugins/Checkpoint.py | 4 +- gramps2/src/plugins/Desbrowser.py | 4 +- gramps2/src/plugins/EventCmp.py | 4 +- gramps2/src/plugins/FilterEditor.py | 4 +- gramps2/src/plugins/Merge.py | 8 +- gramps2/src/plugins/NavWebPage.py | 48 +- gramps2/src/plugins/PatchNames.py | 4 +- gramps2/src/plugins/SoundGen.py | 4 +- gramps2/src/plugins/Verify.py | 4 +- gramps2/src/po/de.po | 136 +- gramps2/src/po/eo.po | 6 +- gramps2/src/po/fi.po | 3440 +++++++++-------- gramps2/src/po/fr.po | 11 +- gramps2/src/po/it.po | 4 +- gramps2/src/po/nb.po | 345 +- gramps2/src/po/nl.po | 6 +- gramps2/src/po/no.po | 345 +- gramps2/src/po/ru.po | 301 +- gramps2/test/det_ancestor_report.sh | 68 + gramps2/test/det_descendant_report.sh | 68 + 43 files changed, 6282 insertions(+), 3002 deletions(-) create mode 100644 gramps2/doc/gramps-manual/fr/cmdplug.xml create mode 100644 gramps2/doc/gramps-manual/fr/figures/export-druid.png create mode 100644 gramps2/doc/gramps-manual/fr/figures/pedigree-siblings-cut.png create mode 100755 gramps2/test/det_ancestor_report.sh create mode 100755 gramps2/test/det_descendant_report.sh diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 96cd2abe0..0e10c3bdb 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,6 +1,114 @@ +2005-12-12 Alex Roitman + * various: merge changes made in gramps20 up until R2_0_9 tag. + 2005-12-12 Richard Taylor * src/EditSource.py: Connected up add/del/edit buttons for Repos tab. +2005-12-12 Alex Roitman + * configure.in: bump up the version number. + +2005-12-11 Don Allingham + * Release: Version 2.0.9 "Nobody expects the Spanish inquisition!" + released. + +2005-12-10 Alex Roitman + * src/po/it.po: Correct mismatched % parameters. + * src/po/de.po: Correct mismatched % parameters. + * src/po/eo.po: Correct mismatched % parameters. + +2005-12-10 Jrme Rapinat + * src/po/fr.po: Translation update. + * src/dates/Date_fr.py (DateParserFR): Add more quality_to_int + pairs. + +2005-12-10 Don Allingham + * doc/gramps-manual/C/getstart.xml: update + * doc/gramps-manual/C/preface.xml: update + * doc/gramps-manual/C/usage.xml: update + +2005-12-09 Jrme Rapinat + * doc/gramps-manual/fr/cmdplug.xml: Add file with new section. + * doc/gramps-manual/fr/gramps-manual.xml: Define entity for new + section. + * doc/gramps-manual/fr/cmdline.xml: Insert new section + . + * doc/gramps-manual/fr/Makefile.am: Ship new file. + * src/po/fr.po: Translation update. + +2005-12-09 Martin Hawlisch + * src/po/de.po: Translation update + +2005-12-09 Alex Roitman + * src/Report.py (parse_target_frame): Remove unneeded check; when + checking existing file/dir, make sure we requested file/dir, + correspondingly. + * src/plugins/NavWebPage (archive_toggle): Add/remove '.tar.gz' + to path when this options is turned on/off; (parse_style_frame): + save archive option as an integer; (setup_html_frame): set the + state for archive option. + * test/det_ancestor_report.sh: Add thorough test for the Detailed + Ancestor Report. + * test/det_descendant_report.sh: Add thorough test for the + Detailed Descendant Report. + +2005-12-08 Don Allingham + * src/Merge.py: fix date comparison + * src/Utils.py: add xml:lang generation function + * src/docgen/AbiWord2Doc.py: set locale + * src/docgen/OpenOfficeDoc: set locale using xml_lang() + * src/plugins/NavWebPage.py: set locale + * src/plugins/ChangeNames.py: call GrampsDisplay.help + * src/plugins/Checkpoint.py: call GrampsDisplay.help + * src/plugins/Desbrowser.py: call GrampsDisplay.help + * src/plugins/EventCmp.py: call GrampsDisplay.help + * src/plugins/FilterEditor.py: call GrampsDisplay.help + * src/plugins/Merge.py: call GrampsDisplay.help + * src/plugins/PatchNames.py: call GrampsDisplay.help + * src/plugins/Verify.py: call GrampsDisplay.help + +2005-12-08 Alex Roitman + * src/Utils.py (probably_alive): return False if any event + of the person happened over 150 years ago; (too_old): add + function; (not_too_old): require definite year for a positive + decision. + * src/Report.py (parse_target_frame): Check permissions for the + specified file. + +2005-12-07 Eero Tamminen + * src/po/fi.po: Translation update to latest template + +2005-12-07 Benny Malengier + * src/dates/Date_nl.py: Replace dashes with slashes, other + enhancements. + +2005-12-07 Alex Roitman + * src/DateDisplay.py (_display_gregorian): Replace dashes with + slashes to prevent collision with the ISO format. + * src/po/ru.po: Translation update. + * doc/gramps-manual/Makefile.am: Remove existing link before + creating a new one. + * src/ReadGrdb.py: Disable signals and request rebuild at the end; + properly set transaction. + +2005-12-07 Don Allingham + * src/Report.py: change from gtk.FILE_CHOOSER_CREATE_FOLDER to + gtl.FILE_CHOOSER_SELECT_FOLDER. GTK documentation error. + * src/plugins/NavWebPage.py: restore .tar.gz archive option + +2005-12-07 Jrme Rapinat + * src/po/fr.po: Translation update. + +2005-12-06 Alex Roitman + * src/gramps.glade (date_edit): Allow negative year integers. + * src/po/nl.po: Correct %s mismatches. + * src/plugins/NavWebPage.py (display_note_object, + ContactPage.__init__, display_spouse): Do not treat linebreaks in + the preformatted notes; (IndividualPage.__init__): restrict notes, + url list, and source on living people. + +2005-12-06 Jrme Rapinat + * src/po/fr.po: Partial translation update. + 2005-12-06 Don Allingham * src/FamilyView.py: Fixed FamilyView layout @@ -12,7 +120,6 @@ 2005-12-05 Alex Roitman * doc/gramps-manual/Makefile.am: Change symlink creation. - * src/po/fr.po: Partial translation update. 2005-12-05 Don Allingham * src/FamilyView.py: add more ui stuff diff --git a/gramps2/doc/gramps-manual/C/figures/first-open.png b/gramps2/doc/gramps-manual/C/figures/first-open.png index 646a443c0753ee30f5244f5091b5abc94c7a35ff..6e24d01d472f3739a897ec3ba34dcb5d562185a4 100644 GIT binary patch literal 17781 zcmbTe1yCeS&?Y?W0*fq*J1p+*4vV|n;O@4#ySoqW?(PnYyE`oI?tZ-Q_nrT7ckxH` zRCiZbMORl=)|2&Q)`ZH*h{C~O!2kdNIB_u{1pojn=JWb5)R)gRH>BwN^921{OwAqu zKwkX(>48n3zf^r@esd6)7XCK>9TuFJZ6+*7900%vhzs#6xvZRJIBF`Hp$|?vOyT+^ zFe6bGFRf>^wYIi~wK_RFmsePnpS0btR5lE#FJ*^hC)E4gA}~p9yu358|Db33Q9yq1 z((>GLvvxDrGWj;{n(2P<#RnhiI`S8o&lvX0G$NGWoGo>$boS`O26wCP`7eb02|Ef# zY=8uWq(saiA~?S}HYgTia7e)YCGJ&9-m7riphS1L9-SH{QBPmy;I}XFH6s%yA#a96 z|Ev#w2x~Rmc-2~SUWaE@B`$ai-UuuRgovg??wXjoY68sGB0?7+m2UOQpx8aCNpZnK z0H22R1IH9s8PQhD;KkFE=gB;$v?wsSN2C2Tp=PR!cu zkN}#QyL52rkW0S#36I>FpB?D}fZX-c!q|I);A$dzyvTaOMSC1>YOF^~X~e_LO|h~z zf%Il`w@Xc-Hqb~ughYqWr*5_H!n3xv7d+*@W!S30RC^`|{k&1Fc7#>HS2#z#o$==7 z3~V!cjQS@$06SZg4IJo6IeTgx+wr9)rzkoz7BP@85oHg>OU&iBX}ld97(h&cba!u% zFOvO6H1k)kreEd9v9+Kl0RQAR|8Gpa9W5br&)Xi6ec;RtonxcMMItt)QdqBhRw)1= zKuRe!`Mv9>*I8*YKA6vl(=8_N^gs)uzf3F$CE>Ex+A2$xkEpz%$RGW?S%qcw)>z*R zc^EMjuAXrIZZa3h(8Lho7YfR*A~{M;gu|7E`9?Mv0a34@V85#x3d~;H17qUZhF6ce zr^I!va2_4E_>ApYv-#vR>(5T~q)9@nw zJu0xc?~%BYQCjZr{D16jt=BJ#puK}VF-~vHTG*y0{YUOY76d@bT{h1j!AEhz-Ph|UpqsV& zoXPWI42<7WeWmL_r~?awGcMMh*`=oLJls07zyl zzALnc--BVXkt;DCR@@auy~iS=mN?>Tp~w)S5p(yx+hyuKU<~g9~`*hCyG9DN9@4Nk>Z&I=0)EVv7nIw`@UZh0D&1 zI*UFK_z?+3KU?qxKu_acJFR!6O|$w<5&hBWj6e%rUd(avjd?k>)tFJFTzpd{GAZ(EBe(F(0t3>Gbgp# zPW*fiVvrKR0%@-;DHQPv0sjm_Sxj`RXiV_Moh0b%WL8?kg_nj@?_viIJDAN*S7@OR zqE+1d!H-3x#+qLc8{7~o$_cFu1Y6vkW_%VtJTf4g$b97DAVBoV9eTmF$($esRPzy! zE@{eUi96HJ+HPe)0OAX~)?71m@M#=P4Z=@vV1s{LOrLnunbE$1++9;g>aZO&*9&EB z%nmd0R=9xP};U*Wu?tmRCvcj zk5;L_z{BAjC(#j6rXDqDZ&d2wh4B2G>oBS!P!uRPp^V0G+{4M(kVHfWe|A0XOv-Li zXt@e&obgorrgT~x6md2nTWxM?@3vJz=^x-Utvz+9O3Cx4Z@ONkEkd?5{~7bcJs0YXx+tptAk6ZUz84Ku!@8 zXhR7Ti}5TL(4|{`@;_o*6!L!7rJ(d&@AVwhP8YJeNn73SzWDjQvTtX9xO6XEr#P z30^#9Y7)phh(l&9i3JH~lA!OPaw>S!_>1Ph(P1;10%9oR)M`qC25`PY21*ou1w_t@ zDfG&YQE9y|HE&-ICkt?SZngDwf%&XXT^%4v7=ka?*O39rHSI~0MzXoz-~j26;2ExD za_K>d8g$xHXjq2Y06>uTjc6<$V<2S$`SEG!pv`rM? zA5{AXk_4Z$*u(K2={;~sEsksyba3|6P8Xe9wVg<+AAF-I%Kyj#2P-iFmFEe+wq_UW zMq5jpjggjusZFS`M{=(*%Slt&5;YpD?hp_|o}g}T>K24!&uTSRX~EyMsp;^l{nend zR#)ECvJMmv_P6hC{8x@xfj%bxmoi%>Ersr=UE{V8oYT#Z`0AtSMaSAe{AF-i=q?U*; zn5u|}`W7Kn99aUmgQ@2&~voqe{ez;MgWh-3xK&}r3Za%oU5i0;PE8eU*^M7i?172yS;a23<#A zNaSnZTlx`v1;7M~3=to-2nfP9+F`Rtwl*Ct+B7$?r1b+}AOOWu8Vp_Jw5p5qA%&J^ z!+PXcd3}0ICtZrXBfn1zD{+jN=p=EiBIX^J$J>fpBbw+o&!&pr&hu2o6ymawp7ysv zF9b&(opSz3r;c;9TsSVt%&b!~93-;DOa`;-9N$SH#!~P}hWJPyFq#hBI1HY~&;j}V zRbw3x9*Q~6z;INO&4&}K!Jt=r>_jPH-2GebJuhXtv; zHJZ`{DN@_^8ANre^j9Uy@QnntS4QpA&?>rmwvWF+L)g&$?7A}Ho?mGZPZGEHw`8|$ z;;&=P%9>jUQ-d!IAeO(c3Cc*yB)@Oc@!+n|8MV7lMOzoI5sCpxAP@t9*ws5`N{~qv z7UtgpggNXacYS5Mr-iuW4y67u^1=!!LK5^xn;%-eNi{869W(=vDVb0BdGYxX;EjF1 z0Yjd)F#-kghDWJUS+w!l3gx#L)KP2zu`t0;?V>|7f+B%qAItjMVIY}5Qr7pSQ|!uD zG7z$rxu8H?tz}rUNrx=0_As~zp8bkgM(hwGm^Vj`oR}g$M3~Vp&oV`x(5&0Y%l!MQ z#;Dy0g#HRf*~zDtV6w5%an*xNEO-8{TP>#}(vX#NKRCp-5lH(d8KyI?ba*Q~bY&Kj z^NM)=ZAvN#Z#P9nls0eTBuLu$yB9=Ty{CJ*L>WI z1M4^54YG``Z4=Vqp1oA}cV;+%fY+v24!xKkR4398z~}*-#hLZ|%(|^ySB}OHEx6yz z1fh(Q`^*KB;Q`lHF^jRODK=(CJYHKxn`Me(wds5QR9hpFSI=f{DQTw1qZDyNfbP+d z0t_Uq2o`5G!2#c$fu^gb8bmVmPInp|KA6z)F~oSRcBQL`dgq3iNsX^K(mCZ-anW?1 zZ=Fl_BRYa^&PGQkLp}m*^{TE{kEzJwqQ-^L1y-u3xk${|JXnLCL5Shn7+uPpF=U(f z12>21BC{P18#klrRnAc9s@bYx|tuzqL&Ej5bb%B@%de_q%ioLd1 z5S+9Iw(PNF{k9r1q?cH4CQRnB=rcQj6hYD+>F`uU&u}v_H5bZJsI#WwNM>m_iq=`U z*AhcSH|m1*^m0|Rw)X7`H|oz8Ssx5{hi}AScexto%6&};v2X{lQsq~q8{MCg1j7#2 zpYRy(#Fmh7K-*MSeC@(rNwD8p@t4Waz->l`1aSGcnz1gd8Np%N@Q(k+sc%mz`|3|P z=JjwJJ#P;n=ituCbfZ(oF#tVFHFP2stZQEHyrK22IO43o7d=^WDicyqNJhHdT?_X! zo#>LczssIB=lqmBa8PUd*ht1p`_dgB`7xEkDQzjSvoJD4$iR5MwQMk+$hDLpnR?&9LH{7U42_Kp0Hvo}jDUQxhH zC3j+x)akl_t%Lpr+VyQmQr6JyD9?i2vs;Qm(PU}aFM&AMFNop*egvc%;`6UI6A6fs z>DaN1%XcRqd!%IczzDbNS1~U=@!R0-HKb4>k(omWPukg$kiG&%n(shZ`1J%?Fm9=q zVF&@=g#1~vLP$*wPtxE~W&`;GBsBpMegWSYI#LSeQm`a5tL}!W9Ly8O$xau#4@zs( zKaf6lc!|SflrD+GbZE%Tkn0Old<;CY83js&o=MsWlgKbe#PL1#46~uKqpBDd}XP5x+JIhLaErlbwuAdqDy@Fu)Bs$GI9=}U;-yDx424+8wN>N9k zHjOt#NJ+uPx#2?*c6WcD1nUmt62ypw3kM_+izAVvz{JbUo6M#tCBGcdwCF;xr`lnn zc+zEF)EC9w~_IAx+lo{x~oP$WwNQ6fShVaerA-%x5KstT79C&diA2&jc7q@Yi?DtlMqIp6Sh8&zCsnF$4^FURo z+m!<2g^T3Bvr~3TQ$6FDDhZw!&0C{|t8{9^%=-wkJUWCaw`sKir4JB&#f^p zVj<9&U6>POeaU7*6v8c`DET~;C!%a{Di}-ZIB2do{Lmo}pI&VOJv)Xz{My9uzDDEI-0Oh5k+Csu95X z|4q!rsxNCG|D&h@oMTX2#G*G2yW5McseoH029R{Y35r z+c|w5+lr;PC2QXaY4&grpWIHRLH&}9KP={APq8(g$W&x}#(QV+?Zj;lP69t6ys zYT%Z#A2PG5wALnhH{$PM`VUsi?oZmL5-MPVi+|c&gG23&n;I6Ce`s63wU|%ppyLG( z?xKdnQJ=Pc$7r%s=OY!if@R90wq!Ua1WYAcN@^s@you7JOoiucWM3Fb;b zfil`Q|1!)r(8+BG?BNO*-z^&pY4er$Fk#h73YUCiJ8QrGE36(mB@@g+k2Zin>%xI_qx8`q>?Q#lNF#>MPD8QOPCu|M%Xetug@ z4v9%4^SWgKK_Qz=y5sZR>b{rLXEvYIJAUxEAfex|l2SibMeZ1FpC)!?D$@EI%^8kn z9cXujhIqMp57w&y5L^wzgV1O@Ubq=(DH&*wwUi#;VB5g(uMb%r2Ojq6BG4tI+Jn*7B}?hs&H!_uO3d04%xfX=_?4NeLZhj25xdWv)%k zmMUlqoAdQP=gSlzswhFi16Dq`@rcUlf{N0Leu=b4xETo1eJJybxyqc=lrUR++`O1aeI(GTsO&s}+AAum+I(1hKD&6f^S!855$cfkwmx)40)B60 zQE^Rt+re5;&1?C&Lo4e*T1H&ln@~-B^0_*^eN9Ae!>r-!mw?0t{GyDA_l`gtQBom5 zH36jrtejBDS^<2BiH}pAZD%f};YYmP&8njjCBU-7!6Zv!amy65?^~E%KAYnB4gF@{ z$~!X#^_>tFV7=a4YjVXWoEW}9}Lu2CJdf9OBJ}#a!b+KiL@GHv& z6ad(ORgmr$Pj+nZ%HTrL3=42@B6<>a{=riY^f(oEq4F#Y!csF@80E7cVB;PC;=|D< z8)121)NPEgjYBrcigl{Be7oo|eD+12E{`#?+|GC9VCFC8__DM|(5t6`n3uY~rk$IN zw#r)BN8`uc=5j;$!gt=1j?ZyR0el4ZsS@e-BOyc5oGdreA}{i}B+3zjB!v7PReQ=v z?>Anl!w2ZqTXIus-@OOa_T7t?vF7uIKBzX&~4-L-{FNr5nqlv;ff zG;v>k)%C>N!ktLQIXQp$P>jGwQSMt5GC60ZuI2b%Z_7L-qNwzB{nY-!Z1|~t#70ZO#+W?phPugy_)7beA2)r9&Rv(^=ZWTE-TwH}S#5HxA88Hx%enpt;J zsI_S<84s^>7*_3J9w{v4Q+4iuzlWiUBhJtaz0WYrhxA+TXFE)y_xH7I2aK5CNf&!J z@+LzlOsv=CiWB|38z;?9&WcC%>6hGit)73jyUBP-e*yUKTrXyfN|OD!HZ$zkV>Fd& zOw7}`!1H@&w{IJ3%~oelOLBrds*NTO8TMo7Q7^#O~Up zUj1fS0F&Ne_84k#HN#_YJ4k!Q;#9Ia&C#8==^>==73hr9RW|$QRNQzS%U1X>Cr!&14M;CdQxd+!bXc+2}(8kfflyRMx< z4HYp~VYyqJKR(Un3eTgWqwqbQ8$rp1Z%OX zFfJkcHr70Ed=2z$pxi=ld4yQubXQw#OI2rKZm739oN1QMiUsE<9tv9_ zpWlSblXire`tEtJA8-85%(*_ec=5N#AMkgvP*hKwwTr$=Uqo+WoK?$&^{@?}nDgE9 zHjl)!qR8RQfk^amJ*$g5G(xgMSX#bZZ=R*|R~d@(oHV@01NlNVijopJtc6A*W><`^ z5pjQt+NwNxLLQlnOgeMuxbef$Z1A|TY%={;x9?Yg?!|dhEQ%__PGa`c{pbYUM~Q#R zkN5(Em7^kIRnYSI_twG?xk~HI{j+UD>yriVkw$?O!igjtHIC`UhS-!yi|Cp%raz2< zo|kx3>d(z7>a4d%^sn1(0*UgIk!SX=9h%Z(6)Y&iNPb_#2U(oV437@kJRjaD=cwST zBF4%o2h{d{ltBHNQ_ANse|cp?rQmIMiO>+F(n3y)B1$R@Hv;^&lPD_@B|;@d6g7dA z;(!ALUg$_+E^UmAC0LklZQA#a64tEwROESIJP3nj$~;5v%SgMwUJ+B>E~PH;PC!By zMt*tL5+hegeyg+g3y&%aG5gA#d>I%EE*6|iKP-m5~ zq9&e3_0y9ornc33mFN)N=j2>*jYetp$g)nC}PHHWIyP)?jLj|SU}GbAr02CNp;OX zm@&EjlZ5@vI;5WG4xgImd|Ga&t)u9@s5>-yw>bwXXnTI0*uMy*v@@_*i#K$;$Zs+wbT$v%q zb$>K_aJ@Hbq`D~vX!f!+89f&qHDYFKl9`k$qGF3nz|!E{H!2*;3stNUUylF+@JG7z z79AFY1E>H~tHajjrsdpPlo3r%ZzNPtnQQN^=A}$&KLGjVLw{DN=$Kmc9qh>{`elO& zK8h=gX``HG1r6M=>k@BN8nxldjz)q}Uczu4QOzco`I;irn&gM*kPVy~ShKE33yKi2 z0r@1h1NVHW#=H;!=nrZ5=*-T#AiR&WyNY7(c3#c{#eAY+7R#v$dMXqEdn=@#T8p)& zt4VkZB%HR;D=H@BsglOL3h9*+~x%@Op80^|=%-b4-fq(N`>1;*38!I!ejRtn?U~ zoka!&_~}E2Ycb>@2fwT1o8>wLih;*E+!rO6br48)_A#2$?MEkF@X>+3JJ+aUii{|K z1&}lI#37VfR%9tS9*4oufgBj9H~*S1l<{Cu&zjw=`=-PQxShZb@zYluHx1KeI| z$4mNGolfoo9S(=rf6`-+iFuF3k|Po*#u?w$ zu00$1zcF|xC>V&rMau89=*(>VH6VDlN^qasHQ)mKt6T#tsdO4KK3?^id$tnj&rFQ$ z2y@JT5I-KYqLGD$lcoj_m<>m;Id>7Kh%A)grkgYuL>$;T!5Bwsj^TS=~?HQU7Tk$cleS3{O zj#y%pLbbd#8t}1~g!Z`}H#mL-G081r>{ZnK*x|h}Ab@~RfK_F^nK#;aQd)eQYyxXi zU(bGp9ucFdlEy3%r)2WVVWFmSKgd5+1t6fH)O&w;xhm})9kqCWyk}?Qe=__qb+yiw z$u*O{j#pIQDmk6l(&!Lx?BBT>J0C^@q+i_0zZ=W0q$JQG?U8-3+IG%X_h0|Hi}&#U z*+jujA}b;`lb2bMI+Zs1oTejz<4a^)2Ms%nzx4RV zgW0+D&iY--(U3)%MuN<@{dA4>c3u6h1(gLEEi%igi_V;XI!38GOmbEW`CH?4qtzPG zoT0${@j6G#N%Q`>x)jT_=Z)Jr9Px0tH!V9uLv(CTi|8N&p2tF&yUMS1QNYp)bwgUTe~QHm8EKw% zg@xM0FC&AI<@#m2J<$wzut-Zwk7v^7id;E0N-C>{_hZvO(eVtc&&&cy%V$gM7`j)W zfBJ0#I6zERd@4rXy{B{`w=I1)`Leg&(%qSl$%2bjRh684LPl0545sWl{=DG|%7teu zE3Zv-TvJgY;iCbod!7xg*zLM*lI8)$>xpA=q_hlk7H-ja`dPt8Gh%8SVsx%a%1@6Vp^zlm(0@5N!y zzMb}Gt$1)*oNx9B5;ZiXHS_9kKc|BD^P?otI=ibf3B5A|V}_?thg5US z4d8YDs_GC?Q$hfszCge}N%$!j)C7C86m7^rmtg1-=s+mikLI?I9Y<)Ol)I4wulWRg z{Q^DQchDfpGBaHws$(vct1o5ey;UC@j@_I-IB&mR!`VKJP;{wiG4z&3C#x?%Lprs% z@1eAQc~ZHAJJmNg3ing?W+}VLt~va++Xh|~@V^@G|B_<=!Hj(pXaB*T-4&;N6Wyy4 z+ut*$)Q+_@x`?O}d#7Y)ZzCHJp3kuRq}8BR?4;P~Ui@o>{Y4_bHn&0&#|U`Y_NFB% zzZ0R{iPFiTAnb7ct`W!>cU;Z=C|=ES~LV*-2WL#7gH@|z!i z0|^jQ+}3!(2?Zu_d_G4`8O7*7t<$%GF;ut%+!Vg@28yKN?bLc)){{BzRbeI@3IU(A zHnjSCo9*p+kKOjoa6>#D3t0&ntJHPY?2> z>m9Ev_p84Ng=~jB5r1^z(q|+1@k8!bm&8!k9HJUF;nzKXYlJ+(>ObP=0^)y*JvY z_-ee@!CCy+%sqC!G(K46FZ*Jch1Gf<$j#s}SbQcA_d~1W}<3Qz3VS>f&xUn+)z9R~%%h@el@AgMOI6VWc#GaI#5mRQxPuI%kr$o^lI-8%3 zt_>mu@q!DH+_5{(M|wk}*um5~&3TQW6d+3PlCrX1-B-F4 zy*-JTNYnBr_MdAqXxiXuk`A}GuUPkKw4P}E^XH~3#0ADIo*q7OVlJbCqyPvv=Pu6d z2)Ir#fFQOj=vHJx*`zQep4X!O&Q9v44?4!)SmAE~1(nm?X-fXL6-)p^oJSKWkv>tS zS&FJwM_k+z;+fa=_haX+?$xdfJf}VSUuL+TK2^@6Pa2Spm(I1!3fg=MDpdWVj^l?H zCpnRqE94$=t#*{K49PcS#$|fA4 za!FX8lCm(VSpy{sm{N|v|7#Rg=$8%^c2UGW{>BVL5f?|vxTDxNHoq9Y)C%0XN}vu0pT6&rTb56@iaDs$2EqF^u6P@)jz& zG+K+Je4!%G#v>OHINp(Fw-9~QPWnh&~(OH;B z799~Wp1zJ{Du>cbA)16ZtEy;p-(Qn1uIgqxx?LqTI)dR07LV~iAGl}BhC_iFJcaOT zBk`c8w5G2Ir{5*VVv!WG{kA8!Rv65BQofv(Wo{O2^|}UcpojHCl)UU$%2_dWdtIgb zmq6&-@*i(-Q1Pzr+5J~d`0Rg`g9HLGIN1MgYb1*H`Bj}@rbhY(OM70tr$7fqI62=~v$+_94tgaV6^%Mf4x;B$++50|834e>6fe_!)2VGqBg0BK zgZamI>z~r1)E(S5lLW5YLAJPs&el0^@p3dET-bKQ?n`sPL7HF}e) zMZ-3cINeyEti2?G4EWD+pOFB4N0Exp*bLst>+R)d;8hOy|#5BTK&74iSaH@~S8Sx|~Sbqdns)I!0i%$xYRsvSjTj^BQl z{$w9gEPo`5G#~qVqk?2@1yF z-EA}jmt}jm*%=v|Cgb;l`O%d-fp*cfU5hHn2!89^aHYcmu z_SiJ%w9cJMQWP_C?})AoK3Br0D<*86A?E;B)wNeL5EUo^^(>WbU~zPnDEnrO$C;U} zME`=h{&l|+qT(&B*@Xp<NzEUv8M!edkB?WR| zzZG(TIrX@K{?lyLwl?m+<*B;fzpGJJJxyhQ>8j)jiS~pAY;lQLMVtRVJbr7UtAwYA z`N{j?yHd=l=@s#xK)~O^#ai7mh-Y9kUwW^PEjDIKiKKl}_mR_?{l>y^G$TMU16b zMKi|l47fC$@YHFim-~r0?`fpR8OIAQ7dJG6UUx1@dHJ0MII$SPeo;!?US^@aJlnNU z2M}*o42LX*SjcTbrm!y0qbgS_e+Y}P*B%0Xjf7=ztCRc*D5K(|Gj@F_pvlZSM|5_1 z%$|j=K!2}ms@O{;u*xidGN~wwwX6C1=25stGfum|Zhx1hbakE?v|&cig@W{6v&6N5 z`$H%=V@8*+d$DcrmByd*kxLCrdD#(40efy&$IG~S357Co!myMH0VWKS+Ns|`l$A#v z|LV0^V((H#!h1OBb^GH;CC|h0JHSpy3t0VrdDA2wC;$zRBQF&cc3e)Jt|f0#2Ll8a zN+RjQ?O}6D#SX|q9$vlpHcOL%#^E`?HWi*mC*e5JldBpN>&%Q~&$&yzb&s%$`==<> zRP_5{rk;IpH|mW~ z_umflilkL`eprO`nUtB18Bx1p92Y5SuM9-1O&iU|M*3O@X`)dKo9`~m>^Th2EAjReNRPHBG zXWOiFQktFSY)t&^!}N?V;fn$$l?+d6k@6wu9eBU5mt?cXt>?vNCZgRGsLWOZ?F zVr(_Ie+&cBzkD?ODTBv+E3a3YsKqv{>2$u7KZzU{`k9bF0JPe-IKq5 zdHKdYHTk~YHXF}+e~O>?)8hxD9WGW12EZkGdyOmJIy#?hPqxL2)f#eC*g?$2sN!*V z;~Xe3!jj`N<`O_YQ4GMR)5w}90>T^>M-rD=&BY!>KZ}#vERJ=y-KLF)7x= z;lqYcRwGP6QSmQuM%Td5SUAq`%^|8JGG5|}fwAtt`OBhidekfQNlsu`(Tc_VYpd?yEgL`Q3c;&#Wf5m$fURKfF>Sjv8WQK?4^V!-|0PY%0Xt+lpK z&VRGhlZux>n=+Q!=A6%B|GR;K0U&OW3d-y8a(9zV{ENQ6etJd*EDS6mq4s1N*W%b% zxeP}_n4dE2d-)vjdE)uqwTCdI;w5S!E?kP{Ge&{HbLd(9-?v3nf2vhnB6(A`&tjeE z!$9VF@8uwpd{4w#m!gA1K2nJi=~w)_+uK&>lZ_nZQTtJ2$?MG**Snj$2R_H+i^D@x zMa6i|`-+h0()o5iDi%;@U8e=29%3C?ffWwSfWJ9!&+X2 z-!t#y{W$b~nvN5yq&{|_>RqdAZI*FIfLj!>IhYVLy#M7hBE2|So8ju@dfB(=E#dd* z#>f0X`SR2f0C0+9nZ*r-7%FuAXY97Tie0?QQkIGYnE0q-xiLofxMD=0I@u+Pca>(c zT$PC`h7oAo2m!%OL`1~p?#_dl)$HyIO5DzsJR_ku_z90?a68>(@>!I`4u_V&G?Ye4 z7Ahz;7Og;owpHpE@{7F5hop44EOME72_K$1@{5;{KY}z-YaE+3u`-PHj5$X-_*MC9 zeT(==cxR#!zM~C4DnR?oBuNlExS5qvms>H-DvlnYs@Qig=F znAj)QRX4kRys@h!C+6j(Z|A>Ishl>y@3P2BSsfnp+0C>Mzj<^<=+Acp35Unq;Q1>8 zxkE4Fz@o(FY`heGqU>UrEZ1a7Kq9>_cu6jC-+*OVj=ZB?@r7ttR$4QAF=xKDcG zAZ8%gdh6MYV)C@Dk064WM#H&RD@MmyPv}(DDoUpmE5O5_ZP)qTwSxj1tTwfE^^z`D z83sr0N@G}#i(-kqaL#pYOpL7NTOG?5O#6qGfGEXn|R=RugWT#fX$JVF&1~!~EY#KA){jRaS#p1Sd_f5d3g8r-3n_5_F zP~zYkGOnyrMy|cF5+X;?C1(UGLq1^BbaI=H#vOA=QG#3@E?U3#RNV`PneE+=Iz2ny zH8eU{(;JFV6(;PLbA3E0ZItdPx5`L$#I!xqG8+z%x*V*9mgd&PZhf3wan~93RUQ9l zo+;Gwj$!c)j2z!x?gB0?k#iycqmHOlZ@b-}Tqs(W_NxIGGHv`Yi`mDH-%U97M9OWI z9UC7v@0@M-{j2tM%nz!yv^~Rnzyy6c!JEZU)2g?6cT~ z!FSk5PupoOi>&*vRjHm?Y>t|DT2^Kj?%N|h@JFBi9!ZVWYXSusufti@z`%Y~oa8pc zkUYDv*%*ixJ$GJdN*l|Q$I+ubRqF^FBjs@smByk(phMN1QeAa6l-OsSO3|#N<(a8N zkgqRq(x?$5#`OgzT0DPkv%*&<%s@gEm>XAaZ7^9v5CUV0oiGRvt5kym=y*83PgbM} zrv~8Uqup#0sw8ft#{(>&qXW& z8PlUt7JQebEFdwv*$Mx7&AwX8rOQ8w{{4adpoRT)H)kd0zhgC$N-%*vh8URGtPa&z zX2*`(lXZLQKXnML#wd1vK@KWXMyTdHU^Kl2D^5Ohov3=}RMhfRjA;oJ3$@6|{P_IL z_*gPpxD#Qe0vLfSrliFqKC%P(>J;Qcc zO4Zs=AKDsz0^R%YsBlYcSVUL`E2PvDuVPmukiJAg>sL=HPtVM|&~FDgKAM`Zx26qs1=d4|~hYWk0xG#F3H_BZ2B&Sr}PafB_WG$<9(xCK4u&Z0GJw z;X>)l|iOB_WA*X!P&hpV`m)7WMPc>A1JJaNcvQ?Vqklh$;WG z@Mn_laZ8Xh(%3NDMmS7#74yB*_N}b?caEIUP)M&|?yP7uYS$0P97*B8r~cRNwKYw9 zd;8D00m{JV5}d?DFR9xt#wwvf<9yQLrrU%+*DZjbmqOQ`@;!p2i)9L0F-bmt%3O#b z6%CFC1y83 z**=g^Zzt+&;?FWXwifjQ(hjl_UVa&J`4}CH>qjG?*q_mZEzIHJJ&ELFtNMM1Tsw)^ zBREptE=taA9)~CIF8EFM^3|wS3T5je52`aWX;?H=$`atYb!AeOChCDPL$ALhUi!t3 z=|ZTyo$bjp&uZhvQp3x@<{&$Vng2?oPt5AmptEtuj}Gq--}rdJzMw`2NZfkG@_GKq zLD?0w*i3|0(9!+MzRz#q^me*DXmj>L$5uaFxl3{W?eHb5W8DY7|FeM z(?@KTp_SP}YMx0khe0&Y36je9)yId9Q+)ygict8juH!}CYr)SwMC0?*J5%9x`VSM> z^82IG^B5ZM26+(ijRS_LlHh7Z3(+%ff0ga2V{eMSDN6&&PfukuIg&G;= z*bA(wTcER&!_JZ-s1u&lp{0f^?u|$bo79^pSC1m8?40f^v4_dk&vS9L7r=voxoLS8 zQ4{cO%egYCtCQl~Xl*sxOU=Lq$qu3WS4hSq#xD%j;cW8Quf5`_bRHaOaQwjO`aTg^ z%5I#%$ExLEd>xk3$HhEK_C0uPiCOC8U!97p)_Zv`efLC`1^~cc|M_2liXR1JBx=JIhsxM(@G4SxDx#gb8z$@IELg`?hzHRiALw>}XQi8JkTn zE2zyg*r@St*;eo>g=E<(_1ZKlBs_DhgG3pHxfhK>>AqIFIaoo-xYTV zX1S@#0$)T%qQ1%n_;v8}6D?MX1fZ`4MHW^Ur!mb^>U9YB_k^jLr(3FauU3MV6jya2%RhiDo8BI^Y3d*sIT2n$bDwb1c^r!a561jfc z-s<-;Eit}Rn1@ds+#>B4m|#b1RcUZxPVUr?DrU!Jq&opjnfs z=$MR*jC@{!R3c%q*d`{%4Q*}s0zp)C42RA3^Y!s`cdt|xb!?C!P)lR!yA$irK*(f^ z=S*F@WmolUOnnz?+sGyLU2L6ocx8K9i8qcCm3-ASg#uhIN4{@nYGT+TKq3}PBvOJT z0DwxNG8l9QgAv#wfKI0~7>p`Z@dd!&64r)42|`wH`~G>sB4n#KZLcX8CC5h9Wp7uu zrN};eA3>Jf-;ajDSek)HM5>Y)?wUODC0sw=8Y4T57y z11FCksh<(Osg2Xg<40<24a?NZ);F-r-7BZ+n;(4xyO>(pqRQ0d(8RH%p6*?{oIHNS z)W)g4Ip^f@Bi*}psWHKlkF(B$#^Uvc)QD!`SkjeZ2!bFeSO|ik zU?B*CpkN^gf}mg_2vXlD^H@Vr?^Z@;R_GK2LFx!Wy<4djtVzH8H0hV0&_@V@;FJ(S r5Tquig#SBw9DRWx2!bF8QZxJ?U?g*kZAxtQ00000NkvXXu0mjf#I@6j literal 14075 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 Ubhv@1C?M#y^joPi3B!;71BJ77*Z=?k diff --git a/gramps2/doc/gramps-manual/C/getstart.xml b/gramps2/doc/gramps-manual/C/getstart.xml index 02d0ed902..1e0718e82 100644 --- a/gramps2/doc/gramps-manual/C/getstart.xml +++ b/gramps2/doc/gramps-manual/C/getstart.xml @@ -25,9 +25,8 @@ Getting Started - This chapter provides the most basic information on starting - &app; and obtaining help. Please proceed to the following - chapters for more information. + In this chapter, we'll begin with the basics. We'll show you how + to start &app; and how to get help when you need it. @@ -39,29 +38,33 @@ - Applications menu + From the Applications menu - - The method of starting &app; from the menus may vary - from distribution to distribution. On default GNOME - desktop, choose - Other - Gramps. - + + Select &app; from the list of programs displayed in + your computer's Applications menu. (The location and + appearance of this menu vary slightly from one distribution + of Linux to another. On the default GNOME desktop, you'll + find &app; in the + ApplicationsOther + menu. + + - Command line + From the command line - To start &app; from a command line, type - gramps, then press - Enter. + If you're adept with Linux and like to work from the command + line, you can start &app; by calling up a terminal window, + typing gramps, and then pressing + Enter. - If you would like &app; to open a specific database or to - import a specific file on startup, you can use the - filename as a command line argument: + If you would like GRAMPS to open a specific database or to + import a specific file on startup, you can supply the filename + as a command line argument: gramps filename.grdb @@ -83,14 +86,29 @@ Running GRAMPS for the first time - The first time you run the program, GRAMPS will display the - Getting Started dialogs. Follow the directions that guide you through - Researcher information, Numerical date - formats, Alternate calendar support, - and the LDS extensions sections. Most of the dialogs - are self-explanatory and will not be covered here. + The first time you run the program, GRAMPS will display the + "Getting Started" dialogs. Follow the directions that + guide you through Researcher information, + Numerical date formats, Alternate + calendar support, and the LDS + extensions sections. You should find them to be + self-explanatory. + + Dialog boxes + We'll make frequent reference in this manual to + dialogs. A dialog is simply a pop-up window into which you can + enter information. + + + We recommend you enter your personal information when GRAMPS + prompts you for it. GRAMPS uses this information strictly so it + can create valid GEDCOM output files (which require information + about the files' creator). If you wish, you can choose not to + supply this information, but be aware that unless and until you + do, any GEDCOM files you export will not be valid. +
@@ -110,19 +128,12 @@ - - Enter your personal information in the corresponding text entry - fields. Although &app; requests information about you, this - information is used only so that &app; can create valid GEDCOM - output files. A valid GEDCOM file requires information about the - file's creator. If you choose, you may leave the information - empty, however all the GEDCOM files you export will be invalid. - - - This information can be entered at any time in the - Preferences dialog, under the - Database/Researcher Information category. - + + Entering personal information + This information can be entered at any time in the + Preferences dialog, under the Database/Researcher Information + category. + @@ -141,8 +152,7 @@ - + Shows Open Database Window. @@ -153,21 +163,26 @@ - - If you would like to open an existing database, check the top - radio button and click the OK - button. You will then be asked to specify the name of your - existing database. If you would like to immediately create a - brand new database from scratch right away, choose new - database. - + + To open a database that you have recently opened, choose the + top selection, select your database from the menu and + click OK. &app; will then ask you to specify + the name of the database you wish to open. + + To open an existing database you have not recently opened, + choose the middle selection and click + OK. &app; will then ask you to specify the + name of the database you wish to open. + + As you might guess, to create a new database, choose + "Create a new database" Selecting file - This version of &app; does not require selecting a directory - for the database. Please select filename, as you would in any - other application. + If you're familiar with version 1.0.X of GRAMPS, you'll note + that version 2.0 does not require you to select a directory in + which to store the database. @@ -178,17 +193,17 @@ Obtaining Help - The following items are available from the - Help to provide - immediate assistance: + GRAMPS has a Help menu + that you can consult at any time. It includes the following items: + User manual - Select this item to access this manual in the help browser. + An electronic version of the manual that you can access while you work in GRAMPS. @@ -196,20 +211,14 @@ FAQ - - Select this item to read the Frequently Asked Questions about - &app; in the browser. - + A list of Frequently Asked Questions about &app;. GRAMPS home page - - Select this item to open the home page of &app; in your - default web browser. - + A link to the GRAMPS' project web site. @@ -217,8 +226,7 @@ GRAMPS mailing lists - Select this item to direct your web browser - to the &app; mailing list archives. + Gives you direct access to GRAMPS' mailing list archives. @@ -227,8 +235,10 @@ Report a bug - Select this item to file a bug report regarding &app; - with the bug tracking system. + Choose this item to file a bug report in our bug tracking + system. (Remember, &app; is a living project. We want to + know about any problems you encounter so we can work to + solve them for everyone's benefit.) @@ -237,7 +247,7 @@ Show plugin status - Select this item to display the status of loaded plugins. + Use this item to display the status of any plugins you may have added. @@ -246,10 +256,10 @@ Open example database - Select this item to load the example database shipped - with &app;. This database is composed of fictitious - people and serves as a useful example for learning how - to work with &app;. + Select this item to load the example database that is + included in your GRAMPS package. This database is composed + of fictitious people and serves as a useful example for + learning how to work with GRAMPS. diff --git a/gramps2/doc/gramps-manual/C/preface.xml b/gramps2/doc/gramps-manual/C/preface.xml index 6c3bb4767..45881f10b 100644 --- a/gramps2/doc/gramps-manual/C/preface.xml +++ b/gramps2/doc/gramps-manual/C/preface.xml @@ -23,278 +23,242 @@ Preface - - &app; is a free software package designed to help you with - genealogical research. It allows you to store, edit, and research - genealogical data using your computer. &app; is an open source - software package, which means you are free to run it on any number - of computers, examine the code, make changes, and redistribute as - many copies as you like. It is developed and maintained by a - worldwide team of volunteers and is available at no cost from the - project web site and from many software distributions - - + GRAMPS is a software package designed for genealogical + research. Although similar to other genealogical programs, GRAMPS + offers some unique and powerful features, which we'll discuss + below. + + GRAMPS is a Open Source Software package, which means you + are free to make copies and distribute it to anyone you like. + It's developed and maintained by a worldwide team of volunteers + whose goal is to make GRAMPS powerful, yet easy to use. Why use GRAMPS? - - - Most genealogy programs allow the researcher to input - information related to a family tree. They can usually display - descendant or ancestral relationships through graphical - displays, charts, or reports. Some allow pictures or other media - to be inserted to enhance the raw data. Most provide a means to - include data on individuals or families that may or may not be - related to the primary family being researched. And they may - include other features such as exporting or importing to and - from other programs and printing data contained in various - reports. + Most genealogy programs allow you to enter information + about your ancestors and descendants. Typically, they can + display family relationships through charts, graphs, or + reports. Some allow you to include pictures or other media. Most + let you include information about people even if those people + are not related to the primary family you happen to be + researching. And they may include features that let you exchange + data with other programs and print different types of + reports. - + GRAMPS has all these capabilities and more. Notably, it + allows you to integrate bits and pieces of data as they arise + from your research and to put them in one place — your + computer. You can then use your computer to manipulate, + correlate, and analyze your data, rather than messing with reams + of paper. - &app; has all these capabilities and more. Notably, it allows - you to integrate bits and pieces of stray data as the arise from - your research and put all this information in one place - your - computer. You can then use the speed, power, and accuracy of - your computer to store, manipulate, correlate, and analyze your - data, rather than messing with reams of paper. - - - - &app; has the power to let you rearrange your data in any order - or sequence and to help you fill gaps in genealogical - relationships. - - - - What's new since 1.0.X - - - This section lists most notable changes from the previous - stable branch of &app;, the 1.0.X. + What's new since 1.0.X - + If you are new to GRAMPS, it may not be important for you + to know how GRAMPS version 2.0.0 (the object of this manual) + differs from previous versions of the software. You may + therefore elect to skip this section. + + However, if you are already familiar with GRAMPS and are + interested in the new aspects and features of version 2.0.0, + please read on. Berkeley database backend - - The default format for &app; is now the BSDDB database. - This change allowed us to overcome performance issues and - memory requirements of the 1.0.X branch. With the database - backend, the database sizes of up to a hundred thousand - people do not present a major obstacle any longer. + We've adopted the Berkeley database format (BSDDB) as + the default for GRAMPS. Berkeley is the most widely used + open source developer database in the world. - + This change allowed us to overcome issues of + performance and memory requirements that beset version + 1.0.X. With the new back-end, database sizes of up to a + hundred thousand people no longer present a major + obstacle. - The default extension for &app; BSDDB database files is - grdb. The new format is open and fully documented in the - developer's API reference distributed with the source of - &app;. + The default extension for GRAMPS' BSDDB database files + is grdb. The new format is open and fully documented in the + developer's API reference distributed with the source code + of GRAMPS. - + + Preferred format - A consequence of the new database backend is that the - changes, once approved by the user, are applied - immediately. In short, once you click - OK in the Person, Family, Source, - Place, Media object, or Event editor, all the changes made - to this object are recorded in the database. No saving is - necessary (or even possible). The analog of quitting - without saving would be abandoning all changes and - quitting. Also, it is possible to undo recent actions. - - + The preferred and default format for &app; is the + new BSDDB format. + + + A consequence of the new database back-end is that the + "saving" function is no longer necessary (or even + possible). Now, once you approve changes, they are + immediately applied; this means that clicking + OK in the Person, Family, Source, + Place, Media object, or Event editor immediately records + changes in the database. + + In previous versions, you could "quit without + saving." This option no longer exists per se; however, + in version 2.0.0, you can achieve the same effect if you + abandon or "cancel" all changes and then + quit. + + Also, it is now possible to undo recent + actions. - Interface improvements - - + Other database back-ends + + + Along with the BSDDB backend, we've incorporated + "in-memory" database handling for the GRAMPS XML + and GEDCOM formats. This means you can now open files in + those two formats and work with their data without having to + first create a new database and import data into it. Since + this approach requires GRAMPS to hold all the data in + memory, it is only useful for small databases (depending on + available memory size). - There were numerous changes in the interface. Most of them - are subtle and incremental improvements, and all of them - cannot be listed here. The most noticeable changes are: + + GEDCOM Editing - - - - Removal of alphabetical tabs - - - - - Ability to add/remove/rearrange columns in list views - - - - - Removal of Save function and addition of Undo - - - - - Proper window management and removal of most modal windows - - - - - Support for Tip of the Day - - - - - Person-dependent context menus (right-click) in Pedigree View - listing parents, children, spouses, and siblings - - - - - Export wizard - - - - - Built-in Find function in list views - - - - - Date selector dialog - - - - - Name editor enhancements: patronymic names and non-default - grouping - - - - - Recent file support (both gramps-specific and gnome-wide) - - - + Please keep in mind that some information in a + GEDCOM file may be lost during import into GRAMPS. Simply + opening and viewing the file will not change it. However, + if any changes were made and they were not abandoned upon + exit, exiting GRAMPS will save the data, with the possible + data loss. + - - + - - Other database backends - + Desktop integration - - Along with the BSDDB backend, the in-memory database handling - for &app; XML and GEDCOM formats has been added. Simply put, it - is now possible to natively open data in those two formats - (although the preferred and default format is grdb) and work with - that data, without necessarily setting up an empty database and - then importing into it. This approach requires holding all data in - memory, so it is only useful for small databases (depending on the - available memory size). In such mode, the data is automatically - saved upon exit, to mimic the functionality of the real database. - - GEDCOM Editing - - Please keep in mind that some information in GEDCOM - file may be lost during import into &app;. Simply - opening and viewing the file will not change it. - However, if any changes were made and they were not - abandoned upon exit, exiting &app; will save the data, - with the possible data loss. - - - + We've improved the way GRAMPS integrates with the GNOME + desktop interface common to many Linux distributions. All file + formats recognized by GRAMPS are now registered as mime types; + each has its own icon and has GRAMPS as its default + handler. Thus, if you double-click on any file having one of + these formats, GRAMPS will launch and open the file. + + We've also added support for GNOME's "recent + documents" function and have incorporated this function + within GRAMPS itself. + + + + + + Interface improvements + + + We've made numerous changes in the interface. Most of + them are subtle and incremental improvements, and all of them + cannot be listed here. The most notable are: + + + + Removal of alphabetical tabs. + + + Ability to add/remove/rearrange columns in list views. + + + Removal of the Save function and addition of Undo. + + + Proper window management and removal of most modal windows. + + + Support for Tip of the Day. + + + Person-dependent context menus (right-click) in + Pedigree View, listing parents, children, spouses, and + siblings. + + + Addition of an Export wizard. + + + Built-in Find function in list views. + + + Addition of a Date selector dialog. + + + Name editor enhancements: patronymic names and + non-default grouping. + + + "Recent document" support (both within GRAMPS and + GNOME-wide) + + Import and Export - - New import and export filters available for the GeneWeb format. - + We've added import and export filters for the GeneWeb format. Reports - - - A new report -- Statistics Chart -- has been added to &app;. - - An overall change of the whole report framework has been - accomplished. All reports now remember their options. It - is possible to generate reports from the command line, - without launching the interactive &app; session. The - report API is much simpler now, making it easy to write a - custom report. A single code instance may be used for a - standalone report, a book item, and a command-line - report. - - - - - - Command line - - - The new command line functionality includes opening the - filename argument given without any flags, as well as new - flags and options for report generation. Also, the - addition of new formats leads to additional available - format options. - - + + + + We've added a new report: Statistics Chart. + + + We've changed the overall report framework. All + reports now remember the options you configure for + them. + + + It is possible to generate reports from the command + line, without launching the interactive GRAMPS + session. + + + The report API is much simpler now, making it easy to + write custom reports. + + + A single code instance may be used for a standalone + report, a book item, and a command-line report. + + + Internationalization - - The approach for entering and displaying dates has been - completely re-worked. In particular, the new framework - allows for a deeper localization of displayed dates than - was ever possible using the translatable strings. - - The internationalization of names have also been improved. - Names can be grouped under a non-default - string. Patronymic names are supported, and it is easy to - program new ways of displaying names, as may be required - by various cultures and languages. - - - - - - Desktop integration - - - All formats known to &app; are now registered as mime - types, each with its icon and &app; as a default - handler. Double-clicking on a file with any of these - formats will launch &app; and open that file. &app; also - added support for the recent documents - functionality. This is on both the GNOME-wide level - and within the &app;. - - The preferences are now properly stored using GConf, with - schemas, partitioning of keys into smaller directories, - error checking, and notification. - - - - + The approach for entering and displaying dates has + been completely reworked. The new framework allows for a + deeper localization of displayed dates than was ever + possible using the translatable strings. + The internationalization of names has also been + improved. Names can be grouped under a non-default + string. Patronymic names are supported, and it is easy to + program new ways to display names in the manner customary to + a given culture or language. + + + diff --git a/gramps2/doc/gramps-manual/C/usage.xml b/gramps2/doc/gramps-manual/C/usage.xml index d6ed44fca..32d82307e 100644 --- a/gramps2/doc/gramps-manual/C/usage.xml +++ b/gramps2/doc/gramps-manual/C/usage.xml @@ -4985,7 +4985,7 @@ To insert the code from the internal notes into the web pages, select the appropriate Media Objects from the HTML user header and HTML user footer menus. - Two div sections will be added to the pages — userheader and userfooter. + Two div sections will be added to the pages - userheader and userfooter. The corresponding HTML code is inserted into the HTML page surrounded by div markers. You can customize your style sheet to provide additional formatting and positioning information to control these sections. diff --git a/gramps2/doc/gramps-manual/Makefile.am b/gramps2/doc/gramps-manual/Makefile.am index 66d753d80..3dc156c44 100644 --- a/gramps2/doc/gramps-manual/Makefile.am +++ b/gramps2/doc/gramps-manual/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = C fr topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@ install-data-local: - cd $(DESTDIR)$(topdocdir); ln -s . gramps + cd $(DESTDIR)$(topdocdir); rm -rf gramps; ln -s . gramps uninstall-local: -rm $(DESTDIR)$(topdocdir)/gramps diff --git a/gramps2/doc/gramps-manual/fr/Makefile.am b/gramps2/doc/gramps-manual/fr/Makefile.am index 7a2f12e91..d1cc370bc 100644 --- a/gramps2/doc/gramps-manual/fr/Makefile.am +++ b/gramps2/doc/gramps-manual/fr/Makefile.am @@ -11,6 +11,7 @@ entities = legal.xml\ keybind.xml\ filtref.xml\ cmdline.xml \ + cmdplug.xml \ authors.xml \ bugs.xml \ preface.xml diff --git a/gramps2/doc/gramps-manual/fr/cmdline.xml b/gramps2/doc/gramps-manual/fr/cmdline.xml index 57409d1ce..ef0d2013d 100644 --- a/gramps2/doc/gramps-manual/fr/cmdline.xml +++ b/gramps2/doc/gramps-manual/fr/cmdline.xml @@ -249,6 +249,7 @@ + &cmdplug; Opération diff --git a/gramps2/doc/gramps-manual/fr/cmdplug.xml b/gramps2/doc/gramps-manual/fr/cmdplug.xml new file mode 100644 index 000000000..e81c5df60 --- /dev/null +++ b/gramps2/doc/gramps-manual/fr/cmdplug.xml @@ -0,0 +1,1528 @@ + + Références Détaillées des options de plugins + + Rapports + + Options communes + + + style: =nom + + Nom du style + + defaut + + + + + pagebbg: =0/1 + + Page entre les générations + + + + off: =format + + Format de sortie + + imprimer + sxw + ps + pdf + svg + + + + + of: =nom_du_fichier + + Nom de sortie. OBLIGATOIRE + Valeur: /home/shura/un_nom + + + + papero: =num + + Orientation de la page + + 0 Portrait + 1 Paysage + + + + + gen: =num + + Nombre de génération suivante + + + + filter: =num + + Numéro de filtre + + + + template: =nom + + Nom du modèle (seulement HTML). + Valeur: /home/shura/un_nom + + + + papers: =nom + + Format du papier + + Lettre + Legal + A0 + A1 + A2 + A3 + A4 + A5 + B0 + B1 + B2 + B3 + B4 + B5 + B6 + B + C + D + E + + + + + dispf: =str + + Affichage du format pour la boite de sortie + + + + id: =ID + + ID Gramps de la personne de référence. OBLIGATOIRE + + + + + + Arbre des ascendants + + + name: + + ancestor_chart + + + + + + Arbre des ascendants (Grand Format) + + + name: + + ancestor_chart2 + + + + singlep: =0/1 + + Si vous voulez adapter pour une simple page + + Ne pas adapter à la page + Adapter à la page + + + + + compress: =0/1 + + Si vous voulez comprimer l'arbre + + Ne pas comprimer l'arbre + Comprimer l'arbre + + + + + title: =str + + La chaîne Titre du rapport + Valeur: Toute les chaînes que vous voulez + + + + + + Rapport Ahnentafel (Sosa-Stradonitz) + + + name: + + ancestor_report + + + + + + Rapport Ascendants Intelligent + + + name: + + ancestors_report + + + + cites: =0/1 + + Si vous voulez citer les sources + + Ne pas citer les sources + Citer les sources + + + + + + + Arbre des descendants + + + name: + + descendant_graph + + + + + + Rapport des descendants + + + name: + + descend_report + + + + + + Rapport Ascendants détaillé + + + name: + + det_ancestor_report + + + + repdate: =0/1 + + Si vous voulez remplacer des dates manquantes par un blanc + + Ne pas remplacer les dates + Remplacer les dates + + + + + incsources: =0/1 + + Si vous voulez ajouter les sources + + Ne pas inclure les sources + Inclure les sources + + + + + incphotos: =0/1 + + Si vous voulez inclure les photos + + Ne pas inclure les images + Inclure les images + + + + + desref: =0/1 + + Si vous voulez ajouter les descendants dans la liste des enfants + + Ne pas les ajouter + Les ajouter + + + + + computeage: =0/1 + + Si vous voulez calculer l'âge + + Ne pas calculer l'âge + Calculer l'âge + + + + + fulldates: =0/1 + + Si vous voulez inclure les dates complètes plutôt que simplement l'année + + Ne pas utiliser les dates complètes + Utiliser les dates complètes + + + + + incnames: =0/1 + + Si vous voulez inclure d'autres noms + + Ne pas inclure d'autres noms + Inclure d'autres noms + + + + + listc: =0/1 + + Si vous voulez lister les enfants + + Ne pas les lister + Lister les enfants + + + + + incevents: =0/1 + + Si vous voulez inclure des événements + + Ne pas inclure d'événements + Inclure des événements + + + + + usenick: =0/1 + + Si vous voulez utiliser les surnoms comme nom + + Ne pas utiliser les surnoms + Utiliser les surnoms + + + + + incnotes: =0/1 + + Si vous voulez inclure des notes + + Ne pas inclure des notes + Inclure des notes + + + + + omitda: =0/1 + + Si vous ne voulez pas oublier les ancêtres + + Ne pas omettre les ancêtres + Les oublier + + + + + repplace: =0/1 + + Si vous voulez remplacer les lieux manquants par un blanc + + Ne pas remplacer les lieux manquants + Remplacer les lieux manquants + + + + + + + Rapport Descendants détaillé + + + name: + + det_descendant_report + + + + repdate: =0/1 + + Si vous voulez remplacer des dates manquantes par un blanc + + Ne pas remplacer les dates + Remplacer les dates + + + + + incsources: =0/1 + + Si vous voulez ajouter les sources + + Ne pas inclure les sources + Inclure les sources + + + + + incphotos: =0/1 + + Si vous voulez inclure les photos + + Ne pas inclure les images + Inclure les images + + + + + desref: =0/1 + + Si vous voulez ajouter les descendants dans la liste des enfants + + Ne pas les ajouter + Les ajouter + + + + + computeage: =0/1 + + Si vous voulez calculer l'âge + + Ne pas calculer l'âge + Calculer l'âge + + + + + fulldates: =0/1 + + Si vous voulez inclure les dates complètes plutôt que simplement l'année + + Ne pas utiliser les dates complètes + Utiliser les dates complètes + + + + + incnames: =0/1 + + Si vous voulez inclure d'autres noms + + Ne pas inclure d'autres noms + Inclure d'autres noms + + + + + listc: =0/1 + + Si vous voulez lister les enfants + + Ne pas les lister + Lister les enfants + + + + + incevents: =0/1 + + Si vous voulez inclure des événements + + Ne pas inclure d'événements + Inclure des événements + + + + + usenick: =0/1 + + Si vous voulez utiliser les surnoms comme nom + + Ne pas utiliser les surnoms + Utiliser les surnoms + + + + + incnotes: =0/1 + + Si vous voulez inclure des notes + + Ne pas inclure des notes + Inclure des notes + + + + + omitda: =0/1 + + Si vous ne voulez pas oublier les ancêtres + + Ne pas omettre les ancêtres + Les oublier + + + + + repplace: =0/1 + + Si vous voulez remplacer les lieux manquants par un blanc + + Ne pas remplacer les lieux manquants + Remplacer les lieux manquants + + + + + + + Rapports Familiaux + + + name: + + family_group + + + + spouse_id: =ID + + L'ID Gramps du conjoint de l'individu + Valeur: Utiliser show=id pour obtenir la liste ID. + + + + + + Roue des ascendants + + + name: + + fan_chart + + + + + + Liste des ascendants (Family Tree Maker) + + + name: + + ftm_ancestor_report + + + + + + Liste des descendants (Family Tree Maker) + + + name: + + ftm_descendant_report + + + + + + Graphique relationnel + + + name: + + rel_graph + + + + rankdir: =str + + Orientation du graphique + + LR Horizontal + RL Vertical + + + + + justyears: =0/1 + + Si vous utilisez que les années + + Ne pas utiliser que les années + N'utiliser que les années + + + + + latin: =0/1 + + Etre en accord avec l'unicode + + Supporter unicode + Supporter seulement Latin1 + + + + + arrow: =str + + Style des flèches + + d Descendants <- Ancêtres + a Descendants -> Ancêtres + da Descendants <-> Ancêtres + Descendants - Ancêtres + + + + + dashedl: =0/1 + + Si vous utilisez des pointillés pour une relation non-naturelle + + Ne pas utiliser de lignes pointillés + Utiliser les lignes pointillés + + + + + url: =0/1 + + Si vous voulez inclure des liens internet + + Ne pas inclure les URLs + Inclure les URLs + + + + + pagesh: =num + + Nombre de page à l'horizontal + Valeur: Valeurs intégrées + + + + placecause: =0/1 + + Si vous voulez remplacer les dates par un lieu/cause?? + + Ne pas remplacer les dates manquantes + Remplacer les dates manquantes + + + + + gvof: =str + + Format de sortie pour convertir un .dot en + + ps Postscript + svg Structured Vector Graphics (SVG) + svgz Compressed Structured Vector Graphics (SVG) + png PNG image + jpg JPEG image + gif GIF image + + + + + color: =str + + Si vous voulez coloriser un graphique et comment + + contour B&W Contour + colorisé Contour colorisé + remplir Couleur intérieur + + + + + incid: =0/1 + + Si vous voulez inclure les IDs + + Ne pas inclure les IDs + Inclure les IDs + + + + + incdate: =0/1 + + Si vous voulez inclure des dates + + Ne pas inclure les dates + Inclure les dates + + + + + pagesv: =num + + Nombre de page à la vertical + Valeur: Valeurs intégrées + + + + font: =str + + Police pour le rapport + + Defaut + Helvetica Postscript / Helvetica + FreeSans Truetype / FreeSans + + + + + margin: =num + + Taille de la marge + Valeur: Virgule flottante, en cm + + + + showfamily: =0/1 + + Si vous voulez afficher les noeuds familiaux + + Ne pas montrer les noeuds familiaux + Montrer les noeuds familiaux + + + + + + + Graphique relationnel + + + name: + + rel_graph2 + + + + rankdir: =str + + Orientation du graphique + + LR Horizontal + RL Vertical + + + + + justyears: =0/1 + + Si vous utilisez que les années + + Ne pas utiliser que les années + N'utiliser que les années + + + + + latin: =0/1 + + Etre en accord avec l'unicode + + Supporter unicode + Supporter seulement Latin1 + + + + + arrow: =str + + Style des flèches + + d Descendants <- Ancêtres + a Descendants -> Ancêtres + da Descendants <-> Ancêtres + Descendants - Ancêtres + + + + + dashedl: =0/1 + + Si vous utilisez des pointillés pour une relation non-naturelle + + Ne pas utiliser de lignes pointillés + Utiliser les lignes pointillés + + + + + url: =0/1 + + Si vous voulez inclure des liens internet + + Ne pas inclure les URLs + Inclure les URLs + + + + + pagesh: =num + + Nombre de page à l'horizontal + Valeur: Valeurs intégrées + + + + placecause: =0/1 + + Si vous voulez remplacer les dates par un lieu/cause?? + + Ne pas remplacer les dates manquantes + Remplacer les dates manquantes + + + + + gvof: =str + + Format de sortie pour convertir un .dot en + + ps Postscript + svg Structured Vector Graphics (SVG) + svgz Compressed Structured Vector Graphics (SVG) + png PNG image + jpg JPEG image + gif GIF image + + + + + color: =str + + Si vous voulez coloriser un graphique et comment + + contour B&W Contour + colorisé Contour colorisé + remplir Couleur intérieur + + + + + incid: =0/1 + + Si vous voulez inclure les IDs + + Ne pas inclure les IDs + Inclure les IDs + + + + + incdate: =0/1 + + Si vous voulez inclure des dates + + Ne pas inclure les dates + Inclure les dates + + + + + pagesv: =num + + Nombre de page à la vertical + Valeur: Valeurs intégrées + + + + font: =str + + Police pour le rapport + + Defaut + Helvetica Postscript / Helvetica + FreeSans Truetype / FreeSans + + + + + margin: =num + + Taille de la marge + Valeur: Virgule flottante, en cm + + + + showfamily: =0/1 + + Si vous voulez afficher les noeuds familiaux + + Ne pas montrer les noeuds familiaux + Montrer les noeuds familiaux + + + + + + + Rapport Individuel Complet + + + name: + + indiv_complete + + + + cites: =0/1 + + Si vous voulez citer les sources + + Ne pas citer les sources + Citer les sources + + + + + + + Rapport Individuel + + + name: + + individual_summary + + + + + + Génération de site internet (plus supporté) + + + name: + + webpage + + + + HTMLidurl: =str + + Lien URL depuis GRAMPS IDs + Valeur: la_valeur_de_l_URL + + + + HTMLext: =str + + Les extensions pour le format de sortie + Valeur: Les extensions que vous préférez: html, htm, php, asp, etc. + + + + HTMLimagedir: =str + + Sous répertoire image + Valeur: image_rep_nom + + + + HTMLsplita: =0/1 + + Couper la section alphabétique en plusieurs parties + + Ne pas la couper + Couper la section + + + + + HTMLincpriv: =0/1 + + Inclure les personnes privées + + Ne pas les inclure + Les inclure + + + + + HTMLincid: =0/1 + + Inclure le GRAMPS ID dans le rapport + + Ne pas l'inclure + L'inclure + + + + + HTMLidxcol: =num + + Nombre de colonnes dans l'index + Value: N'importe quels nombres intégrés + + + + HTMLcmtxtsi: =0/1 + + Inclure des commentaires et du texte dans les sources + + Ne pas inclure + Inclure + + + + + HTMLlnktoalphabet: =0/1 + + Inclure des liens vers l'index alphabétique + + Ne pas inclure + Inclure + + + + + HTMLgendex: =0/1 + + Créer un index GENDEX + + Ne pas créer + Créer + + + + + HTMLtreed: =num + + Profondeur de l'arbre des ancêtres + Valeur: N'importe quels nombres intégrés + + + + HTMLidxt: =str + + Modèle de nom pour l'index + Valeur: /full/path/to/the/tpkg + + + + HTMLlinktidx: =0/1 + + Inclure des liens dans l'index + + Ne pas inclure + Inclure + + + + + HTMLrestrictinfo: =0/1 + + Limitation sur les personnes vivantes + + Ne pas limiter + Limiter + + + + + HTMLyearso: =0/1 + + Seulement l'année de naissance sur l'index + + Date complète + Juste l'année + + + + + HTMLidxbirth: =0/1 + + Accès aux dates de naissance sur l'index + + Pas d'accès + Accès + + + + + HTMLshorttree: =0/1 + + Inclure un petit arbre des ascendants + + Ne pas inclure + Inclure + + + + + HTMLimg: =num + + Inclure des images + + Aucune image pour tout le monde + Pas d'images pour les personnes vivantes + Images pour tout le monde + + + + + HTMLod: =str + + Répertoire pour le site Web + Valeur: /Complet/nom/du/repertoire + + + + HTMLplaceidx: =0/1 + + Créer un index pour tout les lieux + + Ne pas créer + Créer + + + + + + + Livre + + + name: + + book + + + + bookname: =name + + Nom du livre. OBLIGATOIRE + + + + + + Arbre des descendants (Grand Format) + + + name: + + descend_chart2 + + + + singlep: =0/1 + + Si vous voulez adapter pour une simple page + + Ne pas adapter + Adapter + + + + + title: =str + + La chaîne du Titre pour le rapport + Valeur: N'importe quelle chaîne + + + + + + + Outils + + Options Communes + + + filter: =num + + Numéro du filtre + + + + id: =ID + + L'ID gramps de la personne de référence + + + + + + Renommer les événements individuels + + + name: + + chtype + + + + fromtype: =str + + Type d'événement à remplacer + Valeur: Chaîne du type d'événement + + + + totype: =str + + Nouveau type remplaçant l'ancien + Valeur: Chaîne du type d'événement + + + + + + Vérifie et répare la base de données + + + name: + + check + + + + + + Réorganise les IDs GRAMPS + + + name: + + reorder_ids + + + + + + Verifie la base de données + + + name: + + verify + + + + lngwdw: =num + + Maximun d'années de veuvage consécutives + Valeur: Nombre d'années + + + + mxchildmom: =num + + Maximum d'enfants par femme + Valeur: Nombre d'enfants + + + + wedder: =num + + Maximum des conjoints pour une personne + Valeur: Nombre d'épouses + + + + mxchilddad: =num + + Maximum d'enfants pour un homme + Valeur: Nombre d'enfants + + + + estimate_age: =0/1 + + Si vous utilisez les dates relatives + + Ne pas estimer les dates + Estimer les dates + + + + + yngmar: =num + + Age minimum pour se marrier + Valeur: Age en années + + + + oldmar: =num + + Age maximum pour se marrier + Valeur: Age en années + + + + cbspan: =num + + Maximum d'écart entre le premier et le dernier enfant + Valeur: Ecart en années + + + + oldage: =num + + Age Maximum + Valeur: Age en années + + + + olddad: =num + + Age maximum du père pour avoir un enfant + Valeur: Age en années + + + + hwdif: =num + + Différence d'âge maximum entre conjoint + Valeur: Différence d'âge en années + + + + yngmom: =num + + Age minimum pour porter un enfant + Valeur: Age en années + + + + yngdad: =num + + Age minimum pour être père + Valeur: Age ne années + + + + oldmom: =num + + Age maximum pour porter un enfant + Valeur: Age en années + + + + cspace: =num + + Maximum d'années entre les enfants + Value: Nombre en années + + + + + + Génération de Testcases pour les individus et la familles + + + name: + + testcasegenerator + + + + dates: =0/1 + + Si vous testez l'utilisation des dates + + Ignorer le test + Création de test pour les dates + + + + + person_count: =int + + Nombre de faux individus + Valeur: Nombre d'individus + + + + no_trans: =0/1 + + Si vous utilisez une transaction ou plusieurs petites + + Une transaction + Plusieurs transactions + + + + + long_names: =0/1 + + Si vous utilisez les longs noms ou les courts + + Noms courts + Noms longs + + + + + bugs: =0/1 + + Si vous créez des références invalides pour la base + + Ignorer le test + Créer des références invalides + + + + + persons: =0/1 + + Si vous utilisez un ensemble de faux individus + + Ne pas créer d'individus + Créer de faux individus + + + + + add_serial: =0/1 + + Si vous ajoutez un numéro à chaque champ de texte + + Pas de numéro + Ajouter un numéro de série + + + + + specialchars: =0/1 + + Si vous assignez des caractères spéciaux à chaque champ de texte + + Pas de caractères spéciaux + Ajout de caractères spéciaux + + + + + + + Contrôle de la base de données + + + name: + + chkpoint + + + + crcmd: =str + + Commande pour la récupération + Valeur: Chaîne de commande + + + + cacmd: =str + + Commande pour l'archivage + Valeur: Chaîne de commande + + + + archive: =0/1 + + Si vous utilisez une archive pour la récupération + + Récupérer + Archiver + + + + + rcs: =0/1 + + Si vous utilisez RCS (ignorer les commandes de base). + + Ne pas utiliser RCS + Utiliser RCS + + + + + + + Reconstruire les seconds indices + + + name: + + rebuild + + + + + + Mémoriser le genre de statistiques ??? + + + name: + + dgenstats + + + + + + Génération d'un plugin de référence sur les lignes de commandes + + + name: + + cmdref + + + + include: =0/1 + + Si vous voulez l'inclure à ce manuel + + Ne pas inclure + Inclure + + + + + target: =str + + Chemin de la cible + Valeur: N'importe quel chemin valide + + + + + + + diff --git a/gramps2/doc/gramps-manual/fr/figures/export-druid.png b/gramps2/doc/gramps-manual/fr/figures/export-druid.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7b9ceb071686db080b1a4c97e85d17f3d0f836 GIT binary patch literal 12836 zcmbVycUV*1vu+eV5NQf3(nTrK3?N7cl};#1uK@+5gLFbDDhSf0hK_XUE%b!mLy;~W z2?6Q7Lvn-PuibmjJU-38sP59-p}l*DnwF84o|cJ@mVt@>J~KP>118o7%xo+V9hl`!}=^I)S-X}adOjO(gB3#0c_yqW#KjC^RB)})~ghxd7naDG(C#+%;q5&*7 zB&8&zWW)vJv_zD7UdTL`R#1~ukd;!@lF;B1Rs}06E4+On@?2X)RZS&SKq6T9v81Mj z@@qX=P4FuX^~xtCFZFD+bTpqEI=(b^($m+G1-qylTYnRmkvDbIHZnIfHc&M4P`6P~ zGKc&SBGIt|saSXx$#R&!0js=&8k*UtTKTA1`x;x=S(@vbTbRAF^$XDh)x3Nat0Vu; z$^tERQ`5oU&e}-dO;gJ;z|6@Y&{W6BQ`N@KTE{8S&q`U>Imp}*s_z>7$yUYjy?uba z+M+U}i<`30Py#%EW}ci!P&Jal|KJs?m|U#LSc#JJJK(k9Fz*4^IM&wJ6}X}HfD zhk&^Efv}ICK79RP?iCml>u(tl=pP*D+2{oR92DRk92@`HIxHAEYoi?h8R{3~6A~8e zmh7AqV(%4|0gcX#_!^!T;T#toFbaJW9UGMy?G_rJmHjnv6`~7|vdoKzz!Kww(n^z) zqQ7QFwueEJQWB%ni;9wc3sXL)XQU-(6>bGtXJ%)>vjV?Xhr_eOJ5pov@^j1cqt>E5 z3X1Yk8L=^ygVn{c4TZ7rlBD#8#IlOg!pa5&JgKs(;&)bL8$1PBo!L^GR#R7<-<8+W zkXMhWLsgY`ATn#4+L29&s&05?Z)tB!UUO?xM_1c!P2Nab!;kKg)}9}OJ@6h>_hM&u z-vA2Jlh-{sJ~03vA8Z&L8d&Ks-{?V1jx_dUWphks75jUeWJ zwk?k%e@=}b{Ak}8>7AUO`2DkKak}&O{Lh8O`8o9R@73ky^{u_t#m(*Y?StdJgWZ#} zVQ%MeD*o_x)1Z0!ke?i5>Qy$&ebA>q+XT38|70~#+`w>qp>*&u2u(U&#@l2MfhP7%pm+@p40X@e zu@k@$nt9J!HA)n(|RK-9hYDhrWF%z!vE6u0Vj8*ue(# z#LKaM)8ciCQU4rA>q^Id&7AuS2^uCEY1jR*-iF8HbBMjcd`ym4Vovg&n!d_L1VdlAt zM8{gbj_qKHYJFvIScN?%9c_(ZCBkR{BiHW3C2VfFwAm*=o2{-ep$vYzThHqOpL3_S zMHxIpaGjOTwa>*NS;ifwTwgQXk&LWljwzfx&!uO&*AbFDPt_(}?>Ew)oP7!WB1C`U z+%>H^_wD2?R}~oQ({y{fv_811HEX3KN|mQ$9m}~}m@MnG7Jl+0_BV6E#mTg08_#b4 zUiBC^mSG*NT(SCz5u;o&@j3>k)IXp70+s!yiJTi7Ywu-*kbQO;>&963ISj_Q{!Egm zQQ4RE>?96(cHL+HrOsdK)M?*AInJG%1QbPZ%QeZ~7$|e|N&%KpmP-9=Vsb=$*%U})66i3K@X8*{R*i>em{KMVj zDfib0vr}i<%WUh`&x+~qqJ`(5vO!1srn(Cv)m24t{t{c(`2D#F+cl!g2Oa88`S~l< zrf}t5O+38%k?@L&iYX^_L``n{lB&l{%M{A6i9;=VJ9wqk-bbGd%pHQ;`fgrNwfpH_0FlI_Vulk?U8+VuDNsHa!)>;D%5%j`lt>c9bD9(^73` zFrdkuAYDhOrV8S$TCZlyzWiX^-i~)~gwbY^cdz=cUxW)(DSMZ!+|$}Y-k#_;{Z`$| z92D>8g&95hJ+SGL`k-Ww!S%OG+j|8D<-|j|-=G$7MF%h#39^Ivkd(J`iji0K0F6zg0iyIxT(;N%q(lh99V&n)$pRZ- zAC1um!~=Gynn8dCwhu4>{tCSI0k+U<{`T#4@TZ)27~0Pyo+R;PK|){#f0$`LJU+

&2kK|r>c^mEo8r)=w-sWG%3^tzU3@Uk( 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 literal 0 HcmV?d00001 diff --git a/gramps2/doc/gramps-manual/fr/figures/pedigree-siblings-cut.png b/gramps2/doc/gramps-manual/fr/figures/pedigree-siblings-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..b9bbd3a58e409068ca5c9b47c17257c1209c150c GIT binary patch literal 11871 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 SZ^SBD5|!tg3Z>7?g8x6x|APJi literal 0 HcmV?d00001 diff --git a/gramps2/doc/gramps-manual/fr/gramps-manual.xml b/gramps2/doc/gramps-manual/fr/gramps-manual.xml index b3182748d..62e8fa560 100644 --- a/gramps2/doc/gramps-manual/fr/gramps-manual.xml +++ b/gramps2/doc/gramps-manual/fr/gramps-manual.xml @@ -1,4 +1,4 @@ - + ' was not in the template" msgstr "Tyylipohjasta puuttuu '' merkintä" -#: docgen/HtmlDoc.py:159 docgen/HtmlDoc.py:184 +#: docgen/HtmlDoc.py:174 docgen/HtmlDoc.py:199 msgid "Template Error" msgstr "Virhe tyylimallissa" -#: docgen/HtmlDoc.py:194 docgen/HtmlDoc.py:200 +#: docgen/HtmlDoc.py:209 docgen/HtmlDoc.py:215 msgid "" "Could not open %s\n" "Using the default template" @@ -5167,24 +5233,24 @@ msgstr "" "%s:n avaus epäonnistui\n" "Käytetään oletustyylipohjaa" -#: docgen/HtmlDoc.py:491 +#: docgen/HtmlDoc.py:509 msgid "HTML" msgstr "HTML" -#: docgen/KwordDoc.py:245 docgen/KwordDoc.py:249 +#: docgen/KwordDoc.py:246 docgen/KwordDoc.py:250 msgid "Could not open %s" msgstr "%s:n avaus epäonnistui" -#: docgen/KwordDoc.py:498 +#: docgen/KwordDoc.py:500 msgid "KWord" msgstr "KWord" -#: docgen/LPRDoc.py:1186 +#: docgen/LPRDoc.py:1215 msgid "Print Preview" msgstr "Tulostuksen esikatselu" -#: docgen/LPRDoc.py:1206 docgen/LPRDoc.py:1220 docgen/LPRDoc.py:1230 -#: docgen/LPRDoc.py:1239 +#: docgen/LPRDoc.py:1235 docgen/LPRDoc.py:1249 docgen/LPRDoc.py:1259 +#: docgen/LPRDoc.py:1268 msgid "Print..." msgstr "Tulosta..." @@ -5192,24 +5258,24 @@ msgstr "Tulosta..." msgid "LaTeX" msgstr "LaTeX" -#: docgen/OpenOfficeDoc.py:996 +#: docgen/OpenOfficeDoc.py:1007 msgid "Open in OpenOffice.org" msgstr "Avaa OpenOffice.org:ssa" -#: docgen/OpenOfficeDoc.py:1004 docgen/OpenOfficeDoc.py:1005 -#: docgen/OpenOfficeDoc.py:1006 +#: docgen/OpenOfficeDoc.py:1015 docgen/OpenOfficeDoc.py:1016 +#: docgen/OpenOfficeDoc.py:1017 msgid "OpenOffice.org Writer" msgstr "OpenOffice.org Writer" -#: docgen/PSDrawDoc.py:424 +#: docgen/PSDrawDoc.py:423 msgid "PostScript" msgstr "PostScript" -#: docgen/PdfDoc.py:63 +#: docgen/PdfDoc.py:69 msgid "The ReportLab modules are not installed" msgstr "ReportLab moduuleita ei ole asennettu" -#: docgen/PdfDoc.py:638 docgen/PdfDoc.py:639 docgen/PdfDoc.py:640 +#: docgen/PdfDoc.py:646 docgen/PdfDoc.py:648 docgen/PdfDoc.py:650 msgid "PDF document" msgstr "PDF-dokumentti" @@ -5225,7 +5291,7 @@ msgstr "SVG (Scalable Vector Graphics)" msgid "Encoding" msgstr "Koodaus" -#: gedcomexport.glade:127 gramps.glade:20074 gramps.glade:28972 +#: gedcomexport.glade:127 gramps.glade:21622 gramps.glade:31260 #: plugins/genewebexport.glade:103 plugins/merge.glade:385 #: plugins/vcalendarexport.glade:103 plugins/vcardexport.glade:103 #: plugins/writeftree.glade:124 @@ -5307,59 +5373,55 @@ msgstr "media" msgid "Sources:" msgstr "Lähteet:" -#: gedcomexport.glade:702 gedcomimport.glade:455 +#: gedcomexport.glade:702 gedcomimport.glade:356 msgid "Families:" msgstr "Perheet:" -#: gedcomexport.glade:728 gedcomimport.glade:134 +#: gedcomexport.glade:728 gedcomimport.glade:209 msgid "People:" msgstr "Henkilöt:" -#: gedcomimport.glade:62 -msgid "File:" -msgstr "Tiedosto:" - -#: gedcomimport.glade:86 -msgid "Created by:" -msgstr "Tekijä:" - -#: gedcomimport.glade:110 -msgid "Status" -msgstr "Asema/tila" - -#: gedcomimport.glade:216 gramps.glade:3482 gramps.glade:19290 -msgid "Information" -msgstr "Tiedot" - -#: gedcomimport.glade:240 +#: gedcomimport.glade:105 msgid "Warning messages" msgstr "Varoitukset" -#: gedcomimport.glade:323 +#: gedcomimport.glade:153 +msgid "File:" +msgstr "Tiedosto:" + +#: gedcomimport.glade:181 +msgid "Created by:" +msgstr "Tekijä:" + +#: gedcomimport.glade:300 msgid "Encoding:" msgstr "Koodaus:" -#: gedcomimport.glade:410 +#: gedcomimport.glade:328 msgid "Version:" msgstr "Versio:" -#: gedcomimport.glade:516 +#: gedcomimport.glade:476 +msgid "Status" +msgstr "Asema/tila" + +#: gedcomimport.glade:561 msgid "GRAMPS - GEDCOM Encoding" msgstr "GRAMPS - GEDCOM merkistökoodaus" -#: gedcomimport.glade:570 +#: gedcomimport.glade:617 msgid "GEDCOM Encoding" msgstr "GEDCOM merkistökoodaus" -#: gedcomimport.glade:591 +#: gedcomimport.glade:642 msgid "This GEDCOM file has identified itself as using ANSEL enconding. Sometimes, this is in error. If the imported data contains unusual characters, undo the import, and override the character set by selecting a different encoding below." msgstr "GEDCOM-tiedosto kertoo käyttävänsä ANSEL merkistökoodausta. Joskus tämä on virhe. Jos tuoduissa tiedoissa on kummallisia merkkejä, peru tuonti ja vaihda merkistö valitsemalla alta jokin toinen merkistäkoodaus." -#: gedcomimport.glade:629 +#: gedcomimport.glade:684 msgid "Encoding: " msgstr "Koodaus: " -#: gedcomimport.glade:654 +#: gedcomimport.glade:713 msgid "" "default\n" "ANSEL\n" @@ -5373,401 +5435,405 @@ msgstr "" "ASCII\n" "UNICODE" -#: gramps.glade:10 gramps.glade:31064 +#: gramps.glade:10 gramps.glade:33496 msgid "GRAMPS" msgstr "GRAMPS" -#: gramps.glade:44 +#: gramps.glade:48 msgid "_File" msgstr "_Tiedosto" -#: gramps.glade:53 +#: gramps.glade:57 msgid "_New" msgstr "_Uusi" -#: gramps.glade:75 +#: gramps.glade:79 msgid "_Open..." msgstr "_Avaa..." -#: gramps.glade:97 +#: gramps.glade:101 msgid "Open _Recent" msgstr "V_iimeksi avattu" -#: gramps.glade:112 +#: gramps.glade:116 msgid "_Import..." msgstr "_Tuonti..." -#: gramps.glade:134 +#: gramps.glade:138 msgid "Save _As..." msgstr "Tallenna _nimellä..." -#: gramps.glade:156 +#: gramps.glade:160 msgid "E_xport..." msgstr "_Vienti..." -#: gramps.glade:184 +#: gramps.glade:188 msgid "A_bandon changes and quit" msgstr "_Hylkää muutokset ja lopeta" -#: gramps.glade:193 +#: gramps.glade:197 msgid "_Quit" msgstr "_Lopeta" -#: gramps.glade:219 +#: gramps.glade:223 msgid "_Edit" msgstr "_Muokkaa" -#: gramps.glade:228 gramps_main.py:540 +#: gramps.glade:232 gramps_main.py:540 msgid "_Undo" msgstr "_Peru" -#: gramps.glade:256 gramps.glade:918 +#: gramps.glade:260 gramps.glade:922 msgid "Add a new item" msgstr "Lisää uusi" -#: gramps.glade:257 rule.glade:135 rule.glade:722 +#: gramps.glade:261 rule.glade:135 rule.glade:722 msgid "_Add..." msgstr "_Lisää..." -#: gramps.glade:279 gramps.glade:936 +#: gramps.glade:283 gramps.glade:940 msgid "Remove the currently selected item" msgstr "Poista valittu" -#: gramps.glade:280 +#: gramps.glade:284 msgid "R_emove" msgstr "P_oista" -#: gramps.glade:302 gramps.glade:954 +#: gramps.glade:306 gramps.glade:958 msgid "Edit the selected item" msgstr "Muokkaa valittua" -#: gramps.glade:303 +#: gramps.glade:307 msgid "E_dit..." msgstr "_Muokkaa..." -#: gramps.glade:318 +#: gramps.glade:322 msgid "Compare and _Merge..." msgstr "_Vertaa ja liitä..." -#: gramps.glade:340 +#: gramps.glade:344 msgid "Fast Mer_ge" msgstr "_Pikaliitos" -#: gramps.glade:355 +#: gramps.glade:359 msgid "Prefere_nces..." msgstr "_Asetukset..." -#: gramps.glade:376 +#: gramps.glade:380 msgid "_Column Editor..." msgstr "_Sarake-editori..." -#: gramps.glade:397 +#: gramps.glade:401 msgid "Set _Home person..." msgstr "Aseta \"_Koti\"-henkilö..." -#: gramps.glade:422 +#: gramps.glade:426 msgid "_View" msgstr "_Näytä" -#: gramps.glade:431 +#: gramps.glade:435 msgid "_Filter" msgstr "_Suodin" -#: gramps.glade:441 +#: gramps.glade:445 msgid "_Sidebar" msgstr "Si_vupalkki" -#: gramps.glade:451 +#: gramps.glade:455 msgid "_Toolbar" msgstr "_Työkalupalkki" -#: gramps.glade:465 +#: gramps.glade:469 msgid "_Go" msgstr "_Siirry" -#: gramps.glade:473 +#: gramps.glade:477 msgid "_Bookmarks" msgstr "_Kirjanmerkit" -#: gramps.glade:482 +#: gramps.glade:486 msgid "_Add bookmark" msgstr "_Lisää kirjanmerkki" -#: gramps.glade:504 +#: gramps.glade:508 msgid "_Edit bookmarks..." msgstr "_Muokkaa kirjanmerkkejä..." -#: gramps.glade:532 +#: gramps.glade:536 msgid "_Go to bookmark" msgstr "M_ene kirjanmerkkiin" -#: gramps.glade:544 +#: gramps.glade:548 msgid "_Reports" msgstr "_Raportit" -#: gramps.glade:552 +#: gramps.glade:556 msgid "_Tools" msgstr "T_yökalut" -#: gramps.glade:560 +#: gramps.glade:564 msgid "_Windows" msgstr "_Ikkunat" -#: gramps.glade:568 +#: gramps.glade:572 msgid "_Help" msgstr "_Ohjeet" -#: gramps.glade:577 +#: gramps.glade:581 msgid "_User manual" msgstr "_Käyttöohje" -#: gramps.glade:599 +#: gramps.glade:603 msgid "_FAQ" msgstr "_FAQ (useasti kysytyt)" -#: gramps.glade:626 +#: gramps.glade:630 msgid "GRAMPS _home page" msgstr "_GRAMPS kotisivu" -#: gramps.glade:647 +#: gramps.glade:651 msgid "GRAMPS _mailing lists" msgstr "GRAMPS _postituslistat" -#: gramps.glade:668 +#: gramps.glade:672 msgid "_Report a bug" msgstr "_Virheen raportointi" -#: gramps.glade:683 +#: gramps.glade:687 msgid "_Show plugin status..." msgstr "_Näytä liitännäisten tila..." -#: gramps.glade:692 +#: gramps.glade:696 msgid "_Open example database" msgstr "_Avaa esimerkkitietokanta" -#: gramps.glade:701 +#: gramps.glade:705 msgid "_About" msgstr "_Tietoja" -#: gramps.glade:751 +#: gramps.glade:755 msgid "Open database" msgstr "Avaa tietokanta" -#: gramps.glade:752 +#: gramps.glade:756 msgid "Open" msgstr "Avaa" -#: gramps.glade:782 +#: gramps.glade:786 msgid "Go back in history" msgstr "Siirry taaksepäin historiassa" -#: gramps.glade:783 +#: gramps.glade:787 msgid "Back" msgstr "Taaksepäin" -#: gramps.glade:801 +#: gramps.glade:805 msgid "Go forward in history" msgstr "Siirry eteenpäin historiassa" -#: gramps.glade:802 +#: gramps.glade:806 msgid "Forward" msgstr "Eteenpäin" -#: gramps.glade:820 +#: gramps.glade:824 msgid "Make the Home Person the active person" msgstr "Aktivoi \"koti\"-henkilö" -#: gramps.glade:851 +#: gramps.glade:855 msgid "Open Scratch Pad" msgstr "Avaa Muistio" -#: gramps.glade:852 +#: gramps.glade:856 msgid "ScratchPad" msgstr "Muistio" -#: gramps.glade:869 +#: gramps.glade:873 msgid "Generate reports" msgstr "Tuota raportteja" -#: gramps.glade:870 +#: gramps.glade:874 msgid "Reports" msgstr "Raportit" -#: gramps.glade:887 +#: gramps.glade:891 msgid "Run tools" msgstr "Avaa työkalut" -#: gramps.glade:888 +#: gramps.glade:892 msgid "Tools" msgstr "Työkalut" -#: gramps.glade:919 +#: gramps.glade:923 msgid "Add" msgstr "Lisää" -#: gramps.glade:937 +#: gramps.glade:941 msgid "Remove" msgstr "Poista" -#: gramps.glade:1028 gramps.glade:1452 +#: gramps.glade:1032 gramps.glade:1489 msgid "People" msgstr "Henkilöt" -#: gramps.glade:1076 gramps.glade:2237 gramps.glade:2992 +#: gramps.glade:1084 gramps.glade:2313 gramps.glade:3107 msgid "Family" msgstr "Perhe" -#: gramps.glade:1124 gramps.glade:3039 +#: gramps.glade:1136 gramps.glade:3158 msgid "Pedigree" msgstr "Sukupuu" -#: gramps.glade:1172 gramps.glade:3097 +#: gramps.glade:1188 gramps.glade:3223 msgid "Sources" msgstr "Lähteet" -#: gramps.glade:1220 gramps.glade:3155 +#: gramps.glade:1240 gramps.glade:3288 msgid "Places" msgstr "Paikat" -#: gramps.glade:1268 gramps.glade:3554 +#: gramps.glade:1292 gramps.glade:3742 msgid "Media" msgstr "Media" -#: gramps.glade:1376 +#: gramps.glade:1410 msgid "Invert" msgstr "Vaihda päinvastaiseksi" -#: gramps.glade:1394 +#: gramps.glade:1428 msgid "Apply filter using the selected controls" msgstr "Käytä suodinta valituille tietueille" -#: gramps.glade:1481 gramps.glade:2956 +#: gramps.glade:1522 gramps.glade:3071 msgid "Exchange the current spouse with the active person" msgstr "Vaihda puoliso ja aktiivinen henkilö keskenään" -#: gramps.glade:1547 gramps.glade:2718 +#: gramps.glade:1588 gramps.glade:2825 msgid "Adds a new person to the database and to a new relationship" msgstr "Lisää uuden henkilön tietokantaan ja suhteeseen" -#: gramps.glade:1574 gramps.glade:2745 +#: gramps.glade:1615 gramps.glade:2852 msgid "Selects an existing person from the database and adds to a new relationship" msgstr "Valitsee henkilön tietokannasta ja lisää sen uuteen suhteeseen" -#: gramps.glade:1601 gramps.glade:2772 +#: gramps.glade:1642 gramps.glade:2879 msgid "Removes the currently selected spouse" msgstr "Poistaa valitun puolison" -#: gramps.glade:1644 gramps.glade:2865 +#: gramps.glade:1685 gramps.glade:2980 msgid "Make the active person's parents the active family" msgstr "Tee valitun henkilön vanhemmista aktiivinen perhe" -#: gramps.glade:1671 gramps.glade:2892 +#: gramps.glade:1712 gramps.glade:3007 msgid "Adds a new set of parents to the active person" msgstr "Lisää uudet vanhemmat aktiiviselle henkilölle" -#: gramps.glade:1698 gramps.glade:2919 +#: gramps.glade:1739 gramps.glade:3034 msgid "Deletes the selected parents from the active person" msgstr "Poistaa valitut vanhemmat aktiiviselta henkilöltä" -#: gramps.glade:1744 gramps.glade:2026 gramps.glade:2360 gramps.glade:2390 +#: gramps.glade:1785 gramps.glade:2093 gramps.glade:2450 gramps.glade:2483 msgid "Double-click to edit the relationship to the selected parents" msgstr "Tuplaklikkaa muokataksesi suhdetta valittuihin vanhempiin" -#: gramps.glade:1771 gramps.glade:2596 +#: gramps.glade:1815 gramps.glade:2699 msgid "Make the selected spouse's parents the active family" msgstr "Tee valitun puolison vanhemmista aktiivinen perhe" -#: gramps.glade:1798 gramps.glade:2623 +#: gramps.glade:1842 gramps.glade:2726 msgid "Adds a new set of parents to the selected spouse" msgstr "Lisää uudet vanhemmat valitulle puolisolle" -#: gramps.glade:1825 gramps.glade:2650 +#: gramps.glade:1869 gramps.glade:2753 msgid "Deletes the selected parents from the selected spouse" msgstr "Poistaa valitut vanhemmat valitulta puolisolta" -#: gramps.glade:1862 gramps.glade:2296 +#: gramps.glade:1906 gramps.glade:2379 msgid "_Children" msgstr "_Lapset" -#: gramps.glade:1887 gramps.glade:2809 +#: gramps.glade:1935 gramps.glade:2916 msgid "_Active person" msgstr "_Aktiivinen henkilö" -#: gramps.glade:1912 gramps.glade:2834 +#: gramps.glade:1964 gramps.glade:2945 msgid "Active person's _parents" msgstr "Aktiivisen henkilön _vanhemmat" -#: gramps.glade:1937 gramps.glade:2687 +#: gramps.glade:1993 gramps.glade:2790 msgid "Relati_onship" msgstr "_Suhde" -#: gramps.glade:1962 gramps.glade:2565 +#: gramps.glade:2022 gramps.glade:2664 msgid "Spo_use's parents" msgstr "_Puolison vanhemmat" -#: gramps.glade:2056 gramps.glade:2420 +#: gramps.glade:2126 gramps.glade:2516 msgid "Double-click to edit the active person" msgstr "Tuplaklikkaa muokataksesi aktiivista henkilöä" -#: gramps.glade:2086 gramps.glade:2275 +#: gramps.glade:2159 gramps.glade:2355 msgid "Double-click to edit the relationship information, Shift-click to edit the person" msgstr "Tuplaklikkaa muokataksesi suhdetta, Shift-klikkaa muokataksesi henkilöä" -#: gramps.glade:2113 gramps.glade:2447 +#: gramps.glade:2189 gramps.glade:2546 msgid "Make the selected child the active person" msgstr "Tee valitusta lapsesta aktiivinen henkilö" -#: gramps.glade:2140 gramps.glade:2474 +#: gramps.glade:2216 gramps.glade:2573 msgid "Adds a new child to the database and to the current family" msgstr "Lisää uuden lapsen tietokantaan ja perheeseen" -#: gramps.glade:2167 gramps.glade:2501 +#: gramps.glade:2243 gramps.glade:2600 msgid "Selects an existing person from the database and adds as a child to the current family" msgstr "Valitse henkilö tietokannasta ja lisää hänet lapseksi perheeseen" -#: gramps.glade:2194 gramps.glade:2528 +#: gramps.glade:2270 gramps.glade:2627 msgid "Deletes the selected child from the selected family" msgstr "Poista valittu lapsi valitusta perheestä" -#: gramps.glade:3206 gramps.glade:19014 gramps.glade:21034 gramps.glade:21299 -#: gramps.glade:22696 +#: gramps.glade:3343 gramps.glade:20482 gramps.glade:22827 gramps.glade:23102 +#: gramps.glade:24607 msgid "Preview" msgstr "Esikatselu" -#: gramps.glade:3242 gramps.glade:19050 +#: gramps.glade:3383 gramps.glade:20522 msgid "Details:" msgstr "Yksityiskohdat:" -#: gramps.glade:3313 gramps.glade:19121 gramps.glade:21335 gramps.glade:22998 +#: gramps.glade:3466 gramps.glade:20605 gramps.glade:23142 gramps.glade:24936 msgid "Path:" msgstr "Polku:" -#: gramps.glade:3338 gramps.glade:7929 gramps.glade:8496 gramps.glade:9007 -#: gramps.glade:12145 gramps.glade:12760 gramps.glade:19146 gramps.glade:22063 -#: gramps.glade:23138 +#: gramps.glade:3495 gramps.glade:8454 gramps.glade:9088 gramps.glade:9658 +#: gramps.glade:13069 gramps.glade:13760 gramps.glade:20634 gramps.glade:23941 +#: gramps.glade:25092 msgid "Type:" msgstr "Tyyppi:" -#: gramps.glade:3457 gramps.glade:7761 gramps.glade:7905 gramps.glade:8568 -#: gramps.glade:9079 gramps.glade:9512 gramps.glade:12241 gramps.glade:12736 -#: gramps.glade:19265 gramps.glade:21504 gramps.glade:30972 +#: gramps.glade:3634 gramps.glade:8258 gramps.glade:8426 gramps.glade:9172 +#: gramps.glade:9742 gramps.glade:10222 gramps.glade:13181 gramps.glade:13732 +#: gramps.glade:20773 gramps.glade:23339 gramps.glade:33400 #: mergedata.glade:874 mergedata.glade:896 msgid "Title:" msgstr "Nimike:" -#: gramps.glade:3778 +#: gramps.glade:3663 gramps.glade:20802 +msgid "Information" +msgstr "Tiedot" + +#: gramps.glade:3976 msgid "Check to show all people in the list. Uncheck to get the list filtered by birth and death dates." msgstr "Valitse nähdäksesi kaikki listan henkilöt. Ilman valintaa, lista on suodatettu syntymä- ja kuolinaikojen mukaan." -#: gramps.glade:3780 gramps.glade:4156 gramps.glade:4574 +#: gramps.glade:3978 gramps.glade:4376 gramps.glade:4816 msgid "_Show all" msgstr "_Näytä kaikki" -#: gramps.glade:3827 gramps.glade:11915 +#: gramps.glade:4024 gramps.glade:12813 msgid "_Relationship type:" msgstr "_Suhteen tyyppi:" -#: gramps.glade:3855 +#: gramps.glade:4056 msgid "" "Married\n" "Unmarried\n" @@ -5781,665 +5847,669 @@ msgstr "" "Tuntematon\n" "Muu" -#: gramps.glade:4025 +#: gramps.glade:4230 msgid "_Father's relationship to child:" msgstr "_Isän suhde lapseen:" -#: gramps.glade:4049 +#: gramps.glade:4258 msgid "_Mother's relationship to child:" msgstr "_Äidin suhde lapseen:" -#: gramps.glade:4073 +#: gramps.glade:4286 msgid "_Parents' relationship to each other:" msgstr "_Vanhempien suhde toisiinsa:" -#: gramps.glade:4097 +#: gramps.glade:4314 msgid "Fat_her" msgstr "_Isä" -#: gramps.glade:4192 +#: gramps.glade:4411 msgid "Moth_er" msgstr "_Äiti" -#: gramps.glade:4217 +#: gramps.glade:4440 msgid "Relationships" msgstr "Suhteet" -#: gramps.glade:4311 +#: gramps.glade:4544 msgid "Show _all" msgstr "_Näytä kaikki" -#: gramps.glade:4643 +#: gramps.glade:4884 msgid "Relationship to father:" msgstr "Suhde isään:" -#: gramps.glade:4667 +#: gramps.glade:4912 msgid "Relationship to mother:" msgstr "Suhde äitiin:" -#: gramps.glade:4758 gramps.glade:6548 gramps.glade:11807 gramps.glade:28432 +#: gramps.glade:5012 gramps.glade:6962 gramps.glade:12705 gramps.glade:30673 msgid "Abandon changes and close window" msgstr "Hylkää muutokset ja sulje ikkuna" -#: gramps.glade:4773 gramps.glade:6562 gramps.glade:11822 gramps.glade:25019 -#: gramps.glade:27283 gramps.glade:28177 gramps.glade:28447 +#: gramps.glade:5026 gramps.glade:6976 gramps.glade:12719 gramps.glade:27089 +#: gramps.glade:29465 gramps.glade:30407 gramps.glade:30687 msgid "Accept changes and close window" msgstr "Hyväksy muutokset ja sulje ikkuna" -#: gramps.glade:4860 gramps.glade:6754 gramps.glade:14015 gramps.glade:18128 -#: gramps.glade:21080 gramps.glade:22868 gramps.glade:28616 +#: gramps.glade:5114 gramps.glade:7188 gramps.glade:15093 gramps.glade:19548 +#: gramps.glade:22877 gramps.glade:24798 gramps.glade:30869 msgid "_Title:" msgstr "_Nimike:" -#: gramps.glade:4885 +#: gramps.glade:5143 msgid "_Author:" msgstr "_Tekijä:" -#: gramps.glade:4956 +#: gramps.glade:5218 msgid "_Publication information:" msgstr "_Julkaisutiedot:" -#: gramps.glade:5023 +#: gramps.glade:5289 msgid "A_bbreviation:" msgstr "_Lyhennys:" -#: gramps.glade:5054 gramps.glade:12086 gramps.glade:14409 gramps.glade:14579 -#: gramps.glade:23056 gramps.glade:25393 gramps.glade:26397 gramps.glade:27765 -#: gramps.glade:29195 plugins/verify.glade:567 +#: gramps.glade:5324 gramps.glade:13002 gramps.glade:15519 gramps.glade:15709 +#: gramps.glade:24998 gramps.glade:27487 gramps.glade:28530 gramps.glade:29976 +#: gramps.glade:31497 plugins/verify.glade:567 msgid "General" msgstr "Yleinen" -#: gramps.glade:5124 gramps.glade:10158 gramps.glade:13148 gramps.glade:15211 -#: gramps.glade:21889 gramps.glade:23446 gramps.glade:25644 gramps.glade:26646 -#: gramps.glade:28014 gramps.glade:29446 +#: gramps.glade:5398 gramps.glade:10939 gramps.glade:14180 gramps.glade:16412 +#: gramps.glade:23755 gramps.glade:25416 gramps.glade:27749 gramps.glade:28790 +#: gramps.glade:30236 gramps.glade:31759 msgid "Format" msgstr "Muoto" -#: gramps.glade:5148 gramps.glade:10183 gramps.glade:13172 gramps.glade:15235 -#: gramps.glade:21913 gramps.glade:23470 gramps.glade:25668 gramps.glade:26670 -#: gramps.glade:28038 gramps.glade:29470 +#: gramps.glade:5426 gramps.glade:10968 gramps.glade:14208 gramps.glade:16440 +#: gramps.glade:23783 gramps.glade:25444 gramps.glade:27777 gramps.glade:28818 +#: gramps.glade:30264 gramps.glade:31787 msgid "Multiple spaces, tabs, and single line breaks are replaced with single spaces. Two consecutive line breaks mark a new paragraph." msgstr "Peräkkäiset välilyönnit, tabulaattorit ja yksittäiset rivinvaihdot korvataan yhdellä välilyönnillä. Kaksi perättäistä rivinvaihtoa merkitsee uutta kappaletta." -#: gramps.glade:5150 gramps.glade:10185 gramps.glade:13174 gramps.glade:15237 -#: gramps.glade:21915 gramps.glade:23472 gramps.glade:25670 gramps.glade:26672 -#: gramps.glade:28040 gramps.glade:29472 +#: gramps.glade:5428 gramps.glade:10970 gramps.glade:14210 gramps.glade:16442 +#: gramps.glade:23785 gramps.glade:25446 gramps.glade:27779 gramps.glade:28820 +#: gramps.glade:30266 gramps.glade:31789 msgid "_Flowed" msgstr "_Virtaava/muotoilematon" -#: gramps.glade:5171 gramps.glade:10206 gramps.glade:13195 gramps.glade:15258 -#: gramps.glade:21936 gramps.glade:23493 gramps.glade:25691 gramps.glade:26693 -#: gramps.glade:28061 gramps.glade:29493 +#: gramps.glade:5449 gramps.glade:10991 gramps.glade:14231 gramps.glade:16463 +#: gramps.glade:23806 gramps.glade:25467 gramps.glade:27800 gramps.glade:28841 +#: gramps.glade:30287 gramps.glade:31810 msgid "Formatting is preserved, except for the leading whitespace. Multiple spaces, tabs, and all line breaks are respected." msgstr "Muotoilu säilytetään, edeltävää tyhjää lukuunottamatta. Peräkkäiset välilyönnit, tabulaattorit ja rivinvaihdot säilytetään." -#: gramps.glade:5173 gramps.glade:10208 gramps.glade:13197 gramps.glade:15260 -#: gramps.glade:21938 gramps.glade:23495 gramps.glade:25693 gramps.glade:26695 -#: gramps.glade:28063 gramps.glade:29495 +#: gramps.glade:5451 gramps.glade:10993 gramps.glade:14233 gramps.glade:16465 +#: gramps.glade:23808 gramps.glade:25469 gramps.glade:27802 gramps.glade:28843 +#: gramps.glade:30289 gramps.glade:31812 msgid "_Preformatted" msgstr "_Esimuotoiltu" -#: gramps.glade:5268 gramps.glade:5405 gramps.glade:10465 gramps.glade:13445 -#: gramps.glade:15540 gramps.glade:25974 +#: gramps.glade:5553 gramps.glade:5692 gramps.glade:11261 gramps.glade:14492 +#: gramps.glade:16756 gramps.glade:28094 msgid "Add a new media object to the database and place it in this gallery" msgstr "Lisää uusi mediatiedosto tietokantaan ja liitä se tähän galleriaan" -#: gramps.glade:5296 gramps.glade:5489 gramps.glade:13528 gramps.glade:15620 -#: gramps.glade:26057 +#: gramps.glade:5580 gramps.glade:5773 gramps.glade:14572 gramps.glade:16836 +#: gramps.glade:28174 msgid "Remove selected object from this gallery only" msgstr "Poista valittu tiedosto vain tästä galleriasta" -#: gramps.glade:5337 +#: gramps.glade:5620 msgid "Data" msgstr "Tieto" -#: gramps.glade:5433 gramps.glade:10492 gramps.glade:13473 gramps.glade:15567 -#: gramps.glade:26002 +#: gramps.glade:5719 gramps.glade:11288 gramps.glade:14519 gramps.glade:16783 +#: gramps.glade:28121 msgid "Select an existing media object from the database and place it in this gallery" msgstr "Valitse tietokannassa jo oleva mediatiedosto ja liitä se tähän galleriaan" -#: gramps.glade:5461 gramps.glade:10519 gramps.glade:15594 gramps.glade:26030 +#: gramps.glade:5746 gramps.glade:11315 gramps.glade:16810 gramps.glade:28148 msgid "Edit the properties of the selected object" msgstr "Muokkaa valitun objektin ominaisuuksia" -#: gramps.glade:5550 gramps.glade:10592 gramps.glade:13569 gramps.glade:15680 -#: gramps.glade:26118 plugins/NavWebPage.py:298 plugins/NavWebPage.py:347 -#: plugins/NavWebPage.py:768 plugins/NavWebPage.py:1166 -#: plugins/NavWebPage.py:1168 plugins/WebPage.py:432 +#: gramps.glade:5833 gramps.glade:11388 gramps.glade:14612 gramps.glade:16896 +#: gramps.glade:28234 plugins/NavWebPage.py:316 plugins/NavWebPage.py:365 +#: plugins/NavWebPage.py:791 plugins/NavWebPage.py:1189 +#: plugins/NavWebPage.py:1191 plugins/WebPage.py:432 msgid "Gallery" msgstr "Galleria" -#: gramps.glade:5595 gramps.glade:16073 gramps.glade:23574 -#: plugins/NavWebPage.py:425 +#: gramps.glade:5885 gramps.glade:17314 gramps.glade:25555 +#: plugins/NavWebPage.py:443 msgid "References" msgstr "Viitteet" -#: gramps.glade:5742 +#: gramps.glade:6048 +msgid "Open recent file: " +msgstr "Viimeksi avatun tiedoston avaus: " + +#: gramps.glade:6088 msgid "Open an _existing database" msgstr "Avaa _olemassaoleva tietokanta" -#: gramps.glade:5762 +#: gramps.glade:6109 msgid "Create a _new database" msgstr "Luo _uusi tietokanta" -#: gramps.glade:5957 +#: gramps.glade:6318 msgid "_Relationship:" msgstr "_Suhde:" -#: gramps.glade:6005 +#: gramps.glade:6374 msgid "Relation_ship:" msgstr "_suhde:" -#: gramps.glade:6056 +#: gramps.glade:6433 msgid "Father" msgstr "Isä" -#: gramps.glade:6080 +#: gramps.glade:6461 msgid "Mother" msgstr "Äiti" -#: gramps.glade:6103 +#: gramps.glade:6488 msgid "Preference" msgstr "Asetus" -#: gramps.glade:6126 +#: gramps.glade:6515 msgid "Indicates that the parents should be used as the preferred parents for reporting and display purposes" msgstr "Osoittaa, että vanhempia pitäisi käyttää ensisijaisina vanhempina raportoinnissa ja tietojen näytössä" -#: gramps.glade:6128 +#: gramps.glade:6517 msgid "Use as preferred parents" msgstr "Käytä ensisijaisina vanhempina" -#: gramps.glade:6328 +#: gramps.glade:6727 msgid "_Text:" msgstr "_Teksti:" -#: gramps.glade:6487 +#: gramps.glade:6895 msgid "Select columns" msgstr "Valitse sarakkeet" -#: gramps.glade:6654 gramps.glade:28533 +#: gramps.glade:7072 gramps.glade:30774 msgid "_Given name:" msgstr "_Etunimi:" -#: gramps.glade:6679 gramps.glade:28807 +#: gramps.glade:7101 gramps.glade:31072 msgid "_Family name:" msgstr "_Sukunimi:" -#: gramps.glade:6704 +#: gramps.glade:7130 msgid "Famil_y prefix:" msgstr "Sukunimen _etuliite:" -#: gramps.glade:6729 +#: gramps.glade:7159 msgid "S_uffix:" msgstr "_Pääte:" -#: gramps.glade:6779 +#: gramps.glade:7217 msgid "Nic_kname:" msgstr "_Lempinimi:" -#: gramps.glade:6804 gramps.glade:28589 +#: gramps.glade:7246 gramps.glade:30838 msgid "T_ype:" msgstr "T_yyppi:" -#: gramps.glade:6828 +#: gramps.glade:7274 msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" msgstr "Valinnainen pääte nimelle, kuten \"Jr.\" tai \"III\"" -#: gramps.glade:6850 +#: gramps.glade:7296 msgid "A title used to refer to the person, such as \"Dr.\" or \"Rev.\"" msgstr "Henkilöstä käytetty titteli, kuten \"Fil. Toht.\"" -#: gramps.glade:6872 +#: gramps.glade:7318 msgid "A name that the person was more commonly known by" msgstr "Nimi, jolla henkilö paremmin tunnettiin" -#: gramps.glade:6894 +#: gramps.glade:7340 msgid "Preferred name" msgstr "Ensisijainen nimi" -#: gramps.glade:6925 +#: gramps.glade:7375 msgid "_male" msgstr "_mies" -#: gramps.glade:6944 +#: gramps.glade:7394 msgid "fema_le" msgstr "_nainen" -#: gramps.glade:6964 +#: gramps.glade:7414 msgid "u_nknown" msgstr "_tuntematon" -#: gramps.glade:6993 +#: gramps.glade:7443 msgid "Birth" msgstr "Syntymä" -#: gramps.glade:7017 +#: gramps.glade:7471 msgid "GRAMPS _ID:" msgstr "_GRAMPS tunnus:" -#: gramps.glade:7063 +#: gramps.glade:7521 msgid "Death" msgstr "Kuolema" -#: gramps.glade:7101 +#: gramps.glade:7566 msgid "An optional prefix for the family name that is not used in sorting, such as \"de\" or \"van\"" msgstr "Valinnainen etuliite sukunimelle, jota ei käytetä lajittelussa, kuten \"de\" tai \"van\"" -#: gramps.glade:7123 +#: gramps.glade:7588 msgid "The person's given name" msgstr "Henkilön etunimi" -#: gramps.glade:7167 +#: gramps.glade:7632 msgid "Edit the preferred name" msgstr "Muokkaa ensisijaista nimeä" -#: gramps.glade:7196 +#: gramps.glade:7661 msgid "Gender" msgstr "Sukupuoli" -#: gramps.glade:7219 +#: gramps.glade:7688 msgid "Identification" msgstr "Tunniste" -#: gramps.glade:7267 +#: gramps.glade:7740 msgid "Image" msgstr "Kuva" -#: gramps.glade:7298 gramps.glade:12052 +#: gramps.glade:7775 gramps.glade:12968 msgid "Information i_s complete" msgstr "Tiedoissa e_i ole puutteita" -#: gramps.glade:7320 +#: gramps.glade:7797 msgid "Information is pri_vate" msgstr "Tiedot ovat _yksityisiä" -#: gramps.glade:7350 gramps.glade:10979 gramps.glade:17998 gramps.glade:22914 -#: gramps.glade:25128 gramps.glade:27369 +#: gramps.glade:7827 gramps.glade:11810 gramps.glade:19398 gramps.glade:24848 +#: gramps.glade:27203 gramps.glade:29552 msgid "_Date:" msgstr "P_äivämäärä:" -#: gramps.glade:7374 gramps.glade:11050 gramps.glade:25184 +#: gramps.glade:7855 gramps.glade:11889 gramps.glade:27267 msgid "_Place:" msgstr "P_aikka:" -#: gramps.glade:7421 +#: gramps.glade:7906 msgid "Invoke birth event editor" msgstr "Avaa syntymä-editori" -#: gramps.glade:7475 gramps.glade:7578 gramps.glade:11589 gramps.glade:11649 -#: gramps.glade:11709 gramps.glade:13807 gramps.glade:18427 gramps.glade:22963 -#: gramps.glade:29078 +#: gramps.glade:7960 gramps.glade:8067 gramps.glade:12482 gramps.glade:12542 +#: gramps.glade:12602 gramps.glade:14875 gramps.glade:19867 gramps.glade:24901 +#: gramps.glade:31379 msgid "Invoke date editor" msgstr "Avaa päivämäärä-editori" -#: gramps.glade:7528 gramps.glade:11142 +#: gramps.glade:8013 gramps.glade:11989 msgid "D_ate:" msgstr "P_äivämäärä:" -#: gramps.glade:7613 +#: gramps.glade:8102 msgid "Invoke death event editor" msgstr "Avaa kuolema-editori" -#: gramps.glade:7642 +#: gramps.glade:8131 msgid "Plac_e:" msgstr "P_aikka:" -#: gramps.glade:7785 gramps.glade:8592 gramps.glade:9103 gramps.glade:9536 -#: gramps.glade:12265 gramps.glade:12712 +#: gramps.glade:8286 gramps.glade:9200 gramps.glade:9770 gramps.glade:10250 +#: gramps.glade:13209 gramps.glade:13704 msgid "Confidence:" msgstr "Luottamus:" -#: gramps.glade:7809 +#: gramps.glade:8314 msgid "Family prefix:" msgstr "Sukunimen etuliite:" -#: gramps.glade:7953 +#: gramps.glade:8482 msgid "Alternate name" msgstr "Vaihtoehtoinen nimi" -#: gramps.glade:7977 gramps.glade:8544 gramps.glade:9055 gramps.glade:9632 -#: gramps.glade:12336 gramps.glade:12784 +#: gramps.glade:8510 gramps.glade:9144 gramps.glade:9714 gramps.glade:10362 +#: gramps.glade:13292 gramps.glade:13788 msgid "Primary source" msgstr "Ensisijainen lähde" -#: gramps.glade:8253 +#: gramps.glade:8825 msgid "Create an alternate name for this person" msgstr "Luo vaihtoehtoinen nimi tälle henkilölle" -#: gramps.glade:8281 +#: gramps.glade:8853 msgid "Edit the selected name" msgstr "Muokkaa valittua nimeä" -#: gramps.glade:8308 +#: gramps.glade:8880 msgid "Delete the selected name" msgstr "Poista valittu nimi" -#: gramps.glade:8359 +#: gramps.glade:8931 msgid "Names" msgstr "Nimet" -#: gramps.glade:8400 +#: gramps.glade:8976 msgid "Event" msgstr "Tapahtuma" -#: gramps.glade:8448 gramps.glade:12193 +#: gramps.glade:9032 gramps.glade:13125 msgid "Cause:" msgstr "Syy:" -#: gramps.glade:8829 +#: gramps.glade:9472 msgid "Create a new event" msgstr "Luo uusi tapahtuma" -#: gramps.glade:8857 +#: gramps.glade:9500 msgid "Edit the selected event" msgstr "Muokkaa valittua tapahtumaa" -#: gramps.glade:8884 +#: gramps.glade:9527 msgid "Delete the selected event" msgstr "Poista valittu tapahtuma" -#: gramps.glade:8983 gramps.glade:12808 gramps.glade:22158 gramps.glade:23186 +#: gramps.glade:9630 gramps.glade:13816 gramps.glade:24052 gramps.glade:25148 msgid "Attributes" msgstr "Ominaisuudet" -#: gramps.glade:9268 +#: gramps.glade:9958 msgid "Create a new attribute" msgstr "Luo uusi ominaisuus" -#: gramps.glade:9296 +#: gramps.glade:9986 msgid "Edit the selected attribute" msgstr "Muokkaa valittua ominaisuutta" -#: gramps.glade:9323 gramps.glade:13026 gramps.glade:22283 gramps.glade:23310 +#: gramps.glade:10013 gramps.glade:14055 gramps.glade:24182 gramps.glade:25277 msgid "Delete the selected attribute" msgstr "Poista valittu ominaisuus" -#: gramps.glade:9381 gramps.glade:13078 gramps.glade:22348 gramps.glade:23376 -#: plugins/NavWebPage.py:412 +#: gramps.glade:10071 gramps.glade:14106 gramps.glade:24246 gramps.glade:25342 +#: plugins/NavWebPage.py:430 msgid "Attributes" msgstr "Ominaisuudet" -#: gramps.glade:9416 +#: gramps.glade:10110 msgid "City/County:" msgstr "Kaupunki/kunta:" -#: gramps.glade:9608 +#: gramps.glade:10334 msgid "Addresses" msgstr "Osoitteet" -#: gramps.glade:9973 +#: gramps.glade:10750 msgid "Create a new address" msgstr "Luo uusi osoite" -#: gramps.glade:10001 +#: gramps.glade:10778 msgid "Edit the selected address" msgstr "Muokkaa valittua osoitetta" -#: gramps.glade:10028 +#: gramps.glade:10805 msgid "Delete the selected address" msgstr "Poista valittu osoite" -#: gramps.glade:10120 +#: gramps.glade:10901 msgid "Enter miscellaneous relevant data and documentation" msgstr "Anna muut relevantit tiedot ja dokumentaatiot" -#: gramps.glade:10243 gramps.glade:13232 gramps.glade:21973 gramps.glade:23530 -#: plugins/IndivComplete.py:166 plugins/WebPage.py:567 +#: gramps.glade:11028 gramps.glade:14268 gramps.glade:23843 gramps.glade:25504 +#: plugins/IndivComplete.py:168 plugins/WebPage.py:567 msgid "Notes" msgstr "Huomioita" -#: gramps.glade:10301 +#: gramps.glade:11093 msgid "Add a source" msgstr "Lisää lähde" -#: gramps.glade:10328 +#: gramps.glade:11120 msgid "Edit the selected source" msgstr "Muokkaa valittua lähdettä" -#: gramps.glade:10354 +#: gramps.glade:11146 msgid "Remove the selected source" msgstr "Poista valittu lähde" -#: gramps.glade:10398 gramps.glade:13384 gramps.glade:15473 gramps.glade:22526 -#: gramps.glade:23752 gramps.glade:25571 gramps.glade:26575 gramps.glade:27943 -#: gramps.glade:29374 plugins/Ancestors.py:159 plugins/IndivComplete.py:324 -#: plugins/NavWebPage.py:295 plugins/NavWebPage.py:1087 -#: plugins/NavWebPage.py:1095 plugins/NavWebPage.py:1127 +#: gramps.glade:11190 gramps.glade:14427 gramps.glade:16685 gramps.glade:24431 +#: gramps.glade:25740 gramps.glade:27672 gramps.glade:28715 gramps.glade:30161 +#: gramps.glade:31683 plugins/Ancestors.py:159 plugins/IndivComplete.py:329 +#: plugins/NavWebPage.py:313 plugins/NavWebPage.py:1109 +#: plugins/NavWebPage.py:1117 plugins/NavWebPage.py:1149 #: plugins/ScratchPad.py:153 plugins/ScratchPad.py:293 #: plugins/ScratchPad.py:326 plugins/WebPage.py:224 msgid "Sources" msgstr "Lähteet" -#: gramps.glade:10545 +#: gramps.glade:11341 msgid "Remove the selected object from this gallery only" msgstr "Poista valittu tiedosto vain tästä galleriasta" -#: gramps.glade:10627 gramps.glade:15715 +#: gramps.glade:11427 gramps.glade:16935 msgid "Web address:" msgstr "WWW-osoite:" -#: gramps.glade:10722 gramps.glade:15810 +#: gramps.glade:11538 gramps.glade:17046 msgid "Internet addresses" msgstr "Internet osoitteet" -#: gramps.glade:10793 +#: gramps.glade:11616 msgid "Add an internet reference about this person" msgstr "Lisää henkilöön liittyvä internet-viite" -#: gramps.glade:10821 +#: gramps.glade:11644 msgid "Edit the selected internet address" msgstr "Muokkaa valittua internet-osoitetta" -#: gramps.glade:10847 +#: gramps.glade:11670 msgid "Go to this web page" msgstr "Siirry tälle WWW-sivulle" -#: gramps.glade:10875 +#: gramps.glade:11698 msgid "Delete selected reference" msgstr "Poista valittu viite" -#: gramps.glade:10926 gramps.glade:16020 +#: gramps.glade:11749 gramps.glade:17263 msgid "Internet" msgstr "Internet" -#: gramps.glade:10955 +#: gramps.glade:11782 msgid "LDS baptism" msgstr "Upotuskaste" -#: gramps.glade:11004 +#: gramps.glade:11839 msgid "LDS _temple:" msgstr "MAP _temppeli:" -#: gramps.glade:11032 gramps.glade:11244 gramps.glade:11331 gramps.glade:13701 +#: gramps.glade:11871 gramps.glade:12103 gramps.glade:12198 gramps.glade:14764 msgid "Sources..." msgstr "Lähteet..." -#: gramps.glade:11100 gramps.glade:11263 gramps.glade:11399 gramps.glade:13721 +#: gramps.glade:11943 gramps.glade:12122 gramps.glade:12270 gramps.glade:14783 msgid "Note..." msgstr "Huomioita..." -#: gramps.glade:11118 +#: gramps.glade:11961 msgid "Endowment" msgstr "Temppelipyhitys" -#: gramps.glade:11170 +#: gramps.glade:12021 msgid "LDS te_mple:" msgstr "MAP te_mppeli:" -#: gramps.glade:11194 gramps.glade:17559 +#: gramps.glade:12049 gramps.glade:18929 msgid "P_lace:" msgstr "P_aikka:" -#: gramps.glade:11281 gramps.glade:29029 +#: gramps.glade:12140 gramps.glade:31326 msgid "Dat_e:" msgstr "P_äivämäärä:" -#: gramps.glade:11306 +#: gramps.glade:12169 msgid "LD_S temple:" msgstr "MAP temppe_li:" -#: gramps.glade:11349 +#: gramps.glade:12216 msgid "Pla_ce:" msgstr "P_aikka:" -#: gramps.glade:11417 +#: gramps.glade:12288 msgid "Pa_rents:" msgstr "_Vanhemmat:" -#: gramps.glade:11442 +#: gramps.glade:12317 msgid "Sealed to parents" msgstr "Liitetty vanhempiinsa" -#: gramps.glade:11749 gramps.glade:13855 +#: gramps.glade:12642 gramps.glade:14923 msgid "LDS" msgstr "MAP" -#: gramps.glade:11939 +#: gramps.glade:12841 msgid "_GRAMPS ID:" msgstr "_GRAMPS tunnus:" -#: gramps.glade:12003 gramps.glade:14525 +#: gramps.glade:12911 gramps.glade:15647 msgid "Last Changed:" msgstr "Viimeksi muutettu:" -#: gramps.glade:12312 +#: gramps.glade:13264 msgid "Events" msgstr "Tapahtuma" -#: gramps.glade:12547 +#: gramps.glade:13534 msgid "Add new event for this marriage" msgstr "Lisää uusi tapahtuma tälle avioliitolle" -#: gramps.glade:12601 +#: gramps.glade:13586 msgid "Delete selected event" msgstr "Poista valittu tapahtuma" -#: gramps.glade:12972 +#: gramps.glade:14003 msgid "Create a new attribute for this marriage" msgstr "Luo uusi ominaisuus tälle avioliitolle" -#: gramps.glade:13501 +#: gramps.glade:14546 msgid "Edit the properties of the selected objects" msgstr "Muokkaa valittujen objektien ominaisuuksia" -#: gramps.glade:13604 +#: gramps.glade:14651 msgid "Sealed to spouse" msgstr "Liitetty puolisoon" -#: gramps.glade:13652 +#: gramps.glade:14707 msgid "Temple:" msgstr "Temppeli:" -#: gramps.glade:14043 +#: gramps.glade:15125 msgid "C_ity:" msgstr "_Kaupunki:" -#: gramps.glade:14071 gramps.glade:26968 +#: gramps.glade:15157 gramps.glade:29134 msgid "_State:" msgstr "_Osavaltio:" -#: gramps.glade:14099 +#: gramps.glade:15189 msgid "Co_unty:" msgstr "K_unta:" -#: gramps.glade:14127 +#: gramps.glade:15221 msgid "Count_ry:" msgstr "_Maa:" -#: gramps.glade:14155 +#: gramps.glade:15253 msgid "_Longitude:" msgstr "_Pituusaste:" -#: gramps.glade:14183 +#: gramps.glade:15285 msgid "L_atitude:" msgstr "_Leveysaste:" -#: gramps.glade:14211 gramps.glade:26997 +#: gramps.glade:15317 gramps.glade:29167 msgid "Church _parish:" msgstr "_Seurakunta:" -#: gramps.glade:14433 gramps.glade:17194 gramps.glade:27509 +#: gramps.glade:15547 gramps.glade:18536 gramps.glade:29712 msgid "_ZIP/Postal code:" msgstr "Pos_tinumero:" -#: gramps.glade:14479 +#: gramps.glade:15597 msgid "Phon_e:" msgstr "Pu_helin:" -#: gramps.glade:14614 +#: gramps.glade:15748 msgid "County:" msgstr "Kunta:" -#: gramps.glade:14662 +#: gramps.glade:15804 msgid "State:" msgstr "Osavaltio:" -#: gramps.glade:14710 +#: gramps.glade:15860 msgid "Church parish:" msgstr "Seurakunta:" -#: gramps.glade:14811 +#: gramps.glade:15977 msgid "Zip/Postal code:" msgstr "Postinumero:" -#: gramps.glade:14883 +#: gramps.glade:16061 msgid "Other names" msgstr "Muut nimet" -#: gramps.glade:15141 +#: gramps.glade:16338 msgid "Other names" msgstr "Muut nimet" -#: gramps.glade:16107 +#: gramps.glade:17352 msgid "GRAMPS Preferences" msgstr "GRAMPS asetukset" -#: gramps.glade:16179 +#: gramps.glade:17424 msgid "Categories:" msgstr "Kategoriat:" -#: gramps.glade:16294 +#: gramps.glade:17546 msgid "To change your preferences, select one of the subcategories in the menu on the left hand side of the window." msgstr "Vaihtaaksesi asetuksiasi, valitse jokin vasemmanpuoleisen valikon alakategorioista." -#: gramps.glade:16358 +#: gramps.glade:17618 msgid "Database" msgstr "Tietokanta" -#: gramps.glade:16383 +#: gramps.glade:17647 msgid "_Automatically load last database" msgstr "_Lataa automaattisesti viimeisin tietokanta" -#: gramps.glade:16404 +#: gramps.glade:17668 msgid "Family name guessing" msgstr "Oletussukunimi" -#: gramps.glade:16443 +#: gramps.glade:17713 msgid "Spelling checker" msgstr "Oikoluku" -#: gramps.glade:16468 +#: gramps.glade:17742 msgid "Enable spelling checker" msgstr "Aktivoi oikoluku" -#: gramps.glade:16537 +#: gramps.glade:17815 msgid "Toolbar" msgstr "Työkalupalkki" -#: gramps.glade:16562 +#: gramps.glade:17844 msgid "Active person's _relationship to Home Person" msgstr "_Näytä henkilön suhde \"koti\"-henkilöön" -#: gramps.glade:16585 +#: gramps.glade:17867 msgid "Active person's name and _GRAMPS ID" msgstr "Näytä henkilön nimi ja _GRAMPS tunnus" -#: gramps.glade:16607 +#: gramps.glade:17889 msgid "Statusbar" msgstr "Tilapalkki" -#: gramps.glade:16635 +#: gramps.glade:17921 msgid "" "GNOME settings\n" "Icons Only\n" @@ -6453,171 +6523,171 @@ msgstr "" "Teksti ikonien alla\n" "Teksti ikonien vieressä" -#: gramps.glade:16700 +#: gramps.glade:17992 msgid "_Always display the LDS ordinance tabs" msgstr "" "_Näytä aina välilehti MAP-temppelitoimituksille\n" "(MAP = Myöhempien Aikojen Pyhien Jeesuksen Kristuksen Kirkko)" -#: gramps.glade:16722 +#: gramps.glade:18014 msgid "Display" msgstr "Näyttö" -#: gramps.glade:16746 +#: gramps.glade:18042 msgid "Default view" msgstr "Oletusnäkymä" -#: gramps.glade:16771 +#: gramps.glade:18071 msgid "_Person view" msgstr "_Henkilönäkymä" -#: gramps.glade:16794 +#: gramps.glade:18094 msgid "_Family view" msgstr "Perhenäkymä" -#: gramps.glade:16816 +#: gramps.glade:18116 msgid "Family view style" msgstr "Perhenäkymätyyli" -#: gramps.glade:16841 +#: gramps.glade:18145 msgid "Left to right" msgstr "Vasemmalta oikealle" -#: gramps.glade:16864 +#: gramps.glade:18168 msgid "Top to bottom" msgstr "Ylhäältä alas" -#: gramps.glade:16889 +#: gramps.glade:18193 msgid "_Display Tip of the Day" msgstr "_Näytä päivän vihje" -#: gramps.glade:16958 +#: gramps.glade:18266 msgid "_Date format:" msgstr "_Päivämäärän muoto:" -#: gramps.glade:16983 +#: gramps.glade:18295 msgid "Display formats" msgstr "Näyttömuodot" -#: gramps.glade:17069 rule.glade:397 +#: gramps.glade:18391 rule.glade:397 msgid "_Name:" msgstr "_Nimi:" -#: gramps.glade:17094 +#: gramps.glade:18420 msgid "_Address:" msgstr "_Osoite:" -#: gramps.glade:17119 gramps.glade:26883 +#: gramps.glade:18449 gramps.glade:29037 msgid "_City:" msgstr "_Kaupunki:" -#: gramps.glade:17144 gramps.glade:27453 +#: gramps.glade:18478 gramps.glade:29648 msgid "_State/Province:" msgstr "Maa_kunta:" -#: gramps.glade:17169 +#: gramps.glade:18507 msgid "_Country:" msgstr "_Maa:" -#: gramps.glade:17219 +#: gramps.glade:18565 msgid "_Phone:" msgstr "_Puhelin:" -#: gramps.glade:17244 +#: gramps.glade:18594 msgid "_Email:" msgstr "S_ähköposti:" -#: gramps.glade:17437 +#: gramps.glade:18791 msgid "Researcher information" msgstr "Tutkijan tiedot" -#: gramps.glade:17509 gramps.glade:29682 +#: gramps.glade:18871 gramps.glade:32005 msgid "_Person:" msgstr "_Henkilö:" -#: gramps.glade:17534 +#: gramps.glade:18900 msgid "_Family:" msgstr "_Perhe:" -#: gramps.glade:17584 +#: gramps.glade:18958 msgid "_Source:" msgstr "_Lähde:" -#: gramps.glade:17609 +#: gramps.glade:18987 msgid "_Media object:" msgstr "_Mediatiedosto:" -#: gramps.glade:17638 +#: gramps.glade:19020 msgid "I" msgstr "I" -#: gramps.glade:17659 +#: gramps.glade:19041 msgid "F" msgstr "F" -#: gramps.glade:17680 +#: gramps.glade:19062 msgid "P" msgstr "P" -#: gramps.glade:17701 +#: gramps.glade:19083 msgid "S" msgstr "S" -#: gramps.glade:17722 +#: gramps.glade:19104 msgid "O" msgstr "P" -#: gramps.glade:17739 +#: gramps.glade:19121 msgid "GRAMPS ID prefixes" msgstr "GRAMPS tunnusten etuliitteet" -#: gramps.glade:17948 +#: gramps.glade:19340 msgid "_Confidence:" msgstr "_Luottamus:" -#: gramps.glade:17973 +#: gramps.glade:19369 msgid "_Volume/Film/Page:" msgstr "_Osa/filmi/sivu:" -#: gramps.glade:18026 +#: gramps.glade:19430 msgid "Te_xt:" msgstr "_Teksti:" -#: gramps.glade:18053 +#: gramps.glade:19461 msgid "Co_mments:" msgstr "_Kommentit:" -#: gramps.glade:18080 +#: gramps.glade:19492 msgid "Publication information:" msgstr "Julkaisutiedot:" -#: gramps.glade:18104 mergedata.glade:919 mergedata.glade:941 -#: plugins.glade:362 +#: gramps.glade:19520 mergedata.glade:919 mergedata.glade:941 +#: plugins.glade:361 msgid "Author:" msgstr "Tekijä:" -#: gramps.glade:18200 +#: gramps.glade:19632 msgid "Source selection" msgstr "Lähteen valinta" -#: gramps.glade:18224 +#: gramps.glade:19660 msgid "Source details" msgstr "Lähteen yksityiskohdat" -#: gramps.glade:18363 +#: gramps.glade:19803 msgid "Creates a new source" msgstr "Luo uusi lähde" -#: gramps.glade:18365 +#: gramps.glade:19805 msgid "_New..." msgstr "_Uusi..." -#: gramps.glade:18385 gramps.glade:21684 gramps.glade:25325 gramps.glade:26335 -#: gramps.glade:27538 gramps.glade:28315 gramps.glade:29851 +#: gramps.glade:19825 gramps.glade:23542 gramps.glade:27416 gramps.glade:28465 +#: gramps.glade:29745 gramps.glade:30555 gramps.glade:32181 msgid "_Private record" msgstr "_Yksityinen tietue" -#: gramps.glade:18460 +#: gramps.glade:19900 msgid "" "Very Low\n" "Low\n" @@ -6631,307 +6701,315 @@ msgstr "" "Korkea\n" "Hyvin korkea" -#: gramps.glade:18631 +#: gramps.glade:20081 msgid "Double click will edit the selected source" msgstr "Tuplaklikkaus muokkaa valittua lähdettä" -#: gramps.glade:19684 -msgid "Style _name:" +#: gramps.glade:21218 +msgid "Style n_ame:" msgstr "Tyylin _nimi:" -#: gramps.glade:19842 rule.glade:1144 +#: gramps.glade:21391 rule.glade:1144 msgid "Description" msgstr "Kuvaus" -#: gramps.glade:19871 -msgid "pt" -msgstr "pt" - -#: gramps.glade:19898 gramps.glade:20206 -msgid "Pick a color" -msgstr "Valitse väri" - -#: gramps.glade:19937 -msgid "_Bold" -msgstr "_Lihavoitu" - -#: gramps.glade:19959 -msgid "_Italic" -msgstr "_Kursiivi" - -#: gramps.glade:19981 -msgid "_Underline" -msgstr "_Alleviivattu" - -#: gramps.glade:20002 +#: gramps.glade:21424 msgid "Type face" msgstr "Kirjasintyyli" -#: gramps.glade:20026 -msgid "Size" -msgstr "Koko" - -#: gramps.glade:20050 -msgid "Color" -msgstr "Väri" - -#: gramps.glade:20124 +#: gramps.glade:21453 msgid "_Roman (Times, serif)" msgstr "_Roman (Times, serif)" -#: gramps.glade:20146 +#: gramps.glade:21475 msgid "_Swiss (Arial, Helvetica, sans-serif)" msgstr "_Swiss (Arial, Helvetica, sans-serif)" -#: gramps.glade:20174 +#: gramps.glade:21497 +msgid "Size" +msgstr "Koko" + +#: gramps.glade:21547 +msgid "pt" +msgstr "pt" + +#: gramps.glade:21575 +msgid "Color" +msgstr "Väri" + +#: gramps.glade:21606 gramps.glade:21934 +msgid "Pick a color" +msgstr "Valitse väri" + +#: gramps.glade:21651 +msgid "_Bold" +msgstr "_Lihavoitu" + +#: gramps.glade:21673 +msgid "_Italic" +msgstr "_Kursiivi" + +#: gramps.glade:21695 +msgid "_Underline" +msgstr "_Alleviivattu" + +#: gramps.glade:21751 msgid "Font options" msgstr "Kirjasinasetukset" -#: gramps.glade:20222 -msgid "R_ight:" -msgstr "O_ikea:" - -#: gramps.glade:20250 -msgid "L_eft:" -msgstr "V_asen:" - -#: gramps.glade:20278 -msgid "_Padding:" -msgstr "T_äyte:" - -#: gramps.glade:20442 +#: gramps.glade:21785 msgid "_Left" msgstr "_Vasen" -#: gramps.glade:20464 +#: gramps.glade:21807 msgid "_Right" msgstr "_Oikea" -#: gramps.glade:20487 +#: gramps.glade:21830 msgid "_Justify" msgstr "_Tasaa" -#: gramps.glade:20510 +#: gramps.glade:21853 msgid "_Center" msgstr "_Keskitä" -#: gramps.glade:20532 -msgid "Background" -msgstr "Tausta" - -#: gramps.glade:20556 -msgid "Margins" -msgstr "Marginaalit" - -#: gramps.glade:20605 +#: gramps.glade:21875 msgid "Alignment" msgstr "Asemointi" -#: gramps.glade:20629 +#: gramps.glade:21903 +msgid "Background color" +msgstr "Taustaväri" + +#: gramps.glade:21950 +msgid "First li_ne:" +msgstr "Ensimmäinen _rivi:" + +#: gramps.glade:22063 +msgid "R_ight:" +msgstr "O_ikea:" + +#: gramps.glade:22092 +msgid "L_eft:" +msgstr "V_asen:" + +#: gramps.glade:22121 +msgid "Spacing" +msgstr "Välistys" + +#: gramps.glade:22149 +msgid "Abo_ve:" +msgstr "_Yllä:" + +#: gramps.glade:22178 +msgid "Belo_w:" +msgstr "_Alla:" + +#: gramps.glade:22263 msgid "Borders" msgstr "Reunukset" -#: gramps.glade:20654 +#: gramps.glade:22397 msgid "Le_ft" msgstr "Va_sen" -#: gramps.glade:20676 +#: gramps.glade:22419 msgid "Ri_ght" msgstr "Oi_kea" -#: gramps.glade:20698 +#: gramps.glade:22441 msgid "_Top" msgstr "_Ylä" -#: gramps.glade:20720 +#: gramps.glade:22462 +msgid "_Padding:" +msgstr "T_äyte:" + +#: gramps.glade:22541 msgid "_Bottom" -msgstr "A_la" +msgstr "A_lla" -#: gramps.glade:20741 -msgid "First line" -msgstr "Ensimmäinen rivi" +#: gramps.glade:22591 +msgid "Indentation" +msgstr "Sisennys" -#: gramps.glade:20810 -msgid "I_ndent:" -msgstr "S_isennys:" - -#: gramps.glade:20841 +#: gramps.glade:22625 msgid "Paragraph options" msgstr "Kappaleasetukset" -#: gramps.glade:21127 +#: gramps.glade:22928 msgid "Internal note" msgstr "Sisäinen huomio" -#: gramps.glade:21383 gramps.glade:22756 +#: gramps.glade:23198 gramps.glade:24675 msgid "Object type:" msgstr "Objektin tyyppi:" -#: gramps.glade:21563 +#: gramps.glade:23401 msgid "Lower X:" msgstr "Ala-X:" -#: gramps.glade:21587 +#: gramps.glade:23429 msgid "Upper X:" msgstr "Ylä-X:" -#: gramps.glade:21611 +#: gramps.glade:23457 msgid "Upper Y:" msgstr "Ylä-Y:" -#: gramps.glade:21635 +#: gramps.glade:23485 msgid "Lower Y:" msgstr "Ala-Y:" -#: gramps.glade:21659 +#: gramps.glade:23513 msgid "Subsection" msgstr "Alaosio" -#: gramps.glade:21705 +#: gramps.glade:23563 msgid "Privacy" msgstr "Yksityisyys" -#: gramps.glade:22028 +#: gramps.glade:23902 msgid "Global Notes" msgstr "Yleiset huomiot" -#: gramps.glade:22229 +#: gramps.glade:24130 msgid "Creates a new object attribute from the above data" msgstr "Luo uuden objektin ominaisuuden ylläolevasta tiedosta" -#: gramps.glade:23256 +#: gramps.glade:25225 msgid "Creates a new attribute from the above data" msgstr "Luo uuden ominaisuuden ylläolevasta tiedosta" -#: gramps.glade:23950 +#: gramps.glade:25954 msgid "Close _without saving" msgstr "Sulje tallentamatta" -#: gramps.glade:24076 +#: gramps.glade:26088 msgid "Do not ask again" msgstr "Älä kysy uudelleen" -#: gramps.glade:24694 +#: gramps.glade:26748 msgid "Remove object and all references to it from the database" msgstr "Poista objekti ja kaikki sen viitteet tietokannasta" -#: gramps.glade:24739 +#: gramps.glade:26793 msgid "_Remove Object" msgstr "P_oista objekti" -#: gramps.glade:24766 +#: gramps.glade:26824 msgid "Keep reference to the missing file" msgstr "Pidä viite puuttuvaan tiedostoon" -#: gramps.glade:24769 +#: gramps.glade:26827 msgid "_Keep Reference" msgstr "P_idä viite" -#: gramps.glade:24780 +#: gramps.glade:26838 msgid "Select replacement for the missing file" msgstr "Valitse korvaava tiedosto" -#: gramps.glade:24827 +#: gramps.glade:26885 msgid "_Select File" msgstr "_Valitse tiedosto" -#: gramps.glade:24940 +#: gramps.glade:27010 msgid "If you check this button, all the missing media files will be automatically treated according to the currently selected option. No further dialogs will be presented for any missing medial files." msgstr "Valitsemalla tämän, kaikkia puuttuvia media tiedostoja käsitellään sillä hetkellä voimassa olevien asetusten mukaisesti, eikä minkään puuttuvan media tiedoston kohdalla enää näytetä dialogeja." -#: gramps.glade:24942 +#: gramps.glade:27012 msgid "_Use this selection for all missing media files" msgstr "_Käytä tätä valintaa kaikille puuttuville media tiedostoille" -#: gramps.glade:25003 +#: gramps.glade:27074 msgid "Close window without changes" msgstr "Sulje ikkuna ilman muutoksia" -#: gramps.glade:25104 +#: gramps.glade:27175 msgid "_Event type:" msgstr "_Tapahtumatyyppi:" -#: gramps.glade:25156 +#: gramps.glade:27235 msgid "De_scription:" msgstr "_Kuvaus:" -#: gramps.glade:25212 +#: gramps.glade:27299 msgid "_Cause:" msgstr "_Syy:" -#: gramps.glade:26282 +#: gramps.glade:28404 msgid "_Attribute:" msgstr "_Ominaisuus:" -#: gramps.glade:26306 +#: gramps.glade:28432 msgid "_Value:" msgstr "_Arvo:" -#: gramps.glade:26911 +#: gramps.glade:29069 msgid "C_ounty:" msgstr "K_unta:" -#: gramps.glade:26939 gramps.glade:27481 +#: gramps.glade:29101 gramps.glade:29680 msgid "Cou_ntry:" msgstr "_Maa:" -#: gramps.glade:27131 gramps.glade:27686 +#: gramps.glade:29305 gramps.glade:29893 msgid "P_hone:" msgstr "Pu_helin:" -#: gramps.glade:27177 +#: gramps.glade:29355 msgid "_Zip/Postal code:" msgstr "Po_stinumero:" -#: gramps.glade:27397 +#: gramps.glade:29584 msgid "Add_ress:" msgstr "Oso_ite:" -#: gramps.glade:27425 +#: gramps.glade:29616 msgid "_City/County:" msgstr "_Kaupunki/kunta:" -#: gramps.glade:28252 +#: gramps.glade:30484 msgid "_Web address:" msgstr "_WWW-osoite:" -#: gramps.glade:28280 +#: gramps.glade:30516 msgid "_Description:" msgstr "_Kuvaus:" -#: gramps.glade:28561 +#: gramps.glade:30806 msgid "Suffi_x:" msgstr "_Pääte:" -#: gramps.glade:28645 +#: gramps.glade:30902 msgid "P_rivate record" msgstr "_Yksityinen tietue" -#: gramps.glade:28666 +#: gramps.glade:30923 msgid "Family _prefix:" msgstr "Sukunimen et_uliite:" -#: gramps.glade:28779 +#: gramps.glade:31040 msgid "P_atronymic:" msgstr "Patron_yymi:" -#: gramps.glade:28872 +#: gramps.glade:31144 msgid "G_roup as:" msgstr "_Ryhmittele:" -#: gramps.glade:28897 +#: gramps.glade:31173 msgid "_Sort as:" msgstr "_Järjestä:" -#: gramps.glade:28924 +#: gramps.glade:31204 msgid "_Display as:" msgstr "_Näytä:" -#: gramps.glade:28948 +#: gramps.glade:31232 msgid "Name Information" msgstr "Nimen tiedot" -#: gramps.glade:29014 +#: gramps.glade:31309 msgid "" "Default (based on locale)\n" "Family name, Given name [Patronymic]\n" @@ -6945,11 +7023,11 @@ msgstr "" "Patronyymi, Etunimi\n" "Etunimi" -#: gramps.glade:29140 +#: gramps.glade:31441 msgid "_Override" msgstr "_Ylikirjoita" -#: gramps.glade:29174 +#: gramps.glade:31474 msgid "" "Default (based on locale)\n" "Given name [Patronymic] Family name\n" @@ -6963,91 +7041,87 @@ msgstr "" "Etunimi Patronyymi\n" "Etunimi\n" -#: gramps.glade:29710 +#: gramps.glade:32037 msgid "_Comment:" msgstr "_Kommentti:" -#: gramps.glade:29762 +#: gramps.glade:32093 msgid "Person is in the _database" msgstr "Henkil_ö on tietokannassa" -#: gramps.glade:29830 +#: gramps.glade:32160 msgid "Choose a person from the database" msgstr "Valitse henkilö tietokannasta" -#: gramps.glade:29832 +#: gramps.glade:32162 msgid "_Select" msgstr "_Valitse" -#: gramps.glade:29961 +#: gramps.glade:32293 msgid "_Next" msgstr "_Seuraava" -#: gramps.glade:30020 +#: gramps.glade:32356 msgid "_Display on startup" msgstr "_Näytä käynnistettäessä" -#: gramps.glade:30083 -msgid "Gramps' Tip of the Day" -msgstr "Grampsin päivän vihje" - -#: gramps.glade:30116 +#: gramps.glade:32460 msgid "GRAMPS - Loading Database" msgstr "GRAMPS - Lataan tietokantaa" -#: gramps.glade:30141 +#: gramps.glade:32487 msgid "Loading database" msgstr "Lataan tietokantaa" -#: gramps.glade:30165 +#: gramps.glade:32515 msgid "GRAMPS is loading the database you selected. Please wait." msgstr "GRAMPS lataa valitsemaasi tietokantaa. Odota." -#: gramps.glade:30348 +#: gramps.glade:32712 msgid "Calenda_r:" msgstr "Kalente_ri:" -#: gramps.glade:30398 +#: gramps.glade:32768 msgid "Q_uality" msgstr "_Laatu" -#: gramps.glade:30440 +#: gramps.glade:32816 msgid "_Type" msgstr "_Tyyppi" -#: gramps.glade:30482 +#: gramps.glade:32864 msgid "Date" msgstr "Päivämäärä" -#: gramps.glade:30506 +#: gramps.glade:32892 msgid "_Day" msgstr "_Päivä" -#: gramps.glade:30531 +#: gramps.glade:32921 msgid "_Month" msgstr "_Kuukausi" -#: gramps.glade:30556 +#: gramps.glade:32950 msgid "_Year" msgstr "_Vuosi" -#: gramps.glade:30640 +#: gramps.glade:33040 msgid "Second date" msgstr "Toinen päivämäärä" -#: gramps.glade:30664 +#: gramps.glade:33068 msgid "D_ay" msgstr "P_äivä" -#: gramps.glade:30689 +#: gramps.glade:33097 msgid "Mo_nth" msgstr "K_uukausi" -#: gramps.glade:30714 +#: gramps.glade:33126 msgid "Y_ear" msgstr "_Vuosi" -#: gramps.glade:30811 +#: gramps.glade:33229 msgid "Te_xt comment:" msgstr "_Tekstikommentti:" @@ -7138,49 +7212,49 @@ msgstr "Taaksepäin-valikko" msgid "Forward Menu" msgstr "Eteenpäin-valikko" -#: gramps_main.py:977 plugins/Summary.py:115 +#: gramps_main.py:982 plugins/Summary.py:115 msgid "Disconnected individuals" msgstr "Henkilöt ilman sukulaisia" -#: gramps_main.py:982 +#: gramps_main.py:987 msgid "People with names containing..." msgstr "Henkilöt , joiden nimi sisältää..." -#: gramps_main.py:1047 +#: gramps_main.py:1052 msgid "People with records containing..." msgstr "Henkilöt, joiden tiedot sisältävät..." -#: gramps_main.py:1052 +#: gramps_main.py:1057 msgid "People with records matching regular expression..." msgstr "Henkilöt, joiden tiedot täsmäävät regular expressioniin..." -#: gramps_main.py:1057 +#: gramps_main.py:1062 msgid "People with notes" msgstr "Henkilöt, joista on huomioita" -#: gramps_main.py:1062 +#: gramps_main.py:1067 msgid "People with notes containing..." msgstr "Henkilöt , joiden huomiot sisältävät..." -#: gramps_main.py:1090 gramps_main.py:1102 gramps_main.py:1120 -#: gramps_main.py:1132 +#: gramps_main.py:1095 gramps_main.py:1107 gramps_main.py:1125 +#: gramps_main.py:1137 msgid "Exactly two people must be selected to perform a merge. A second person can be selected by holding down the control key while clicking on the desired person." msgstr "Tasan kaksi henkilöä pitää olla valittuna yhdistettäväksi. Toinen henkilö voidaan valita pitämällä Control-näppäintä alhaalla klikatessa." -#: gramps_main.py:1245 +#: gramps_main.py:1250 msgid "Cannot unpak archive" msgstr "Arkiston purkaminen ei onnistu" -#: gramps_main.py:1246 plugins/ReadPkg.py:67 +#: gramps_main.py:1251 plugins/ReadPkg.py:67 msgid "Temporary directory %s is not writable" msgstr "Valiaikaishakemisto '%s' ei ole kirjoitettavissa" -#: gramps_main.py:1288 gramps_main.py:1294 gramps_main.py:1315 -#: gramps_main.py:1319 gramps_main.py:1322 +#: gramps_main.py:1293 gramps_main.py:1303 gramps_main.py:1327 +#: gramps_main.py:1331 gramps_main.py:1334 msgid "Cannot open database" msgstr "Tietokannan aukaisu ei onnistu" -#: gramps_main.py:1289 +#: gramps_main.py:1294 msgid "" "The selected file is a directory, not a file.\n" "A GRAMPS database must be a file." @@ -7188,129 +7262,129 @@ msgstr "" "Valittu tiedosto on hakemisto, ei tiedosto.\n" "GRAMPSin tietokanta voi olla vain tiedosto." -#: gramps_main.py:1295 +#: gramps_main.py:1304 msgid "You do not have read access to the selected file." msgstr "Sinulla ei ole lukuoikeutta valittuun tiedostoon." -#: gramps_main.py:1300 +#: gramps_main.py:1309 msgid "Read only database" msgstr "Tietokanta on kirjoitussuojattu" -#: gramps_main.py:1301 +#: gramps_main.py:1310 msgid "You do not have write access to the selected file." msgstr "Sinulla ei ole kirjoitusoikeutta valittuun tiedostoon." -#: gramps_main.py:1310 +#: gramps_main.py:1322 msgid "Read Only" msgstr "Kirjoitussuojattu" -#: gramps_main.py:1316 +#: gramps_main.py:1328 msgid "The database file specified could not be opened." msgstr "Annettua tietokantaa ei voitu avata." -#: gramps_main.py:1323 +#: gramps_main.py:1335 msgid "%s could not be opened." msgstr "%s:n avaus epäonnistui." -#: gramps_main.py:1383 +#: gramps_main.py:1395 msgid "Save Media Object" msgstr "Tallenna mediatiedosto" -#: gramps_main.py:1429 plugins/Check.py:330 plugins/WriteCD.py:258 +#: gramps_main.py:1441 plugins/Check.py:349 plugins/WriteCD.py:258 #: plugins/WritePkg.py:171 msgid "Media object could not be found" msgstr "Mediatiedostoa ei löydy" -#: gramps_main.py:1430 plugins/WriteCD.py:259 plugins/WritePkg.py:172 +#: gramps_main.py:1442 plugins/WriteCD.py:259 plugins/WritePkg.py:172 msgid "%(file_name)s is referenced in the database, but no longer exists. The file may have been deleted or moved to a different location. You may choose to either remove the reference from the database, keep the reference to the missing file, or select a new file." msgstr "%(file_name)s tiedostoon viitataan tietokannassa, mutta sitä ei löydy. Tiedosto on saatettu poistaa tai siirtää. Voit valita joko viitteen poiston tietokannasta, pitää viitteen ennallaan tai viitata uuteen tiedostoon." -#: gramps_main.py:1476 +#: gramps_main.py:1499 msgid "Deleting the person will remove the person from the database." msgstr "Henkilön poistaminen tuhoaa hänet tietokannasta." -#: gramps_main.py:1480 +#: gramps_main.py:1503 msgid "_Delete Person" msgstr "_Poista henkilö" -#: gramps_main.py:1559 +#: gramps_main.py:1584 msgid "Delete Person (%s)" msgstr "_Poista henkilö (%s)" -#: gramps_main.py:1643 +#: gramps_main.py:1668 msgid "%(relationship)s of %(person)s" msgstr "%(person)s:n %(relationship)s" -#: gramps_main.py:1811 +#: gramps_main.py:1836 msgid "Upgrading database..." msgstr "Päivitän tietokantaa..." -#: gramps_main.py:1824 +#: gramps_main.py:1849 msgid "Setup complete" msgstr "Asennus valmis" -#: gramps_main.py:1841 +#: gramps_main.py:1866 msgid "Loading %s..." msgstr "Ladataan %s..." -#: gramps_main.py:1844 +#: gramps_main.py:1869 msgid "Opening database..." msgstr "Avaan tietokantaa..." -#: gramps_main.py:1875 +#: gramps_main.py:1900 msgid "No Home Person has been set." msgstr "\"Koti\"-henkilöä ei ole asetettu." -#: gramps_main.py:1876 +#: gramps_main.py:1901 msgid "The Home Person may be set from the Edit menu." msgstr "\"Koti\"-henkilö voidaan asettaa Muokkaa-valikosta." -#: gramps_main.py:1882 +#: gramps_main.py:1907 msgid "%s has been bookmarked" msgstr "%s on kirjanmerkitty" -#: gramps_main.py:1885 +#: gramps_main.py:1910 msgid "Could Not Set a Bookmark" msgstr "Kirjanmerkin asetus epäonnistui" -#: gramps_main.py:1886 +#: gramps_main.py:1911 msgid "A bookmark could not be set because no one was selected." msgstr "Kirjanmerkin asetus epäonnistui, koska ketään ei ollut valittuna." -#: gramps_main.py:1916 +#: gramps_main.py:1941 msgid "Could not go to a Person" msgstr "Henkilöön siirtyminen epäonnistui" -#: gramps_main.py:1917 +#: gramps_main.py:1942 msgid "Either stale bookmark or broken history caused by IDs reorder." msgstr "Vanhentunut kirjanmerkki tai tunnuksien uudelleenjärjestelyn aiheuttama historian epäkelpoisuus." -#: gramps_main.py:1927 +#: gramps_main.py:1952 msgid "Set %s as the Home Person" msgstr "Aseta %s \"Koti\"-henkilöksi" -#: gramps_main.py:1928 +#: gramps_main.py:1953 msgid "Once a Home Person is defined, pressing the Home button on the toolbar will make the home person the active person." msgstr "\"Koti\"-henkilön asettamisen jälkeen \"Koti\" nappulan painaminen työkalupalkissa aktivoi \"koti\"-henkilön." -#: gramps_main.py:1931 +#: gramps_main.py:1956 msgid "_Set Home Person" msgstr "_Aseta \"koti\"-henkilö" -#: gramps_main.py:1942 +#: gramps_main.py:1967 msgid "A person must be selected to export" msgstr "Vientiä varten pitää valita henkilö" -#: gramps_main.py:1943 +#: gramps_main.py:1968 msgid "Exporting requires that an active person be selected. Please select a person and try again." msgstr "Vienti vaatii, että joku henkilö on valittuna. Valitse henkilö ja yritä uudelleen." -#: gramps_main.py:1977 gramps_main.py:1981 gramps_main.py:1985 -#: gramps_main.py:1999 gramps_main.py:2001 +#: gramps_main.py:2002 gramps_main.py:2006 gramps_main.py:2010 +#: gramps_main.py:2024 gramps_main.py:2026 msgid "Could not create example database" msgstr "Esimerkkitietokannan luonti epäonnistui" -#: gramps_main.py:1978 gramps_main.py:1982 gramps_main.py:1986 +#: gramps_main.py:2003 gramps_main.py:2007 gramps_main.py:2011 msgid "The directory ~/.gramps/example could not be created." msgstr "Hakemistoa ~/.gramps/example ei voitu luoda." @@ -7359,42 +7433,43 @@ msgstr "GRAMPS tunnus:" msgid "Select the person that will provide the primary data for the merged person." msgstr "Valitse henkilö, jolta ensisijaiset tiedot tulevat liitetylle henkilölle." -#: plugins.glade:112 +#: plugins.glade:111 msgid "_Automatically pop out when problems are detected" msgstr "_Aukeaa automaattisesti ongelmatilanteessa" -#: plugins.glade:176 +#: plugins.glade:175 msgid "Perform selected action" msgstr "Tee valittu toiminto" -#: plugins.glade:315 +#: plugins.glade:314 msgid "Status:" msgstr "Tila:" -#: plugins.glade:386 +#: plugins.glade:385 msgid "Author's email:" msgstr "Tekijän sähköposti:" #: plugins/AncestorChart.py:244 plugins/AncestorChart2.py:498 -#: plugins/AncestorReport.py:182 plugins/Ancestors.py:910 -#: plugins/Ancestors.py:926 plugins/Ancestors.py:932 plugins/DesGraph.py:331 -#: plugins/DescendChart.py:449 plugins/DetAncestralReport.py:681 -#: plugins/FamilyGroup.py:514 plugins/FanChart.py:298 -#: plugins/FtmStyleAncestors.py:391 plugins/FtmStyleAncestors.py:396 -#: plugins/FtmStyleAncestors.py:401 plugins/FtmStyleAncestors.py:406 -#: plugins/FtmStyleDescendants.py:535 plugins/FtmStyleDescendants.py:540 -#: plugins/FtmStyleDescendants.py:550 plugins/FtmStyleDescendants.py:555 -#: plugins/IndivComplete.py:578 plugins/IndivSummary.py:373 +#: plugins/AncestorReport.py:188 plugins/Ancestors.py:910 +#: plugins/Ancestors.py:926 plugins/Ancestors.py:932 plugins/DesGraph.py:395 +#: plugins/DescendChart.py:449 plugins/DetAncestralReport.py:693 +#: plugins/DetDescendantReport.py:718 plugins/FamilyGroup.py:514 +#: plugins/FanChart.py:298 plugins/FtmStyleAncestors.py:391 +#: plugins/FtmStyleAncestors.py:396 plugins/FtmStyleAncestors.py:401 +#: plugins/FtmStyleAncestors.py:406 plugins/FtmStyleDescendants.py:535 +#: plugins/FtmStyleDescendants.py:540 plugins/FtmStyleDescendants.py:550 +#: plugins/FtmStyleDescendants.py:555 plugins/IndivComplete.py:596 +#: plugins/IndivSummary.py:373 msgid "The basic style used for the text display." msgstr "Perustyyli tekstin näyttöön." #: plugins/AncestorChart.py:249 plugins/AncestorChart2.py:458 -#: plugins/DesGraph.py:314 plugins/DescendChart.py:407 +#: plugins/DesGraph.py:378 plugins/DescendChart.py:407 msgid "Display Format" msgstr "Näyttömuoto" #: plugins/AncestorChart.py:250 plugins/AncestorChart2.py:459 -#: plugins/DesGraph.py:315 plugins/DescendChart.py:408 +#: plugins/DesGraph.py:379 plugins/DescendChart.py:408 msgid "Allows you to customize the data in the boxes in the report" msgstr "Sallii raportin laatikoissa olevien tietojen muuttamisen" @@ -7403,19 +7478,21 @@ msgid "Ancestor Chart" msgstr "Kaavio esivanhemmista" #: plugins/AncestorChart.py:272 plugins/AncestorChart2.py:523 -#: plugins/Ancestors.py:969 plugins/BookReport.py:1116 -#: plugins/ChangeNames.py:217 plugins/ChangeTypes.py:217 -#: plugins/Checkpoint.py:442 plugins/CountAncestors.py:121 -#: plugins/DescendReport.py:254 plugins/DetAncestralReport.py:827 -#: plugins/DetDescendantReport.py:848 plugins/FamilyGroup.py:548 +#: plugins/AncestorReport.py:204 plugins/BookReport.py:1124 +#: plugins/ChangeNames.py:217 plugins/ChangeTypes.py:217 plugins/Check.py:899 +#: plugins/Checkpoint.py:443 plugins/CmdRef.py:257 plugins/DesGraph.py:411 +#: plugins/Desbrowser.py:179 plugins/DescendChart.py:474 +#: plugins/DescendReport.py:257 plugins/Eval.py:158 plugins/EventCmp.py:485 +#: plugins/FamilyGroup.py:548 plugins/FanChart.py:324 #: plugins/FilterEditor.py:969 plugins/FilterEditor.py:988 -#: plugins/FtmStyleAncestors.py:423 plugins/FtmStyleDescendants.py:571 #: plugins/GraphViz.py:966 plugins/GraphViz.py:980 -#: plugins/IndivComplete.py:595 plugins/IndivSummary.py:390 -#: plugins/NavWebPage.py:2801 plugins/Summary.py:177 -#: plugins/TestcaseGenerator.py:1295 plugins/TimeLine.py:479 -msgid "Beta" -msgstr "Beta" +#: plugins/IndivComplete.py:613 plugins/IndivSummary.py:390 +#: plugins/Leak.py:154 plugins/Merge.py:688 plugins/NavWebPage.py:2858 +#: plugins/PatchNames.py:357 plugins/Rebuild.py:122 plugins/RelCalc.py:238 +#: plugins/ReorderIds.py:209 plugins/SoundGen.py:172 +#: plugins/StatisticsChart.py:982 plugins/TimeLine.py:479 +msgid "Stable" +msgstr "Vakaa" #: plugins/AncestorChart.py:275 plugins/AncestorChart2.py:526 msgid "Produces a graphical ancestral tree graph" @@ -7434,44 +7511,40 @@ msgid "The basic style used for the title display." msgstr "Perustyyli otsikolle." #: plugins/AncestorChart2.py:522 -msgid "Ancestor Chart (Wall Chart)" -msgstr "Seinäkaavio esivanhemmista" +msgid "Ancestor Graph" +msgstr "Kaavio esivanhemmista" #: plugins/AncestorReport.py:102 msgid "Ahnentafel Report for %s" msgstr "Sukupolvittain numeroitu esivanhempien lista (ahnentafel) %s:lle" -#: plugins/AncestorReport.py:115 plugins/DetAncestralReport.py:164 -#: plugins/DetDescendantReport.py:190 +#: plugins/AncestorReport.py:115 plugins/DetAncestralReport.py:165 +#: plugins/DetDescendantReport.py:194 msgid "Generation %d" msgstr "Sukupolvi %d" -#: plugins/AncestorReport.py:168 plugins/Ancestors.py:895 -#: plugins/DescendReport.py:220 plugins/DetAncestralReport.py:643 -#: plugins/DetDescendantReport.py:663 plugins/FamilyGroup.py:505 +#: plugins/AncestorReport.py:170 plugins/Ancestors.py:895 +#: plugins/DescendReport.py:221 plugins/DetAncestralReport.py:647 +#: plugins/DetDescendantReport.py:672 plugins/FamilyGroup.py:505 #: plugins/FtmStyleAncestors.py:376 plugins/FtmStyleDescendants.py:520 -#: plugins/IndivComplete.py:552 plugins/IndivSummary.py:347 -#: plugins/SimpleBookTitle.py:266 plugins/StatisticsChart.py:830 +#: plugins/IndivComplete.py:564 plugins/IndivSummary.py:347 +#: plugins/SimpleBookTitle.py:266 plugins/StatisticsChart.py:831 #: plugins/TimeLine.py:398 plugins/WebPage.py:1629 msgid "The style used for the title of the page." msgstr "Sivuotsikon tyyli." -#: plugins/AncestorReport.py:177 plugins/Ancestors.py:905 -#: plugins/DetAncestralReport.py:652 plugins/DetAncestralReport.py:711 -#: plugins/DetDescendantReport.py:672 plugins/DetDescendantReport.py:732 +#: plugins/AncestorReport.py:181 plugins/Ancestors.py:905 +#: plugins/DetAncestralReport.py:657 plugins/DetAncestralReport.py:730 +#: plugins/DetDescendantReport.py:682 plugins/DetDescendantReport.py:755 #: plugins/FtmStyleAncestors.py:386 plugins/FtmStyleDescendants.py:530 msgid "The style used for the generation header." msgstr "Sukupolviotsakkeen tyyli." -#: plugins/AncestorReport.py:197 +#: plugins/AncestorReport.py:203 msgid "Ahnentafel Report" msgstr "Sukupolviraportti (Ahnentafel)" -#: plugins/AncestorReport.py:198 -msgid "Stable" -msgstr "Vakaa" - -#: plugins/AncestorReport.py:199 +#: plugins/AncestorReport.py:205 msgid "Produces a textual ancestral report" msgstr "Tuottaa tekstimuotoisen esivanhemmuusraportin" @@ -7595,9 +7668,9 @@ msgstr " Hänellä oli suhde %(name)s:n kanssa" msgid " Note about their name: " msgstr " Huomioita heidän nimestään: " -#: plugins/Ancestors.py:813 plugins/DetAncestralReport.py:268 -#: plugins/DetAncestralReport.py:292 plugins/DetDescendantReport.py:292 -#: plugins/DetDescendantReport.py:316 plugins/FtmStyleAncestors.py:223 +#: plugins/Ancestors.py:813 plugins/DetAncestralReport.py:273 +#: plugins/DetAncestralReport.py:299 plugins/DetDescendantReport.py:301 +#: plugins/DetDescendantReport.py:325 plugins/FtmStyleAncestors.py:223 #: plugins/FtmStyleAncestors.py:249 plugins/FtmStyleDescendants.py:253 #: plugins/FtmStyleDescendants.py:281 msgid "More about %(person_name)s:" @@ -7623,48 +7696,55 @@ msgstr "Lainaa lähteitä" msgid "Comprehensive Ancestors Report" msgstr "Kattava raportti esivanhemmista" +#: plugins/Ancestors.py:969 plugins/CountAncestors.py:121 +#: plugins/DetAncestralReport.py:848 plugins/DetDescendantReport.py:871 +#: plugins/FtmStyleAncestors.py:423 plugins/FtmStyleDescendants.py:571 +#: plugins/Summary.py:177 plugins/TestcaseGenerator.py:1391 +msgid "Beta" +msgstr "Beta" + #: plugins/Ancestors.py:970 msgid "Produces a detailed ancestral report." msgstr "Tuottaa yksityiskohtaisen raportin esivanhemmista." -#: plugins/BookReport.py:487 +#: plugins/BookReport.py:490 msgid "Available Books" msgstr "Saatavilla olevat kirjat" -#: plugins/BookReport.py:500 +#: plugins/BookReport.py:503 msgid "Book List" msgstr "Kirjalista" -#: plugins/BookReport.py:616 plugins/BookReport.py:958 -#: plugins/BookReport.py:1001 plugins/BookReport.py:1115 +#: plugins/BookReport.py:619 plugins/BookReport.py:966 +#: plugins/BookReport.py:1009 plugins/BookReport.py:1123 msgid "Book Report" msgstr "Kirjaraportti" -#: plugins/BookReport.py:619 +#: plugins/BookReport.py:622 msgid "New Book" msgstr "Uusi kirja" -#: plugins/BookReport.py:622 +#: plugins/BookReport.py:625 msgid "_Available items" msgstr "_Saatavilla olevat" -#: plugins/BookReport.py:626 +#: plugins/BookReport.py:629 msgid "Current _book" msgstr "Valittu _kirja" -#: plugins/BookReport.py:631 plugins/StatisticsChart.py:76 +#: plugins/BookReport.py:634 plugins/StatisticsChart.py:77 msgid "Item name" msgstr "Kohteen nimen mukaan" -#: plugins/BookReport.py:632 +#: plugins/BookReport.py:635 msgid "Center person" msgstr "Keskushenkilö" -#: plugins/BookReport.py:678 +#: plugins/BookReport.py:686 msgid "Different database" msgstr "Eri tietokanta" -#: plugins/BookReport.py:678 +#: plugins/BookReport.py:686 msgid "" "This book was created with the references to database %s.\n" "\n" @@ -7678,27 +7758,27 @@ msgstr "" "\n" "Joten keskushenkilöksi joka kohdalle asetetaan nykyisen tietokannan aktiivinen henkilö." -#: plugins/BookReport.py:700 plugins/BookReport.py:717 +#: plugins/BookReport.py:708 plugins/BookReport.py:725 msgid "Not Applicable" msgstr "Sopimaton" -#: plugins/BookReport.py:825 +#: plugins/BookReport.py:833 msgid "Setup" msgstr "Asennus" -#: plugins/BookReport.py:835 +#: plugins/BookReport.py:843 msgid "Book Menu" msgstr "Kirja-valikko" -#: plugins/BookReport.py:858 +#: plugins/BookReport.py:866 msgid "Available Items Menu" msgstr "Saatavilla olevat-valikko" -#: plugins/BookReport.py:1004 +#: plugins/BookReport.py:1012 msgid "GRAMPS Book" msgstr "GRAMPS kirja" -#: plugins/BookReport.py:1117 +#: plugins/BookReport.py:1125 msgid "Creates a book containing several reports." msgstr "Luo kirjan, joka sisältää useita raportteja." @@ -7774,31 +7854,35 @@ msgstr "Uudelleennimeä henkilökohtaisia tapahtumatyyppejä" msgid "Allows all the events of a certain name to be renamed to a new name." msgstr "Sallii tietynnimisten tapahtumien nimeämisen uudelle nimelle." -#: plugins/Check.py:94 +#: plugins/Check.py:95 msgid "Check Integrity" msgstr "Tarkista sisäinen eheys" -#: plugins/Check.py:129 +#: plugins/Check.py:130 msgid "Checking database" msgstr "Tarkistetaan tietokanta" -#: plugins/Check.py:136 +#: plugins/Check.py:137 msgid "Looking for duplicate spouses" msgstr "Etsitään mahdolliset puolisoiden kahdennukset" -#: plugins/Check.py:161 +#: plugins/Check.py:160 +msgid "Looking for character encoding errors" +msgstr "Etsitään merkistökoodaus-virheitä" + +#: plugins/Check.py:180 msgid "Looking for broken family links" msgstr "Etsitään rikkinäisiä perhesiteitä" -#: plugins/Check.py:252 +#: plugins/Check.py:271 msgid "Looking for unused objects" msgstr "Etsitään käyttämättömiä objekteja" -#: plugins/Check.py:311 plugins/WriteCD.py:233 plugins/WritePkg.py:147 +#: plugins/Check.py:330 plugins/WriteCD.py:233 plugins/WritePkg.py:147 msgid "Select file" msgstr "Valitse tiedosto" -#: plugins/Check.py:331 +#: plugins/Check.py:350 msgid "" "The file:\n" " %(file_name)s \n" @@ -7808,177 +7892,177 @@ msgstr "" "%(file_name)s\n" "viitataan tietokannassa, mutta sitä ei löydy. Tiedosto on saatettu poistaa tai siirtää. Voit valita joko viitteen poiston tietokannasta, pitää viitteen ennallaan tai viitata uuteen tiedostoon." -#: plugins/Check.py:350 +#: plugins/Check.py:369 msgid "Looking for empty families" msgstr "Etsitään tyhjiä perheitä" -#: plugins/Check.py:388 +#: plugins/Check.py:407 msgid "Looking for broken parent relationships" msgstr "Etsitään rikkinäisiä lapsi/vanhempi-suhteita" -#: plugins/Check.py:439 +#: plugins/Check.py:459 msgid "Looking for event problems" msgstr "Etsiin rikkinäisiä tapahtumia" -#: plugins/Check.py:517 +#: plugins/Check.py:537 msgid "Looking for place reference problems" msgstr "Etsitään rikkinäisiä paikkaviitteitä" -#: plugins/Check.py:539 +#: plugins/Check.py:559 msgid "Looking for source reference problems" msgstr "Etsitään rikkinäisiä lähdeviitteitä" -#: plugins/Check.py:687 +#: plugins/Check.py:707 msgid "No errors were found" msgstr "Ei havaittu virheitä" -#: plugins/Check.py:688 +#: plugins/Check.py:708 msgid "The database has passed internal checks" msgstr "Tietokannan sisäiset tarkistukset eivät löytäneet ongelmia" -#: plugins/Check.py:695 +#: plugins/Check.py:715 msgid "1 broken child/family link was fixed\n" msgstr "Yksi viallinen lapsi/perhe linkki/suhde korjattu\n" -#: plugins/Check.py:697 +#: plugins/Check.py:717 msgid "%d broken child/family links were found\n" msgstr "Löydetty %d viallista lapsi/perhe linkkiä/suhdetta\n" -#: plugins/Check.py:703 +#: plugins/Check.py:723 msgid "Non existing child" msgstr "Lasta ei ole olemassa" -#: plugins/Check.py:710 +#: plugins/Check.py:730 msgid "%s was removed from the family of %s\n" msgstr "%s poistettiin perheestä %s\n" -#: plugins/Check.py:714 +#: plugins/Check.py:734 msgid "1 broken spouse/family link was fixed\n" msgstr "Yksi viallinen puoliso/perhe linkki/suhde korjattu\n" -#: plugins/Check.py:716 +#: plugins/Check.py:736 msgid "%d broken spouse/family links were found\n" msgstr "Löydetty %d viallista puoliso/perhe linkkiä/suhdetta\n" -#: plugins/Check.py:722 plugins/Check.py:741 +#: plugins/Check.py:742 plugins/Check.py:761 msgid "Non existing person" msgstr "Henkilöä ei ole olemassa" -#: plugins/Check.py:729 plugins/Check.py:748 +#: plugins/Check.py:749 plugins/Check.py:768 msgid "%s was restored to the family of %s\n" msgstr "%s palautettiin perheeseen %s\n" -#: plugins/Check.py:733 +#: plugins/Check.py:753 msgid "1 duplicate spouse/family link was found\n" msgstr "Yksi viallinen puoliso/perhe linkki löydetty\n" -#: plugins/Check.py:735 +#: plugins/Check.py:755 msgid "%d duplicate spouse/family links were found\n" msgstr "Löydetty %d viallista puoliso/perhe linkkiä\n" -#: plugins/Check.py:751 +#: plugins/Check.py:771 msgid "1 empty family was found\n" msgstr "Yksi tyhjä perhe löydetty\n" -#: plugins/Check.py:753 +#: plugins/Check.py:773 msgid "%d empty families were found\n" msgstr "%d tyhjää perhettä löydetty\n" -#: plugins/Check.py:755 +#: plugins/Check.py:775 msgid "1 corrupted family relationship fixed\n" msgstr "Yksi vioittunut perhesuhde korjattu\n" -#: plugins/Check.py:757 +#: plugins/Check.py:777 msgid "%d corrupted family relationship fixed\n" msgstr "%d vioittunutta perhesuhdetta korjattu\n" -#: plugins/Check.py:759 +#: plugins/Check.py:779 msgid "1 media object was referenced, but not found\n" msgstr "Yhteen mediatiedostoon on viite, mutta sitä ei löydy\n" -#: plugins/Check.py:761 +#: plugins/Check.py:781 msgid "%d media objects were referenced, but not found\n" msgstr "%d:n mediatiedostoon viitteitä, vaikka niitä ei löydy\n" -#: plugins/Check.py:763 +#: plugins/Check.py:783 msgid "Reference to 1 missing media object was kept\n" msgstr "Viite yhteen puuttuvaan mediatiedostoon säilytetty\n" -#: plugins/Check.py:765 +#: plugins/Check.py:785 msgid "References to %d media objects were kept\n" msgstr "Viitteet %d mediatiedostoon säilytetty\n" -#: plugins/Check.py:767 +#: plugins/Check.py:787 msgid "1 missing media object was replaced\n" msgstr "Yksi puuttuva mediatiedosto korvattiin\n" -#: plugins/Check.py:769 +#: plugins/Check.py:789 msgid "%d missing media objects were replaced\n" msgstr "%d puuttuvaa mediatiedostoa korvattiin\n" -#: plugins/Check.py:771 +#: plugins/Check.py:791 msgid "1 missing media object was removed\n" msgstr "Yksi puuttuva mediatiedosto poistettu\n" -#: plugins/Check.py:773 +#: plugins/Check.py:793 msgid "%d missing media objects were removed\n" msgstr "%d puuttuvaa mediatiedostoa poistettu\n" -#: plugins/Check.py:775 +#: plugins/Check.py:795 msgid "1 invalid event reference was removed\n" msgstr "Poistettiin 1 viallinen tapahtumaviite\n" -#: plugins/Check.py:777 +#: plugins/Check.py:797 msgid "%d invalid event references were removed\n" msgstr "Poistettiin %d viallista tapahtumaviitettä\n" -#: plugins/Check.py:779 +#: plugins/Check.py:799 msgid "1 invalid birth event name was fixed\n" msgstr "Korjattiin 1 viallinen syntymätapahtuman nimi\n" -#: plugins/Check.py:781 +#: plugins/Check.py:801 msgid "%d invalid birth event names were fixed\n" msgstr "Korjattiin %d viallista syntymätapahtuman nimeä\n" -#: plugins/Check.py:783 +#: plugins/Check.py:803 msgid "1 invalid death event name was fixed\n" msgstr "Korjattiin 1 viallinen kuolintapahtuman nimi\n" -#: plugins/Check.py:785 +#: plugins/Check.py:805 msgid "%d invalid death event names were fixed\n" msgstr "Korjattiin %d viallista kuolintapahtuman nimeä\n" -#: plugins/Check.py:787 +#: plugins/Check.py:807 msgid "1 place was referenced but not found\n" msgstr "Yhteen paikkaan oli viite, mutta sitä ei löytynyt\n" -#: plugins/Check.py:789 +#: plugins/Check.py:809 msgid "%d places were referenced, but not found\n" msgstr "%d paikkaan oli viitteitä, mutta niitä ei löytynyt\n" -#: plugins/Check.py:791 +#: plugins/Check.py:811 msgid "1 source was referenced but not found\n" msgstr "Yhteen lähteeseen oli viite, mutta sitä ei löytynyt\n" -#: plugins/Check.py:793 +#: plugins/Check.py:813 msgid "%d sources were referenced, but not found\n" msgstr "%d lähteeseen oli viitteitä, mutta niitä ei löytynyt\n" -#: plugins/Check.py:820 +#: plugins/Check.py:840 msgid "Integrity Check Results" msgstr "Eheystarkistuksen tulokset" -#: plugins/Check.py:878 +#: plugins/Check.py:898 msgid "Check and repair database" msgstr "Tarkista ja korjaa tietokanta" -#: plugins/Check.py:881 +#: plugins/Check.py:902 msgid "Checks the database for integrity problems, fixing the problems that it can" msgstr "Tarkistaa tietokannan eheyden ja korjaa osaamansa ongelmat" #: plugins/Checkpoint.py:73 msgid "Checkpoint Archive Creation Failed" -msgstr "Tarkistuspiste-arkiston luonti epäonnistui" +msgstr "Varmistuskohta-arkiston luonti epäonnistui" #: plugins/Checkpoint.py:74 msgid "" @@ -7986,13 +8070,13 @@ msgid "" "\n" "%s" msgstr "" -"Tarkistuspiste-arkistoa ei löytynyt. Sellaisen luonti epäonnistui ja tuotti seuraavalla viestin:\n" +"Varmistuskohta-arkistoa ei löytynyt. Sellaisen luonti epäonnistui ja tuotti seuraavalla viestin:\n" "\n" "%s" #: plugins/Checkpoint.py:80 msgid "Checkpoint Archive Created" -msgstr "Tarkistuspiste-arkisto luotu" +msgstr "Varmistuskohta-arkisto luotu" #: plugins/Checkpoint.py:81 msgid "" @@ -8001,14 +8085,14 @@ msgid "" "The archive file name is %s\n" "Deleting this file will lose the archive and make impossible to extract archived data from it." msgstr "" -"Tarkistuspiste-arkistoa ei löytynyt, joten sellainen luotiin arkistointia varten.\n" +"Varmistuskohta-arkistoa ei löytynyt, joten sellainen luotiin arkistointia varten.\n" "\n" "Arkiston nimi on %s\n" "Tämän tiedoston poisto hävittää arkiston ja tekee mahdottomaksi siihen arkistoitujen tietojen palauttamisen." #: plugins/Checkpoint.py:90 plugins/Checkpoint.py:101 msgid "Checkpoint Failed" -msgstr "Tarkistuspiste epäonnistui" +msgstr "Varmistuskohta epäonnistui" #: plugins/Checkpoint.py:91 msgid "" @@ -8022,7 +8106,7 @@ msgstr "" #: plugins/Checkpoint.py:96 plugins/Checkpoint.py:107 msgid "Checkpoint Succeeded " -msgstr "Tarkistuspiste onnistui " +msgstr "Varmistuskohta onnistui " #: plugins/Checkpoint.py:97 msgid "The data was successfully archived." @@ -8042,27 +8126,27 @@ msgstr "" msgid "The data was successfully retrieved." msgstr "Tietojen palautus onnistui." -#: plugins/Checkpoint.py:161 +#: plugins/Checkpoint.py:163 msgid "Checkpoint Data" -msgstr "Tarkistuspiste-tiedot" +msgstr "Varmistuskohta-tiedot" -#: plugins/Checkpoint.py:236 +#: plugins/Checkpoint.py:238 msgid "Checkpointing database..." -msgstr "Luodaan tietokannalle tarkistuspiste..." +msgstr "Luodaan tietokannalle varmistuskohta..." -#: plugins/Checkpoint.py:441 +#: plugins/Checkpoint.py:442 msgid "Checkpoint the database" -msgstr "Luo tietokannan tarkistuspiste" +msgstr "Luo tietokannan varmistuskohta" -#: plugins/Checkpoint.py:445 +#: plugins/Checkpoint.py:446 msgid "Store a snapshot of the current database into a revision control system" msgstr "Tallettaa tietokannan nykyisen tilan versionhallintajärjestelmään" -#: plugins/CmdRef.py:252 +#: plugins/CmdRef.py:256 msgid "Generate Commandline Plugin Reference" msgstr "Luo komentorivi-liitännäisten ohjeisto" -#: plugins/CmdRef.py:255 +#: plugins/CmdRef.py:260 msgid "Generates a DocBook XML file that contains a parameter reference of Reports and Tools." msgstr "Tuottaa DocBook XML-tiedoston, joka sisältää Raporttien ja Työkalujen muutettavien arvojen ohjeet." @@ -8118,16 +8202,11 @@ msgstr "Erikoistekstin loppuosan tyyli." msgid "Custom Text" msgstr "Erikoisteksti" -#: plugins/DesGraph.py:346 +#: plugins/DesGraph.py:410 plugins/DescendChart.py:473 msgid "Descendant Graph" msgstr "Jälkeläiskaavio" -#: plugins/DesGraph.py:347 plugins/DescendChart.py:474 plugins/FanChart.py:324 -#: plugins/StatisticsChart.py:981 -msgid "Alpha" -msgstr "Alpha" - -#: plugins/DesGraph.py:350 +#: plugins/DesGraph.py:414 msgid "Generates a graph of descendants of the active person" msgstr "Tuottaa aktiivisen henkilön jälkeläiskaavion" @@ -8139,14 +8218,10 @@ msgstr "Jälkeläisselain: %s" msgid "Interactive descendant browser" msgstr "Vuorovaikutteinen jälkeläisselain" -#: plugins/Desbrowser.py:181 +#: plugins/Desbrowser.py:182 msgid "Provides a browsable hierarchy based on the active person" msgstr "Tarjoaa aktiiviseen henkilöön perustuvan, selattavan hierarkian" -#: plugins/DescendChart.py:473 -msgid "Descendant Wall Chart" -msgstr "Seinäkaavio jälkeläisistä" - #: plugins/DescendChart.py:477 msgid "Produces a graphical descendant tree graph" msgstr "Tuottaa sukupuukaavion jälkeläisistä" @@ -8171,224 +8246,203 @@ msgstr "k. %(death_year)d" msgid "sp. %(spouse)s" msgstr "p. %(spouse)s" -#: plugins/DescendReport.py:231 +#: plugins/DescendReport.py:233 msgid "The style used for the level %d display." msgstr "Tyyli tason %d näyttämiseen." -#: plugins/DescendReport.py:238 +#: plugins/DescendReport.py:241 msgid "The style used for the spouse level %d display." msgstr "Tyyli tason %d puolison näyttämiseen." -#: plugins/DescendReport.py:253 +#: plugins/DescendReport.py:256 msgid "Descendant Report" msgstr "Jälkeläisraportti" -#: plugins/DescendReport.py:255 +#: plugins/DescendReport.py:258 msgid "Generates a list of descendants of the active person" msgstr "Tuottaa listan aktiivisen henkilön jälkeläisistä" -#: plugins/DetAncestralReport.py:150 +#: plugins/DetAncestralReport.py:151 msgid "Ancestral Report for %s" msgstr "Raportti esivanhemmista %s:lle" -#: plugins/DetAncestralReport.py:216 +#: plugins/DetAncestralReport.py:221 plugins/DetDescendantReport.py:248 msgid "%(name)s is the same person as [%(id_str)s]." msgstr "%(name)s on sama henkilö kuin [%(id_str)s]." -#: plugins/DetAncestralReport.py:259 plugins/DetDescendantReport.py:283 +#: plugins/DetAncestralReport.py:264 plugins/DetDescendantReport.py:291 msgid "Notes for %s" msgstr "Huomioita %s:lle" -#: plugins/DetAncestralReport.py:273 plugins/DetDescendantReport.py:297 +#: plugins/DetAncestralReport.py:280 plugins/DetDescendantReport.py:306 msgid "%(name_kind)s: %(name)s%(endnotes)s" msgstr "%(name_kind)s: %(name)s%(endnotes)s" -#: plugins/DetAncestralReport.py:300 plugins/DetDescendantReport.py:324 +#: plugins/DetAncestralReport.py:308 plugins/DetDescendantReport.py:333 #: plugins/FtmStyleAncestors.py:256 plugins/FtmStyleDescendants.py:287 #: plugins/FtmStyleDescendants.py:342 msgid "%(event_name)s: %(date)s, %(place)s%(endnotes)s. " msgstr "%(event_name)s: %(date)s, %(place)s%(endnotes)s. " -#: plugins/DetAncestralReport.py:306 plugins/DetDescendantReport.py:330 +#: plugins/DetAncestralReport.py:315 plugins/DetDescendantReport.py:339 #: plugins/FtmStyleAncestors.py:262 plugins/FtmStyleDescendants.py:293 #: plugins/FtmStyleDescendants.py:348 msgid "%(event_name)s: %(date)s%(endnotes)s. " msgstr "%(event_name)s: %(date)s%(endnotes)s. " -#: plugins/DetAncestralReport.py:311 plugins/DetDescendantReport.py:335 +#: plugins/DetAncestralReport.py:321 plugins/DetDescendantReport.py:344 #: plugins/FtmStyleAncestors.py:267 plugins/FtmStyleDescendants.py:298 #: plugins/FtmStyleDescendants.py:353 msgid "%(event_name)s: %(place)s%(endnotes)s. " msgstr "%(event_name)s: %(place)s%(endnotes)s. " -#: plugins/DetAncestralReport.py:316 plugins/DetDescendantReport.py:340 +#: plugins/DetAncestralReport.py:326 plugins/DetDescendantReport.py:349 msgid "%(event_name)s: " msgstr "%(event_name)s: " -#: plugins/DetAncestralReport.py:392 +#: plugins/DetAncestralReport.py:402 plugins/DetDescendantReport.py:425 msgid "Children of %s and %s" msgstr "%s:n ja %s:n lapset" -#: plugins/DetAncestralReport.py:488 plugins/DetDescendantReport.py:512 +#: plugins/DetAncestralReport.py:494 plugins/DetDescendantReport.py:520 #: plugins/FtmStyleAncestors.py:143 plugins/FtmStyleDescendants.py:172 msgid "Endnotes" msgstr "Loppuhuomiot" -#: plugins/DetAncestralReport.py:508 plugins/DetDescendantReport.py:531 +#: plugins/DetAncestralReport.py:515 plugins/DetDescendantReport.py:539 #: plugins/FtmStyleAncestors.py:162 plugins/FtmStyleDescendants.py:192 msgid "Text:" msgstr "Teksti:" -#: plugins/DetAncestralReport.py:515 plugins/DetDescendantReport.py:538 +#: plugins/DetAncestralReport.py:522 plugins/DetDescendantReport.py:546 #: plugins/FtmStyleAncestors.py:169 plugins/FtmStyleDescendants.py:199 msgid "Comments:" msgstr "Kommentit:" -#: plugins/DetAncestralReport.py:661 plugins/DetDescendantReport.py:682 +#: plugins/DetAncestralReport.py:667 plugins/DetDescendantReport.py:692 msgid "The style used for the children list title." msgstr "Lapsilistan otsikon tyyli." -#: plugins/DetAncestralReport.py:669 plugins/DetDescendantReport.py:690 +#: plugins/DetAncestralReport.py:677 plugins/DetDescendantReport.py:702 msgid "The style used for the children list." msgstr "Lapsilistan tyyli." -#: plugins/DetAncestralReport.py:686 plugins/DetDescendantReport.py:707 +#: plugins/DetAncestralReport.py:700 plugins/DetDescendantReport.py:725 msgid "The style used for the first personal entry." msgstr "Ensimmäisen henkilökohtaisen kohdan tyyli." -#: plugins/DetAncestralReport.py:694 plugins/DetDescendantReport.py:715 +#: plugins/DetAncestralReport.py:710 plugins/DetDescendantReport.py:735 msgid "The style used for the More About header." msgstr "Lisätietoja kappaleen otsakkeen tyyli." -#: plugins/DetAncestralReport.py:702 plugins/DetDescendantReport.py:723 +#: plugins/DetAncestralReport.py:720 plugins/DetDescendantReport.py:745 msgid "The style used for additional detail data." msgstr "Lisätiedoille käytetty tyyli." -#: plugins/DetAncestralReport.py:716 plugins/DetDescendantReport.py:737 +#: plugins/DetAncestralReport.py:737 plugins/DetDescendantReport.py:762 msgid "The basic style used for the endnotes text display." msgstr "Perustyyli loppuhuomioiden tekstin näyttöön." -#: plugins/DetAncestralReport.py:726 plugins/DetDescendantReport.py:751 +#: plugins/DetAncestralReport.py:747 plugins/DetDescendantReport.py:772 msgid "Use full dates instead of only the year" msgstr "Käytä täyttä päivämäärää pelkän vuoden sijaan" -#: plugins/DetAncestralReport.py:730 plugins/DetDescendantReport.py:755 +#: plugins/DetAncestralReport.py:751 plugins/DetDescendantReport.py:776 msgid "List children" msgstr "Listaa lapset" -#: plugins/DetAncestralReport.py:734 plugins/DetDescendantReport.py:759 +#: plugins/DetAncestralReport.py:755 plugins/DetDescendantReport.py:780 msgid "Include notes" msgstr "Lisää huomiot" -#: plugins/DetAncestralReport.py:738 +#: plugins/DetAncestralReport.py:759 plugins/DetDescendantReport.py:784 msgid "Use nickname for common name" msgstr "Käytä lempinimeä yleisnimenä" -#: plugins/DetAncestralReport.py:742 plugins/DetDescendantReport.py:763 +#: plugins/DetAncestralReport.py:763 plugins/DetDescendantReport.py:788 msgid "Replace missing places with ______" msgstr "Korvaa puuttuvat paikat ______:lla" -#: plugins/DetAncestralReport.py:746 plugins/DetDescendantReport.py:767 +#: plugins/DetAncestralReport.py:767 plugins/DetDescendantReport.py:792 msgid "Replace missing dates with ______" msgstr "Korvaa puuttuvat päivämäärät ______:lla" -#: plugins/DetAncestralReport.py:750 plugins/DetDescendantReport.py:771 +#: plugins/DetAncestralReport.py:771 plugins/DetDescendantReport.py:796 msgid "Compute age" msgstr "Laske ikä" -#: plugins/DetAncestralReport.py:754 plugins/DetDescendantReport.py:775 +#: plugins/DetAncestralReport.py:775 plugins/DetDescendantReport.py:800 msgid "Omit duplicate ancestors" msgstr "Jätä toistetut esivanhemmat pois" -#: plugins/DetAncestralReport.py:758 plugins/DetDescendantReport.py:779 +#: plugins/DetAncestralReport.py:779 plugins/DetDescendantReport.py:804 msgid "Add descendant reference in child list" msgstr "Lisää jälkeläisviite lapsilistaan" -#: plugins/DetAncestralReport.py:762 plugins/DetDescendantReport.py:783 +#: plugins/DetAncestralReport.py:783 plugins/DetDescendantReport.py:808 msgid "Include Photo/Images from Gallery" msgstr "Lisää valo/kuvat Galleriasta" -#: plugins/DetAncestralReport.py:766 plugins/DetDescendantReport.py:787 +#: plugins/DetAncestralReport.py:787 plugins/DetDescendantReport.py:812 msgid "Include alternative names" msgstr "Lisää vaihtoehtoiset nimet" -#: plugins/DetAncestralReport.py:770 plugins/DetDescendantReport.py:791 +#: plugins/DetAncestralReport.py:791 plugins/DetDescendantReport.py:816 msgid "Include events" msgstr "Lisää tapahtumat" -#: plugins/DetAncestralReport.py:774 plugins/DetDescendantReport.py:795 +#: plugins/DetAncestralReport.py:795 plugins/DetDescendantReport.py:820 msgid "Include sources" msgstr "Lisää lähteet" -#: plugins/DetAncestralReport.py:781 plugins/DetAncestralReport.py:782 -#: plugins/DetAncestralReport.py:783 plugins/DetAncestralReport.py:784 -#: plugins/DetAncestralReport.py:785 plugins/DetAncestralReport.py:786 -#: plugins/DetDescendantReport.py:802 plugins/DetDescendantReport.py:803 -#: plugins/DetDescendantReport.py:804 plugins/DetDescendantReport.py:805 -#: plugins/DetDescendantReport.py:806 plugins/DetDescendantReport.py:807 -#: plugins/DetDescendantReport.py:808 plugins/DetDescendantReport.py:809 -#: plugins/DetDescendantReport.py:810 plugins/DetDescendantReport.py:811 -#: plugins/DetDescendantReport.py:812 plugins/DetDescendantReport.py:813 -#: plugins/DetDescendantReport.py:814 +#: plugins/DetAncestralReport.py:802 plugins/DetAncestralReport.py:803 +#: plugins/DetAncestralReport.py:804 plugins/DetAncestralReport.py:805 +#: plugins/DetAncestralReport.py:806 plugins/DetAncestralReport.py:807 +#: plugins/DetDescendantReport.py:827 plugins/DetDescendantReport.py:828 +#: plugins/DetDescendantReport.py:829 plugins/DetDescendantReport.py:830 +#: plugins/DetDescendantReport.py:831 plugins/DetDescendantReport.py:832 msgid "Content" msgstr "Sisältö" -#: plugins/DetAncestralReport.py:787 plugins/DetAncestralReport.py:788 -#: plugins/DetAncestralReport.py:789 plugins/DetAncestralReport.py:790 -#: plugins/DetAncestralReport.py:791 +#: plugins/DetAncestralReport.py:808 plugins/DetAncestralReport.py:809 +#: plugins/DetAncestralReport.py:810 plugins/DetAncestralReport.py:811 +#: plugins/DetAncestralReport.py:812 plugins/DetDescendantReport.py:833 +#: plugins/DetDescendantReport.py:834 plugins/DetDescendantReport.py:835 +#: plugins/DetDescendantReport.py:836 msgid "Include" msgstr "Lisää" -#: plugins/DetAncestralReport.py:792 plugins/DetAncestralReport.py:793 +#: plugins/DetAncestralReport.py:813 plugins/DetAncestralReport.py:814 +#: plugins/DetDescendantReport.py:837 plugins/DetDescendantReport.py:838 msgid "Missing information" msgstr "Puuttuvat tiedot" -#: plugins/DetAncestralReport.py:826 +#: plugins/DetAncestralReport.py:847 msgid "Detailed Ancestral Report" msgstr "Yksityiskohtainen esivanhemmuusraportti" -#: plugins/DetAncestralReport.py:828 +#: plugins/DetAncestralReport.py:849 msgid "Produces a detailed ancestral report" msgstr "Tuottaa yksityiskohtaisen esivanhemmuusraportin" -#: plugins/DetDescendantReport.py:173 -msgid "%(spouse_name)s and %(person_name)s" -msgstr "%(spouse_name)s ja %(person_name)s" +#: plugins/DetDescendantReport.py:180 +msgid "Descendant Report for %(person_name)s" +msgstr "Jälkeläisraportti %(person_name)s:lle" -#: plugins/DetDescendantReport.py:176 -msgid "Detailed Descendant Report for %(person_name)s" -msgstr "Yksityiskohtainen jälkeläisraportti %(person_name)s:lle" - -#: plugins/DetDescendantReport.py:242 -msgid " is the same person as [%s]." -msgstr " on sama henkilö kuin [%s]." - -#: plugins/DetDescendantReport.py:417 -msgid "Children of %s and %s are:" -msgstr "%s:n ja %s:n lapset ovat:" - -#: plugins/DetDescendantReport.py:698 -msgid "The style used for the notes section header." -msgstr "Huomioita kappaleen otsakkeen tyyli." - -#: plugins/DetDescendantReport.py:747 -msgid "Use first names instead of pronouns" -msgstr "Käytä etunimiä pronominien sijaan" - -#: plugins/DetDescendantReport.py:847 +#: plugins/DetDescendantReport.py:870 msgid "Detailed Descendant Report" msgstr "Yksityiskohtainen jälkeläisraportti" -#: plugins/DetDescendantReport.py:849 +#: plugins/DetDescendantReport.py:872 msgid "Produces a detailed descendant report" msgstr "Tuottaa yksityiskohtaisen jälkeläisraportin" -#: plugins/DumpGenderStats.py:50 plugins/IndivComplete.py:420 +#: plugins/DumpGenderStats.py:50 plugins/IndivComplete.py:428 #: plugins/IndivSummary.py:246 plugins/WebPage.py:330 msgid "Male" msgstr "Mies" -#: plugins/DumpGenderStats.py:51 plugins/IndivComplete.py:422 +#: plugins/DumpGenderStats.py:51 plugins/IndivComplete.py:430 #: plugins/IndivSummary.py:248 plugins/WebPage.py:332 msgid "Female" msgstr "Nainen" @@ -8397,19 +8451,19 @@ msgstr "Nainen" msgid "Guess" msgstr "Arvaa" -#: plugins/DumpGenderStats.py:99 +#: plugins/DumpGenderStats.py:102 msgid "Dumps gender statistics" msgstr "Tuottaa sukupuolitilaston" -#: plugins/DumpGenderStats.py:100 +#: plugins/DumpGenderStats.py:103 msgid "Will dump the statistics for the gender guessing from the first name." msgstr "Tuottaa etunimeen perustuvan tilaston sukupuolen arvaamista varten" -#: plugins/Eval.py:84 plugins/Eval.py:98 plugins/Eval.py:155 +#: plugins/Eval.py:84 plugins/Eval.py:98 plugins/Eval.py:157 msgid "Python evaluation window" msgstr "Python suoritusikkuna" -#: plugins/Eval.py:158 +#: plugins/Eval.py:161 msgid "Provides a window that can evaluate python code" msgstr "Tarjoaa ikkunan, jossa voit suorittaa python koodia" @@ -8445,7 +8499,7 @@ msgstr "Rakennetaan tietoja" msgid "Compare individual events" msgstr "Vertaa yksittäisiä tapahtumia" -#: plugins/EventCmp.py:487 +#: plugins/EventCmp.py:488 msgid "Aids in the analysis of data by allowing the development of custom filters that can be applied to the database to find similar events" msgstr "Auttaa analysoinnissa sallimalla erikoissuotimien luomisen, joita voidaan käyttää samankaltaisten tapahtumien etsimiseen tietokannasta" @@ -8489,11 +8543,11 @@ msgstr "vCard-muotoa käytetään monissa osoitekirja- ja PIM-sovelluksissa." msgid "vCard export options" msgstr "vCard vienti-asetukset" -#: plugins/FamilyGroup.py:162 plugins/NavWebPage.py:1784 +#: plugins/FamilyGroup.py:162 plugins/NavWebPage.py:1819 msgid "Husband" msgstr "Aviomies" -#: plugins/FamilyGroup.py:164 plugins/NavWebPage.py:1786 +#: plugins/FamilyGroup.py:164 plugins/NavWebPage.py:1821 msgid "Wife" msgstr "Vaimo" @@ -8894,46 +8948,46 @@ msgstr "vCard tuonti" msgid "vCard files" msgstr "vCard tiedostot" -#: plugins/IndivComplete.py:132 plugins/IndivSummary.py:114 +#: plugins/IndivComplete.py:134 plugins/IndivSummary.py:114 msgid "%(date)s in %(place)s." msgstr "%(date)s, paikka %(place)s." -#: plugins/IndivComplete.py:191 +#: plugins/IndivComplete.py:193 msgid "Alternate Parents" msgstr "Vaihtoehtoiset vanhemmat" -#: plugins/IndivComplete.py:263 plugins/IndivSummary.py:145 +#: plugins/IndivComplete.py:267 plugins/IndivSummary.py:145 #: plugins/WebPage.py:633 msgid "Marriages/Children" msgstr "Puolisot/lapset" -#: plugins/IndivComplete.py:343 plugins/IndivSummary.py:308 +#: plugins/IndivComplete.py:348 plugins/IndivSummary.py:308 msgid "Individual Facts" msgstr "Henkilötiedot" -#: plugins/IndivComplete.py:386 plugins/IndivSummary.py:204 +#: plugins/IndivComplete.py:394 plugins/IndivSummary.py:204 #: plugins/WebPage.py:131 plugins/WebPage.py:284 msgid "Summary of %s" msgstr "%s; yhteenveto" -#: plugins/IndivComplete.py:533 +#: plugins/IndivComplete.py:543 msgid "Include Source Information" msgstr "Lisää lähdetiedot" -#: plugins/IndivComplete.py:562 plugins/IndivSummary.py:357 +#: plugins/IndivComplete.py:576 plugins/IndivSummary.py:357 msgid "The style used for category labels." msgstr "Kategorianimikkeiden tyyli." -#: plugins/IndivComplete.py:571 plugins/IndivSummary.py:366 +#: plugins/IndivComplete.py:587 plugins/IndivSummary.py:366 #: plugins/WebPage.py:1701 msgid "The style used for the spouse's name." msgstr "Puolison nimen tyyli." -#: plugins/IndivComplete.py:594 +#: plugins/IndivComplete.py:612 msgid "Complete Individual Report" msgstr "Täysi henkilöraportti" -#: plugins/IndivComplete.py:596 +#: plugins/IndivComplete.py:616 msgid "Produces a complete report on the selected people." msgstr "Tuottaa täyden raportin valituista henkilöistä." @@ -8961,11 +9015,11 @@ msgstr "" msgid "No uncollected objects\n" msgstr "Ei käyttämättömiä objekteja\n" -#: plugins/Leak.py:151 +#: plugins/Leak.py:153 msgid "Show uncollected objects" msgstr "Näytä käyttämättömät objektit" -#: plugins/Leak.py:154 +#: plugins/Leak.py:157 msgid "Provide a window listing all uncollected objects" msgstr "Tarjoaa ikkunan, joka listaa kaikki käyttämättömät objektit" @@ -9021,7 +9075,7 @@ msgstr "Toinen henkilö" msgid "Find possible duplicate people" msgstr "Etsi mahdolliset henkilöiden kahdennukset" -#: plugins/Merge.py:690 +#: plugins/Merge.py:691 msgid "Searches the entire database, looking for individual entries that may represent the same person." msgstr "Etsii koko tietokannasta yksilöitä, jotka saattavat olla yksi ja sama henkilö." @@ -9057,355 +9111,359 @@ msgstr "Ei tyylitiedostoa" msgid "Unicode (recommended)" msgstr "Unicode (suositeltu)" -#: plugins/NavWebPage.py:218 +#: plugins/NavWebPage.py:227 msgid "© %(year)d %(person)s" msgstr "© %(year)d %(person)s" -#: plugins/NavWebPage.py:278 +#: plugins/NavWebPage.py:287 msgid "Generated by GRAMPS on %(date)s" msgstr "Tuottanut GRAMPS, %(date)s" -#: plugins/NavWebPage.py:289 plugins/NavWebPage.py:994 -#: plugins/NavWebPage.py:996 +#: plugins/NavWebPage.py:310 plugins/NavWebPage.py:1016 +#: plugins/NavWebPage.py:1018 msgid "Introduction" msgstr "Johdanto" -#: plugins/NavWebPage.py:291 plugins/NavWebPage.py:293 -#: plugins/NavWebPage.py:917 plugins/NavWebPage.py:918 +#: plugins/NavWebPage.py:311 plugins/NavWebPage.py:936 +#: plugins/NavWebPage.py:937 msgid "Surnames" msgstr "Sukunimet" -#: plugins/NavWebPage.py:294 plugins/NavWebPage.py:530 -#: plugins/NavWebPage.py:537 plugins/Summary.py:108 +#: plugins/NavWebPage.py:312 plugins/NavWebPage.py:548 +#: plugins/NavWebPage.py:555 plugins/Summary.py:108 msgid "Individuals" msgstr "Henkilöt" -#: plugins/NavWebPage.py:296 plugins/NavWebPage.py:634 -#: plugins/NavWebPage.py:641 plugins/NavWebPage.py:694 +#: plugins/NavWebPage.py:314 plugins/NavWebPage.py:656 +#: plugins/NavWebPage.py:663 plugins/NavWebPage.py:716 msgid "Places" msgstr "Paikat" -#: plugins/NavWebPage.py:300 plugins/NavWebPage.py:1213 -#: plugins/NavWebPage.py:1216 +#: plugins/NavWebPage.py:318 plugins/NavWebPage.py:1236 +#: plugins/NavWebPage.py:1239 msgid "Download" msgstr "Kopiointi" -#: plugins/NavWebPage.py:302 plugins/NavWebPage.py:1232 -#: plugins/NavWebPage.py:1236 +#: plugins/NavWebPage.py:320 plugins/NavWebPage.py:1255 +#: plugins/NavWebPage.py:1259 msgid "Contact" msgstr "Yhteystiedot" -#: plugins/NavWebPage.py:382 plugins/NavWebPage.py:1834 +#: plugins/NavWebPage.py:400 plugins/NavWebPage.py:1875 msgid "Narrative" msgstr "Kertova" -#: plugins/NavWebPage.py:394 +#: plugins/NavWebPage.py:412 msgid "Weblinks" msgstr "WWW-linkit" -#: plugins/NavWebPage.py:533 +#: plugins/NavWebPage.py:551 msgid "This page contains an index of all the individuals in the database, sorted by their last names. Selecting the person's name will take you to that person's individual page." msgstr "Tällä sivulla on lista kaikista tietokannan henkilöistä sukunimen mukaan aakkostettuna. Henkilön nimen klikkaaminen vie sinut henkilön sivulle." -#: plugins/NavWebPage.py:540 plugins/NavWebPage.py:936 -#: plugins/NavWebPage.py:938 plugins/StatisticsChart.py:98 +#: plugins/NavWebPage.py:558 plugins/NavWebPage.py:954 +#: plugins/NavWebPage.py:956 plugins/StatisticsChart.py:99 msgid "Surname" msgstr "Sukunimi" -#: plugins/NavWebPage.py:564 plugins/NavWebPage.py:612 +#: plugins/NavWebPage.py:584 plugins/NavWebPage.py:634 msgid "restricted" msgstr "rajoitettu" -#: plugins/NavWebPage.py:592 +#: plugins/NavWebPage.py:612 msgid "This page contains an index of all the individuals in the database with the surname of %s. Selecting the person's name will take you to that person's individual page." msgstr "Tällä sivulla on lista kaikista tietokannan henkilöistä, joiden sukunimi on %s. Henkilön nimen klikkaaminen vie sinut henkilön sivulle." -#: plugins/NavWebPage.py:637 +#: plugins/NavWebPage.py:659 msgid "This page contains an index of all the places in the database, sorted by their title. Clicking on a place's title will take you to that place's page." msgstr "Tällä sivulla on lista kaikista tietokannan paikoista niiden nimen mukaan aakkostettuna. Paikan nimen klikkaaminen vie sinut paikan sivulle." -#: plugins/NavWebPage.py:645 plugins/NavWebPage.py:932 +#: plugins/NavWebPage.py:667 plugins/NavWebPage.py:951 msgid "Letter" msgstr "Kirjain" -#: plugins/NavWebPage.py:704 plugins/NavWebPage.py:831 -#: plugins/NavWebPage.py:1136 plugins/NavWebPage.py:1605 +#: plugins/NavWebPage.py:728 plugins/NavWebPage.py:854 +#: plugins/NavWebPage.py:1160 plugins/NavWebPage.py:1636 msgid "GRAMPS ID" msgstr "GRAMPS tunnus" -#: plugins/NavWebPage.py:711 +#: plugins/NavWebPage.py:735 msgid "State/Province" msgstr "Maakunta" -#: plugins/NavWebPage.py:712 +#: plugins/NavWebPage.py:736 msgid "Postal Code" msgstr "Postinumero" -#: plugins/NavWebPage.py:777 +#: plugins/NavWebPage.py:800 msgid "Previous" msgstr "Edellinen" -#: plugins/NavWebPage.py:778 +#: plugins/NavWebPage.py:801 msgid "%(page_number)d of %(total_pages)d" msgstr "%(page_number)d / %(total_pages)d" -#: plugins/NavWebPage.py:782 +#: plugins/NavWebPage.py:805 msgid "Next" msgstr "Seuraava" -#: plugins/NavWebPage.py:835 +#: plugins/NavWebPage.py:858 msgid "MIME type" msgstr "MIME-tyyppi" -#: plugins/NavWebPage.py:865 +#: plugins/NavWebPage.py:886 msgid "Missing media object" msgstr "Puuttuva mediatiedosto" -#: plugins/NavWebPage.py:921 plugins/NavWebPage.py:923 +#: plugins/NavWebPage.py:940 plugins/NavWebPage.py:942 msgid "Surnames by person count" msgstr "Sukunimet henkilöittäin määrä" -#: plugins/NavWebPage.py:925 +#: plugins/NavWebPage.py:944 msgid "This page contains an index of all the surnames in the database. Selecting a link will lead to a list of individuals in the database with this same surname." msgstr "Tällä sivulla listataan kaikki tietokannan sukunimet. Nimen klikkaaminen vie sivulle, jolla on listattu tämän sukunimen omaavat henkilöt." -#: plugins/NavWebPage.py:940 +#: plugins/NavWebPage.py:958 msgid "Number of people" msgstr "Henkilöiden määrä" -#: plugins/NavWebPage.py:1091 +#: plugins/NavWebPage.py:1113 msgid "This page contains an index of all the sources in the database, sorted by their title. Clicking on a source's title will take you to that source's page." msgstr "Tällä sivulla on lista kaikista tietokannan lähteistä aakkostettuna niiden otsikon mukaan. Otsikon klikkaaminen vie sinut valitun lähteen sivulle." -#: plugins/NavWebPage.py:1138 +#: plugins/NavWebPage.py:1162 msgid "Publication information" msgstr "Julkaisutiedot" -#: plugins/NavWebPage.py:1170 +#: plugins/NavWebPage.py:1193 msgid "This page contains an index of all the media objects in the database, sorted by their title. Clicking on the title will take you to that media object's page." msgstr "Tällä sivulla on lista kaikista media-tiedostoista tietokannassa aakkostettuna niiden nimen mukaan. Nimen klikkaaminen vie sinut ao. media-tiedoston sivulle." -#: plugins/NavWebPage.py:1416 +#: plugins/NavWebPage.py:1441 msgid "Ancestors" msgstr "Esivanhemmat" -#: plugins/NavWebPage.py:1519 +#: plugins/NavWebPage.py:1544 msgid "Source References" msgstr "Lähdeviitteet" -#: plugins/NavWebPage.py:1539 plugins/ScratchPad.py:355 +#: plugins/NavWebPage.py:1564 plugins/ScratchPad.py:355 msgid "Page" msgstr "Sivu" -#: plugins/NavWebPage.py:1540 +#: plugins/NavWebPage.py:1565 msgid "Confidence" msgstr "Luottamus" -#: plugins/NavWebPage.py:1567 +#: plugins/NavWebPage.py:1596 msgid "Pedigree" msgstr "Sukupuu" -#: plugins/NavWebPage.py:1788 plugins/NavWebPage.py:1790 +#: plugins/NavWebPage.py:1794 +msgid "Families" +msgstr "Perheet" + +#: plugins/NavWebPage.py:1823 plugins/NavWebPage.py:1825 msgid "Partner" msgstr "Kumppani" -#: plugins/NavWebPage.py:1907 +#: plugins/NavWebPage.py:1954 msgid "%(description)s,  %(date)s  at  %(place)s" msgstr "%(description)s,  %(date)s,  %(place)s" -#: plugins/NavWebPage.py:1909 +#: plugins/NavWebPage.py:1956 msgid "%(description)s,  %(date)s  " msgstr "%(description)s,  %(date)s  " -#: plugins/NavWebPage.py:1913 +#: plugins/NavWebPage.py:1960 msgid "%(date)s  at  %(place)s" msgstr "%(date)s,  %(place)s" -#: plugins/NavWebPage.py:1998 plugins/WebPage.py:1117 +#: plugins/NavWebPage.py:2045 plugins/WebPage.py:1117 msgid "Neither %s nor %s are directories" msgstr "%s eikä %s ole hakemistoja" -#: plugins/NavWebPage.py:2005 plugins/NavWebPage.py:2009 -#: plugins/NavWebPage.py:2022 plugins/NavWebPage.py:2026 +#: plugins/NavWebPage.py:2052 plugins/NavWebPage.py:2056 +#: plugins/NavWebPage.py:2069 plugins/NavWebPage.py:2073 #: plugins/WebPage.py:1124 plugins/WebPage.py:1128 plugins/WebPage.py:1140 #: plugins/WebPage.py:1144 msgid "Could not create the directory: %s" msgstr "Hakemiston '%s' luonti epäonnistui" -#: plugins/NavWebPage.py:2033 +#: plugins/NavWebPage.py:2080 msgid "The archive file must be a file, not a directory" msgstr "Arkistotiedosto ei voi olla hakemisto" -#: plugins/NavWebPage.py:2042 +#: plugins/NavWebPage.py:2089 msgid "Generate HTML reports" msgstr "Tuota HTML-raportteja" -#: plugins/NavWebPage.py:2091 +#: plugins/NavWebPage.py:2138 msgid "Filtering" msgstr "Suodatetaan" -#: plugins/NavWebPage.py:2098 +#: plugins/NavWebPage.py:2145 msgid "Applying privacy filter" msgstr "Käytetään yksityisyyssuodinta" -#: plugins/NavWebPage.py:2106 +#: plugins/NavWebPage.py:2153 msgid "Filtering living people" msgstr "Suodatetaan elossaolevia henkilöitä" -#: plugins/NavWebPage.py:2137 +#: plugins/NavWebPage.py:2183 msgid "Creating individual pages" msgstr "Luodaan henkilösivut" -#: plugins/NavWebPage.py:2161 +#: plugins/NavWebPage.py:2207 msgid "Creating surname pages" msgstr "Luodaan sukunimisivut" -#: plugins/NavWebPage.py:2182 +#: plugins/NavWebPage.py:2229 msgid "Creating source pages" msgstr "Luodaan lähdesivut" -#: plugins/NavWebPage.py:2195 +#: plugins/NavWebPage.py:2242 msgid "Creating place pages" msgstr "Luodaan paikkasivut" -#: plugins/NavWebPage.py:2209 +#: plugins/NavWebPage.py:2256 msgid "Creating media pages" msgstr "Luodaan mediasivut" -#: plugins/NavWebPage.py:2301 +#: plugins/NavWebPage.py:2359 msgid "My Family Tree" msgstr "Sukupuuni" -#: plugins/NavWebPage.py:2337 plugins/WebPage.py:1341 +#: plugins/NavWebPage.py:2395 plugins/WebPage.py:1341 msgid "Descendant Families of %s" msgstr "%s:n jälkeläisperheet" -#: plugins/NavWebPage.py:2351 plugins/WebPage.py:1356 +#: plugins/NavWebPage.py:2409 plugins/WebPage.py:1356 msgid "Do not include records marked private" msgstr "Älä lisää tietoja, jotka on merkitty yksityisiksi" -#: plugins/NavWebPage.py:2352 plugins/WebPage.py:1357 +#: plugins/NavWebPage.py:2410 plugins/WebPage.py:1357 msgid "Restrict information on living people" msgstr "Rajoita elossaolevien henkilöiden tietoja" -#: plugins/NavWebPage.py:2353 +#: plugins/NavWebPage.py:2411 msgid "Years to restrict from person's death" msgstr "Montako vuotta henkilön kuoleman jälkeen on rajoitettu" -#: plugins/NavWebPage.py:2354 +#: plugins/NavWebPage.py:2412 msgid "Web site title" msgstr "WWW-sivuston otsikko" -#: plugins/NavWebPage.py:2355 plugins/WebPage.py:1366 +#: plugins/NavWebPage.py:2413 plugins/WebPage.py:1366 msgid "File extension" msgstr "Tiedostopääte" -#: plugins/NavWebPage.py:2356 +#: plugins/NavWebPage.py:2414 msgid "Publisher contact/Note ID" msgstr "Julkaisijan yhteystietojen/huomioiden tunnus" -#: plugins/NavWebPage.py:2357 +#: plugins/NavWebPage.py:2415 msgid "Include images and media objects" msgstr "Lisää kuvat ja muut media-tiedostot" -#: plugins/NavWebPage.py:2358 +#: plugins/NavWebPage.py:2416 msgid "Include download page" msgstr "Lisää kopiointisivu" -#: plugins/NavWebPage.py:2359 +#: plugins/NavWebPage.py:2417 msgid "Include ancestor graph" msgstr "Lisää kaavio esivanhemmista" -#: plugins/NavWebPage.py:2367 +#: plugins/NavWebPage.py:2425 msgid "Suppress GRAMPS ID" msgstr "Jätä pois GRAMPS tunnukset" -#: plugins/NavWebPage.py:2408 +#: plugins/NavWebPage.py:2466 msgid "Standard copyright" msgstr "Normaali tekijänoikeus" -#: plugins/NavWebPage.py:2409 +#: plugins/NavWebPage.py:2467 msgid "Creative Commons - By attribution" msgstr "Creative Commons - lähdeviitteellä" -#: plugins/NavWebPage.py:2410 +#: plugins/NavWebPage.py:2468 msgid "Creative Commons - By attribution, No derivations" msgstr "Creative Commons - lähdeviitteellä, ei johdannaisia" -#: plugins/NavWebPage.py:2411 +#: plugins/NavWebPage.py:2469 msgid "Creative Commons - By attribution, Share-alike" msgstr "Creative Commons - lähdeviitteellä, johdannaiset jaettavissa" -#: plugins/NavWebPage.py:2412 +#: plugins/NavWebPage.py:2470 msgid "Creative Commons - By attribution, Non-commercial" msgstr "Creative Commons - lähdeviitteellä, ei-kaupallinen" -#: plugins/NavWebPage.py:2413 +#: plugins/NavWebPage.py:2471 msgid "Creative Commons - By attribution, Non-commercial, No derivations" msgstr "Creative Commons - lähdeviitteellä, ei-kaupallinen, ei johdannaisia" -#: plugins/NavWebPage.py:2414 +#: plugins/NavWebPage.py:2472 msgid "Creative Commons - By attribution, Non-commercial, Share-alike" msgstr "Creative Commons - lähdeviitteellä, ei-kaupallinen, johdannaiset jaettavissa" -#: plugins/NavWebPage.py:2415 +#: plugins/NavWebPage.py:2473 msgid "No copyright notice" msgstr "Ei tekijänoikeutta" -#: plugins/NavWebPage.py:2449 +#: plugins/NavWebPage.py:2507 msgid "Character set encoding" msgstr "Merkistön enkoodaus" -#: plugins/NavWebPage.py:2450 +#: plugins/NavWebPage.py:2508 msgid "Stylesheet" msgstr "Tyylitiedosto" -#: plugins/NavWebPage.py:2451 +#: plugins/NavWebPage.py:2509 msgid "Copyright" msgstr "Tekijänoikeudet/lisenssi" -#: plugins/NavWebPage.py:2454 +#: plugins/NavWebPage.py:2512 msgid "Page Generation" msgstr "Sivun luonti" -#: plugins/NavWebPage.py:2477 +#: plugins/NavWebPage.py:2535 msgid "Home Media/Note ID" msgstr "Kotisivun mediatiedoston/huomioiden tunnus" -#: plugins/NavWebPage.py:2479 +#: plugins/NavWebPage.py:2537 msgid "Introduction Media/Note ID" msgstr "Johdantosivun mediatiedoston/huomioiden tunnus" -#: plugins/NavWebPage.py:2482 +#: plugins/NavWebPage.py:2540 msgid "HTML user header" msgstr "HTML ylätunniste" -#: plugins/NavWebPage.py:2483 +#: plugins/NavWebPage.py:2541 msgid "HTML user footer" msgstr "HTML alatunniste" -#: plugins/NavWebPage.py:2488 plugins/WebPage.py:1499 +#: plugins/NavWebPage.py:2546 plugins/WebPage.py:1499 msgid "Privacy" msgstr "Yksityisyys" -#: plugins/NavWebPage.py:2548 plugins/NavWebPage.py:2605 -#: plugins/WebPage.py:1771 plugins/WebPage.py:1787 +#: plugins/NavWebPage.py:2606 plugins/NavWebPage.py:2660 +#: plugins/WebPage.py:1771 plugins/WebPage.py:1787 plugins/WebPage.py:1976 msgid "Generate Web Site" msgstr "Tuota WWW-sivusto" -#: plugins/NavWebPage.py:2587 +#: plugins/NavWebPage.py:2642 msgid "Store web pages in .tar.gz archive" msgstr "Talleta www-sivut .tar.gz arkistoon" -#: plugins/NavWebPage.py:2610 plugins/WebPage.py:1792 +#: plugins/NavWebPage.py:2665 plugins/WebPage.py:1792 msgid "Target Directory" msgstr "Kohdehakemisto" -#: plugins/NavWebPage.py:2798 +#: plugins/NavWebPage.py:2857 msgid "Narrative Web Site" msgstr "Kerronnallinen www-sivusto" -#: plugins/NavWebPage.py:2802 +#: plugins/NavWebPage.py:2861 msgid "Generates web (HTML) pages for individuals, or a set of individuals." msgstr "Tuottaa WWW (HTML) sivuja henkilöistä." @@ -9441,7 +9499,7 @@ msgstr "Etuliite" msgid "Extract information from names" msgstr "Eriytä tietoja nimistä" -#: plugins/PatchNames.py:359 +#: plugins/PatchNames.py:360 msgid "Searches the entire database and attempts to extract titles, nicknames and surname prefixes that may be embedded in a person's given name field." msgstr "Etsii koko tietokannan ja yrittää eriyttää sukunimien etuliitteitä, lempinimiä ja titteleitä, jotka saattavat sisältyä henkilön etunimi-kenttään." @@ -9477,7 +9535,7 @@ msgstr "Kaikki toissijaisia indeksit luotu." msgid "Rebuild secondary indices" msgstr "Uudelleenluo toissijaiset indeksit" -#: plugins/Rebuild.py:124 +#: plugins/Rebuild.py:125 msgid "Rebuilds secondary indices" msgstr "Uudelleenluo toissijaiset indeksit" @@ -9521,7 +9579,7 @@ msgstr "%(person)s on %(active_person)s:n %(relationship)s." msgid "Relationship calculator" msgstr "Suhdelaskin" -#: plugins/RelCalc.py:240 +#: plugins/RelCalc.py:241 msgid "Calculates the relationship between two people" msgstr "Laskee kahden henkilön välisen suhteen" @@ -9557,7 +9615,7 @@ msgstr "Uudelleenjärjestä GRAMPS tunnukset" msgid "Finding and assigning unused IDs" msgstr "Etsitään ja uudelleensijoitetaan käyttämättömät tunnukset" -#: plugins/ReorderIds.py:211 +#: plugins/ReorderIds.py:212 msgid "Reorders the gramps IDs according to gramps' default rules." msgstr "Uudelleenjärjestää GRAMPS tunnukset oletussääntöjen mukaan." @@ -9578,10 +9636,6 @@ msgstr "Syy" msgid "Primary source" msgstr "Ensisijainen lähde" -#: plugins/ScratchPad.py:208 plugins/ScratchPad.py:222 -msgid "Family Event" -msgstr "Perhetapahtuma" - #: plugins/ScratchPad.py:250 plugins/ScratchPad.py:259 msgid "Url" msgstr "URL" @@ -9672,246 +9726,246 @@ msgstr "Työkalu SoundEx äännekoodien tuottamiseen" msgid "Generate SoundEx codes" msgstr "Tuota SoundEx koodeja" -#: plugins/SoundGen.py:174 +#: plugins/SoundGen.py:175 msgid "Generates SoundEx codes for names" msgstr "Tuota SoundEx koodeja nimille" -#: plugins/StatisticsChart.py:75 +#: plugins/StatisticsChart.py:76 msgid "Item count" msgstr "Kohteen lukumäärän mukaan" -#: plugins/StatisticsChart.py:79 +#: plugins/StatisticsChart.py:80 msgid "Both" msgstr "Molemmat" -#: plugins/StatisticsChart.py:80 plugins/StatisticsChart.py:173 -#: plugins/StatisticsChart.py:501 +#: plugins/StatisticsChart.py:81 plugins/StatisticsChart.py:174 +#: plugins/StatisticsChart.py:502 msgid "Men" msgstr "Miehet" -#: plugins/StatisticsChart.py:81 plugins/StatisticsChart.py:175 -#: plugins/StatisticsChart.py:503 +#: plugins/StatisticsChart.py:82 plugins/StatisticsChart.py:176 +#: plugins/StatisticsChart.py:504 msgid "Women" msgstr "Naiset" -#: plugins/StatisticsChart.py:96 +#: plugins/StatisticsChart.py:97 msgid "person|Title" msgstr "Titteli" -#: plugins/StatisticsChart.py:100 +#: plugins/StatisticsChart.py:101 msgid "Forename" msgstr "Etunimi" -#: plugins/StatisticsChart.py:104 +#: plugins/StatisticsChart.py:105 msgid "Birth year" msgstr "Syntymävuosi" -#: plugins/StatisticsChart.py:106 +#: plugins/StatisticsChart.py:107 msgid "Death year" msgstr "Kuolinvuosi" -#: plugins/StatisticsChart.py:108 +#: plugins/StatisticsChart.py:109 msgid "Birth month" msgstr "Syntymäkuukausi" -#: plugins/StatisticsChart.py:110 +#: plugins/StatisticsChart.py:111 msgid "Death month" msgstr "Kuolinkuukausi" -#: plugins/StatisticsChart.py:114 +#: plugins/StatisticsChart.py:115 msgid "Birth place" msgstr "Syntymäpaikka" -#: plugins/StatisticsChart.py:116 +#: plugins/StatisticsChart.py:117 msgid "Death place" msgstr "Kuolinpaikka" -#: plugins/StatisticsChart.py:118 +#: plugins/StatisticsChart.py:119 msgid "Marriage place" msgstr "Vihkipaikka" -#: plugins/StatisticsChart.py:120 +#: plugins/StatisticsChart.py:121 msgid "Number of relationships" msgstr "Suhteiden määrä" -#: plugins/StatisticsChart.py:122 +#: plugins/StatisticsChart.py:123 msgid "Age when first child born" msgstr "Ikä, jossa ensimmäinen lapsi syntyi" -#: plugins/StatisticsChart.py:124 +#: plugins/StatisticsChart.py:125 msgid "Age when last child born" msgstr "Ikä, jossa viimeinen lapsi syntyi" -#: plugins/StatisticsChart.py:126 +#: plugins/StatisticsChart.py:127 msgid "Number of children" msgstr "Lasten lukumäärä" -#: plugins/StatisticsChart.py:128 +#: plugins/StatisticsChart.py:129 msgid "Age at marriage" msgstr "Avioitumisikä" -#: plugins/StatisticsChart.py:130 +#: plugins/StatisticsChart.py:131 msgid "Age at death" msgstr "Ikä kuollessa" -#: plugins/StatisticsChart.py:132 +#: plugins/StatisticsChart.py:133 msgid "Age" msgstr "Ikä" -#: plugins/StatisticsChart.py:134 +#: plugins/StatisticsChart.py:135 msgid "Event type" msgstr "Tapahtumatyyppi" -#: plugins/StatisticsChart.py:148 +#: plugins/StatisticsChart.py:149 msgid "(Preferred) title missing" msgstr "(Ensisijainen) nimike puuttuu" -#: plugins/StatisticsChart.py:157 +#: plugins/StatisticsChart.py:158 msgid "(Preferred) forename missing" msgstr "(Ensisijainen) etunimi puuttuu" -#: plugins/StatisticsChart.py:166 +#: plugins/StatisticsChart.py:167 msgid "(Preferred) surname missing" msgstr "(Ensisijainen) sukunimi puuttuu" -#: plugins/StatisticsChart.py:176 +#: plugins/StatisticsChart.py:177 msgid "Gender unknown" msgstr "Sukupuoli tuntematon" -#: plugins/StatisticsChart.py:185 plugins/StatisticsChart.py:194 -#: plugins/StatisticsChart.py:306 +#: plugins/StatisticsChart.py:186 plugins/StatisticsChart.py:195 +#: plugins/StatisticsChart.py:307 msgid "Date(s) missing" msgstr "Päivämäär(i)ä puuttuu" -#: plugins/StatisticsChart.py:201 +#: plugins/StatisticsChart.py:202 msgid "Cause missing" msgstr "Syy puuttuu" -#: plugins/StatisticsChart.py:210 plugins/StatisticsChart.py:224 +#: plugins/StatisticsChart.py:211 plugins/StatisticsChart.py:225 msgid "Place missing" msgstr "Paikka puuttuu" -#: plugins/StatisticsChart.py:232 +#: plugins/StatisticsChart.py:233 msgid "Already dead" msgstr "Jo kuollut" -#: plugins/StatisticsChart.py:239 +#: plugins/StatisticsChart.py:240 msgid "Still alive" msgstr "Yhä elossa" -#: plugins/StatisticsChart.py:249 plugins/StatisticsChart.py:260 +#: plugins/StatisticsChart.py:250 plugins/StatisticsChart.py:261 msgid "Events missing" msgstr "Tapahtumia puuttuu" -#: plugins/StatisticsChart.py:268 plugins/StatisticsChart.py:276 +#: plugins/StatisticsChart.py:269 plugins/StatisticsChart.py:277 msgid "Children missing" msgstr "Lapset puuttuvat" -#: plugins/StatisticsChart.py:295 +#: plugins/StatisticsChart.py:296 msgid "Birth missing" msgstr "Syntymä puuttuu" -#: plugins/StatisticsChart.py:395 +#: plugins/StatisticsChart.py:396 msgid "Personal information missing" msgstr "Henkilökohtaiset tiedot puuttuvat" -#: plugins/StatisticsChart.py:513 +#: plugins/StatisticsChart.py:514 msgid "Statistics Charts" msgstr "Tilastokaaviot" -#: plugins/StatisticsChart.py:516 +#: plugins/StatisticsChart.py:517 msgid "Collecting data..." msgstr "Kerätään tietoja..." -#: plugins/StatisticsChart.py:521 +#: plugins/StatisticsChart.py:522 msgid "Sorting data..." msgstr "Järjestetään tietoja..." -#: plugins/StatisticsChart.py:531 +#: plugins/StatisticsChart.py:532 msgid "%(genders)s born %(year_from)04d-%(year_to)04d: %(chart_title)s" msgstr "%(genders)s syntyneet välillä %(year_from)04d-%(year_to)04d: %(chart_title)s" -#: plugins/StatisticsChart.py:533 +#: plugins/StatisticsChart.py:534 msgid "Persons born %(year_from)04d-%(year_to)04d: %(chart_title)s" msgstr "Henkilöt syntyneet välillä %(year_from)04d-%(year_to)04d: %(chart_title)s" -#: plugins/StatisticsChart.py:655 +#: plugins/StatisticsChart.py:656 msgid "Saving charts..." msgstr "Tallennetaan kaavioita..." -#: plugins/StatisticsChart.py:695 plugins/StatisticsChart.py:728 +#: plugins/StatisticsChart.py:696 plugins/StatisticsChart.py:729 msgid "%s (persons):" msgstr "%s (henkilöä):" -#: plugins/StatisticsChart.py:821 +#: plugins/StatisticsChart.py:822 msgid "The style used for the items and values." msgstr "Kohteiden ja niiden arvojen tyyli." -#: plugins/StatisticsChart.py:875 +#: plugins/StatisticsChart.py:876 msgid "Select how the statistical data is sorted." msgstr "Valitse miten tilastotiedot järjestetään." -#: plugins/StatisticsChart.py:876 +#: plugins/StatisticsChart.py:877 msgid "Sort chart items by" msgstr "Järjestä kaavion tiedot" -#: plugins/StatisticsChart.py:879 +#: plugins/StatisticsChart.py:880 msgid "Check to reverse the sorting order." msgstr "Valitse käyttääksesi käänteistä järjestystä." -#: plugins/StatisticsChart.py:880 +#: plugins/StatisticsChart.py:881 msgid "Sort in reverse order" msgstr "Käänteisessä järjestyksessä" -#: plugins/StatisticsChart.py:899 +#: plugins/StatisticsChart.py:900 msgid "Select year range within which people need to be born to be selected for statistics." msgstr "Valitse vuosijakso, jonka aikana ihmisten pitää olla syntyneet, jotta heidät otetaan huomioon tilastossa." -#: plugins/StatisticsChart.py:900 +#: plugins/StatisticsChart.py:901 msgid "People born between" msgstr "Ihmiset syntyneet vuosina" -#: plugins/StatisticsChart.py:904 +#: plugins/StatisticsChart.py:905 msgid "Check this if you want people who have no known birth date or year to be accounted also in the statistics." msgstr "Valitse tämä, jos haluat sisällyttää tilastoihin myös ihmiset, joilta puuttuu syntymäpäivä tai -vuosi." -#: plugins/StatisticsChart.py:905 +#: plugins/StatisticsChart.py:906 msgid "Include people without known birth years" msgstr "Sisällytä ihmiset, joiden syntymävuosi ei ole tiedossa" -#: plugins/StatisticsChart.py:917 +#: plugins/StatisticsChart.py:918 msgid "Select which genders are included into statistics." msgstr "Valitse tilastoon sisällytettävät sukupuolet." -#: plugins/StatisticsChart.py:918 +#: plugins/StatisticsChart.py:919 msgid "Genders included" msgstr "Sisällytettävät sukupuolet" -#: plugins/StatisticsChart.py:921 +#: plugins/StatisticsChart.py:922 msgid "With fewer items pie chart and legend will be used instead of a bar chart." msgstr "Jos näytettäviä tietoja on vähemmän, piirakkakaaviota käytetään pylväskaavion sijaan." -#: plugins/StatisticsChart.py:925 +#: plugins/StatisticsChart.py:926 msgid "Max. items for a pie" msgstr "Enin määrä asioita piiraaseen" -#: plugins/StatisticsChart.py:944 +#: plugins/StatisticsChart.py:945 msgid "Mark checkboxes to add charts with indicated data" msgstr "Valitse mistä tiedoista haluat kaaviot" -#: plugins/StatisticsChart.py:945 plugins/StatisticsChart.py:950 +#: plugins/StatisticsChart.py:946 plugins/StatisticsChart.py:951 msgid "Charts" msgstr "Kaaviot" -#: plugins/StatisticsChart.py:949 +#: plugins/StatisticsChart.py:950 msgid "Note that both biological and adopted children are taken into account." msgstr "Huomaa, että tilastoissa ei eroiteta adoptoituja lapsia biologisista lapsista." -#: plugins/StatisticsChart.py:980 +#: plugins/StatisticsChart.py:981 msgid "Statistics Chart" msgstr "Tilastokaaviot" -#: plugins/StatisticsChart.py:984 +#: plugins/StatisticsChart.py:985 msgid "Generates statistical bar and pie charts of the people in the database." msgstr "Luo palkki- ja ympyrätilastokaavioita tietokannassa olevista henkilöistä." @@ -9979,32 +10033,40 @@ msgstr "Tietokannan yhteenveto" msgid "Provides a summary of the current database" msgstr "Tarjoaa yhteenvedon nykyisestä tietokannasta" -#: plugins/TestcaseGenerator.py:128 plugins/TestcaseGenerator.py:133 -#: plugins/TestcaseGenerator.py:189 +#: plugins/TestcaseGenerator.py:131 plugins/TestcaseGenerator.py:136 +#: plugins/TestcaseGenerator.py:204 msgid "Generate testcases" msgstr "Tuota testitapauksia" -#: plugins/TestcaseGenerator.py:137 +#: plugins/TestcaseGenerator.py:140 msgid "Generate Database errors" msgstr "Tuota tietokantavirheitä" -#: plugins/TestcaseGenerator.py:141 +#: plugins/TestcaseGenerator.py:144 msgid "Generate date tests" msgstr "Tuota päivämäärätestejä" -#: plugins/TestcaseGenerator.py:145 +#: plugins/TestcaseGenerator.py:148 msgid "Generate dummy families" msgstr "Tuota testiperheitä" -#: plugins/TestcaseGenerator.py:149 +#: plugins/TestcaseGenerator.py:152 msgid "Don't block transactions" msgstr "Älä estä transaktioita" -#: plugins/TestcaseGenerator.py:153 +#: plugins/TestcaseGenerator.py:156 msgid "Generate long names" msgstr "Tuota pitkiä nimiä" -#: plugins/TestcaseGenerator.py:197 +#: plugins/TestcaseGenerator.py:160 +msgid "Add special characters" +msgstr "Lisää erikoismerkkejä" + +#: plugins/TestcaseGenerator.py:164 +msgid "Add serial number" +msgstr "Lisää sarjanumero" + +#: plugins/TestcaseGenerator.py:212 msgid "" "Generating persons and families.\n" "Please wait." @@ -10012,19 +10074,19 @@ msgstr "" "Tuotetaan henkilöitä ja perheitä.\n" "Kestää hetken." -#: plugins/TestcaseGenerator.py:403 +#: plugins/TestcaseGenerator.py:360 msgid "Testcase generator" msgstr "Testitapausten luonti" -#: plugins/TestcaseGenerator.py:1227 +#: plugins/TestcaseGenerator.py:1311 msgid "Testcase generator step %d" msgstr "Testitapausten luonnin vaihe %d" -#: plugins/TestcaseGenerator.py:1294 +#: plugins/TestcaseGenerator.py:1390 msgid "Generate Testcases for persons and families" msgstr "Tuottaa testitapauksia henkilöille ja perheille" -#: plugins/TestcaseGenerator.py:1298 +#: plugins/TestcaseGenerator.py:1394 msgid "The testcase generator will generate some persons and families that have broken links in the database or data that is in conflict to a relation." msgstr "Testitapausten luonti tuontaa muutamia henkilöitä ja perheitä, joilla on rikkinäisiä linkkejä tietokannassa, tai suhteita, jotka eivät vastaa muita tietoja." @@ -10292,7 +10354,7 @@ msgstr "%(person_name)s: liian monta (%(num_children)d) lasta.\n" msgid "Database Verification Results" msgstr "Tietokannan tarkistustulokset" -#: plugins/Verify.py:720 +#: plugins/Verify.py:718 msgid "Lists exceptions to assertions or checks about the database" msgstr "Listaa tietokannan tarkistuksiin liittyvät poikkeustapaukset" @@ -10480,15 +10542,7 @@ msgstr "URL-osion otsikkotyyli." msgid "The style used for the URL information." msgstr "Tyyli URL-tiedoille." -#: plugins/WebPage.py:1975 -msgid "Generate Web Site (deprecated)" -msgstr "Tuota WWW-sivusto (vanhentunut)" - -#: plugins/WebPage.py:1978 -msgid "Deprecated" -msgstr "Vanhentunut" - -#: plugins/WebPage.py:1979 +#: plugins/WebPage.py:1980 msgid "Generates web (HTML) pages for individuals, or a set of individuals. This report is considered to be deprecated. Please migrate to the new Narrative Web Page generator." msgstr "Tuottaa www-sivuja henkilöistä. Tämä raportti ei ole enää ajankohtainen. Siirry käyttämään Kerronnallista www-sivuston raporttia, kiitos!" diff --git a/gramps2/src/po/fr.po b/gramps2/src/po/fr.po index 0128008f9..bb4e6d437 100644 --- a/gramps2/src/po/fr.po +++ b/gramps2/src/po/fr.po @@ -1,5 +1,4 @@ # Copyright (C) 2001-2005 Free Software Foundation, Inc. -# nonome, 2005. # Laurent Protois , 2001-2004. # Matthieu Pupat , 2004, 2005. # Guillaume Pratte , 2005. @@ -10,8 +9,8 @@ msgstr "" "Project-Id-Version: gramps 2.0.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: Sun Nov 27 16:06:29 2005\n" -"PO-Revision-Date: 2005-12-09 02:28+0100\n" -"Last-Translator: romjerome@yahoo.fr\n" +"PO-Revision-Date: 2005-12-10 16:58+0100\n" +"Last-Translator: Jérôme Rapinat\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -325,7 +324,7 @@ msgstr "Après" #: DateEdit.py:76 msgid "About" -msgstr "À propos" +msgstr "Vers" #: DateEdit.py:77 msgid "Range" @@ -333,7 +332,7 @@ msgstr "Etendue" #: DateEdit.py:78 msgid "Span" -msgstr "Incrément" +msgstr "Incrémenté(e)" #: DateEdit.py:79 msgid "Text only" @@ -341,7 +340,7 @@ msgstr "Texte seulement" #: DateEdit.py:83 msgid "Estimated" -msgstr "Estimé" +msgstr "Estimé(e)" #: DateEdit.py:84 msgid "Calculated" diff --git a/gramps2/src/po/it.po b/gramps2/src/po/it.po index 32e07ebae..b826e4b12 100644 --- a/gramps2/src/po/it.po +++ b/gramps2/src/po/it.po @@ -4495,11 +4495,11 @@ msgstr " Pi #: plugins/Ancestors.py:681 msgid " She married %(name)s" -msgstr " Spos %s" +msgstr " Spos %(name)s" #: plugins/Ancestors.py:684 msgid " He married %(name)s" -msgstr " Spos %s" +msgstr " Spos %(name)s" #: plugins/Ancestors.py:698 msgid " Note about their name: " diff --git a/gramps2/src/po/nb.po b/gramps2/src/po/nb.po index 467c8c80f..b4c34a69f 100644 --- a/gramps2/src/po/nb.po +++ b/gramps2/src/po/nb.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "POT-Creation-Date: Tue Aug 30 13:54:34 2005\n" -"PO-Revision-Date: 2005-12-03 17:36+0100\n" +"PO-Revision-Date: 2005-12-09 23:57+0100\n" "Last-Translator: Frode Jemtland \n" "Language-Team: Norsk Bokml >\n" "MIME-Version: 1.0\n" @@ -1106,7 +1106,6 @@ msgid "Relationship filters" msgstr "Relasjonsfiltere" #: GenericFilter.py:171 -#, fuzzy msgid "Matches the ancestors of two persons back to a common ancestor, producing the relationship path between two persons." msgstr "Samsvarer med to personers aner, tilbake til en felles ane. Dette gir relasjonslinje for et slektskap mellom to personer." @@ -1182,7 +1181,6 @@ msgid "Filter name:" msgstr "Filternavn:" #: GenericFilter.py:421 -#, fuzzy msgid "Descendants of match" msgstr "Etterkommer av sk" @@ -1212,7 +1210,6 @@ msgid "Matches people that are descendants of a specified person at least N gene msgstr "Samsvarer med de som er etterkommere av en bestemt person minst N generasjoner unna" #: GenericFilter.py:549 -#, fuzzy msgid "Children of match" msgstr "Barn av sk" @@ -1227,7 +1224,6 @@ msgid "Matches children of anybody matched by a filter" msgstr "Samsvarer med barn av en person som er funnet med et filter" #: GenericFilter.py:587 -#, fuzzy msgid "Siblings of match" msgstr "Ssken av sk" @@ -1258,7 +1254,6 @@ msgstr "Samsvarer med personer som er aner til en bestemt person" # < #: GenericFilter.py:729 -#, fuzzy msgid "Ancestors of match" msgstr "Ane av sk" @@ -1283,25 +1278,22 @@ msgid "Matches people that are ancestors of a specified person at least N genera msgstr "Samsvarer med personer som er aner av en bestemt person minst N generasjoner unna" #: GenericFilter.py:875 -#, fuzzy msgid "Parents of match" msgstr "Forelder av sk" #: GenericFilter.py:877 msgid "Matches parents of anybody matched by a filter" -msgstr "Samsvare med personer som er foreldre til noen samsvarer med et filter" +msgstr "Samsvarer med personer som er foreldre til noen samsvarer med et filter" #: GenericFilter.py:912 -#, fuzzy msgid "People with a common ancestor with " -msgstr "Personer med felles ane med " +msgstr "Personer med en felles ane med " #: GenericFilter.py:914 msgid "Matches people that have a common ancestor with a specified person" msgstr "Samsvarer med personer som har en felles ane med en bestemt person" #: GenericFilter.py:956 -#, fuzzy msgid "People with a common ancestor with match" msgstr "Personer som har en ane felles med sk" @@ -1447,7 +1439,6 @@ msgid "person|Title:" msgstr "person|Tittel:" #: GenericFilter.py:1292 -#, fuzzy msgid "People with the " msgstr "Personer med " @@ -1460,7 +1451,6 @@ msgid "Substring:" msgstr "Delstreng:" #: GenericFilter.py:1324 -#, fuzzy msgid "People matching the " msgstr "Samsvarer med personer med " @@ -1473,7 +1463,6 @@ msgid "Matches people with firstname or lastname missing" msgstr "Samsvarer med personer som mangler for- eller etternavn" #: GenericFilter.py:1362 -#, fuzzy msgid "People matching the " msgstr "Samsvarer med personer med " @@ -1482,7 +1471,6 @@ msgid "Matches people macthed by the specified filter name" msgstr "Samsvarer med personer fra et bestemt filter" #: GenericFilter.py:1405 -#, fuzzy msgid "Spouses of match" msgstr "Ektefelle av et sk" @@ -1591,7 +1579,6 @@ msgid "Regular-Expression matching:" msgstr "Regulrt uttrykk:" #: GenericFilter.py:1646 -#, fuzzy msgid "People with records containing " msgstr "Personer med poster som inneholder " @@ -1604,7 +1591,6 @@ msgid "Source ID:" msgstr "Kilde ID:" #: GenericFilter.py:1814 -#, fuzzy msgid "People with the " msgstr "Personer med " @@ -3469,9 +3455,8 @@ msgid "The data can only be recovered by Undo operation or by quitting with aban msgstr "Dataene kan kun gjenopprettes ved hjelp av Angre-operasjonen, eller ved avslutte uten lagre endringene som er gjort." #: Utils.py:526 -#, fuzzy msgid "Database error: %s is defined as his or her own ancestor" -msgstr "Database feil: %s er deffinert som sin egen ane" +msgstr "Databasefeil: %s er angitt som sin egen ane" #: Witness.py:64 msgid "Witness" @@ -3541,9 +3526,8 @@ msgid "Could not create %s" msgstr "Kunne ikke lage %s" #: WriteGedcom.py:1273 -#, fuzzy msgid "Export failed" -msgstr "Eksport feilet" +msgstr "Eksporteringen feilet" #: WriteGedcom.py:1284 msgid "GE_DCOM" @@ -3599,7 +3583,7 @@ msgstr "Stebarn" #: const.py:234 const.py:244 msgid "Sponsored" -msgstr "Sponset" +msgstr "Fadder" #: const.py:234 const.py:245 msgid "Foster" @@ -3945,9 +3929,8 @@ msgid "Graphics" msgstr "Grafikk" #: data/tips.xml:9 -#, fuzzy msgid "A range of dates can be given by using the format \"between January 4, 2000 and March 20, 2003\"" -msgstr "En dato rekke kan spesifiseres ved bruke formatet \"mellom 4. januar 2000 og 20. mars 2003\" (Fungerer ikke p norsk. Bruk engelsk inntil feilen er funnet. Eks. \"between January 4, 2000 and March 20, 2003\")" +msgstr "En datorekke kan angis ved bruke formatet mellom 4. januar 2000 og 20. mars 2003 (Fungerer ikke p norsk. Bruk engelsk inntil feilen er funnet. Eks. between January 4, 2000 and March 20, 2003)" #: data/tips.xml:16 msgid "In most cases double clicking on a name, source, place or media entry will bring up a window to allow you to edit the object. Note that the result can be dependent on context. For example, in the Family View clicking on a parent or child will bring up the relationship editor." @@ -4026,31 +4009,28 @@ msgid "Unsure what a button does? Simply hold the mouse over a button and a tool msgstr "Usikker p hva en knapp gjr? Hold musa over knappen, og et verktytips vil komme frem." #: data/tips.xml:156 -#, fuzzy msgid "Unsure of a Date? If you're unsure about the date an event occurred (for example birth or death), GRAMPS allows you to enter a wide range of date formats based on a guess or an estimate. For instance, \"about 1908\" is a valid entry for a birth date in GRAMPS. See section 3.7.2.2 of the GRAMPS manual for a complete description of date entry options." -msgstr "Usikker p en dato? Hvis du er usikker p datoen for nr en hendelse skjedde (for eksempel fdsel eller dd), s tillater GRAMPS en rekke forskjellige dato formater basert p gjetning eller estimater. For eksempel \"Omkring 1908\" er en gyldig fdselsdato i GRAMPS. Andre dato muligheter er: fr, etter, omkring, omrdet, periode. Se seksjon 3.7.2.2. i GRAMPS manualen for en komplett beskrivelse av dato opsjoner." +msgstr "Usikker p en dato? Hvis du er usikker p datoen for nr en hendelse skjedde (for eksempel fdsel eller ddsfall), s gir GRAMPS muligheten til skrive inn en rekke forskjellige datoformater basert p gjetning eller estimater. For eksempel Omkring 1908 er en gyldig fdselsdato i GRAMPS. Andre datomuligheter er: fr, etter, omkring, omrde, periode. Se seksjon 3.7.2.2. i GRAMPS-manualen for en komplett beskrivelse av datoalternativene." #: data/tips.xml:162 msgid "Duplicate Entries: Tools > Database Processing > Find possible duplicate people allows you to located (and merge) entries of the same person entered more than once in the database." msgstr "Dobble oppfringer: Verkty > Databasebehandling > Finn personer med doble oppfringer gir deg muligheten til finne (og flette sammen) inntastinger av personer som er lagt inn flere ganger i databasen." #: data/tips.xml:168 -#, fuzzy msgid "The 'merge' function allows you to combine separately listed people into one. This is very useful for combining two databases with overlapping people, or combining erroneously entered differing names for one individual." -msgstr "'Flett sammen' funksjonen lar deg flette sammen to personer til en. Dette er praktisk for flette sammen to databaser i en med overlappende personer, eller for sl sammen personer som er tastet inn feil, og viser seg vre samme person." +msgstr "Flett sammen-funksjonen lar deg sl to personer sammen til en. Dette er veldig praktisk hvis du skal sl sammen to databaser hvor du har de samme personene, eller for sl sammen personer som ved en feiltasting av navnet har ftt to oppfringer." #: data/tips.xml:174 -#, fuzzy msgid "To easily merge two people, select them both (a second person can be selected by holding the Control key while clicking) and clicking on Edit > Fast Merge." -msgstr "For enkelt flette sammen to personer, velg dem begge (den andre personen kan bli valgt ved holde nede Ctrl-tasten samtidig som man klikker) og klikker p Rediger > Hurtig fletting." +msgstr "For flette sammen to personer m du velge dem begge (den andre personen kan bli valgt ved holde nede Ctrl-tasten samtidig som man trykker p personen), fr du trykker p Rediger - Hurtig fletting." #: data/tips.xml:180 msgid "GRAMPS maintains a list of previous Active People. You can move forward and backward through the list using Go > Forward and Go > Back." -msgstr "GRAMPS har en liste over tidligere valgte aktive personer. Du kan flytte deg fremover og bakover gjennom lista ved bruke G > Fremover (eller Ctrl+pil hyre) og G > Tilbake (eller Ctrl+pil venstre)." +msgstr "GRAMPS har en liste over tidligere valgte aktive personer. Du kan flytte deg fremover og bakover gjennom lista ved bruke G - Fremover (eller Ctrl + Pil hyre) og G - Tilbake (eller Ctrl + Pil venstre)." #: data/tips.xml:186 msgid "Tired of having to take your hand off the keyboard to use the mouse? Many functions in GRAMPS have keyboard shortcuts. If one exists for a function it is displayed on the right side of the menu." -msgstr "Lei av mtte flytte hnden av tastaturet for bruke musa? Mange av funksjonene i GRAMPS har hurtigtaster. Hvis en funksjon har slike vil de vises til hyre side i menyen." +msgstr "Lei av mtte flytte hnden av tastaturet for flytte musepekeren? Mange av funksjonene i GRAMPS har hurtigtaster. Hvis en funksjon har slike vil de vises til hyre side i menyen." #: data/tips.xml:193 msgid "Don't forget to read the GRAMPS manual, Help > User Manual. The developers have worked hard to make most operations intuitive but the manual is full of information that will make your time spent on genealogy more productive." @@ -4061,17 +4041,19 @@ msgid "Adding Children: To add children in GRAMPS make either of the pare msgstr "Legge til barn: For legge til barn i GRAMPS, angi en av foreldrene som aktiv person, g s til Familievisningen. Hvis barnet allerede er i databasen, velg den tredje knappen p hyre side av Barn-lista. Hvis barnet ikke er i databasen, klikk p den andre knappen p hyre side av Barn-lista. Etter at barn informasjonen er tastet inn, vil de automatisk bli listet som et barn av den aktive personen." #: data/tips.xml:212 -#, fuzzy +# Sponset? betyr egentlig at man i gamle dager tok til +# seg barn som ikke var ens egne ... men hva br dette vre p norsk? +# tror ikke sponset er noe fornuftig ord dessverre ... -Jrgen msgid "Editing The Relationship of a Child: Not all children are the related by birth to their parents. You can edit the relationship of a child to each parent by selecting the child, right-clicking, and choosing \"Edit the child parent relationship\". Relationships can be any of Birth, Adopted, Stepchild, Sponsored, Foster, or Unknown." -msgstr "Rediger relasjonen til et barn: Ikke alle barn er relatert til sine foreldre ved fdsel. Du kan redigere relasjonen for et barn til hver av foreldrene ved velge barnet, og hyreklikke det, og velg \"Rediger barn/foreldrerelasjonen\". Relasjonen kan vre fdsel, adoptert, stebarn, sponset, pleiebarn eller ukjent." +msgstr "Rediger relasjonen til et barn: Ikke alle barn er relatert til sine foreldre ved fdsel. Du kan redigere relasjonen for et barn til hver av foreldrene ved velge barnet, og hyreklikke det, og velg Rediger barn/foreldrerelasjonen. Relasjonen kan vre enten Fdsel, Adoptert, Stebarn, Fadderbarn, Fosterbarn eller Ukjent." #: data/tips.xml:220 msgid "Show All Checkbutton: When adding a spouse or child, the list of people shown is filtered to display only people who could realistically fit the role (based on dates in the database). In case GRAMPS is wrong in making this choice, you can override that filter by checking the \"Show All\" checkbutton." -msgstr "'Vis alle'-sjekknappen: Nr man legger til en ektefelle eller et barn er lista over personer som vises er filtrert til vise bare personer som realistisk sett kan passe i rollen (basert p datoer i databasen). I tilfelle GRAMPS har tatt feil med dette valget, kan du overstyre filteret ved krysse av \"Vis alle\"-sjekknappen." +msgstr "Vis alle: Nr man legger til en ektefelle eller et barn, er lista over personer som vises filtrert til vise bare personer som realistisk sett kan passe i rollen (basert p datoer i databasen). I tilfelle GRAMPS har tatt feil med dette valget, kan du overstyre filteret ved krysse av for Vis alle." #: data/tips.xml:227 msgid "GRAMPS Manual: The GRAMPS manual is quite elaborate and well written. It includes details on keybindings and includes some useful tips that will help you in your genealogy work. Check it out." -msgstr "GRAMPS manual: GRAMPS manualen er ganske utfyllende og bra skrevet. Den inneholder detaljer om hurtigtaster og inneholder noen nyttige tips som vil hjelpe deg i ditt slektsforskningsarbeide. Sjekk den ut." +msgstr "GRAMPS-manual: GRAMPS-manualen er ganske utfyllende og bra skrevet. Den inneholder detaljer om hurtigtaster og inneholder noen nyttige tips som vil hjelpe deg i ditt slektsforskningsarbeide. Sjekk den ut." #: data/tips.xml:236 msgid "Improving GRAMPS: Users are encouraged to request enhancements to GRAMPS. Requesting an enhancement can be done either through the gramps-users or gramps-devel mailing lists, or by creating a Request for Enhancement (RFE) at http://sourceforge.net/tracker/?group_id=25770&atid=385140 Filing an RFE is preferred." @@ -4138,149 +4120,120 @@ msgid "You can convert your data into a GRAMPS package, which is a compressed fi msgstr "Du kan konvertere dataene dine til en GRAMPS-pakke, som er en komprimert fil som inneholder dine familetre-data og denne inneholder alle andre filer brukt av databasen, som bilder. Denne fila er fullstendig portabel s den er fint brukbar som sikkerhetskopi eller deling med andre GRAMPS brukere. Dette formatet har den fordelen over GEDCOM med at ingen informasjon blir borte ved eksport eller import." #: data/tips.xml:363 -#, fuzzy msgid "Make your data portable --- your family tree data and media can be exported directly to the GNOME file manager (Nautilus), for burning onto a CD." -msgstr "Gjr dine data portable --- dataene for ditt familietre og media kan eksporteres direkte til GNOME filbehandleren (Nautilus), for brenning til en CD." +msgstr "Gjr dine data flyttbare --- dataene for ditt familietre og all annen media kan eksporteres direkte til GNOME-filbehandleren (Nautilus) for brenning til en CD." #: data/tips.xml:369 -#, fuzzy msgid "GRAMPS can export data to the Web Family Tree (WFT) format. This format allows a family tree to be displayed online using a single file, instead of many html files." -msgstr "GRAMPS kan eksportere data til Web Family Tree (WFT) formatet. Dette formatet tillater at et familie tre kan vises p nett, ved bruke en enkelt fil, i stede for mange html filer." +msgstr "GRAMPS kan eksportere data til Web Family Tree (WFT)-formatet. Dette formatet tillater at et familie tre kan vises p en nettside ved bruke en enkeltfil, i stedet for mange html-filer." #: data/tips.xml:375 -#, fuzzy msgid "You can easily export your family tree to a web page. Select the entire database, family lines or selected individuals to a collection of web pages ready for upload to the World Wide Web." -msgstr "Du kan enkelt eksportere ditt familietre til en webside. Velg hele databasen, familielinjer, eller enkelt individer, for lage en samling med nettsider som er klare for legges opp p internett." +msgstr "Du kan enkelt eksportere ditt familietre til en nettside. Velg hele databasen, familielinjer, eller enkeltindivider for lage en samling med nettsider som er klare for legges ut p Internett." #: data/tips.xml:380 -#, fuzzy msgid "The best way to report a bug in GRAMPS is to use the GRAMPS Bug Tracker at Sourceforge, http://sourceforge.net/tracker/?group_id=25770&atid=385137" -msgstr "Den beste mten rapportere en feil i GRAMPS p, er GRAMPS Bug Tracker p Sourceforge, http://sourceforge.net/tracker/?group_id=25770&atid=385137" +msgstr "Den beste mten rapportere en feil i GRAMPS p, er ved bruke GRAMPS Bug Tracker p Sourceforge. G til nettsiden: http://sourceforge.net/tracker/?group_id=25770&atid=385137" #: data/tips.xml:384 -#, fuzzy msgid "The GRAMPS homepage is at http://gramps-project.org/" -msgstr "Hjemmesiden for GRAMPS er p adressen http://gramps-project.org/" +msgstr "Hjemmesiden til GRAMPS finner du p: http://gramps-project.org/" #: data/tips.xml:392 -#, fuzzy msgid "GRAMPS has some unique features, including the ability to input any piece of information directly into GRAMPS. All data in the data base can be rearranged/manipulated to assist the user in doing research, analysis and correlation with the potential of filling relationship gaps." -msgstr "GRAMPS har noen unike trekk, som egenskapen til ta inn hvilke som helst informasjon direkte inn i GRAMPS. Alle data i databasen kan bli omorganisert/manipulert til bist brukere i gjre forskning, analyse og " +msgstr "GRAMPS har en del smarte funksjoner. Du kan for eksempel sette inn hvilken som helst informasjon direkte inn i GRAMPS. Alle data i databasen kan bli omorganisert/manipulert for hjelpe brukeren i arbeidet med analyser og slektskap for f fylt inn tomrom." #: data/tips.xml:398 -#, fuzzy msgid "GRAMPS helps you to keep personal information secure by allowing you to mark information as private. Data marked as private can be excluded from reports and data exports." -msgstr "GRAMPS hjelper deg holde personlig informasjon sikkert, bed tillatte at du kan merke informasjonen som privat. Data markert private kan holdes ute fra rapporter og eksporter." +msgstr "GRAMPS hjelper deg holde personlig informasjon privat, nettopp ved merke informasjon som privat. Informasjon som er merket privat kan du enkelt holde utenfor rapporter og eksporteringer." #: data/tips.xml:406 -#, fuzzy msgid "Be accurate when recording genealogical information. Don't make assumptions while recording primary information; write it exactly as you see it. Use bracketed comments to indicate your additions, deletions or comments. Use of the Latin 'sic' is recommended to confirm the accurate transcription of what appears to be an error in a source." -msgstr "Vr nyaktig nr du samler slektsinformasjon. Ikke gjr antagelser nr du samler primr informasjon, skriv det nyaktig som du ser det. Skriv tekst i parenteser for indikere tillegg, sletting, eller kommentarer. Bruk av det latinske 'sic' er anbefalt for bekrefte nyaktig gjengiving av hva som kan se ut som en feil i en kilde." +msgstr "Vr nyaktig nr du samler slektsinformasjon. Ikke gjr antagelser nr du samler primr informasjon, skriv det nyaktig som du ser det. Skriv tekst i parenteser for indikere tillegg, sletting, eller kommentarer. Bruk av det latinske sic er anbefalt for bekrefte nyaktig gjengiving av hva som kan se ut som en feil i en kilde." #: data/tips.xml:411 -#, fuzzy msgid "You can link any electronic media (including non-text information) and other file types to your GRAMPS family tree." -msgstr "Du kan lenke alle typer elektroniske media (inkludert ikke-tekst informasjon) og andre filtyper til dit GRAMPS familietre." +msgstr "Du kan lenke alle typer elektroniske media (inkludert ikke-tekst informasjon) og andre filtyper til ditt GRAMPS-familietre." #: data/tips.xml:420 -#, fuzzy msgid "GRAMPS allows you to generate a number of reports (both text and graphical) based on your genealogical information. There is great flexibility in selecting what people are included in the reports as well as the output format (html, pdf, OpenOffice, RTF, AbiWord, KWord, LaTeX and plain text). Experiment with the reports under the Reports menu to get an idea of how powerful GRAMPS is." -msgstr "GRAMPS har muligheten for lage flere rapporter (bde tekst og grafisk) basert p ditt slektsforskningsmateriale. Det er fleksibilitet i utvalgsmuligheter av hvilke personer som er inkludert i rapportene, s vel som for lagringsformater (html, pdf, OpenOffice, RTF, AbiWord, Kword, LaTeX og ren tekst). Eksperimenter med rapportene under Reports menyen for f en ide om hvor kraftig GRAMPS er." +msgstr "GRAMPS har muligheten for lage flere rapporter (bde tekstbaserte og grafiske) basert p ditt slektsforskningsmateriale. Det er mange muligheter for hvilke personer som blir inkludert i rapportene, s vel som mange lagringsformater (html, pdf, OpenOffice, RTF, AbiWord, Kword, LaTeX og ren tekst). Prv deg fram med rapportene under Rapporter-menyen for f en ide om hvor kraftig GRAMPS er." #: data/tips.xml:426 -#, fuzzy msgid "Custom reports can be created by advanced users under the \"plugin\" system. More information on custom reports can be found at http://developers.gramps-project.org" -msgstr "Tilpassede rapporter kan lages av avanserte brukere under \"plugin\" systemet. Mer informasjon om tilpassede rapporter kan du finne p http://developers.gramps-project.org" +msgstr "Tilpassede rapporter kan lages av avanserte brukere under plugin-systemet. Mer informasjon om tilpassede rapporter kan du finne p http://developers.gramps-project.org" #: data/tips.xml:432 -#, fuzzy msgid "The Book report, Reports > Books > Book Report, allows users to collect a variety of reports into a single document. This single report is easier to distribute than multiple reports, especially when printed." -msgstr "Bok rapporten, Rapporter > Bok > Bok rapport, lar brukere samle en mengde rapporter i et enkelt dokument. Denne rapporten er enklere distribuere en flere rapporter, spesielt nr den er skrevet ut." +msgstr "Bokrapporten, Rapporter - Bok - Bokrapport, lar brukere samle en mengde rapporter i et enkelt dokument. Denne rapporten er enklere distribuere enn flere rapporter, spesielt nr den er skal skrives ut." #: data/tips.xml:438 -#, fuzzy msgid "Interested in getting notified when a new version of GRAMPS is released? Join the gramps-announce mailing list at http://lists.sourceforge.net/lists/listinfo/gramps-announce" -msgstr "Interesert i bli informert om nr en ny versjon av GRAMPS blir sluppet? Meld deg p gramps-announce mail listen ved g inn p http://lists.sourceforge.net/lists/listinfo/gramps-announce" +msgstr "Interessert i bli informert om nr en ny versjon av GRAMPS blir sluppet? Meld deg p e-postlista for GRAMPS-annonseringer ved g inn p http://lists.sourceforge.net/lists/listinfo/gramps-announce" #: data/tips.xml:446 -#, fuzzy msgid "Good genealogy tip: Information collected about your family is only as good as the source it came from. Take time and trouble to record all the details of where the information came from. Whenever possible get a copy of original documents." -msgstr "Godt slektsforsknings tips: Informasjon samlet om din familie er kun s bra som kilden det kommer i fra. Ta deg tiden og utfordringene det er samle alle detaljene fra hvor informasjonen kom fra. Hvis mulig s tak i en kopi av orginale dokumenter." +msgstr "Godt slektsforskningstips: Informasjon samlet om din familie er kun s bra som kilden det kommer i fra. Ta deg tiden og utfordringene det er samle alle detaljene om hvor informasjonen kom fra. Bruk alltid kopier av originale dokumenter nr det er mulig." #: data/tips.xml:453 -#, fuzzy msgid "Go from what you know to what you do not. Always record everything that is known before making conjecture. Often the facts at hand suggest plenty of direction for more research. Don't waste time looking through thousands of records hoping for a trail when you have other unexplored leads." -msgstr "G fra hva du vet til hva du ikke vet. Skriv inn alt som er kjent fr du konkluderer. Ofte viser de faktaene man har for hnd, mange mulige retninger for videre forskning. Ikke missbruk tid ved lete gjennom tusener av skrifter etter et hp om en videre retning, nr du har andre ikke utforskede muligheter." +msgstr "G fra hva du vet til hva du ikke vet. Skriv inn alt som er kjent fr du konkluderer. Ofte viser de faktaene man har for hnd, mange mulige retninger for videre forskning. Ikke kast bort tid ved lete gjennom tusener av poster etter et hp om en videre retning, nr du har andre muligheter som du ikke har sett p enn." #: data/tips.xml:460 -#, fuzzy msgid "Genealogy isn't only about dates and names. It is about people. Be descriptive. Include the why of how things happened, and how descendants might have been shaped by the events they went through. Narratives go a long way in making your family history come alive." -msgstr "Slektsforskning er ikke bare om datoer og navn. Det handler om menesker. Vr beskrivende. Ta med hvorfor tingene skjedde, og hvordan etterflgerne kan ha blitt formet av hendelsene de gikk gjennom. Sm historier(?) bidrar til at din slektshistorie blir levende." +msgstr "Slektsforskning dreier seg ikke bare om datoer og navn. Det handler om mennesker. Vr derfor beskrivende, og ta med hvorfor tingene skjedde, og hvordan etterflgerne kan ha blitt formet av hendelsene de gikk gjennom. Sm historier bidrar til at din slektshistorie blir levende." #: data/tips.xml:466 -#, fuzzy msgid "GRAMPS has been translated to 15 languages. If GRAMPS supports your language and it is not being displayed, set the default language on your machine and restart GRAMPS." -msgstr "GRAMPS har blitt oversatt til 15 sprk. Hvis GRAMPS sttter ditt sprk, og dette ikke vises, sett standard sprket for maskinen din, og start GRAMPS p nytt." +msgstr "GRAMPS har blitt oversatt til 15 sprk. Hvis GRAMPS er oversatt til ditt sprk uten at det vises, m du endre standardsprket for maskinen din fr du starter GRAMPS p nytt." #: data/tips.xml:472 -#, fuzzy msgid "GRAMPS has been designed so that new translations can easily be added with little development effort. If you are interested in participating please email gramps-devel@lists.sf.net" -msgstr "GRAMPS har blitt utviklet s nye oversettelser enkelt kan legges til. Hvis du er interessert i bidra, vennligst send en mail til gramps-devel@lists.sf.net" +msgstr "GRAMPS har blitt utviklet slik at nye oversettelser enkelt kan legges til. Hvis du er interessert i bidra kan du sende en e-post til gramps-devel@lists.sf.net" #: data/tips.xml:476 -#, fuzzy msgid "Relationship calculators in GRAMPS are available in ten languages." msgstr "Relasjonskalkulatorer i GRAMPS er tilgjengelig p 10 sprk." #: data/tips.xml:481 -#, fuzzy msgid "GRAMPS offers full Unicode support. Characters for all languages are properly displayed." -msgstr "GRAMPS tilbyr full Unicode sttte. Srtegn for alle sprk skal vises riktig." +msgstr "GRAMPS tilbyr full Unicode-sttte. Srtegn for alle sprk skal vises riktig." #: data/tips.xml:487 -#, fuzzy msgid "Anyone can be chosen as the 'home person' in GRAMPS. Use Edit -> Set Home Person. The home person is the person who is selected when the database is opened or when the home button is pressed." -msgstr "Hvem som helst kan settes som hjemperson i GRAMPS. Bruk Rediger -> Sett hjemperson. Hjempersonen er personen som blir valgt nr databasen blir pnet, eller nr man trykker p hjempersons knappen." +msgstr "Hvem som helst kan settes som Hjemperson i GRAMPS. Bruk Rediger - Sett hjemperson. Hjempersonen er personen som blir valgt nr databasen blir pnet, eller nr man trykker p Hjemperson-knappen." #: data/tips.xml:492 -#, fuzzy msgid "Multiple names can be specified for individuals. Examples are birth name, marriage name or aliases." -msgstr "Flere navn kan spesifiserer for individer. Eksempler er fdselsnavn, ekteskapsnavn og aliaser." +msgstr "Flere navn kan angis for hvert enkelt individ. Eksempler er fdselsnavn, ekteskapsnavn og aliaser." #: data/tips.xml:497 -#, fuzzy msgid "An alternate name can be selected as a person's preferred name by selecting the desired name in the person's name list, bringing up the context menu by clicking the right mouse button, and selecting from the menu." -msgstr "Et alternativt navn kan velges som en person foretrukne navn, ved velge det nskede navnet, i personens navneliste, og hyreklikke dette, og sett navnet som foretrukket fra menyen." +msgstr "Et alternativt navn kan velges som en persons foretrukne navn. Velg frst det nskede navnet i personens navneliste, fr du hyreklikker p dette og angir navnet som foretrukket fra menyen." #: data/tips.xml:504 -#, fuzzy msgid "GRAMPS is written in a computer language called Python using the GTK and GNOME libraries for the graphical interface. GRAMPS is supported on any computer system where these programs have been ported." -msgstr "GRAMPS er skrevet i et programmeringsprk som heter Python, og brukere GTK og GNOME bibliotekene for den grafiske fremvisningen. GRAMPS er stttet p alle datasystemer hvor disse programmene offisielt kjrer." +msgstr "GRAMPS er skrevet i et programmeringsprk som heter Python, og bruker GTK- og GNOME-bibliotekene for den grafiske fremvisningen. GRAMPS er stttet p alle datasystemer hvor disse programmene offisielt kjrer." #: data/tips.xml:510 -#, fuzzy msgid "The Free/Libre and Open Source Software (FLOSS) development model means GRAMPS can be extended by any programmer since all of the source code is freely available under its license." -msgstr "Den \"Free/Libre and Open Source Software\" (FLOSS) utviklingsmodellen betyr at GRAMPS kan utvides av alle programmer siden all kildekode er fritt tilgjengelig under den pne lisensen." +msgstr "Free/Libre and Open Source Software (FLOSS)-utviklingsmodellen betyr at GRAMPS kan utvides av alle programmer siden all kildekode er fritt tilgjengelig under den pne lisensen." #: data/tips.xml:515 -#, fuzzy msgid "GRAMPS is freely distributable under the General Public License, see http://www.gnu.org/licenses/licenses.html#GPL" -msgstr "GRAMPS kan fritt distribueres under General Public Licesne, se http://www.gnu.org/licenses/licenses.html#GPL" +msgstr "GRAMPS kan fritt distribueres under General Public License. Se http://www.gnu.org/licenses/licenses.html#GPL" #: data/tips.xml:520 -#, fuzzy msgid "GRAMPS works even when using KDE, as long as the required GNOME libraries are installed." -msgstr "GRAMPS fungerer ogs nr man bruker KDE, s lenge de ndvendige GNOME bibliotekene er installert." +msgstr "GRAMPS fungerer ogs nr man bruker KDE, s lenge de ndvendige GNOME-bibliotekene er installert." #: data/tips.xml:525 -#, fuzzy msgid "To run GRAMPS, you need to have GNOME installed. But you do not need to be running the GNOME desktop." -msgstr "For kjre GRAMPS, m du ha GNOME installert. Men du trenger ikke kjre GNOME skrivebordet." +msgstr "For kjre GRAMPS m du ha GNOME installert. Men du trenger ikke benytte GNOME-skrivebordsmiljet." #: data/tips.xml:531 -#, fuzzy msgid "GRAMPS makes every effort to maintain compatibility with GEDCOM, the general standard of recording genealogical information. Filters exist that make importing and exporting GEDCOM files trivial." -msgstr "GRAMPS, er s godt det lar seg gjre, kompatibel med GEDCOM, den generelle standarden for lagre slektsforsknings informasjon. Det eksisterer filtre, som gjre import og eksport av GEDCOM filer enkelt." +msgstr "GRAMPS er, s godt det lar seg gjre, kompatibel med GEDCOM, den generelle standarden for lagre slektsforskningsinformasjon. Det eksisterer filtre som gjr import og eksport av GEDCOM-filer enkelt." #: docgen/AbiWord2Doc.py:340 msgid "AbiWord document" @@ -6069,7 +6022,6 @@ msgid "Name Information" msgstr " Navneinformasjon" #: gramps.glade:31245 -#, fuzzy msgid "" "Default (based on locale)\n" "Family name, Given name [Patronymic]\n" @@ -6088,7 +6040,6 @@ msgid "_Override" msgstr "_Overskriv" #: gramps.glade:31411 -#, fuzzy msgid "" "Default (based on locale)\n" "Given name [Patronymic] Family name\n" @@ -6100,7 +6051,7 @@ msgstr "" "Fornavn [Patronymisk] Etternavn\n" "Etternavn Fornavn\n" "Fornavn Patronymisk\n" -"Etternavn" +"Fornavn\n" #: gramps.glade:31977 msgid "_Comment:" @@ -6580,9 +6531,8 @@ msgid "Ancestor Chart (Wall Chart)" msgstr "Slektstavle (Veggtavle)" #: plugins/AncestorReport.py:97 -#, fuzzy msgid "Ahnentafel Report for %s" -msgstr "Ahnentafel rapport for %s" +msgstr "Ahnentafel-rapport for %s" #: plugins/AncestorReport.py:110 msgid "%s Generation" @@ -6674,9 +6624,8 @@ msgid "The style used for the generation header." msgstr "Stilen som brukes til generasjons-overskriften." #: plugins/AncestorReport.py:305 -#, fuzzy msgid "Ahnentafel Report" -msgstr "Ahnentafel rapport" +msgstr "Ahnentafel-rapport" #: plugins/AncestorReport.py:307 msgid "Produces a textual ancestral report" @@ -6906,7 +6855,6 @@ msgid "Creates a book containing several reports." msgstr "Lager en bok som inneholder flere rapporter." #: plugins/ChangeNames.py:82 -#, fuzzy msgid "Checking family names" msgstr "Kontrollerer familinavn" @@ -7186,20 +7134,17 @@ msgid "Checks the database for integrity problems, fixing the problems that it c msgstr "Kontrollerer databasen for integritetsproblemer og retter det den kan" #: plugins/Checkpoint.py:85 -#, fuzzy msgid "Checkpointing database..." -msgstr "Lager en sikkerhetskopi av databasen..." +msgstr "Lager en sikkerhetskopi av databasen ..." #: plugins/Checkpoint.py:108 plugins/Checkpoint.py:128 #: plugins/Checkpoint.py:141 -#, fuzzy msgid "Checkpoint failed" msgstr "Sikkerhetskopieringen feilet" #: plugins/Checkpoint.py:163 -#, fuzzy msgid "Checkpoint the database" -msgstr "Lager en sikkerhetskopi av databasen" +msgstr "Lag en sikkerhetskopi av databasen" #: plugins/Checkpoint.py:164 msgid "Revision control" @@ -7291,14 +7236,12 @@ msgid "Provides a browsable hierarchy based on the active person" msgstr "Gir et hierarki, som man kan bla gjennom, og som er baseret p den aktive personen" #: plugins/DescendChart.py:474 -#, fuzzy msgid "Descendant Wall Chart" -msgstr "Veggtavle slektstre over etterkommere" +msgstr "Slektstre (veggtavle ) over etterkommere" #: plugins/DescendChart.py:478 -#, fuzzy msgid "Produces a graphical descendant tree graph" -msgstr "Lager et grafisk etterkommertre" +msgstr "Lager en grafisk trevisning over etterkommerne" #: plugins/DescendReport.py:182 msgid "The style used for the level %d display." @@ -8173,7 +8116,6 @@ msgid "Business" msgstr "Profesjonell" #: plugins/NavWebPage.py:81 -#, fuzzy msgid "Certificate" msgstr "Sertifikat" @@ -8182,7 +8124,6 @@ msgid "Antique" msgstr "Antikk" #: plugins/NavWebPage.py:83 -#, fuzzy msgid "Tranquil" msgstr "Ren" @@ -8297,16 +8238,14 @@ msgid "Next" msgstr "Neste" #: plugins/NavWebPage.py:816 -#, fuzzy msgid "MIME type" -msgstr "MIME type" +msgstr "MIME-type" #: plugins/NavWebPage.py:846 msgid "Missing media object" msgstr "Manglende mediaobjekter" #: plugins/NavWebPage.py:901 plugins/NavWebPage.py:903 -#, fuzzy msgid "Surnames by person count" msgstr "Opptelling av personer etter etternavn" @@ -8442,9 +8381,8 @@ msgid "File extension" msgstr "Filetternavn" #: plugins/NavWebPage.py:2169 -#, fuzzy msgid "Publisher contact/Note ID" -msgstr "Utgivers kontakt/notat ID" +msgstr "Utgivers kontakt-/notat-ID" #: plugins/NavWebPage.py:2170 msgid "Include images and media objects" @@ -8463,41 +8401,34 @@ msgid "Standard copyright" msgstr "Alminnelig opphavsrett" #: plugins/NavWebPage.py:2218 -#, fuzzy msgid "Creative Commons - By attribution" msgstr "Creative Commons - Etter egenskap" #: plugins/NavWebPage.py:2219 -#, fuzzy msgid "Creative Commons - By attribution, No derivations" -msgstr "Creative Commons - Etter egenskap, Ingen avtegnelser" +msgstr "Creative Commons - Etter egenskap, Ingen avledninger" #: plugins/NavWebPage.py:2220 -#, fuzzy msgid "Creative Commons - By attribution, Share-alike" msgstr "Creative Commons - Etter egenskap, Del-likt" #: plugins/NavWebPage.py:2221 -#, fuzzy msgid "Creative Commons - By attribution, Non-commercial" -msgstr "Creative Commons - Etter egenskap, Ikke komersiel" +msgstr "Creative Commons - Etter egenskap, Ikke-kommersiell" #: plugins/NavWebPage.py:2222 -#, fuzzy msgid "Creative Commons - By attribution, Non-commercial, No derivations" -msgstr "Creative Commons - Etter egenskap, Ikke komersiel, Ingen avtegnelser" +msgstr "Creative Commons - Etter egenskap, Ikke-kommersiell, Ingen avledninger" #: plugins/NavWebPage.py:2223 -#, fuzzy msgid "Creative Commons - By attribution, Non-commerical, Share-alike" -msgstr "Creative Commons - Etter egenskap, Ikke komersiel, Del-likt" +msgstr "Creative Commons - Etter egenskap, Ikke-kommersiell, Del-likt" #: plugins/NavWebPage.py:2224 msgid "No copyright notice" msgstr "Ingen opphavsrett" #: plugins/NavWebPage.py:2258 -#, fuzzy msgid "Character set encoding" msgstr "Tegnsett" @@ -8510,29 +8441,24 @@ msgid "Copyright" msgstr "Opphavsrett" #: plugins/NavWebPage.py:2262 -#, fuzzy msgid "Page Generation" -msgstr "Side generasjon" +msgstr "Side-generering" #: plugins/NavWebPage.py:2285 -#, fuzzy msgid "Home Media/Note ID" -msgstr "Hjem media/notat ID" +msgstr "Hjem media-/notat-ID" #: plugins/NavWebPage.py:2287 -#, fuzzy msgid "Introduction Media/Note ID" -msgstr "Introduksjons media/notat ID" +msgstr "Introduksjon media-/notat-ID" #: plugins/NavWebPage.py:2290 -#, fuzzy msgid "HTML user header" -msgstr "HTML bruker start" +msgstr "HTML-brukertopptekst" #: plugins/NavWebPage.py:2291 -#, fuzzy msgid "HTML user footer" -msgstr "HTML bruker slutt" +msgstr "HTML-brukerbunntekst" #: plugins/NavWebPage.py:2296 plugins/WebPage.py:1499 msgid "Privacy" @@ -9215,7 +9141,6 @@ msgid "Verify the database" msgstr "Bekreft databasen" #: plugins/Verify.py:158 -#, fuzzy msgid "Checking data" msgstr "Kontrollerer data" @@ -10042,145 +9967,3 @@ msgstr "Valgte regel" msgid "Values" msgstr "Verdier" -#~ msgid "(no photo)" -#~ msgstr "(intet bilde)" - -#~ msgid "Titles" -#~ msgstr "Titler" - -#~ msgid "Genders" -#~ msgstr "Kjnn" - -#, fuzzy -#~ msgid "Chart Selection" -#~ msgstr "Diagram utvalg" - -#~ msgid "Top & Bottom Margins" -#~ msgstr "Topp- og bunnmarger" - -#~ msgid "Left & Right Margins" -#~ msgstr "Venstre- og hyremarger" - -#~ msgid "Determining possible merges" -#~ msgstr "Finner ut hva som kanskje kan flettes sammen" - -#, fuzzy -#~ msgid "Added person is not visible" -#~ msgstr "Personen som ble lagt til er ikke synlig" - -#, fuzzy -#~ msgid "The person you added is currently not visible due to the chosen filter. This may occur if you did not specify a birth date." -#~ msgstr "Personen du la til er for tiden ikke synlig grunnet det aktive filteret. Dette kan oppst hvis du ikke spesifiserte en fdselsdato." - -#~ msgid "Month Day, Year" -#~ msgstr "Mned Dag, r" - -#~ msgid "Numerical" -#~ msgstr "Numerisk" - -#~ msgid "YYYY-MM-DD (ISO)" -#~ msgstr "-MM-DD (ISO)" - -#~ msgid "DAY MON YEAR" -#~ msgstr "DAG MN R" - -#~ msgid "Day Month Year" -#~ msgstr "Dag Mned r" - -#~ msgid "MON DAY, YEAR" -#~ msgstr "MN DAG, R" - -#~ msgid "Index of individuals, sorted by last name." -#~ msgstr "Register over alle individer, sortert etter etternavn." - -#~ msgid "Index of all the places in the project." -#~ msgstr "Register over alle steder i prosjektet." - -#~ msgid "All sources cited in the project." -#~ msgstr "Alle kilder referert til i prosjektet." - -#~ msgid "Relationships" -#~ msgstr "Relasjoner" - -#, fuzzy -#~ msgid "Min. bar char items" -#~ msgstr "Min. kaker i kakediagram" - -#~ msgid "A person cannot be linked as his/her child's spouse" -#~ msgstr "En person kan ikke angis som sitt barns ektefelle" - -#~ msgid "A person cannot be linked as his/her parent's spouse" -#~ msgstr "En person kan ikke angis som sin forelders ektefelle" - -#~ msgid "Matches individuals that have no relationships" -#~ msgstr "Gjelder individer uten noen relasjoner" - -#~ msgid "Matches the person that is a parent of someone matched by a filter" -#~ msgstr "Gjelder personen som er en forelder til noen som er funnet ved hjelp av et filter" - -#~ msgid "Is bookmarked person" -#~ msgstr "Er en person i bokmerkelista" - -#~ msgid "Has the Id" -#~ msgstr "Har Id-en" - -#~ msgid "Has a name" -#~ msgstr "Har navnet" - -#~ msgid "Has the death" -#~ msgstr "Har ddsfallet" - -#~ msgid "Has the birth" -#~ msgstr "Er fdt" - -#~ msgid "Is a descendant of" -#~ msgstr "Er en etterkommer av" - -#~ msgid "Is an ancestor of" -#~ msgstr "Er stamfar til" - -#~ msgid "Has a common ancestor with" -#~ msgstr "Har en felles stamfar med" - -#~ msgid "Is a female" -#~ msgstr "Er en kvinne" - -#~ msgid "Is a male" -#~ msgstr "Er en mann" - -#~ msgid "Has complete record" -#~ msgstr "Har komplett informasjon" - -#~ msgid "Has source of" -#~ msgstr "Har kilde av" - -#~ msgid "Matches the filter named" -#~ msgstr "Gjelder det filteret som heter" - -#~ msgid "People who were adopted" -#~ msgstr "Personer som er adopterte" - -#~ msgid "Has text matching substring of" -#~ msgstr "Har tekst som inneholder delstrengen" - -#~ msgid "Name contains..." -#~ msgstr "Navn inneholder ..." - -#~ msgid "Generates statistical bar graphs." -#~ msgstr "Generer statistiske histogrammer." - -#~ msgid "Use at your own risk" -#~ msgstr "Brukes p egen risiko" - -#~ msgid "This is an unstable development version of GRAMPS. It is intended as a technology preview. Do not trust your family database to this development version. This version may contain bugs which could corrupt your database." -#~ msgstr "Dette er en ustabil utviklerversjon av GRAMPS. Den er ment som en teknologisk forhndsvisning. Ikke stol p at dine familiedata er trygge med denne versjonen. Denne versjonen kan inneholde feil som kan dlegge din database." - -#~ msgid "Merge Sources" -#~ msgstr "Flett kilder" - -#~ msgid "Tool currently unavailable" -#~ msgstr "Verkty for yeblikket utilgjengelig" - -#~ msgid "This tool has not yet been brought up to date after transition to the database, sorry." -#~ msgstr "Dette verktyet har ikke blitt oppdatert til takle det nye database-formatet." - diff --git a/gramps2/src/po/nl.po b/gramps2/src/po/nl.po index 29fc6c9c7..a21b12135 100644 --- a/gramps2/src/po/nl.po +++ b/gramps2/src/po/nl.po @@ -1344,7 +1344,7 @@ msgstr "Vindt de persoon die een kind is van iemand gevonden via een filter" #: GenericFilter.py:624 #, fuzzy msgid "Descendant family members of " -msgstr "Afstammende familieledn van %s" +msgstr "Afstammende familieledn van " #: GenericFilter.py:626 msgid "" @@ -1417,7 +1417,7 @@ msgstr "Vindt personen die voorouder zijn van iemand gevonden via een filter" #: GenericFilter.py:908 #, fuzzy msgid "People with a common ancestor with " -msgstr "Personen met dezelfde voorouder als %s" +msgstr "Personen met dezelfde voorouder als " #: GenericFilter.py:910 msgid "Matches people that have a common ancestor with a specified person" @@ -10019,7 +10019,7 @@ msgstr "Familie-informatie" #: plugins/WriteFtree.py:283 #, fuzzy msgid "Web Family Tree export options" -msgstr "Familiegroep-rapport voor %s" +msgstr "Familiegroep-rapport voor" #: plugins/WriteGeneWeb.py:227 #, fuzzy diff --git a/gramps2/src/po/no.po b/gramps2/src/po/no.po index 467c8c80f..b4c34a69f 100644 --- a/gramps2/src/po/no.po +++ b/gramps2/src/po/no.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "POT-Creation-Date: Tue Aug 30 13:54:34 2005\n" -"PO-Revision-Date: 2005-12-03 17:36+0100\n" +"PO-Revision-Date: 2005-12-09 23:57+0100\n" "Last-Translator: Frode Jemtland \n" "Language-Team: Norsk Bokml >\n" "MIME-Version: 1.0\n" @@ -1106,7 +1106,6 @@ msgid "Relationship filters" msgstr "Relasjonsfiltere" #: GenericFilter.py:171 -#, fuzzy msgid "Matches the ancestors of two persons back to a common ancestor, producing the relationship path between two persons." msgstr "Samsvarer med to personers aner, tilbake til en felles ane. Dette gir relasjonslinje for et slektskap mellom to personer." @@ -1182,7 +1181,6 @@ msgid "Filter name:" msgstr "Filternavn:" #: GenericFilter.py:421 -#, fuzzy msgid "Descendants of match" msgstr "Etterkommer av sk" @@ -1212,7 +1210,6 @@ msgid "Matches people that are descendants of a specified person at least N gene msgstr "Samsvarer med de som er etterkommere av en bestemt person minst N generasjoner unna" #: GenericFilter.py:549 -#, fuzzy msgid "Children of match" msgstr "Barn av sk" @@ -1227,7 +1224,6 @@ msgid "Matches children of anybody matched by a filter" msgstr "Samsvarer med barn av en person som er funnet med et filter" #: GenericFilter.py:587 -#, fuzzy msgid "Siblings of match" msgstr "Ssken av sk" @@ -1258,7 +1254,6 @@ msgstr "Samsvarer med personer som er aner til en bestemt person" # < #: GenericFilter.py:729 -#, fuzzy msgid "Ancestors of match" msgstr "Ane av sk" @@ -1283,25 +1278,22 @@ msgid "Matches people that are ancestors of a specified person at least N genera msgstr "Samsvarer med personer som er aner av en bestemt person minst N generasjoner unna" #: GenericFilter.py:875 -#, fuzzy msgid "Parents of match" msgstr "Forelder av sk" #: GenericFilter.py:877 msgid "Matches parents of anybody matched by a filter" -msgstr "Samsvare med personer som er foreldre til noen samsvarer med et filter" +msgstr "Samsvarer med personer som er foreldre til noen samsvarer med et filter" #: GenericFilter.py:912 -#, fuzzy msgid "People with a common ancestor with " -msgstr "Personer med felles ane med " +msgstr "Personer med en felles ane med " #: GenericFilter.py:914 msgid "Matches people that have a common ancestor with a specified person" msgstr "Samsvarer med personer som har en felles ane med en bestemt person" #: GenericFilter.py:956 -#, fuzzy msgid "People with a common ancestor with match" msgstr "Personer som har en ane felles med sk" @@ -1447,7 +1439,6 @@ msgid "person|Title:" msgstr "person|Tittel:" #: GenericFilter.py:1292 -#, fuzzy msgid "People with the " msgstr "Personer med " @@ -1460,7 +1451,6 @@ msgid "Substring:" msgstr "Delstreng:" #: GenericFilter.py:1324 -#, fuzzy msgid "People matching the " msgstr "Samsvarer med personer med " @@ -1473,7 +1463,6 @@ msgid "Matches people with firstname or lastname missing" msgstr "Samsvarer med personer som mangler for- eller etternavn" #: GenericFilter.py:1362 -#, fuzzy msgid "People matching the " msgstr "Samsvarer med personer med " @@ -1482,7 +1471,6 @@ msgid "Matches people macthed by the specified filter name" msgstr "Samsvarer med personer fra et bestemt filter" #: GenericFilter.py:1405 -#, fuzzy msgid "Spouses of match" msgstr "Ektefelle av et sk" @@ -1591,7 +1579,6 @@ msgid "Regular-Expression matching:" msgstr "Regulrt uttrykk:" #: GenericFilter.py:1646 -#, fuzzy msgid "People with records containing " msgstr "Personer med poster som inneholder " @@ -1604,7 +1591,6 @@ msgid "Source ID:" msgstr "Kilde ID:" #: GenericFilter.py:1814 -#, fuzzy msgid "People with the " msgstr "Personer med " @@ -3469,9 +3455,8 @@ msgid "The data can only be recovered by Undo operation or by quitting with aban msgstr "Dataene kan kun gjenopprettes ved hjelp av Angre-operasjonen, eller ved avslutte uten lagre endringene som er gjort." #: Utils.py:526 -#, fuzzy msgid "Database error: %s is defined as his or her own ancestor" -msgstr "Database feil: %s er deffinert som sin egen ane" +msgstr "Databasefeil: %s er angitt som sin egen ane" #: Witness.py:64 msgid "Witness" @@ -3541,9 +3526,8 @@ msgid "Could not create %s" msgstr "Kunne ikke lage %s" #: WriteGedcom.py:1273 -#, fuzzy msgid "Export failed" -msgstr "Eksport feilet" +msgstr "Eksporteringen feilet" #: WriteGedcom.py:1284 msgid "GE_DCOM" @@ -3599,7 +3583,7 @@ msgstr "Stebarn" #: const.py:234 const.py:244 msgid "Sponsored" -msgstr "Sponset" +msgstr "Fadder" #: const.py:234 const.py:245 msgid "Foster" @@ -3945,9 +3929,8 @@ msgid "Graphics" msgstr "Grafikk" #: data/tips.xml:9 -#, fuzzy msgid "A range of dates can be given by using the format \"between January 4, 2000 and March 20, 2003\"" -msgstr "En dato rekke kan spesifiseres ved bruke formatet \"mellom 4. januar 2000 og 20. mars 2003\" (Fungerer ikke p norsk. Bruk engelsk inntil feilen er funnet. Eks. \"between January 4, 2000 and March 20, 2003\")" +msgstr "En datorekke kan angis ved bruke formatet mellom 4. januar 2000 og 20. mars 2003 (Fungerer ikke p norsk. Bruk engelsk inntil feilen er funnet. Eks. between January 4, 2000 and March 20, 2003)" #: data/tips.xml:16 msgid "In most cases double clicking on a name, source, place or media entry will bring up a window to allow you to edit the object. Note that the result can be dependent on context. For example, in the Family View clicking on a parent or child will bring up the relationship editor." @@ -4026,31 +4009,28 @@ msgid "Unsure what a button does? Simply hold the mouse over a button and a tool msgstr "Usikker p hva en knapp gjr? Hold musa over knappen, og et verktytips vil komme frem." #: data/tips.xml:156 -#, fuzzy msgid "Unsure of a Date? If you're unsure about the date an event occurred (for example birth or death), GRAMPS allows you to enter a wide range of date formats based on a guess or an estimate. For instance, \"about 1908\" is a valid entry for a birth date in GRAMPS. See section 3.7.2.2 of the GRAMPS manual for a complete description of date entry options." -msgstr "Usikker p en dato? Hvis du er usikker p datoen for nr en hendelse skjedde (for eksempel fdsel eller dd), s tillater GRAMPS en rekke forskjellige dato formater basert p gjetning eller estimater. For eksempel \"Omkring 1908\" er en gyldig fdselsdato i GRAMPS. Andre dato muligheter er: fr, etter, omkring, omrdet, periode. Se seksjon 3.7.2.2. i GRAMPS manualen for en komplett beskrivelse av dato opsjoner." +msgstr "Usikker p en dato? Hvis du er usikker p datoen for nr en hendelse skjedde (for eksempel fdsel eller ddsfall), s gir GRAMPS muligheten til skrive inn en rekke forskjellige datoformater basert p gjetning eller estimater. For eksempel Omkring 1908 er en gyldig fdselsdato i GRAMPS. Andre datomuligheter er: fr, etter, omkring, omrde, periode. Se seksjon 3.7.2.2. i GRAMPS-manualen for en komplett beskrivelse av datoalternativene." #: data/tips.xml:162 msgid "Duplicate Entries: Tools > Database Processing > Find possible duplicate people allows you to located (and merge) entries of the same person entered more than once in the database." msgstr "Dobble oppfringer: Verkty > Databasebehandling > Finn personer med doble oppfringer gir deg muligheten til finne (og flette sammen) inntastinger av personer som er lagt inn flere ganger i databasen." #: data/tips.xml:168 -#, fuzzy msgid "The 'merge' function allows you to combine separately listed people into one. This is very useful for combining two databases with overlapping people, or combining erroneously entered differing names for one individual." -msgstr "'Flett sammen' funksjonen lar deg flette sammen to personer til en. Dette er praktisk for flette sammen to databaser i en med overlappende personer, eller for sl sammen personer som er tastet inn feil, og viser seg vre samme person." +msgstr "Flett sammen-funksjonen lar deg sl to personer sammen til en. Dette er veldig praktisk hvis du skal sl sammen to databaser hvor du har de samme personene, eller for sl sammen personer som ved en feiltasting av navnet har ftt to oppfringer." #: data/tips.xml:174 -#, fuzzy msgid "To easily merge two people, select them both (a second person can be selected by holding the Control key while clicking) and clicking on Edit > Fast Merge." -msgstr "For enkelt flette sammen to personer, velg dem begge (den andre personen kan bli valgt ved holde nede Ctrl-tasten samtidig som man klikker) og klikker p Rediger > Hurtig fletting." +msgstr "For flette sammen to personer m du velge dem begge (den andre personen kan bli valgt ved holde nede Ctrl-tasten samtidig som man trykker p personen), fr du trykker p Rediger - Hurtig fletting." #: data/tips.xml:180 msgid "GRAMPS maintains a list of previous Active People. You can move forward and backward through the list using Go > Forward and Go > Back." -msgstr "GRAMPS har en liste over tidligere valgte aktive personer. Du kan flytte deg fremover og bakover gjennom lista ved bruke G > Fremover (eller Ctrl+pil hyre) og G > Tilbake (eller Ctrl+pil venstre)." +msgstr "GRAMPS har en liste over tidligere valgte aktive personer. Du kan flytte deg fremover og bakover gjennom lista ved bruke G - Fremover (eller Ctrl + Pil hyre) og G - Tilbake (eller Ctrl + Pil venstre)." #: data/tips.xml:186 msgid "Tired of having to take your hand off the keyboard to use the mouse? Many functions in GRAMPS have keyboard shortcuts. If one exists for a function it is displayed on the right side of the menu." -msgstr "Lei av mtte flytte hnden av tastaturet for bruke musa? Mange av funksjonene i GRAMPS har hurtigtaster. Hvis en funksjon har slike vil de vises til hyre side i menyen." +msgstr "Lei av mtte flytte hnden av tastaturet for flytte musepekeren? Mange av funksjonene i GRAMPS har hurtigtaster. Hvis en funksjon har slike vil de vises til hyre side i menyen." #: data/tips.xml:193 msgid "Don't forget to read the GRAMPS manual, Help > User Manual. The developers have worked hard to make most operations intuitive but the manual is full of information that will make your time spent on genealogy more productive." @@ -4061,17 +4041,19 @@ msgid "Adding Children: To add children in GRAMPS make either of the pare msgstr "Legge til barn: For legge til barn i GRAMPS, angi en av foreldrene som aktiv person, g s til Familievisningen. Hvis barnet allerede er i databasen, velg den tredje knappen p hyre side av Barn-lista. Hvis barnet ikke er i databasen, klikk p den andre knappen p hyre side av Barn-lista. Etter at barn informasjonen er tastet inn, vil de automatisk bli listet som et barn av den aktive personen." #: data/tips.xml:212 -#, fuzzy +# Sponset? betyr egentlig at man i gamle dager tok til +# seg barn som ikke var ens egne ... men hva br dette vre p norsk? +# tror ikke sponset er noe fornuftig ord dessverre ... -Jrgen msgid "Editing The Relationship of a Child: Not all children are the related by birth to their parents. You can edit the relationship of a child to each parent by selecting the child, right-clicking, and choosing \"Edit the child parent relationship\". Relationships can be any of Birth, Adopted, Stepchild, Sponsored, Foster, or Unknown." -msgstr "Rediger relasjonen til et barn: Ikke alle barn er relatert til sine foreldre ved fdsel. Du kan redigere relasjonen for et barn til hver av foreldrene ved velge barnet, og hyreklikke det, og velg \"Rediger barn/foreldrerelasjonen\". Relasjonen kan vre fdsel, adoptert, stebarn, sponset, pleiebarn eller ukjent." +msgstr "Rediger relasjonen til et barn: Ikke alle barn er relatert til sine foreldre ved fdsel. Du kan redigere relasjonen for et barn til hver av foreldrene ved velge barnet, og hyreklikke det, og velg Rediger barn/foreldrerelasjonen. Relasjonen kan vre enten Fdsel, Adoptert, Stebarn, Fadderbarn, Fosterbarn eller Ukjent." #: data/tips.xml:220 msgid "Show All Checkbutton: When adding a spouse or child, the list of people shown is filtered to display only people who could realistically fit the role (based on dates in the database). In case GRAMPS is wrong in making this choice, you can override that filter by checking the \"Show All\" checkbutton." -msgstr "'Vis alle'-sjekknappen: Nr man legger til en ektefelle eller et barn er lista over personer som vises er filtrert til vise bare personer som realistisk sett kan passe i rollen (basert p datoer i databasen). I tilfelle GRAMPS har tatt feil med dette valget, kan du overstyre filteret ved krysse av \"Vis alle\"-sjekknappen." +msgstr "Vis alle: Nr man legger til en ektefelle eller et barn, er lista over personer som vises filtrert til vise bare personer som realistisk sett kan passe i rollen (basert p datoer i databasen). I tilfelle GRAMPS har tatt feil med dette valget, kan du overstyre filteret ved krysse av for Vis alle." #: data/tips.xml:227 msgid "GRAMPS Manual: The GRAMPS manual is quite elaborate and well written. It includes details on keybindings and includes some useful tips that will help you in your genealogy work. Check it out." -msgstr "GRAMPS manual: GRAMPS manualen er ganske utfyllende og bra skrevet. Den inneholder detaljer om hurtigtaster og inneholder noen nyttige tips som vil hjelpe deg i ditt slektsforskningsarbeide. Sjekk den ut." +msgstr "GRAMPS-manual: GRAMPS-manualen er ganske utfyllende og bra skrevet. Den inneholder detaljer om hurtigtaster og inneholder noen nyttige tips som vil hjelpe deg i ditt slektsforskningsarbeide. Sjekk den ut." #: data/tips.xml:236 msgid "Improving GRAMPS: Users are encouraged to request enhancements to GRAMPS. Requesting an enhancement can be done either through the gramps-users or gramps-devel mailing lists, or by creating a Request for Enhancement (RFE) at http://sourceforge.net/tracker/?group_id=25770&atid=385140 Filing an RFE is preferred." @@ -4138,149 +4120,120 @@ msgid "You can convert your data into a GRAMPS package, which is a compressed fi msgstr "Du kan konvertere dataene dine til en GRAMPS-pakke, som er en komprimert fil som inneholder dine familetre-data og denne inneholder alle andre filer brukt av databasen, som bilder. Denne fila er fullstendig portabel s den er fint brukbar som sikkerhetskopi eller deling med andre GRAMPS brukere. Dette formatet har den fordelen over GEDCOM med at ingen informasjon blir borte ved eksport eller import." #: data/tips.xml:363 -#, fuzzy msgid "Make your data portable --- your family tree data and media can be exported directly to the GNOME file manager (Nautilus), for burning onto a CD." -msgstr "Gjr dine data portable --- dataene for ditt familietre og media kan eksporteres direkte til GNOME filbehandleren (Nautilus), for brenning til en CD." +msgstr "Gjr dine data flyttbare --- dataene for ditt familietre og all annen media kan eksporteres direkte til GNOME-filbehandleren (Nautilus) for brenning til en CD." #: data/tips.xml:369 -#, fuzzy msgid "GRAMPS can export data to the Web Family Tree (WFT) format. This format allows a family tree to be displayed online using a single file, instead of many html files." -msgstr "GRAMPS kan eksportere data til Web Family Tree (WFT) formatet. Dette formatet tillater at et familie tre kan vises p nett, ved bruke en enkelt fil, i stede for mange html filer." +msgstr "GRAMPS kan eksportere data til Web Family Tree (WFT)-formatet. Dette formatet tillater at et familie tre kan vises p en nettside ved bruke en enkeltfil, i stedet for mange html-filer." #: data/tips.xml:375 -#, fuzzy msgid "You can easily export your family tree to a web page. Select the entire database, family lines or selected individuals to a collection of web pages ready for upload to the World Wide Web." -msgstr "Du kan enkelt eksportere ditt familietre til en webside. Velg hele databasen, familielinjer, eller enkelt individer, for lage en samling med nettsider som er klare for legges opp p internett." +msgstr "Du kan enkelt eksportere ditt familietre til en nettside. Velg hele databasen, familielinjer, eller enkeltindivider for lage en samling med nettsider som er klare for legges ut p Internett." #: data/tips.xml:380 -#, fuzzy msgid "The best way to report a bug in GRAMPS is to use the GRAMPS Bug Tracker at Sourceforge, http://sourceforge.net/tracker/?group_id=25770&atid=385137" -msgstr "Den beste mten rapportere en feil i GRAMPS p, er GRAMPS Bug Tracker p Sourceforge, http://sourceforge.net/tracker/?group_id=25770&atid=385137" +msgstr "Den beste mten rapportere en feil i GRAMPS p, er ved bruke GRAMPS Bug Tracker p Sourceforge. G til nettsiden: http://sourceforge.net/tracker/?group_id=25770&atid=385137" #: data/tips.xml:384 -#, fuzzy msgid "The GRAMPS homepage is at http://gramps-project.org/" -msgstr "Hjemmesiden for GRAMPS er p adressen http://gramps-project.org/" +msgstr "Hjemmesiden til GRAMPS finner du p: http://gramps-project.org/" #: data/tips.xml:392 -#, fuzzy msgid "GRAMPS has some unique features, including the ability to input any piece of information directly into GRAMPS. All data in the data base can be rearranged/manipulated to assist the user in doing research, analysis and correlation with the potential of filling relationship gaps." -msgstr "GRAMPS har noen unike trekk, som egenskapen til ta inn hvilke som helst informasjon direkte inn i GRAMPS. Alle data i databasen kan bli omorganisert/manipulert til bist brukere i gjre forskning, analyse og " +msgstr "GRAMPS har en del smarte funksjoner. Du kan for eksempel sette inn hvilken som helst informasjon direkte inn i GRAMPS. Alle data i databasen kan bli omorganisert/manipulert for hjelpe brukeren i arbeidet med analyser og slektskap for f fylt inn tomrom." #: data/tips.xml:398 -#, fuzzy msgid "GRAMPS helps you to keep personal information secure by allowing you to mark information as private. Data marked as private can be excluded from reports and data exports." -msgstr "GRAMPS hjelper deg holde personlig informasjon sikkert, bed tillatte at du kan merke informasjonen som privat. Data markert private kan holdes ute fra rapporter og eksporter." +msgstr "GRAMPS hjelper deg holde personlig informasjon privat, nettopp ved merke informasjon som privat. Informasjon som er merket privat kan du enkelt holde utenfor rapporter og eksporteringer." #: data/tips.xml:406 -#, fuzzy msgid "Be accurate when recording genealogical information. Don't make assumptions while recording primary information; write it exactly as you see it. Use bracketed comments to indicate your additions, deletions or comments. Use of the Latin 'sic' is recommended to confirm the accurate transcription of what appears to be an error in a source." -msgstr "Vr nyaktig nr du samler slektsinformasjon. Ikke gjr antagelser nr du samler primr informasjon, skriv det nyaktig som du ser det. Skriv tekst i parenteser for indikere tillegg, sletting, eller kommentarer. Bruk av det latinske 'sic' er anbefalt for bekrefte nyaktig gjengiving av hva som kan se ut som en feil i en kilde." +msgstr "Vr nyaktig nr du samler slektsinformasjon. Ikke gjr antagelser nr du samler primr informasjon, skriv det nyaktig som du ser det. Skriv tekst i parenteser for indikere tillegg, sletting, eller kommentarer. Bruk av det latinske sic er anbefalt for bekrefte nyaktig gjengiving av hva som kan se ut som en feil i en kilde." #: data/tips.xml:411 -#, fuzzy msgid "You can link any electronic media (including non-text information) and other file types to your GRAMPS family tree." -msgstr "Du kan lenke alle typer elektroniske media (inkludert ikke-tekst informasjon) og andre filtyper til dit GRAMPS familietre." +msgstr "Du kan lenke alle typer elektroniske media (inkludert ikke-tekst informasjon) og andre filtyper til ditt GRAMPS-familietre." #: data/tips.xml:420 -#, fuzzy msgid "GRAMPS allows you to generate a number of reports (both text and graphical) based on your genealogical information. There is great flexibility in selecting what people are included in the reports as well as the output format (html, pdf, OpenOffice, RTF, AbiWord, KWord, LaTeX and plain text). Experiment with the reports under the Reports menu to get an idea of how powerful GRAMPS is." -msgstr "GRAMPS har muligheten for lage flere rapporter (bde tekst og grafisk) basert p ditt slektsforskningsmateriale. Det er fleksibilitet i utvalgsmuligheter av hvilke personer som er inkludert i rapportene, s vel som for lagringsformater (html, pdf, OpenOffice, RTF, AbiWord, Kword, LaTeX og ren tekst). Eksperimenter med rapportene under Reports menyen for f en ide om hvor kraftig GRAMPS er." +msgstr "GRAMPS har muligheten for lage flere rapporter (bde tekstbaserte og grafiske) basert p ditt slektsforskningsmateriale. Det er mange muligheter for hvilke personer som blir inkludert i rapportene, s vel som mange lagringsformater (html, pdf, OpenOffice, RTF, AbiWord, Kword, LaTeX og ren tekst). Prv deg fram med rapportene under Rapporter-menyen for f en ide om hvor kraftig GRAMPS er." #: data/tips.xml:426 -#, fuzzy msgid "Custom reports can be created by advanced users under the \"plugin\" system. More information on custom reports can be found at http://developers.gramps-project.org" -msgstr "Tilpassede rapporter kan lages av avanserte brukere under \"plugin\" systemet. Mer informasjon om tilpassede rapporter kan du finne p http://developers.gramps-project.org" +msgstr "Tilpassede rapporter kan lages av avanserte brukere under plugin-systemet. Mer informasjon om tilpassede rapporter kan du finne p http://developers.gramps-project.org" #: data/tips.xml:432 -#, fuzzy msgid "The Book report, Reports > Books > Book Report, allows users to collect a variety of reports into a single document. This single report is easier to distribute than multiple reports, especially when printed." -msgstr "Bok rapporten, Rapporter > Bok > Bok rapport, lar brukere samle en mengde rapporter i et enkelt dokument. Denne rapporten er enklere distribuere en flere rapporter, spesielt nr den er skrevet ut." +msgstr "Bokrapporten, Rapporter - Bok - Bokrapport, lar brukere samle en mengde rapporter i et enkelt dokument. Denne rapporten er enklere distribuere enn flere rapporter, spesielt nr den er skal skrives ut." #: data/tips.xml:438 -#, fuzzy msgid "Interested in getting notified when a new version of GRAMPS is released? Join the gramps-announce mailing list at http://lists.sourceforge.net/lists/listinfo/gramps-announce" -msgstr "Interesert i bli informert om nr en ny versjon av GRAMPS blir sluppet? Meld deg p gramps-announce mail listen ved g inn p http://lists.sourceforge.net/lists/listinfo/gramps-announce" +msgstr "Interessert i bli informert om nr en ny versjon av GRAMPS blir sluppet? Meld deg p e-postlista for GRAMPS-annonseringer ved g inn p http://lists.sourceforge.net/lists/listinfo/gramps-announce" #: data/tips.xml:446 -#, fuzzy msgid "Good genealogy tip: Information collected about your family is only as good as the source it came from. Take time and trouble to record all the details of where the information came from. Whenever possible get a copy of original documents." -msgstr "Godt slektsforsknings tips: Informasjon samlet om din familie er kun s bra som kilden det kommer i fra. Ta deg tiden og utfordringene det er samle alle detaljene fra hvor informasjonen kom fra. Hvis mulig s tak i en kopi av orginale dokumenter." +msgstr "Godt slektsforskningstips: Informasjon samlet om din familie er kun s bra som kilden det kommer i fra. Ta deg tiden og utfordringene det er samle alle detaljene om hvor informasjonen kom fra. Bruk alltid kopier av originale dokumenter nr det er mulig." #: data/tips.xml:453 -#, fuzzy msgid "Go from what you know to what you do not. Always record everything that is known before making conjecture. Often the facts at hand suggest plenty of direction for more research. Don't waste time looking through thousands of records hoping for a trail when you have other unexplored leads." -msgstr "G fra hva du vet til hva du ikke vet. Skriv inn alt som er kjent fr du konkluderer. Ofte viser de faktaene man har for hnd, mange mulige retninger for videre forskning. Ikke missbruk tid ved lete gjennom tusener av skrifter etter et hp om en videre retning, nr du har andre ikke utforskede muligheter." +msgstr "G fra hva du vet til hva du ikke vet. Skriv inn alt som er kjent fr du konkluderer. Ofte viser de faktaene man har for hnd, mange mulige retninger for videre forskning. Ikke kast bort tid ved lete gjennom tusener av poster etter et hp om en videre retning, nr du har andre muligheter som du ikke har sett p enn." #: data/tips.xml:460 -#, fuzzy msgid "Genealogy isn't only about dates and names. It is about people. Be descriptive. Include the why of how things happened, and how descendants might have been shaped by the events they went through. Narratives go a long way in making your family history come alive." -msgstr "Slektsforskning er ikke bare om datoer og navn. Det handler om menesker. Vr beskrivende. Ta med hvorfor tingene skjedde, og hvordan etterflgerne kan ha blitt formet av hendelsene de gikk gjennom. Sm historier(?) bidrar til at din slektshistorie blir levende." +msgstr "Slektsforskning dreier seg ikke bare om datoer og navn. Det handler om mennesker. Vr derfor beskrivende, og ta med hvorfor tingene skjedde, og hvordan etterflgerne kan ha blitt formet av hendelsene de gikk gjennom. Sm historier bidrar til at din slektshistorie blir levende." #: data/tips.xml:466 -#, fuzzy msgid "GRAMPS has been translated to 15 languages. If GRAMPS supports your language and it is not being displayed, set the default language on your machine and restart GRAMPS." -msgstr "GRAMPS har blitt oversatt til 15 sprk. Hvis GRAMPS sttter ditt sprk, og dette ikke vises, sett standard sprket for maskinen din, og start GRAMPS p nytt." +msgstr "GRAMPS har blitt oversatt til 15 sprk. Hvis GRAMPS er oversatt til ditt sprk uten at det vises, m du endre standardsprket for maskinen din fr du starter GRAMPS p nytt." #: data/tips.xml:472 -#, fuzzy msgid "GRAMPS has been designed so that new translations can easily be added with little development effort. If you are interested in participating please email gramps-devel@lists.sf.net" -msgstr "GRAMPS har blitt utviklet s nye oversettelser enkelt kan legges til. Hvis du er interessert i bidra, vennligst send en mail til gramps-devel@lists.sf.net" +msgstr "GRAMPS har blitt utviklet slik at nye oversettelser enkelt kan legges til. Hvis du er interessert i bidra kan du sende en e-post til gramps-devel@lists.sf.net" #: data/tips.xml:476 -#, fuzzy msgid "Relationship calculators in GRAMPS are available in ten languages." msgstr "Relasjonskalkulatorer i GRAMPS er tilgjengelig p 10 sprk." #: data/tips.xml:481 -#, fuzzy msgid "GRAMPS offers full Unicode support. Characters for all languages are properly displayed." -msgstr "GRAMPS tilbyr full Unicode sttte. Srtegn for alle sprk skal vises riktig." +msgstr "GRAMPS tilbyr full Unicode-sttte. Srtegn for alle sprk skal vises riktig." #: data/tips.xml:487 -#, fuzzy msgid "Anyone can be chosen as the 'home person' in GRAMPS. Use Edit -> Set Home Person. The home person is the person who is selected when the database is opened or when the home button is pressed." -msgstr "Hvem som helst kan settes som hjemperson i GRAMPS. Bruk Rediger -> Sett hjemperson. Hjempersonen er personen som blir valgt nr databasen blir pnet, eller nr man trykker p hjempersons knappen." +msgstr "Hvem som helst kan settes som Hjemperson i GRAMPS. Bruk Rediger - Sett hjemperson. Hjempersonen er personen som blir valgt nr databasen blir pnet, eller nr man trykker p Hjemperson-knappen." #: data/tips.xml:492 -#, fuzzy msgid "Multiple names can be specified for individuals. Examples are birth name, marriage name or aliases." -msgstr "Flere navn kan spesifiserer for individer. Eksempler er fdselsnavn, ekteskapsnavn og aliaser." +msgstr "Flere navn kan angis for hvert enkelt individ. Eksempler er fdselsnavn, ekteskapsnavn og aliaser." #: data/tips.xml:497 -#, fuzzy msgid "An alternate name can be selected as a person's preferred name by selecting the desired name in the person's name list, bringing up the context menu by clicking the right mouse button, and selecting from the menu." -msgstr "Et alternativt navn kan velges som en person foretrukne navn, ved velge det nskede navnet, i personens navneliste, og hyreklikke dette, og sett navnet som foretrukket fra menyen." +msgstr "Et alternativt navn kan velges som en persons foretrukne navn. Velg frst det nskede navnet i personens navneliste, fr du hyreklikker p dette og angir navnet som foretrukket fra menyen." #: data/tips.xml:504 -#, fuzzy msgid "GRAMPS is written in a computer language called Python using the GTK and GNOME libraries for the graphical interface. GRAMPS is supported on any computer system where these programs have been ported." -msgstr "GRAMPS er skrevet i et programmeringsprk som heter Python, og brukere GTK og GNOME bibliotekene for den grafiske fremvisningen. GRAMPS er stttet p alle datasystemer hvor disse programmene offisielt kjrer." +msgstr "GRAMPS er skrevet i et programmeringsprk som heter Python, og bruker GTK- og GNOME-bibliotekene for den grafiske fremvisningen. GRAMPS er stttet p alle datasystemer hvor disse programmene offisielt kjrer." #: data/tips.xml:510 -#, fuzzy msgid "The Free/Libre and Open Source Software (FLOSS) development model means GRAMPS can be extended by any programmer since all of the source code is freely available under its license." -msgstr "Den \"Free/Libre and Open Source Software\" (FLOSS) utviklingsmodellen betyr at GRAMPS kan utvides av alle programmer siden all kildekode er fritt tilgjengelig under den pne lisensen." +msgstr "Free/Libre and Open Source Software (FLOSS)-utviklingsmodellen betyr at GRAMPS kan utvides av alle programmer siden all kildekode er fritt tilgjengelig under den pne lisensen." #: data/tips.xml:515 -#, fuzzy msgid "GRAMPS is freely distributable under the General Public License, see http://www.gnu.org/licenses/licenses.html#GPL" -msgstr "GRAMPS kan fritt distribueres under General Public Licesne, se http://www.gnu.org/licenses/licenses.html#GPL" +msgstr "GRAMPS kan fritt distribueres under General Public License. Se http://www.gnu.org/licenses/licenses.html#GPL" #: data/tips.xml:520 -#, fuzzy msgid "GRAMPS works even when using KDE, as long as the required GNOME libraries are installed." -msgstr "GRAMPS fungerer ogs nr man bruker KDE, s lenge de ndvendige GNOME bibliotekene er installert." +msgstr "GRAMPS fungerer ogs nr man bruker KDE, s lenge de ndvendige GNOME-bibliotekene er installert." #: data/tips.xml:525 -#, fuzzy msgid "To run GRAMPS, you need to have GNOME installed. But you do not need to be running the GNOME desktop." -msgstr "For kjre GRAMPS, m du ha GNOME installert. Men du trenger ikke kjre GNOME skrivebordet." +msgstr "For kjre GRAMPS m du ha GNOME installert. Men du trenger ikke benytte GNOME-skrivebordsmiljet." #: data/tips.xml:531 -#, fuzzy msgid "GRAMPS makes every effort to maintain compatibility with GEDCOM, the general standard of recording genealogical information. Filters exist that make importing and exporting GEDCOM files trivial." -msgstr "GRAMPS, er s godt det lar seg gjre, kompatibel med GEDCOM, den generelle standarden for lagre slektsforsknings informasjon. Det eksisterer filtre, som gjre import og eksport av GEDCOM filer enkelt." +msgstr "GRAMPS er, s godt det lar seg gjre, kompatibel med GEDCOM, den generelle standarden for lagre slektsforskningsinformasjon. Det eksisterer filtre som gjr import og eksport av GEDCOM-filer enkelt." #: docgen/AbiWord2Doc.py:340 msgid "AbiWord document" @@ -6069,7 +6022,6 @@ msgid "Name Information" msgstr " Navneinformasjon" #: gramps.glade:31245 -#, fuzzy msgid "" "Default (based on locale)\n" "Family name, Given name [Patronymic]\n" @@ -6088,7 +6040,6 @@ msgid "_Override" msgstr "_Overskriv" #: gramps.glade:31411 -#, fuzzy msgid "" "Default (based on locale)\n" "Given name [Patronymic] Family name\n" @@ -6100,7 +6051,7 @@ msgstr "" "Fornavn [Patronymisk] Etternavn\n" "Etternavn Fornavn\n" "Fornavn Patronymisk\n" -"Etternavn" +"Fornavn\n" #: gramps.glade:31977 msgid "_Comment:" @@ -6580,9 +6531,8 @@ msgid "Ancestor Chart (Wall Chart)" msgstr "Slektstavle (Veggtavle)" #: plugins/AncestorReport.py:97 -#, fuzzy msgid "Ahnentafel Report for %s" -msgstr "Ahnentafel rapport for %s" +msgstr "Ahnentafel-rapport for %s" #: plugins/AncestorReport.py:110 msgid "%s Generation" @@ -6674,9 +6624,8 @@ msgid "The style used for the generation header." msgstr "Stilen som brukes til generasjons-overskriften." #: plugins/AncestorReport.py:305 -#, fuzzy msgid "Ahnentafel Report" -msgstr "Ahnentafel rapport" +msgstr "Ahnentafel-rapport" #: plugins/AncestorReport.py:307 msgid "Produces a textual ancestral report" @@ -6906,7 +6855,6 @@ msgid "Creates a book containing several reports." msgstr "Lager en bok som inneholder flere rapporter." #: plugins/ChangeNames.py:82 -#, fuzzy msgid "Checking family names" msgstr "Kontrollerer familinavn" @@ -7186,20 +7134,17 @@ msgid "Checks the database for integrity problems, fixing the problems that it c msgstr "Kontrollerer databasen for integritetsproblemer og retter det den kan" #: plugins/Checkpoint.py:85 -#, fuzzy msgid "Checkpointing database..." -msgstr "Lager en sikkerhetskopi av databasen..." +msgstr "Lager en sikkerhetskopi av databasen ..." #: plugins/Checkpoint.py:108 plugins/Checkpoint.py:128 #: plugins/Checkpoint.py:141 -#, fuzzy msgid "Checkpoint failed" msgstr "Sikkerhetskopieringen feilet" #: plugins/Checkpoint.py:163 -#, fuzzy msgid "Checkpoint the database" -msgstr "Lager en sikkerhetskopi av databasen" +msgstr "Lag en sikkerhetskopi av databasen" #: plugins/Checkpoint.py:164 msgid "Revision control" @@ -7291,14 +7236,12 @@ msgid "Provides a browsable hierarchy based on the active person" msgstr "Gir et hierarki, som man kan bla gjennom, og som er baseret p den aktive personen" #: plugins/DescendChart.py:474 -#, fuzzy msgid "Descendant Wall Chart" -msgstr "Veggtavle slektstre over etterkommere" +msgstr "Slektstre (veggtavle ) over etterkommere" #: plugins/DescendChart.py:478 -#, fuzzy msgid "Produces a graphical descendant tree graph" -msgstr "Lager et grafisk etterkommertre" +msgstr "Lager en grafisk trevisning over etterkommerne" #: plugins/DescendReport.py:182 msgid "The style used for the level %d display." @@ -8173,7 +8116,6 @@ msgid "Business" msgstr "Profesjonell" #: plugins/NavWebPage.py:81 -#, fuzzy msgid "Certificate" msgstr "Sertifikat" @@ -8182,7 +8124,6 @@ msgid "Antique" msgstr "Antikk" #: plugins/NavWebPage.py:83 -#, fuzzy msgid "Tranquil" msgstr "Ren" @@ -8297,16 +8238,14 @@ msgid "Next" msgstr "Neste" #: plugins/NavWebPage.py:816 -#, fuzzy msgid "MIME type" -msgstr "MIME type" +msgstr "MIME-type" #: plugins/NavWebPage.py:846 msgid "Missing media object" msgstr "Manglende mediaobjekter" #: plugins/NavWebPage.py:901 plugins/NavWebPage.py:903 -#, fuzzy msgid "Surnames by person count" msgstr "Opptelling av personer etter etternavn" @@ -8442,9 +8381,8 @@ msgid "File extension" msgstr "Filetternavn" #: plugins/NavWebPage.py:2169 -#, fuzzy msgid "Publisher contact/Note ID" -msgstr "Utgivers kontakt/notat ID" +msgstr "Utgivers kontakt-/notat-ID" #: plugins/NavWebPage.py:2170 msgid "Include images and media objects" @@ -8463,41 +8401,34 @@ msgid "Standard copyright" msgstr "Alminnelig opphavsrett" #: plugins/NavWebPage.py:2218 -#, fuzzy msgid "Creative Commons - By attribution" msgstr "Creative Commons - Etter egenskap" #: plugins/NavWebPage.py:2219 -#, fuzzy msgid "Creative Commons - By attribution, No derivations" -msgstr "Creative Commons - Etter egenskap, Ingen avtegnelser" +msgstr "Creative Commons - Etter egenskap, Ingen avledninger" #: plugins/NavWebPage.py:2220 -#, fuzzy msgid "Creative Commons - By attribution, Share-alike" msgstr "Creative Commons - Etter egenskap, Del-likt" #: plugins/NavWebPage.py:2221 -#, fuzzy msgid "Creative Commons - By attribution, Non-commercial" -msgstr "Creative Commons - Etter egenskap, Ikke komersiel" +msgstr "Creative Commons - Etter egenskap, Ikke-kommersiell" #: plugins/NavWebPage.py:2222 -#, fuzzy msgid "Creative Commons - By attribution, Non-commercial, No derivations" -msgstr "Creative Commons - Etter egenskap, Ikke komersiel, Ingen avtegnelser" +msgstr "Creative Commons - Etter egenskap, Ikke-kommersiell, Ingen avledninger" #: plugins/NavWebPage.py:2223 -#, fuzzy msgid "Creative Commons - By attribution, Non-commerical, Share-alike" -msgstr "Creative Commons - Etter egenskap, Ikke komersiel, Del-likt" +msgstr "Creative Commons - Etter egenskap, Ikke-kommersiell, Del-likt" #: plugins/NavWebPage.py:2224 msgid "No copyright notice" msgstr "Ingen opphavsrett" #: plugins/NavWebPage.py:2258 -#, fuzzy msgid "Character set encoding" msgstr "Tegnsett" @@ -8510,29 +8441,24 @@ msgid "Copyright" msgstr "Opphavsrett" #: plugins/NavWebPage.py:2262 -#, fuzzy msgid "Page Generation" -msgstr "Side generasjon" +msgstr "Side-generering" #: plugins/NavWebPage.py:2285 -#, fuzzy msgid "Home Media/Note ID" -msgstr "Hjem media/notat ID" +msgstr "Hjem media-/notat-ID" #: plugins/NavWebPage.py:2287 -#, fuzzy msgid "Introduction Media/Note ID" -msgstr "Introduksjons media/notat ID" +msgstr "Introduksjon media-/notat-ID" #: plugins/NavWebPage.py:2290 -#, fuzzy msgid "HTML user header" -msgstr "HTML bruker start" +msgstr "HTML-brukertopptekst" #: plugins/NavWebPage.py:2291 -#, fuzzy msgid "HTML user footer" -msgstr "HTML bruker slutt" +msgstr "HTML-brukerbunntekst" #: plugins/NavWebPage.py:2296 plugins/WebPage.py:1499 msgid "Privacy" @@ -9215,7 +9141,6 @@ msgid "Verify the database" msgstr "Bekreft databasen" #: plugins/Verify.py:158 -#, fuzzy msgid "Checking data" msgstr "Kontrollerer data" @@ -10042,145 +9967,3 @@ msgstr "Valgte regel" msgid "Values" msgstr "Verdier" -#~ msgid "(no photo)" -#~ msgstr "(intet bilde)" - -#~ msgid "Titles" -#~ msgstr "Titler" - -#~ msgid "Genders" -#~ msgstr "Kjnn" - -#, fuzzy -#~ msgid "Chart Selection" -#~ msgstr "Diagram utvalg" - -#~ msgid "Top & Bottom Margins" -#~ msgstr "Topp- og bunnmarger" - -#~ msgid "Left & Right Margins" -#~ msgstr "Venstre- og hyremarger" - -#~ msgid "Determining possible merges" -#~ msgstr "Finner ut hva som kanskje kan flettes sammen" - -#, fuzzy -#~ msgid "Added person is not visible" -#~ msgstr "Personen som ble lagt til er ikke synlig" - -#, fuzzy -#~ msgid "The person you added is currently not visible due to the chosen filter. This may occur if you did not specify a birth date." -#~ msgstr "Personen du la til er for tiden ikke synlig grunnet det aktive filteret. Dette kan oppst hvis du ikke spesifiserte en fdselsdato." - -#~ msgid "Month Day, Year" -#~ msgstr "Mned Dag, r" - -#~ msgid "Numerical" -#~ msgstr "Numerisk" - -#~ msgid "YYYY-MM-DD (ISO)" -#~ msgstr "-MM-DD (ISO)" - -#~ msgid "DAY MON YEAR" -#~ msgstr "DAG MN R" - -#~ msgid "Day Month Year" -#~ msgstr "Dag Mned r" - -#~ msgid "MON DAY, YEAR" -#~ msgstr "MN DAG, R" - -#~ msgid "Index of individuals, sorted by last name." -#~ msgstr "Register over alle individer, sortert etter etternavn." - -#~ msgid "Index of all the places in the project." -#~ msgstr "Register over alle steder i prosjektet." - -#~ msgid "All sources cited in the project." -#~ msgstr "Alle kilder referert til i prosjektet." - -#~ msgid "Relationships" -#~ msgstr "Relasjoner" - -#, fuzzy -#~ msgid "Min. bar char items" -#~ msgstr "Min. kaker i kakediagram" - -#~ msgid "A person cannot be linked as his/her child's spouse" -#~ msgstr "En person kan ikke angis som sitt barns ektefelle" - -#~ msgid "A person cannot be linked as his/her parent's spouse" -#~ msgstr "En person kan ikke angis som sin forelders ektefelle" - -#~ msgid "Matches individuals that have no relationships" -#~ msgstr "Gjelder individer uten noen relasjoner" - -#~ msgid "Matches the person that is a parent of someone matched by a filter" -#~ msgstr "Gjelder personen som er en forelder til noen som er funnet ved hjelp av et filter" - -#~ msgid "Is bookmarked person" -#~ msgstr "Er en person i bokmerkelista" - -#~ msgid "Has the Id" -#~ msgstr "Har Id-en" - -#~ msgid "Has a name" -#~ msgstr "Har navnet" - -#~ msgid "Has the death" -#~ msgstr "Har ddsfallet" - -#~ msgid "Has the birth" -#~ msgstr "Er fdt" - -#~ msgid "Is a descendant of" -#~ msgstr "Er en etterkommer av" - -#~ msgid "Is an ancestor of" -#~ msgstr "Er stamfar til" - -#~ msgid "Has a common ancestor with" -#~ msgstr "Har en felles stamfar med" - -#~ msgid "Is a female" -#~ msgstr "Er en kvinne" - -#~ msgid "Is a male" -#~ msgstr "Er en mann" - -#~ msgid "Has complete record" -#~ msgstr "Har komplett informasjon" - -#~ msgid "Has source of" -#~ msgstr "Har kilde av" - -#~ msgid "Matches the filter named" -#~ msgstr "Gjelder det filteret som heter" - -#~ msgid "People who were adopted" -#~ msgstr "Personer som er adopterte" - -#~ msgid "Has text matching substring of" -#~ msgstr "Har tekst som inneholder delstrengen" - -#~ msgid "Name contains..." -#~ msgstr "Navn inneholder ..." - -#~ msgid "Generates statistical bar graphs." -#~ msgstr "Generer statistiske histogrammer." - -#~ msgid "Use at your own risk" -#~ msgstr "Brukes p egen risiko" - -#~ msgid "This is an unstable development version of GRAMPS. It is intended as a technology preview. Do not trust your family database to this development version. This version may contain bugs which could corrupt your database." -#~ msgstr "Dette er en ustabil utviklerversjon av GRAMPS. Den er ment som en teknologisk forhndsvisning. Ikke stol p at dine familiedata er trygge med denne versjonen. Denne versjonen kan inneholde feil som kan dlegge din database." - -#~ msgid "Merge Sources" -#~ msgstr "Flett kilder" - -#~ msgid "Tool currently unavailable" -#~ msgstr "Verkty for yeblikket utilgjengelig" - -#~ msgid "This tool has not yet been brought up to date after transition to the database, sorry." -#~ msgstr "Dette verktyet har ikke blitt oppdatert til takle det nye database-formatet." - diff --git a/gramps2/src/po/ru.po b/gramps2/src/po/ru.po index b895d61fc..dab4a0b0f 100644 --- a/gramps2/src/po/ru.po +++ b/gramps2/src/po/ru.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gramps 2.0.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: Sun Nov 27 16:06:29 2005\n" -"PO-Revision-Date: 2005-12-04 15:16-0800\n" +"PO-Revision-Date: 2005-12-09 18:24-0800\n" "Last-Translator: Alexander Roitman \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" @@ -3565,7 +3565,7 @@ msgstr "" msgid "" "%(unknown_gender_name)s died in %(month_year)s at the age of %(age)d days." msgstr "" -" в %(month_year)s в возрасте %(age)d дней." +"%(unknown_gender_name)s умер(ла) в %(month_year)s в возрасте %(age)d дней." #: ReportUtils.py:377 msgid "%(male_name)s died in %(month_year)s." @@ -3980,200 +3980,164 @@ msgstr "" "Этот человек вступил в брак с %(spouse)s в %(partial_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:609 -#, fuzzy msgid "" "This person married %(spouse)s on %(full_date)s in %(place)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "" +"Этот человек вступил в брак с %(spouse)s %(full_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:610 -#, fuzzy msgid "" "This person married %(spouse)s %(modified_date)s in %(place)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "" +"Этот человек вступил в брак с %(spouse)s %(modified_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:613 -#, fuzzy msgid "He married %(spouse)s in %(partial_date)s in %(place)s%(endnotes)s." -msgstr "Он женился на %(spouse)s %(date)s в %(place)s%(endnotes)s." +msgstr "Он женился на %(spouse)s в %(partial_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:614 -#, fuzzy msgid "He married %(spouse)s on %(full_date)s in %(place)s%(endnotes)s." -msgstr "Он женился на %(spouse)s %(date)s в %(place)s%(endnotes)s." +msgstr "Он женился на %(spouse)s %(full_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:615 -#, fuzzy msgid "He married %(spouse)s %(modified_date)s in %(place)s%(endnotes)s." -msgstr "Он женился на %(spouse)s %(date)s в %(place)s%(endnotes)s." +msgstr "Он женился на %(spouse)s %(modified_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:618 -#, fuzzy msgid "She married %(spouse)s in %(partial_date)s in %(place)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "Она вышла замуж за %(spouse)s в %(partial_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:619 -#, fuzzy msgid "She married %(spouse)s on %(full_date)s in %(place)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "Она вышла замуж за %(spouse)s %(full_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:620 -#, fuzzy msgid "She married %(spouse)s %(modified_date)s in %(place)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "Она вышла замуж за %(spouse)s %(modified_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:626 -#, fuzzy msgid "" "This person also married %(spouse)s in %(partial_date)s in %(place)s%" "(endnotes)s." msgstr "" -"Она также вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +"Этот человек также вступил в брак с %(spouse)s в %(partial_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:627 -#, fuzzy msgid "" "This person also married %(spouse)s on %(full_date)s in %(place)s%(endnotes)" "s." msgstr "" -"Она также вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +"Этот человек также вступил в брак с %(spouse)s %(full_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:628 -#, fuzzy msgid "" "This person also married %(spouse)s %(modified_date)s in %(place)s%(endnotes)" "s." msgstr "" -"Она также вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +"Этот человек также вступил в брак с %(spouse)s в %(modified_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:631 -#, fuzzy msgid "" "He also married %(spouse)s in %(partial_date)s in %(place)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s %(date)s в %(place)s%(endnotes)s." +msgstr "Он также женился на %(spouse)s в %(partial_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:632 -#, fuzzy msgid "He also married %(spouse)s on %(full_date)s in %(place)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s %(date)s в %(place)s%(endnotes)s." +msgstr "Он также женился на %(spouse)s %(full_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:633 -#, fuzzy msgid "He also married %(spouse)s %(modified_date)s in %(place)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s %(date)s в %(place)s%(endnotes)s." +msgstr "Он также женился на %(spouse)s %(modified_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:636 -#, fuzzy msgid "" "She also married %(spouse)s in %(partial_date)s in %(place)s%(endnotes)s." msgstr "" -"Она также вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +"Она также вышла замуж за %(spouse)s в %(partial_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:637 -#, fuzzy msgid "She also married %(spouse)s on %(full_date)s in %(place)s%(endnotes)s." -msgstr "" -"Она также вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "Она также вышла замуж за %(spouse)s %(full_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:638 -#, fuzzy msgid "She also married %(spouse)s %(modified_date)s in %(place)s%(endnotes)s." -msgstr "" -"Она также вышла замуж за %(spouse)s в %(date)s в %(place)s%(endnotes)s." +msgstr "Она также вышла замуж за %(spouse)s %(modified_date)s в %(place)s%(endnotes)s." #: ReportUtils.py:644 -#, fuzzy msgid "This person married %(spouse)s in %(partial_date)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Этот человек вступил в брак с %(spouse)s в %(partial_date)s%(endnotes)s." #: ReportUtils.py:645 -#, fuzzy msgid "This person married %(spouse)s on %(full_date)s%(endnotes)s." -msgstr "Он женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Этот человек вступил в брак с %(spouse)s %(full_date)s%(endnotes)s." #: ReportUtils.py:646 -#, fuzzy msgid "This person married %(spouse)s %(modified_date)s%(endnotes)s." -msgstr "Он женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Этот человек вступил в брак с %(spouse)s %(modified_date)s%(endnotes)s." #: ReportUtils.py:649 -#, fuzzy msgid "He married %(spouse)s in %(partial_date)s%(endnotes)s." -msgstr "Он женился на %(spouse)s в %(place)s%(endnotes)s." +msgstr "Он женился на %(spouse)s в %(partial_date)s%(endnotes)s." #: ReportUtils.py:650 -#, fuzzy msgid "He married %(spouse)s on %(full_date)s%(endnotes)s." -msgstr "Он женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Он женился на %(spouse)s %(full_date)s%(endnotes)s." #: ReportUtils.py:651 -#, fuzzy msgid "He married %(spouse)s %(modified_date)s%(endnotes)s." -msgstr "Он женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Он женился на %(spouse)s %(modified_date)s%(endnotes)s." #: ReportUtils.py:654 -#, fuzzy msgid "She married %(spouse)s in %(partial_date)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Она вышла замуж за %(spouse)s в %(partial_date)s%(endnotes)s." #: ReportUtils.py:655 -#, fuzzy msgid "She married %(spouse)s on %(full_date)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Она вышла замуж за %(spouse)s %(full_date)s%(endnotes)s." #: ReportUtils.py:656 -#, fuzzy msgid "She married %(spouse)s %(modified_date)s%(endnotes)s." -msgstr "Он женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Она вышла замуж за %(spouse)s %(modified_date)s%(endnotes)s." #: ReportUtils.py:662 -#, fuzzy msgid "This person also married %(spouse)s in %(partial_date)s%(endnotes)s." -msgstr "Она также вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Этот человек также вступил в брак с %(spouse)s в %(partial_date)s%(endnotes)s." #: ReportUtils.py:663 -#, fuzzy msgid "This person also married %(spouse)s on %(full_date)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Этот человек также вступил в брак с %(spouse)s %(full_date)s%(endnotes)s." #: ReportUtils.py:664 -#, fuzzy msgid "This person also married %(spouse)s %(modified_date)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Этот человек также вступил в брак с %(spouse)s %(modified_date)s%(endnotes)s." #: ReportUtils.py:667 -#, fuzzy msgid "He also married %(spouse)s in %(partial_date)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s в %(place)s%(endnotes)s." +msgstr "Он также женился на %(spouse)s в %(partial_date)s%(endnotes)s." #: ReportUtils.py:668 -#, fuzzy msgid "He also married %(spouse)s on %(full_date)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Он также женился на %(spouse)s %(full_date)s%(endnotes)s." #: ReportUtils.py:669 -#, fuzzy msgid "He also married %(spouse)s %(modified_date)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Он также женился на %(spouse)s %(modified_date)s%(endnotes)s." #: ReportUtils.py:672 -#, fuzzy msgid "She also married %(spouse)s in %(partial_date)s%(endnotes)s." -msgstr "Она также вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Она также вышла замуж за %(spouse)s в %(partial_date)s%(endnotes)s." #: ReportUtils.py:673 -#, fuzzy msgid "She also married %(spouse)s on %(full_date)s%(endnotes)s." -msgstr "Она также вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Она также вышла замуж за %(spouse)s %(full_date)s%(endnotes)s." #: ReportUtils.py:674 -#, fuzzy msgid "She also married %(spouse)s %(modified_date)s%(endnotes)s." -msgstr "Он также женился на %(spouse)s в %(date)s%(endnotes)s." +msgstr "Она также вышла замуж за %(spouse)s %(modified_date)s%(endnotes)s." #: ReportUtils.py:679 -#, fuzzy msgid "This person married %(spouse)s in %(place)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Этот человек вступил в брак с %(spouse)s в %(place)s%(endnotes)s." #: ReportUtils.py:680 msgid "He married %(spouse)s in %(place)s%(endnotes)s." @@ -4184,9 +4148,8 @@ msgid "She married %(spouse)s in %(place)s%(endnotes)s." msgstr "Она вышла замуж за %(spouse)s в %(place)s%(endnotes)s." #: ReportUtils.py:685 -#, fuzzy msgid "This person also married %(spouse)s in %(place)s%(endnotes)s." -msgstr "Она также вышла замуж за %(spouse)s в %(place)s%(endnotes)s." +msgstr "Этот человек также вступил в брак с %(spouse)s в %(place)s%(endnotes)s." #: ReportUtils.py:686 msgid "He also married %(spouse)s in %(place)s%(endnotes)s." @@ -4197,9 +4160,8 @@ msgid "She also married %(spouse)s in %(place)s%(endnotes)s." msgstr "Она также вышла замуж за %(spouse)s в %(place)s%(endnotes)s." #: ReportUtils.py:691 -#, fuzzy msgid "This person married %(spouse)s%(endnotes)s." -msgstr "Она вышла замуж за %(spouse)s%(endnotes)s." +msgstr "Этот человек вступил в брак с %(spouse)s%(endnotes)s." #: ReportUtils.py:692 msgid "He married %(spouse)s%(endnotes)s." @@ -4210,9 +4172,8 @@ msgid "She married %(spouse)s%(endnotes)s." msgstr "Она вышла замуж за %(spouse)s%(endnotes)s." #: ReportUtils.py:697 -#, fuzzy msgid "This person also married %(spouse)s%(endnotes)s." -msgstr "Она также вышла замуж за %(spouse)s%(endnotes)s." +msgstr "Этот человек также вступил в брак с %(spouse)s%(endnotes)s." #: ReportUtils.py:698 msgid "He also married %(spouse)s%(endnotes)s." @@ -4223,24 +4184,20 @@ msgid "She also married %(spouse)s%(endnotes)s." msgstr "Она также вышла замуж за %(spouse)s%(endnotes)s." #: ReportUtils.py:711 -#, fuzzy msgid "This person is the child of %(father)s and %(mother)s." -msgstr "Он сын %(father)s и %(mother)s." +msgstr "Этот человек -- ребёнок %(father)s и %(mother)s." #: ReportUtils.py:712 -#, fuzzy msgid "This person was the child of %(father)s and %(mother)s." -msgstr "Он сын %(father)s и %(mother)s." +msgstr "Этот человек был ребёнком %(father)s и %(mother)s." #: ReportUtils.py:715 ReportUtils.py:725 -#, fuzzy msgid "%(male_name)s is the child of %(father)s and %(mother)s." -msgstr "Он сын %(father)s и %(mother)s." +msgstr "%(male_name)s -- сын %(father)s и %(mother)s." #: ReportUtils.py:716 ReportUtils.py:726 -#, fuzzy msgid "%(male_name)s was the child of %(father)s and %(mother)s." -msgstr "Он сын %(father)s и %(mother)s." +msgstr "%(male_name)s был сыном %(father)s и %(mother)s." #: ReportUtils.py:721 msgid "He is the son of %(father)s and %(mother)s." @@ -4259,34 +4216,28 @@ msgid "She was the daughter of %(father)s and %(mother)s." msgstr "Она дочь %(father)s and %(mother)s." #: ReportUtils.py:735 -#, fuzzy msgid "%(female_name)s is the child of %(father)s and %(mother)s." -msgstr "Он сын %(father)s и %(mother)s." +msgstr "%(female_name)s -- дочь %(father)s и %(mother)s." #: ReportUtils.py:736 -#, fuzzy msgid "%(female_name)s was the child of %(father)s and %(mother)s." -msgstr "Он сын %(father)s и %(mother)s." +msgstr "%(female_name)s была дочерью %(father)s и %(mother)s." #: ReportUtils.py:744 -#, fuzzy msgid "This person is the child of %(father)s." -msgstr "Он сын %(father)s." +msgstr "Этот человек -- сын %(father)s." #: ReportUtils.py:745 -#, fuzzy msgid "This person was the child of %(father)s." -msgstr "Он сын %(father)s." +msgstr "Этот человек был сыном %(father)s." #: ReportUtils.py:748 ReportUtils.py:758 -#, fuzzy msgid "%(male_name)s is the child of %(father)s." -msgstr "%(male_name)s умер %(death_date)s." +msgstr "%(male_name)s -- сын %(father)s." #: ReportUtils.py:749 ReportUtils.py:759 -#, fuzzy msgid "%(male_name)s was the child of %(father)s." -msgstr "%(male_name)s был похоронен в %(month_year)s." +msgstr "%(male_name)s был сыном %(father)s." #: ReportUtils.py:754 msgid "He is the son of %(father)s." @@ -4305,34 +4256,28 @@ msgid "She was the daughter of %(father)s." msgstr "Она дочь %(father)s." #: ReportUtils.py:768 -#, fuzzy msgid "%(female_name)s is the child of %(father)s." -msgstr "%(female_name)s умерла %(death_date)s." +msgstr "%(female_name)s -- дочь %(father)s." #: ReportUtils.py:769 -#, fuzzy msgid "%(female_name)s was the child of %(father)s." -msgstr "%(female_name)s была похоронена в %(month_year)s." +msgstr "%(female_name)s была дочерью %(father)s." #: ReportUtils.py:777 -#, fuzzy msgid "This person is the child of %(mother)s." -msgstr "Он сын %(mother)s." +msgstr "Этот человек -- сын %(mother)s." #: ReportUtils.py:778 -#, fuzzy msgid "This person was the child of %(mother)s." -msgstr "Он сын %(mother)s." +msgstr "Этот человек был сыном %(mother)s." #: ReportUtils.py:781 ReportUtils.py:791 -#, fuzzy msgid "%(male_name)s is the child of %(mother)s." -msgstr "%(male_name)s умер в %(month_year)s." +msgstr "%(male_name)s -- сын %(mother)s." #: ReportUtils.py:782 ReportUtils.py:792 -#, fuzzy msgid "%(male_name)s was the child of %(mother)s." -msgstr "%(male_name)s был похоронен в %(month_year)s." +msgstr "%(male_name)s был сыном %(mother)s." #: ReportUtils.py:787 msgid "He is the son of %(mother)s." @@ -4351,24 +4296,20 @@ msgid "She was the daughter of %(mother)s." msgstr "Она дочь %(mother)s." #: ReportUtils.py:801 -#, fuzzy msgid "%(female_name)s is the child of %(mother)s." -msgstr "%(female_name)s умерла в %(month_year)s." +msgstr "%(female_name)s -- дочь %(mother)s." #: ReportUtils.py:802 -#, fuzzy msgid "%(female_name)s was the child of %(mother)s." -msgstr "%(female_name)s была похоронена в %(month_year)s." +msgstr "%(female_name)s была дочерью %(mother)s." #: ReportUtils.py:813 -#, fuzzy msgid "unmarried" -msgstr "Не женаты" +msgstr "не женаты" #: ReportUtils.py:814 -#, fuzzy msgid "civil union" -msgstr "Гражданский союз" +msgstr "гражданский союз" # !!!FIXME!!! В закладке людей должно быть как минимум Другие (а что в остальных местах?) #: ReportUtils.py:816 ReportUtils.py:2104 const.py:235 const.py:249 @@ -4633,24 +4574,20 @@ msgid "She married %(spouse)s." msgstr "Она вышла замуж за %(spouse)s." #: ReportUtils.py:1664 -#, fuzzy msgid "This person married %(spouse)s." -msgstr "Она вышла замуж за %(spouse)s." +msgstr "Этот человек вступил в брак с %(spouse)s." #: ReportUtils.py:1667 ReportUtils.py:1689 -#, fuzzy msgid "He had an unmarried relationship with %(spouse)s." -msgstr "Он состоял в отношениях с %(spouse)s." +msgstr "Он состоял во внебрачных отношениях с %(spouse)s." #: ReportUtils.py:1669 ReportUtils.py:1693 -#, fuzzy msgid "This person had an unmarried relationship with %(spouse)s." -msgstr "Она также состояла в отношениях с %(spouse)s." +msgstr "Этот человек состоял во внебрачных отношениях с %(spouse)s." #: ReportUtils.py:1671 ReportUtils.py:1691 -#, fuzzy msgid "She had an unmarried relationship with %(spouse)s." -msgstr "Она состояла в отношениях с %(spouse)s." +msgstr "Она состояла во внебрачных отношениях с %(spouse)s." #: ReportUtils.py:1674 msgid "He had relationship with %(spouse)s." @@ -4661,9 +4598,8 @@ msgid "She had relationship with %(spouse)s." msgstr "Она состояла в отношениях с %(spouse)s." #: ReportUtils.py:1678 -#, fuzzy msgid "This person had relationship with %(spouse)s." -msgstr "Она состояла в отношениях с %(spouse)s." +msgstr "Этот человек состоял в отношениях с %(spouse)s." #: ReportUtils.py:1682 msgid "He also married %(spouse)s." @@ -4674,9 +4610,8 @@ msgid "She also married %(spouse)s." msgstr "Она также вышла замуж за %(spouse)s." #: ReportUtils.py:1686 -#, fuzzy msgid "This person also married %(spouse)s." -msgstr "Она также вышла замуж за %(spouse)s." +msgstr "Этот человек также вступил в брак с %(spouse)s." #: ReportUtils.py:1696 msgid "He also had relationship with %(spouse)s." @@ -4687,91 +4622,70 @@ msgid "She also had relationship with %(spouse)s." msgstr "Она также состояла в отношениях с %(spouse)s." #: ReportUtils.py:1700 -#, fuzzy msgid "This person also had relationship with %(spouse)s." -msgstr "Она также состояла в отношениях с %(spouse)s." +msgstr "Этот человек также состоял в отношениях с %(spouse)s." #: ReportUtils.py:2042 -#, fuzzy msgid "" "Born: %(birth_date)s %(birth_place)s, Died: %(death_date)s %(death_place)s." msgstr "" -"%(male_name)s Родился: %(birth_date)s %(birth_place)s Умер: %(death_date)s %" -"(death_place)s." +"Родился(ась): %(birth_date)s %(birth_place)s, Умер(ла): %(death_date)s %(death_place)s." #: ReportUtils.py:2045 -#, fuzzy msgid "Born: %(birth_date)s %(birth_place)s, Died: %(death_date)s." -msgstr "" -"%(male_name)s Родился: %(birth_date)s %(birth_place)s Умер: %(death_date)s." +msgstr "Родился(ась): %(birth_date)s %(birth_place)s, Умер(ла): %(death_date)s." #: ReportUtils.py:2049 -#, fuzzy msgid "Born: %(birth_date)s %(birth_place)s, Died: %(death_place)s." -msgstr "" -"%(male_name)s Родился: %(birth_date)s %(birth_place)s Умер: %(death_place)s." +msgstr "Родился(ась): %(birth_date)s %(birth_place)s, Умер(ла): %(death_place)s." #: ReportUtils.py:2052 -#, fuzzy msgid "Born: %(birth_date)s %(birth_place)s." -msgstr "%(male_name)s Родился: %(birth_date)s %(birth_place)s." +msgstr "Родился(ась): %(birth_date)s %(birth_place)s." #: ReportUtils.py:2056 -#, fuzzy msgid "Born: %(birth_date)s, Died: %(death_date)s %(death_place)s." -msgstr "" -"%(male_name)s Родился: %(birth_date)s Умер: %(death_date)s %(death_place)s." +msgstr "Родился(ась): %(birth_date)s, Умер(ла): %(death_date)s %(death_place)s." #: ReportUtils.py:2059 -#, fuzzy msgid "Born: %(birth_date)s, Died: %(death_date)s." -msgstr "%(male_name)s Родился: %(birth_date)s Умер: %(death_date)s." +msgstr "Родился(ась): %(birth_date)s, Умер(ла): %(death_date)s." #: ReportUtils.py:2062 -#, fuzzy msgid "Born: %(birth_date)s, Died: %(death_place)s." -msgstr "%(male_name)s Родился: %(birth_date)s Умер: %(death_place)s." +msgstr "Родился(ась): %(birth_date)s, Умер(ла): %(death_place)s." #: ReportUtils.py:2064 -#, fuzzy msgid "Born: %(birth_date)s." -msgstr " р. %(birth_date)s" +msgstr "Родился(ась): %(birth_date)s." #: ReportUtils.py:2069 -#, fuzzy msgid "Born: %(birth_place)s, Died: %(death_date)s %(death_place)s." -msgstr "" -"%(male_name)s Родился: %(birth_place)s Умер: %(death_date)s %(death_place)s." +msgstr "Родился(ась): %(birth_place)s, Умер(ла): %(death_date)s %(death_place)s." #: ReportUtils.py:2072 -#, fuzzy msgid "Born: %(birth_place)s, Died: %(death_date)s." -msgstr "%(male_name)s Родился: %(birth_place)s Умер: %(death_date)s." +msgstr "Родился(ась): %(birth_place)s, Умер: %(death_date)s." #: ReportUtils.py:2076 -#, fuzzy msgid "Born: %(birth_place)s, Died: %(death_place)s." -msgstr "%(male_name)s Родился: %(birth_place)s Умер: %(death_place)s." +msgstr "Родился(ась): %(birth_place)s, Умер: %(death_place)s." #: ReportUtils.py:2079 -#, fuzzy msgid "Born: %(birth_place)s." -msgstr "%(male_name)s Родился: %(birth_place)s." +msgstr "Родился(ась): %(birth_place)s." #: ReportUtils.py:2083 -#, fuzzy msgid "Died: %(death_date)s %(death_place)s." -msgstr "%(male_name)s Умер: %(death_date)s %(death_place)s." +msgstr "Умер(ла): %(death_date)s %(death_place)s." #: ReportUtils.py:2085 -#, fuzzy msgid "Died: %(death_date)s." -msgstr " у. %(death_date)s" +msgstr "Умер(ла): %(death_date)s." #: ReportUtils.py:2088 -#, fuzzy msgid "Died: %(death_place)s." -msgstr "%(male_name)s Умер: %(death_place)s." +msgstr "Умер(ла): %(death_place)s." #: ReportUtils.py:2100 const.py:512 gramps.glade:4576 #: plugins/FamilyGroup.py:375 plugins/FamilyGroup.py:377 @@ -5862,6 +5776,11 @@ msgid "" "parent relationship\". Relationships can be any of Birth, Adopted, " "Stepchild, Sponsored, Foster, or Unknown." msgstr "" +"Правка отношений детей и родителей: Не все дети являются " +"родными для своих родителей. Отношения детей и родителей можно " +"править путём выбора ребёнка, правого щелчка и выбора \"Правка " +" отношений детей и родителей\". Отношения могут быть: Рождение, " +"Приёмный, Пасынок/Падчерица или Неизвестно." #: data/tips.xml:211 msgid "" @@ -5878,6 +5797,10 @@ msgid "" "It includes details on keybindings and includes some useful tips that will " "help you in your genealogy work. Check it out." msgstr "" +"Руководство GRAMPS: Руководство пользователя GRAMPS написано " +"хорошо и подробно. Оно описывает детали работы с программой и содержит " +"полезные советы, которые помогут в Ваших генеалогических исследованиях. " +"Советуем ознакомится с ним." #: data/tips.xml:227 msgid "" @@ -6015,6 +5938,9 @@ msgid "" "Make your data portable --- your family tree data and media can be exported " "directly to the GNOME file manager (Nautilus), for burning onto a CD." msgstr "" +"Сделайте свои данные портативными --- Ваше семейное дерево и " +"документы можно экспортировать в файловый менеджер GNOME " +"(Nautilus), для создания CD." #: data/tips.xml:360 msgid "" @@ -6035,6 +5961,8 @@ msgid "" "The best way to report a bug in GRAMPS is to use the GRAMPS Bug Tracker at " "Sourceforge, http://sourceforge.net/tracker/?group_id=25770&atid=385137" msgstr "" +"Лучший способ послать сообщение об ошибке GRAMPS -- это " +"GRAMPS Bug Tracker, http://sourceforge.net/tracker/?group_id=25770&atid=385137" #: data/tips.xml:375 msgid "The GRAMPS homepage is at http://gramps-project.org/" @@ -6054,6 +5982,9 @@ msgid "" "information as private. Data marked as private can be excluded from reports " "and data exports." msgstr "" +"GRAMPS помогает Вам оберегать личную информацию путём пометки " +"записей как личные. Личные данные могут быть исключены из отчётов " +"и экспорта данных." #: data/tips.xml:397 msgid "" @@ -6069,6 +6000,8 @@ msgid "" "You can link any electronic media (including non-text information) and other " "file types to your GRAMPS family tree." msgstr "" +"Вы можете дополнить Ваше семейное дерево любыми электронными " +"документами и файлами, включая не-текстовую информацию." #: data/tips.xml:411 msgid "" @@ -6086,6 +6019,9 @@ msgid "" "More information on custom reports can be found at http://developers.gramps-" "project.org" msgstr "" +"Дополнительные отчёты могут быть написаны продвинутыми пользователями " +"благодаря системе расширений. Подробная информация о написании " +"отчётов находится здесь: http://developers.gramps-project.org" #: data/tips.xml:423 msgid "" @@ -6093,6 +6029,10 @@ msgid "" "collect a variety of reports into a single document. This single report is " "easier to distribute than multiple reports, especially when printed." msgstr "" +"Отчёт-Книга, Отчёты > Книги > Отчёт-Книга, позволяет " +"собрать несколько отчётов в единый документ. Такой отчёт легче " +"распространять, чем несколько разных отчётов, особенно в " +"напечатанном виде." #: data/tips.xml:429 msgid "" @@ -6100,6 +6040,9 @@ msgid "" "Join the gramps-announce mailing list at http://lists.sourceforge.net/lists/" "listinfo/gramps-announce" msgstr "" +"Хотите получать уведомление о новых выпусках GRAMPS? Подпишитесь " +"на список рассылки gramps-announce на сайте http://lists.sourceforge.net/lists/" +"listinfo/gramps-announce" #: data/tips.xml:437 msgid "" @@ -6116,6 +6059,11 @@ msgid "" "direction for more research. Don't waste time looking through thousands of " "records hoping for a trail when you have other unexplored leads." msgstr "" +"Двигайтесь от известного к неизвестному. Всегда записывайте все " +"известные факты перед тем, как сделать заключение. Зачастую, " +"доступные факты дают обильную почву для новых исследований. " +"Не тратьте время, просматривая тысячи записей в надежде найти " +"след, если у Вас есть другие неисследованные зацепки." #: data/tips.xml:451 msgid "" @@ -6124,6 +6072,11 @@ msgid "" "descendants might have been shaped by the events they went through. " "Narratives go a long way in making your family history come alive." msgstr "" +"Генеалогия касается не только дат и имён, она касается людей. " +"Будьте подробны, включайте причину того, как развивались " +"события и как потомки могли быть сформированы событиями, через " +"которые они прошли. Повествования очень помогают сделать " +"живой историю Вашей семьи." #: data/tips.xml:457 msgid "" @@ -6131,6 +6084,9 @@ msgid "" "and it is not being displayed, set the default language on your machine and " "restart GRAMPS." msgstr "" +"GRAMPS переведена на 15 языков. Если GRAMPS поддерживает Ваш язык, " +"но этот язык не показан при работе, установите язык по умолчанию на " +"Вашем компьютере и запустите GRAMPS." #: data/tips.xml:463 msgid "" @@ -6138,6 +6094,9 @@ msgid "" "little development effort. If you are interested in participating please " "email gramps-devel@lists.sf.net" msgstr "" +"GRAMPS спроектирована так, что новые переводы можно добавлять " +"без дополнительных усилий. Если Вы заинтересованы в помощи с " +"переводом, пожалуйста, напишите в gramps-devel@lists.sf.net" #: data/tips.xml:467 msgid "Relationship calculators in GRAMPS are available in ten languages." diff --git a/gramps2/test/det_ancestor_report.sh b/gramps2/test/det_ancestor_report.sh new file mode 100755 index 000000000..891fc04bd --- /dev/null +++ b/gramps2/test/det_ancestor_report.sh @@ -0,0 +1,68 @@ +#! /bin/sh +# +# Report test for GRAMPS: Generate det_ancestor_report testing +# different option combinations. + +# $Id$ + +REP="det_ancestor_report" +FMT="txt" + +TOP_DIR=`dirname $PWD` +TEST_DIR=$TOP_DIR/test +SRC_DIR=$TOP_DIR/src +PRG="python gramps.py" +EXAMPLE_XML=$TOP_DIR/example/gramps/example.gramps + +REP_DIR=$TEST_DIR/reports/$REP +mkdir -p $REP_DIR + +DATA_DIR=$TEST_DIR/data +mkdir -p $DATA_DIR +if [ -f $DATA_DIR/example.grdb ]; then + rm $DATA_DIR/example.grdb +fi + +echo "" +echo "+--------------------------------------------------------------" +echo "| Import XML, write GRDB" +echo "+--------------------------------------------------------------" +OPTS="-i $EXAMPLE_XML -o $DATA_DIR/example.grdb" +(cd $SRC_DIR; $PRG $OPTS) + +OPTS="-O $DATA_DIR/example.grdb" + +echo "" +echo "+--------------------------------------------------------------" +echo "| Text Report: "$REP +echo "| Text Format: "$FMT +echo "+--------------------------------------------------------------" +for desref in {0,1}; do +for incphotos in {0,1}; do +for omitda in {0,1}; do +for incsources in {0,1}; do +for usenick in {0,1}; do +for fulldates in {0,1}; do +for incnotes in {0,1}; do +for repplace in {0,1}; do +for repdate in {0,1}; do +for computeage in {0,1}; do +for incnames in {0,1}; do +for incevents in {0,1}; do +for listc in {0,1}; do + output="$desref$incphotos$omitda$incsources$usenick$fulldates$incnotes$repplace$repdate$computeage$incnames$incevents$listc" + action="-a report -p name=$REP,id=I44,off=$FMT,of=$REP_DIR/$output.$FMT,desref=$desref,incphotos=$incphotos,omitda=$omitda,incsources=$incsources,usenick=$usenick,fulldates=$fulldates,incnotes=$incnotes,repplace=$repplace,repdate=$repdate,computeage=$computeage,incnames=$incnames,incevents=$incevents,listc=$listc" + (cd $SRC_DIR; $PRG $OPTS $action) +done +done +done +done +done +done +done +done +done +done +done +done +done diff --git a/gramps2/test/det_descendant_report.sh b/gramps2/test/det_descendant_report.sh new file mode 100755 index 000000000..c2d890a47 --- /dev/null +++ b/gramps2/test/det_descendant_report.sh @@ -0,0 +1,68 @@ +#! /bin/sh +# +# Report test for GRAMPS: Generate det_descendant_report testing +# different option combinations. + +# $Id$ + +REP="det_ancestor_report" +FMT="txt" + +TOP_DIR=`dirname $PWD` +TEST_DIR=$TOP_DIR/test +SRC_DIR=$TOP_DIR/src +PRG="python gramps.py" +EXAMPLE_XML=$TOP_DIR/example/gramps/example.gramps + +REP_DIR=$TEST_DIR/reports/$REP +mkdir -p $REP_DIR + +DATA_DIR=$TEST_DIR/data +mkdir -p $DATA_DIR +if [ -f $DATA_DIR/example.grdb ]; then + rm $DATA_DIR/example.grdb +fi + +echo "" +echo "+--------------------------------------------------------------" +echo "| Import XML, write GRDB" +echo "+--------------------------------------------------------------" +OPTS="-i $EXAMPLE_XML -o $DATA_DIR/example.grdb" +(cd $SRC_DIR; $PRG $OPTS) + +OPTS="-O $DATA_DIR/example.grdb" + +echo "" +echo "+--------------------------------------------------------------" +echo "| Text Report: "$REP +echo "| Text Format: "$FMT +echo "+--------------------------------------------------------------" +for desref in {0,1}; do +for incphotos in {0,1}; do +for omitda in {0,1}; do +for incsources in {0,1}; do +for usenick in {0,1}; do +for fulldates in {0,1}; do +for incnotes in {0,1}; do +for repplace in {0,1}; do +for repdate in {0,1}; do +for computeage in {0,1}; do +for incnames in {0,1}; do +for incevents in {0,1}; do +for listc in {0,1}; do + output="$desref$incphotos$omitda$incsources$usenick$fulldates$incnotes$repplace$repdate$computeage$incnames$incevents$listc" + action="-a report -p name=$REP,id=I44,off=$FMT,of=$REP_DIR/$output.$FMT,desref=$desref,incphotos=$incphotos,omitda=$omitda,incsources=$incsources,usenick=$usenick,fulldates=$fulldates,incnotes=$incnotes,repplace=$repplace,repdate=$repdate,computeage=$computeage,incnames=$incnames,incevents=$incevents,listc=$listc" + (cd $SRC_DIR; $PRG $OPTS $action) +done +done +done +done +done +done +done +done +done +done +done +done +done