From a21c48689604ad7142a02d6f0a8dd4776e8d4422 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 7 Sep 2018 17:12:42 -0600 Subject: [PATCH] olaf: neophyte theme update + de.po, fullscreen geom tweak --- cinelerra-5.1/cinelerra/canvas.C | 19 +- cinelerra-5.1/guicast/bcwindowbase.C | 32 + cinelerra-5.1/guicast/bcwindowbase.h | 1 + .../theme_neophyte/data/Source/plugin_bg.svg | 109 ++- .../data/Source/resource1024.svg | 16 +- .../data/Source/resource128.svg | 60 +- .../data/Source/resource256.svg | 62 +- .../theme_neophyte/data/Source/resource32.svg | 16 +- .../data/Source/resource512.svg | 66 +- .../theme_neophyte/data/Source/resource64.svg | 447 +++++++++++-- .../theme_neophyte/data/Source/title_bg.svg | 621 +++++++++++++++++- .../plugins/theme_neophyte/data/plugin_bg.png | Bin 266 -> 224 bytes .../theme_neophyte/data/resource1024.png | Bin 7235 -> 7225 bytes .../theme_neophyte/data/resource128.png | Bin 524 -> 527 bytes .../theme_neophyte/data/resource256.png | Bin 1122 -> 1122 bytes .../theme_neophyte/data/resource32.png | Bin 345 -> 339 bytes .../theme_neophyte/data/resource512.png | Bin 2479 -> 2481 bytes .../theme_neophyte/data/resource64.png | Bin 424 -> 424 bytes .../plugins/theme_neophyte/data/title_bg.png | Bin 349 -> 327 bytes .../plugins/theme_neophyte/neophyte.C | 8 +- cinelerra-5.1/po/de.po | 22 +- 21 files changed, 1176 insertions(+), 303 deletions(-) diff --git a/cinelerra-5.1/cinelerra/canvas.C b/cinelerra-5.1/cinelerra/canvas.C index dc6d44a5..4f9d9234 100644 --- a/cinelerra-5.1/cinelerra/canvas.C +++ b/cinelerra-5.1/cinelerra/canvas.C @@ -739,23 +739,8 @@ void Canvas::create_canvas() wdw->stop_video(); } - int x = subwindow->get_screen_x(0, -1); - int y = subwindow->get_screen_y(0, -1); - int w = root_w; - int h = root_h; - if( mwindow->screens == 1 && root_w > scr_w0 ) { - // Xinerama - if( subwindow->get_x() >= scr_w0 ) { - // assumes right side is the big one - w = root_w - scr_w0; - h = root_h; - } - else { - // use same aspect ratio to compute left height - w = scr_w0; - h = (w*root_h) / (root_w-scr_w0); - } - } + int x, y, w, h; + wdw->get_fullscreen_geometry(x, y, w, h); if( canvas_fullscreen ) { diff --git a/cinelerra-5.1/guicast/bcwindowbase.C b/cinelerra-5.1/guicast/bcwindowbase.C index 421a26fe..f5759dd8 100644 --- a/cinelerra-5.1/guicast/bcwindowbase.C +++ b/cinelerra-5.1/guicast/bcwindowbase.C @@ -3467,6 +3467,38 @@ BC_WindowBase::get_xinerama_info(int screen) return 0; } +void BC_WindowBase::get_fullscreen_geometry(int &wx, int &wy, int &ww, int &wh) +{ + XineramaScreenInfo *info = top_level->get_xinerama_info(-1); + if( info ) { + wx = info->x_org; wy = info->y_org; + ww = info->width; wh = info->height; + } + else { + wx = get_screen_x(0, -1); + wy = get_screen_y(0, -1); + int scr_w0 = get_screen_w(0, 0); + int root_w = get_root_w(0); + int root_h = get_root_h(0); + if( root_w > scr_w0 ) { // multi-headed + if( wx >= scr_w0 ) { + // assumes right side is the big one + ww = root_w - scr_w0; + wh = root_h; + } + else { + // use same aspect ratio to compute left height + ww = scr_w0; + wh = (w*root_h) / (root_w-scr_w0); + } + } + else { + ww = root_w; + wh = root_h; + } + } +} + int BC_WindowBase::get_screen_x(int lock_display, int screen) { int result = -1; diff --git a/cinelerra-5.1/guicast/bcwindowbase.h b/cinelerra-5.1/guicast/bcwindowbase.h index a1f930de..336b9693 100644 --- a/cinelerra-5.1/guicast/bcwindowbase.h +++ b/cinelerra-5.1/guicast/bcwindowbase.h @@ -277,6 +277,7 @@ public: int get_root_w(int lock_display); int get_root_h(int lock_display); XineramaScreenInfo *get_xinerama_info(int screen); + void get_fullscreen_geometry(int &wx, int &wy, int &ww, int &wh); int get_screen_w(int lock_display, int screen); int get_screen_h(int lock_display, int screen); int get_screen_x(int lock_display, int screen); diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_bg.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_bg.svg index 3fe143af..90634fa3 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_bg.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_bg.svg @@ -84,7 +84,7 @@ xlink:href="#linearGradient1817" id="linearGradient895-9" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.5769228,0,0,0.52941163,-159.59297,-73.634019)" + gradientTransform="matrix(3.5769228,0,0,0.52941163,-95.810222,-74.228268)" x1="44.737286" y1="1.0084742" x2="44.737286" @@ -98,7 +98,7 @@ x2="44.737286" y2="18.728813" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(3.5769228,0,0,0.52941163,-163.23962,54.261106)" /> + gradientTransform="matrix(3.5769228,0,0,0.52941163,-227.02237,54.855355)" /> + gradientTransform="matrix(3.5769228,0,0,1.0588232,-230.96917,25.72795)" /> + borderlayer="true"> + + + + + @@ -203,41 +224,63 @@ id="rect3597-9-2-4-3-1-9-4-7-1" width="92.50132" height="17.501316" - x="-48.073975" - y="55.196907" + x="-111.85672" + y="55.791157" inkscape:transform-center-x="18.420788" inkscape:transform-center-y="-33.390726" /> - + x="-116.05285" + y="27.100882" /> + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource1024.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource1024.svg index 610ce3f4..961b56ce 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource1024.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource1024.svg @@ -27,7 +27,7 @@ image/svg+xml - + 2018-08-01 @@ -127,9 +127,9 @@ inkscape:window-height="721" id="namedview4" showgrid="false" - inkscape:zoom="0.92578125" - inkscape:cx="234.9415" - inkscape:cy="552.99516" + inkscape:zoom="0.87697814" + inkscape:cx="512" + inkscape:cy="512" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -201,9 +201,9 @@ height="1023.9996" width="1" id="rect3613-6" - style="fill:#141414;fill-opacity:1;stroke:none;stroke-width:3.99999928" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.99999928" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.99999928" /> diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource128.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource128.svg index e8be68b9..a55ff58f 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource128.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource128.svg @@ -65,16 +65,6 @@ offset="1" id="stop3607" /> - - - - - - @@ -191,9 +143,9 @@ height="127.99998" width="1" id="rect3613-1" - style="fill:#141414;fill-opacity:1;stroke:none;stroke-width:1.41421342" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.41421342" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.41421342" /> diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource256.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource256.svg index 19b244eb..81ba9fc3 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource256.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource256.svg @@ -27,7 +27,7 @@ image/svg+xml - + 2018-08-01 @@ -72,16 +72,6 @@ offset="1" id="stop3607" /> - - - - - - @@ -199,9 +151,9 @@ height="255.99995" width="1" id="rect3613-6" - style="fill:#141414;fill-opacity:1;stroke:none;stroke-width:1.99999976" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.99999976" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.99999976" /> diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource32.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource32.svg index 59792770..b2cc6c59 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource32.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource32.svg @@ -27,7 +27,7 @@ image/svg+xml - + 2018-08-01 @@ -121,8 +121,8 @@ id="namedview4" showgrid="false" inkscape:zoom="20.85965" - inkscape:cx="4.6572231" - inkscape:cy="9.7690415" + inkscape:cx="13.669838" + inkscape:cy="14.17947" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -196,9 +196,9 @@ height="31.999996" width="1" id="rect3613-9" - style="fill:#141414;fill-opacity:1;stroke:none;stroke-width:0.70710671" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.70710671" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.70710677" /> diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource512.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource512.svg index bc0b30ef..f1476503 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource512.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource512.svg @@ -27,7 +27,7 @@ image/svg+xml - + 2018-08-01 @@ -51,16 +51,6 @@ offset="1" id="stop3607" /> - - - - - - @@ -180,9 +132,9 @@ height="511.99982" width="1" id="rect3613-1" - style="fill:#141414;fill-opacity:1;stroke:none;stroke-width:2.8284266" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.8284266" /> + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.8284266" /> diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource64.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource64.svg index 499f66df..1396a951 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource64.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/resource64.svg @@ -147,63 +147,93 @@ inkscape:window-height="721" id="namedview4" showgrid="false" - inkscape:zoom="5.2149125" - inkscape:cx="26.033898" - inkscape:cy="25.956808" + inkscape:zoom="14.03165" + inkscape:cx="32" + inkscape:cy="29.984252" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" - inkscape:current-layer="svg2" + inkscape:current-layer="layer2" inkscape:showpageshadow="false" /> + inkscape:groupmode="layer" + id="layer2" + inkscape:label="res64" + style="display:inline"> + + + + + + + + + + + + + style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.53122687;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect867-5-7-1" + width="1" + height="64" + x="0" + y="0" /> + style="display:inline;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.53122687;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect867-5-7-1-0" + width="1" + height="64" + x="76.82589" + y="0.57013965" /> - - - - + diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/Source/title_bg.svg b/cinelerra-5.1/plugins/theme_neophyte/data/Source/title_bg.svg index 877f5172..5bdd0cd9 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/data/Source/title_bg.svg +++ b/cinelerra-5.1/plugins/theme_neophyte/data/Source/title_bg.svg @@ -40,6 +40,28 @@ + + + + + + + + + id="linearGradient1817-5-9"> + + + inkscape:pagecheckerboard="false"> + + + + + + inkscape:label="original" + style="display:inline"> + + + + + + + diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/plugin_bg.png b/cinelerra-5.1/plugins/theme_neophyte/data/plugin_bg.png index ec59e0de95ca5817236b82d6e94e9d760b097fd7..8d2ad50282bf714bde1f5ddcbc4f7110e7165501 100644 GIT binary patch delta 121 zcmeBTdcZg#uPD~j#W5tJ_3f2F-UA9E&KLW9B2lD4?2utth~csdE6}7$8dGEk zyLkR4u%1r8^lCretlx#u;A2JC_d2=F+8-7rErcBzY0b=g5J%bUA`)x{W0VU^yt2#B06&9_y^qdAy>#HbguycFNlL#3lc> zECU0>2lL(MxBdO|=g-e7P7t^6{{8#5|L^~=+r~R;7@>?dCREsL=VV51Kjyi``zCK>bp=Xt zGCiL&*#Ia*T?MX_=kxJQHs|o5vbngO?#6n48|}QMFY|wE_Hi@50|o*to({hCtnu6C z?qGF1cuvJfKTcrsLkU?fW8=-c*O!B$XmX;k+vHc$+LIp$si6uxOkNN&PEETh#REH zv9u&3zlgy-bl3JWxlvz-cnV-jCWMF8aYXC%sRtkwJi3KI8DS8UU zpM>WE6-$5=I~S!Uf>bJmWag$KDR=Xp#K*uO9pUNX7*a9k&8>}VCENvE4#qt!O7`Mv zWc-(sp)0$zz`|kuDXGnG+b#Fk{oTb3H1pr}dAYwoKR>@eo}UrOz4!6+=g+@?zW?|4 zr4W$&AoPEYEs$oYm=7Wu7@0sM3kQf4Pymq*2R7$^zqh^|#Mb`=G6I{T29P*G37gwx z@Bdb@166)dk_TykTG0Sv6V#3DD5#F}+wNBHzXx*Eo)aKrQC$vIgy|)m5>)gn#I+xC zZtwm6S{CTC1Kl-1lEDF|-NZ?Z2H|KBlAMl4QYsutepLXcgwaB4wA?45j)T@SqgCf1 zYJH3rT4Xi9=5RL{Rs5&I68!?boC(!QabD;gIo!@_foZi3$?q4y1`l$>Y0w7Ys z0Yo-15G7Hu?d_b;UxB?uh6k>8Ablk1#$w;RT6x6fI| zzXzEV_XK1t1KECs82jMnw&HWwt$_wLi2nqcM`TDLI|?OiM}u%Q2uV&ygE$qA=D5*9 zi}dPbwA>%9Izgo%k?n`kw(R3(dsj+Iu+}~j zV_~(PY_PY&kwBN=+?g})_JQX{VyM&9K6B>HJIGW9bvhT+bD)K>@$TQ?d8GnE-4u)c vzrUBT0zvgOhgw7arU_Gjq<_&cTu& X>w<=2+eK&w00000NkvXXu0mjfmJ&Fb diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/resource256.png b/cinelerra-5.1/plugins/theme_neophyte/data/resource256.png index 9f629c831e330bb61e8545f16f383dcb7cfb0c89..d0d21f8939b21071cdb94c68fc8c36d12dc4154f 100644 GIT binary patch literal 1122 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$6%N?Bp530R%N1DIGvQXMsm# zF#`kN5fEmas?8@26qGD+jVKAuPb(=;EJ|f4FE7{2%*!rLPAo{(%P&fw{mw=TsE8Y+ z$g#8}Bfp5jKPNFwDQI0PP*@Qp?2=lXT$EW*l9`{!U}Ruup=$s{hE@uRDTxIosVRC2 z#h--d0u@Vu6gwBCCW2Hdgk;uumf=k0YvL1se{=Y#Lh2wH16 zifOQ)UFoE#cTbNgR4ViAnSJkn8#|o(Z1X-lE$#hZJ6X0L`{NnsoMV*vU?t07;m+tV zgPS2yjG;x7fuopF;S5uQ0V_kI9z#ncgTOKdg)^)T2HXsXL>O9jG6V>5$-&wv^RbjdLA#tl>B&DX5vGFu!Nx-kJyBfvB$9_s)A literal 1122 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$6%N?Bp530R%N1DIGvQXMsm# zF#`kN5fEmas?8@26qGD+jVKAuPb(=;EJ|f4FE7{2%*!rLPAo{(%P&fw{mw=TsE8Y+ z$g#8}Bfp5jKPNFwDQI0PP*@Qp?2=lXT$EW*l9`{!U}Ruup=$s{hE@uRDTxIosVRC2 z#h--d0u@Vu6gwBCCW2Hdgk;uumf=k4{4yoVilSR79Ut zktVX2`TGO@vSmze?N7hjoR?F0Id5j={qJ9756oY?wT^kic8-Qc=U*~66!S2&R5B{~ zFgna&Y%tJgXwhWgFlG>V#@b-O%8s$G{QHAdm)>=VnOcVmLIQh5=nZcpO81FnvFBrZjf>dxn2G@7FRc7zzQ8*RQ}N pGjx*_y3cl}r(KHz#tq*OrlndFQf#d~$DkYF2VFnf03%q-*1nl1X zgK%SvRsrUm%>V!#fVKYt)>rKq=*NKqSxs mkw6DT0v&L5f&^@B9e4rnK{I)DDv6T-0000*(zb7JI zfj1;+&WSwF%mb(@1R&i7_TDT2UjPSm0vyl@a6l)(0b~NhKHnRXWX3qE>Hypw0j#xH tfCMM_0r&zqpcCMLPJjbCL1tor4=-&xC)MEKr~m)}07*qoL7srr_Id5-o>^)*2z;f`ZW2Wqa z3#>5-HP4d;de?1Axs=1RB|Gg~?fv_V3_|ms|BU^AfB#~AMuxbrmVX%-9@GK@p=sUB znR~y#EN5WQ-^9S+FoA)gL4lEh!4V|I0t}R$Oh5r{AcGTVp%4RufC>YHf(J;YHc()& zX*uEFz#x#qh~@{7(~DSvo)Sa%1IV}GKu?WoL5=m%5F4Bc<|n5BLz512E`;URb--+S z0+?yx85fpcp8yLz+G&Y3HqKsq`8@+e+@Q-s^BEWiB1GsD?xVJVDMpM(_{ zSR!GSF{~H>RogL)z}gvD-GS?Gm>)pZ_6bp7Jw8~ptetstxjZAop4a@d&-LW-=F0$` P&cNX5>gTe~DWM4fc>`#) delta 196 zcmdleyk2<1HLoL{E{-7;bKc(G$a~m8faT!ygZHl3A4n6q80&HHT*!ff!Uyr+Yv(gE z1YJ9G=Ce)werAS>llQ9Y;_aCjD&{jVG%PSRF7C@`UtjKhj$-iN9AX7QhWCP|j z=ASGalP@y$2?BMN#zJ&j9%o`;aGjjUQ8al0hZOUC2FA@3*qoVw9AhXpVd4~+?8q?* m$kkQ=>b&>+bvXlr{x9a4%O<7#5eUm*00K`}KbLh*2~7YAVolco diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/resource64.png b/cinelerra-5.1/plugins/theme_neophyte/data/resource64.png index ecfc51e06e6801b19fded82c4896f396b87d6df7..b085759f528037b9ec3e5db4a9103ae0d44761fc 100644 GIT binary patch delta 210 zcmZ3%yn=bcz4}=jd5w z?eAGehKl>&U!?l!Ff#=(Ik2%TV5#F@mI`DrXf*P0Fide^d%-xR;Vy%1gOGsK262W0 zwGGo51sa4dNGGrr%-wh3rEi1bv6s~{w^?@Rt>=(rVANpT%jjLjaE#@joXZ!4<_*#d z*aMi#n7=T19ms2tbKtzedx2SlaW`WXgQ|jA0>i!e%nkhIVTY#2@vBc}00K`}KbLh* G2~7a=s87xS delta 210 zcmZ3%yn=bcz52-;1z8jY4zoDtf0>`7EzT%kBPe}h-GRjukKOyNc#rAFzV*M|Pp^8# z|G;)V3-^P2xBo8AHDq8?;C#V*f!TwpjQI=0q=vf;whbx?<_`P{oHwuwcks@*%f4$n z!!e1w_P4e%JS*ucIM>O@$Z*e_MS+dQL8w7OfWh-XUW1&2&<5!R>=Rhtu)SbZVcgAF hg)STt`n`YKUxp~B^bLj)zrq-Rz|+;wWt~$(695$mP-FlA diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/title_bg.png b/cinelerra-5.1/plugins/theme_neophyte/data/title_bg.png index c4dfa5199773ac3b384a9ccb6e93191ab8d02fd2..16d4cd0325592d69971beaf740228c985544a31b 100644 GIT binary patch delta 121 zcmV-<0EYkF0>=W7)pA`)L_t(oh3(YA2>>w+#K1jBTdv-HIeAQ9o4t3V*C}$Ua!$GfqQBZM@}J1!`MocD!WsYa6TbQ1+D)D>^>@meG{MZ< n!&m518s|z!6kems9@E#wX^);d?q^_N;AHT0^>bP0l+XkK|A9S; diff --git a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C index 4bc9f521..ac64d8b7 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C +++ b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C @@ -144,7 +144,9 @@ void NEOPHYTETHEME::initialize() resources->menu_item_text = WHITE; resources->menu_highlighted_fontcolor = CreamyWhiteBright; - resources->generic_button_margin = 20; // [15] (Pref top right: ~17) + /* This indent is too global and the fullness ultimately depends + * on the text. (Pref. top right, engl.: ~17) */ + resources->generic_button_margin = 20; // [15] resources->pot_needle_color = CreamyWhite; // [resources->text_default] – marginal resources->pot_offset = 1; // only the needle resources->progress_text = resources->text_default; @@ -224,6 +226,10 @@ void NEOPHYTETHEME::initialize() clock_fg_color = ComicYellow; // clock_bg_color = ALARM; // see vclock + // The line between the in and out markings + inout_highlight_color=BabyBlue; + + new_toggle( "loadmode_new.png", "loadmode_up.png", diff --git a/cinelerra-5.1/po/de.po b/cinelerra-5.1/po/de.po index 81db7e44..423b3a34 100644 --- a/cinelerra-5.1/po/de.po +++ b/cinelerra-5.1/po/de.po @@ -2053,43 +2053,43 @@ msgstr "Farbauswahl" #: cinelerra/colorpicker.C:175 msgid "colorpicker#H:" -msgstr "Farbauswahl#H:" +msgstr "H:" #: cinelerra/colorpicker.C:176 msgid "colorpicker#S:" -msgstr "Farbauswahl#S:" +msgstr "S:" #: cinelerra/colorpicker.C:177 msgid "colorpicker_value#V:" -msgstr "Farbauswahl_Wert#V:" +msgstr "V:" #: cinelerra/colorpicker.C:178 msgid "colorpicker#R:" -msgstr "Farbauswahl#R:" +msgstr "R:" #: cinelerra/colorpicker.C:179 msgid "colorpicker#G:" -msgstr "Farbauswahl#G:" +msgstr "G:" #: cinelerra/colorpicker.C:180 msgid "colorpicker#B:" -msgstr "Farbauswahl#B:" +msgstr "B:" #: cinelerra/colorpicker.C:181 msgid "colorpicker#Y:" -msgstr "Farbauswahl#Y:" +msgstr "Y:" #: cinelerra/colorpicker.C:182 msgid "colorpicker#U:" -msgstr "Farbauswahl#U:" +msgstr "U:" #: cinelerra/colorpicker.C:183 msgid "colorpicker_Cr#V:" -msgstr "Farbauswahl_Cr#V:" +msgstr "V:" #: cinelerra/colorpicker.C:185 msgid "colorpicker#A:" -msgstr "Farbauswahl#A:" +msgstr "A:" #: cinelerra/colorpicker.C:201 msgid "Hue" @@ -7669,7 +7669,7 @@ msgstr "Alt-r" #: cinelerra/proxy.C:87 msgid "Original size" -msgstr "Originalgröße" +msgstr "– aus –" #: cinelerra/proxy.C:332 msgid "Creating proxy files..." -- 2.26.2