Compare commits
65 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
278d0afc79 | ||
|
|
90031432da | ||
|
|
b11f0f16f4 | ||
|
|
b7895ad956 | ||
|
|
22b9f888fb | ||
|
|
61a260bc94 | ||
|
|
ced3c94dfa | ||
|
|
904ead1fb1 | ||
|
|
f6b6049bc5 | ||
|
|
ca1c4b0f9e | ||
|
|
58b4b3c8d6 | ||
|
|
25cc126ebc | ||
|
|
30bac19c5a | ||
|
|
7689d660dc | ||
|
|
e0d5ede296 | ||
|
|
2c25e22145 | ||
|
|
ffa9806d40 | ||
|
|
5ff41b9151 | ||
|
|
7e8ba59304 | ||
|
|
497d175ae9 | ||
|
|
de48d02c62 | ||
|
|
ac3e095e27 | ||
|
|
95a58358f8 | ||
|
|
cc72a34973 | ||
|
|
77b35dcda3 | ||
|
|
6ebb41b1e8 | ||
|
|
11cb22bd24 | ||
|
|
6fc3f5cea2 | ||
|
|
c8484e77d3 | ||
|
|
98c5d4a739 | ||
|
|
01d3d8fd6d | ||
|
|
47c2834ffa | ||
|
|
9f88e98d1b | ||
|
|
4b7055d0da | ||
|
|
563d7770d3 | ||
|
|
d62b58b1d9 | ||
|
|
4f78bb96a7 | ||
|
|
c94678e2be | ||
|
|
3c515d42f2 | ||
|
|
bb5869f8df | ||
|
|
faaa66eb3f | ||
|
|
14c60eb954 | ||
|
|
0234cd74f7 | ||
|
|
f637e81c8c | ||
|
|
ea82830a9f | ||
|
|
8b62c38e20 | ||
|
|
4667b4704d | ||
|
|
fe60614b41 | ||
|
|
1e833f542f | ||
|
|
faabfa11c2 | ||
|
|
959782835d | ||
|
|
412762ae9d | ||
|
|
6e4f4126b6 | ||
|
|
5dc212d1e5 | ||
|
|
a02c9b6589 | ||
|
|
18e18f240f | ||
|
|
96bdc7c74a | ||
|
|
812b96a571 | ||
|
|
a51145f9db | ||
|
|
36fc042e27 | ||
|
|
54f39318ba | ||
|
|
cbd5c2438d | ||
|
|
29e032d89c | ||
|
|
72a9696249 | ||
|
|
9ca89cdf63 |
@@ -2,8 +2,6 @@ include:
|
|||||||
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/bbe5232986c9b98eb1efe62484e07216f7d1a4df/templates/fedora.yml'
|
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/bbe5232986c9b98eb1efe62484e07216f7d1a4df/templates/fedora.yml'
|
||||||
- remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/6f86b8bcb0cd5168c32779c4fea9a893c4a0c046/templates/ci-fairy.yml"
|
- remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/6f86b8bcb0cd5168c32779c4fea9a893c4a0c046/templates/ci-fairy.yml"
|
||||||
|
|
||||||
image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/35:2022-02-18.0
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- pre_review
|
- pre_review
|
||||||
- prepare
|
- prepare
|
||||||
@@ -12,6 +10,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/35:2022-02-18.0
|
||||||
# Cancel jobs if newer commits are pushed to the branch
|
# Cancel jobs if newer commits are pushed to the branch
|
||||||
interruptible: true
|
interruptible: true
|
||||||
# Auto-retry jobs in case of infra failures
|
# Auto-retry jobs in case of infra failures
|
||||||
@@ -133,8 +132,6 @@ fedora-build:
|
|||||||
stage: build
|
stage: build
|
||||||
needs:
|
needs:
|
||||||
- build-fedora-container
|
- build-fedora-container
|
||||||
before_script:
|
|
||||||
- git submodule update --init
|
|
||||||
script:
|
script:
|
||||||
- meson setup build --werror -Dextension_set=all -Dclassic_mode=true
|
- meson setup build --werror -Dextension_set=all -Dclassic_mode=true
|
||||||
- meson compile -C build
|
- meson compile -C build
|
||||||
@@ -151,8 +148,8 @@ fedora-dist:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
- fedora-build
|
- fedora-build
|
||||||
before_script:
|
variables:
|
||||||
- git submodule update --init
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
script:
|
script:
|
||||||
- meson dist -C build
|
- meson dist -C build
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "data/gnome-shell-sass"]
|
|
||||||
path = data/gnome-shell-sass
|
|
||||||
url = https://gitlab.gnome.org/GNOME/gnome-shell-sass.git
|
|
||||||
105
NEWS
105
NEWS
@@ -1,3 +1,108 @@
|
|||||||
|
45.alpha
|
||||||
|
========
|
||||||
|
* window-list: Modernize default styling [Alexander; !253]
|
||||||
|
* Replace classic styling with built-in light style [Florian; !254]
|
||||||
|
* window-list: Add tooltip for long window titles [Arik; !251]
|
||||||
|
* light-style: New extension [Florian; !256]
|
||||||
|
* Misc. bug fixes and cleanups [Florian; !255, !257]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner, Arik W, Alexander Weichart
|
||||||
|
|
||||||
|
44.0
|
||||||
|
====
|
||||||
|
* Bump version
|
||||||
|
|
||||||
|
44.rc
|
||||||
|
=====
|
||||||
|
* Bump version
|
||||||
|
|
||||||
|
44.beta
|
||||||
|
=======
|
||||||
|
* Tweak menu alignment [robxnano; !246]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner, robxnano
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Vasil Pupkin [be]
|
||||||
|
|
||||||
|
43.1
|
||||||
|
====
|
||||||
|
* Fixed crash [Florian; !243]
|
||||||
|
* Misc. bug fixes and cleanups [mowemcfc; !244]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner, mowemcfc
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Sabri Ünal [tr]
|
||||||
|
|
||||||
|
43.0
|
||||||
|
====
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Pawan Chitrakar [ne], Zurab Kargareteli [ka], Aleksandr Melman [ru]
|
||||||
|
|
||||||
|
43.rc
|
||||||
|
=====
|
||||||
|
* Misc. bug fixes and cleanups [Florian; !240]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
43.beta
|
||||||
|
=======
|
||||||
|
* Misc. bug fixes and cleanups [Florian; !237, !238]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Nart Tlisha [ab]
|
||||||
|
|
||||||
|
43.alpha
|
||||||
|
========
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Marco Ciampa [it]
|
||||||
|
|
||||||
|
42.3
|
||||||
|
====
|
||||||
|
* screenshot-window-sizer: Fix reported sizes on wayland [Florian; !232]
|
||||||
|
* window-list: Improve touch support [Florian; !233]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
42.2
|
||||||
|
====
|
||||||
|
* native-window-placement: Adjust to gnome-shell 42 changes [Florian; !229]
|
||||||
|
* window-list: Fix visibility on non-primary monitors [Jason; !230]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jason Lynch, Florian Müllner
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Cheng-Chia Tseng [zh_TW]
|
||||||
|
|
||||||
|
42.1
|
||||||
|
====
|
||||||
|
* Misc. bug fixes and cleanups [Florian; !223, !222, !225]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Milo Casagrande [it], Rūdolfs Mazurs [lv], Nathan Follens [nl],
|
||||||
|
Ngọc Quân Trần [vi], Zurab Kargareteli [ka]
|
||||||
|
|
||||||
42.0
|
42.0
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|||||||
@@ -1,178 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="24"
|
|
||||||
height="24"
|
|
||||||
id="svg10621"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="calendar-today.svg">
|
|
||||||
<defs
|
|
||||||
id="defs10623">
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient99561-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient34508-1-3">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop34510-1-9" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop34512-4-5" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
r="42"
|
|
||||||
fy="30"
|
|
||||||
fx="51"
|
|
||||||
cy="30"
|
|
||||||
cx="51"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="radialGradient10592"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient3770"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient3001"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient3007"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient3067"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient3072"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient34508-1-3"
|
|
||||||
id="radialGradient2997"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
|
||||||
cx="51"
|
|
||||||
cy="30"
|
|
||||||
fx="51"
|
|
||||||
fy="30"
|
|
||||||
r="42" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#d3d3d3"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="8"
|
|
||||||
inkscape:cx="-55.349829"
|
|
||||||
inkscape:cy="-31.442864"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
fit-margin-top="0"
|
|
||||||
fit-margin-left="0"
|
|
||||||
fit-margin-right="0"
|
|
||||||
fit-margin-bottom="0"
|
|
||||||
inkscape:window-width="2133"
|
|
||||||
inkscape:window-height="1241"
|
|
||||||
inkscape:window-x="238"
|
|
||||||
inkscape:window-y="89"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
borderlayer="true"
|
|
||||||
inkscape:showpageshadow="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid3109"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata10626">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-469.08263,-537.99307)">
|
|
||||||
<circle
|
|
||||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#555753;fill-opacity:0.23756906;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
||||||
id="path7305"
|
|
||||||
cx="481.57138"
|
|
||||||
cy="559.4649"
|
|
||||||
r="1.5" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 5.6 KiB |
@@ -1,262 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="65"
|
|
||||||
height="22"
|
|
||||||
id="svg10865"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="classic-toggle-off-intl.svg">
|
|
||||||
<defs
|
|
||||||
id="defs10867">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62852-6-5">
|
|
||||||
<stop
|
|
||||||
id="stop62854-6-7"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#eeeeec;stop-opacity:1"
|
|
||||||
offset="0.97726452"
|
|
||||||
id="stop62858-8-0" />
|
|
||||||
<stop
|
|
||||||
id="stop62860-5-3"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#f5f5f4;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
is_visible="true"
|
|
||||||
id="path-effect62989-8-0"
|
|
||||||
effect="spiro" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62821-5-8">
|
|
||||||
<stop
|
|
||||||
id="stop62823-2-4"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#d1d3d1;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop62825-3-8"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#ebebeb;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62852-6-5-3">
|
|
||||||
<stop
|
|
||||||
id="stop62854-6-7-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#eeeeec;stop-opacity:1"
|
|
||||||
offset="0.97726452"
|
|
||||||
id="stop62858-8-0-3" />
|
|
||||||
<stop
|
|
||||||
id="stop62860-5-3-9"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#f5f5f4;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="spiro"
|
|
||||||
id="path-effect62829-6-8-0"
|
|
||||||
is_visible="true" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62821-5-8-1">
|
|
||||||
<stop
|
|
||||||
id="stop62823-2-4-2"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#d1d3d1;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop62825-3-8-9"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#ebebeb;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="507.42715"
|
|
||||||
x2="702.58966"
|
|
||||||
y1="484.49405"
|
|
||||||
x1="702.58966"
|
|
||||||
gradientTransform="matrix(1.3066667,0,0,1,-841.64667,-483)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient11647"
|
|
||||||
xlink:href="#linearGradient62821-5-8-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<clipPath
|
|
||||||
clipPathUnits="userSpaceOnUse"
|
|
||||||
id="clipPath65663">
|
|
||||||
<rect
|
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new"
|
|
||||||
id="rect65665"
|
|
||||||
width="96.999924"
|
|
||||||
height="24.292892"
|
|
||||||
x="708.71954"
|
|
||||||
y="406.96973"
|
|
||||||
rx="3.1139846"
|
|
||||||
ry="1.9595497"
|
|
||||||
inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content selection/content-selection.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90" />
|
|
||||||
</clipPath>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient5378-2-5-9-9-0-80-7-6-8-4-5-7-3-6-2-9"
|
|
||||||
id="linearGradient65582"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.5250827,0,0,0.72144839,620.16092,156.4917)"
|
|
||||||
x1="207.17195"
|
|
||||||
y1="497.39584"
|
|
||||||
x2="207.17195"
|
|
||||||
y2="531.48669" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient5378-2-5-9-9-0-80-7-6-8-4-5-7-3-6-2-9">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f4f6f4;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop5380-6-1-1-9-3-6-3-6-45-6-4-4-9-9-8-9" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#d7dad7;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop5382-06-3-6-4-2-4-6-8-0-9-6-8-7-7-6-7" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient65584">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f1f1f1;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop65586" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#a7aba7;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop65588" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient5378-2-5-9-9-0-80-7-6-8-4-5-7-3-6-2-9"
|
|
||||||
id="linearGradient65582-5"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.5250827,0,0,0.72144839,-75.348673,-359.16458)"
|
|
||||||
x1="207.17195"
|
|
||||||
y1="497.39584"
|
|
||||||
x2="207.17195"
|
|
||||||
y2="531.48669" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient65584"
|
|
||||||
id="linearGradient65590-6"
|
|
||||||
x1="716.62506"
|
|
||||||
y1="537.23358"
|
|
||||||
x2="716.62506"
|
|
||||||
y2="535.23358"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0139469,0,0,1.0139469,-705.52354,-521.99915)" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1"
|
|
||||||
inkscape:cx="23.565368"
|
|
||||||
inkscape:cy="19.596892"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="g62929"
|
|
||||||
showgrid="false"
|
|
||||||
borderlayer="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:snap-nodes="false"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:window-width="2560"
|
|
||||||
inkscape:window-height="1342"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="28"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
showborder="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid11512" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata10870">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1030.3622)">
|
|
||||||
<g
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/system-settings/network/network-panel-summary.png"
|
|
||||||
style="display:inline"
|
|
||||||
id="g62929"
|
|
||||||
transform="translate(-643.91421,517.29894)">
|
|
||||||
<g
|
|
||||||
transform="translate(0,30)"
|
|
||||||
id="g62931">
|
|
||||||
<rect
|
|
||||||
style="fill:#cecece;fill-opacity:1;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill-rule:nonzero;stroke-linejoin:miter;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;clip-rule:nonzero;opacity:1;isolation:auto;mix-blend-mode:normal;solid-color:#000000;solid-opacity:1;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
|
|
||||||
id="rect62935"
|
|
||||||
width="63.856125"
|
|
||||||
height="21.093594"
|
|
||||||
x="644.5"
|
|
||||||
y="483.5"
|
|
||||||
rx="2"
|
|
||||||
ry="2" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#linearGradient65582);fill-opacity:1;stroke:#a7a7a7;stroke-width:0.97313344;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;color:#000000;clip-rule:nonzero;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-linejoin:miter;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
||||||
id="rect62937"
|
|
||||||
width="29.97398"
|
|
||||||
height="17.022524"
|
|
||||||
x="646.55896"
|
|
||||||
y="485.61429"
|
|
||||||
rx="1"
|
|
||||||
ry="1" />
|
|
||||||
<g
|
|
||||||
transform="translate(-38.048674,-1.9445437)"
|
|
||||||
id="g62939" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
inkscape:original-d="m 647.78241,486.57192 27.73523,0"
|
|
||||||
inkscape:path-effect="#path-effect62989-8-0"
|
|
||||||
id="path62947"
|
|
||||||
d="m 647.78241,486.57192 27.73523,0"
|
|
||||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g11665"
|
|
||||||
transform="matrix(0.78906097,0,0,0.78906097,178.78814,111.57844)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
id="path3016"
|
|
||||||
sodipodi:cx="50.375"
|
|
||||||
sodipodi:cy="11.875"
|
|
||||||
sodipodi:rx="4.625"
|
|
||||||
sodipodi:ry="4.625"
|
|
||||||
d="M 55,11.875 A 4.625,4.625 0 0 1 50.375,16.5 4.625,4.625 0 0 1 45.75,11.875 4.625,4.625 0 0 1 50.375,7.25 4.625,4.625 0 0 1 55,11.875 Z"
|
|
||||||
transform="translate(642.41421,512.02037)"
|
|
||||||
style="fill:none;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 9.5 KiB |
@@ -1,222 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="65"
|
|
||||||
height="22"
|
|
||||||
id="svg10865"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="classic-toggle-off-us.svg">
|
|
||||||
<defs
|
|
||||||
id="defs10867">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62852-6-5">
|
|
||||||
<stop
|
|
||||||
id="stop62854-6-7"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#eeeeec;stop-opacity:1"
|
|
||||||
offset="0.97726452"
|
|
||||||
id="stop62858-8-0" />
|
|
||||||
<stop
|
|
||||||
id="stop62860-5-3"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#f5f5f4;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
is_visible="true"
|
|
||||||
id="path-effect62989-8-0"
|
|
||||||
effect="spiro" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62821-5-8">
|
|
||||||
<stop
|
|
||||||
id="stop62823-2-4"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#d1d3d1;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop62825-3-8"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#ebebeb;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62852-6-5-3">
|
|
||||||
<stop
|
|
||||||
id="stop62854-6-7-6"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#eeeeec;stop-opacity:1"
|
|
||||||
offset="0.97726452"
|
|
||||||
id="stop62858-8-0-3" />
|
|
||||||
<stop
|
|
||||||
id="stop62860-5-3-9"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#f5f5f4;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
effect="spiro"
|
|
||||||
id="path-effect62829-6-8-0"
|
|
||||||
is_visible="true" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62821-5-8-1">
|
|
||||||
<stop
|
|
||||||
id="stop62823-2-4-2"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#d1d3d1;stop-opacity:1;" />
|
|
||||||
<stop
|
|
||||||
id="stop62825-3-8-9"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#ebebeb;stop-opacity:1;" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
y2="507.42715"
|
|
||||||
x2="702.58966"
|
|
||||||
y1="484.49405"
|
|
||||||
x1="702.58966"
|
|
||||||
gradientTransform="matrix(1.3066667,0,0,1,-841.64667,-483)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
id="linearGradient11647"
|
|
||||||
xlink:href="#linearGradient62821-5-8-1"
|
|
||||||
inkscape:collect="always" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient5378-2-5-9-9-0-80-7-6-8-4-5-7-3-6-2-9"
|
|
||||||
id="linearGradient65582"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.5250827,0,0,0.72144839,620.16092,156.4917)"
|
|
||||||
x1="207.17195"
|
|
||||||
y1="497.39584"
|
|
||||||
x2="207.17195"
|
|
||||||
y2="531.48669" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient5378-2-5-9-9-0-80-7-6-8-4-5-7-3-6-2-9">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f4f6f4;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop5380-6-1-1-9-3-6-3-6-45-6-4-4-9-9-8-9" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#d7dad7;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop5382-06-3-6-4-2-4-6-8-0-9-6-8-7-7-6-7" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
is_visible="true"
|
|
||||||
id="path-effect62989-8-0-6"
|
|
||||||
effect="spiro" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1"
|
|
||||||
inkscape:cx="78.222729"
|
|
||||||
inkscape:cy="-3.6620078"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="g62929"
|
|
||||||
showgrid="false"
|
|
||||||
borderlayer="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:snap-nodes="false"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:window-width="2560"
|
|
||||||
inkscape:window-height="1342"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="28"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
showborder="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid11512" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata10870">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1030.3622)">
|
|
||||||
<g
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/system-settings/network/network-panel-summary.png"
|
|
||||||
style="display:inline"
|
|
||||||
id="g62929"
|
|
||||||
transform="translate(-643.91421,517.29894)">
|
|
||||||
<g
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(0,30)"
|
|
||||||
id="g62931">
|
|
||||||
<rect
|
|
||||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecece;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:new"
|
|
||||||
id="rect62935"
|
|
||||||
width="63.856125"
|
|
||||||
height="21.093594"
|
|
||||||
x="644.5"
|
|
||||||
y="483.5"
|
|
||||||
rx="2"
|
|
||||||
ry="2" />
|
|
||||||
<rect
|
|
||||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient65582);fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:0.97313344;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
||||||
id="rect62937"
|
|
||||||
width="29.97398"
|
|
||||||
height="17.022524"
|
|
||||||
x="646.55896"
|
|
||||||
y="485.61429"
|
|
||||||
rx="1"
|
|
||||||
ry="1" />
|
|
||||||
<g
|
|
||||||
transform="translate(-38.048674,-1.9445437)"
|
|
||||||
id="g62939" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
inkscape:original-d="m 647.78241,486.57192 27.73523,0"
|
|
||||||
inkscape:path-effect="#path-effect62989-8-0-6"
|
|
||||||
id="path62947"
|
|
||||||
d="m 647.78241,486.57192 27.73523,0"
|
|
||||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g11665"
|
|
||||||
transform="matrix(0.78906097,0,0,0.78906097,167.78814,111.57844)">
|
|
||||||
<text
|
|
||||||
xml:space="preserve"
|
|
||||||
style="font-size:12.69556618px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold"
|
|
||||||
x="644.46393"
|
|
||||||
y="533.87158"
|
|
||||||
id="text62949"
|
|
||||||
sodipodi:linespacing="125%"
|
|
||||||
transform="scale(1.0113976,0.98873084)"><tspan
|
|
||||||
sodipodi:role="line"
|
|
||||||
id="tspan62951"
|
|
||||||
x="644.46393"
|
|
||||||
y="533.87158">OFF</tspan></text>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 8.0 KiB |
@@ -1,175 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="65"
|
|
||||||
height="22"
|
|
||||||
id="svg10865"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="classic-toggle-on-intl.svg">
|
|
||||||
<defs
|
|
||||||
id="defs10867">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62852-6-5">
|
|
||||||
<stop
|
|
||||||
id="stop62854-6-7"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#eeeeec;stop-opacity:1"
|
|
||||||
offset="0.97726452"
|
|
||||||
id="stop62858-8-0" />
|
|
||||||
<stop
|
|
||||||
id="stop62860-5-3"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#f5f5f4;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
is_visible="true"
|
|
||||||
id="path-effect62989-8-0"
|
|
||||||
effect="spiro" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient38513"
|
|
||||||
id="linearGradient38519"
|
|
||||||
x1="690"
|
|
||||||
y1="506.25049"
|
|
||||||
x2="690"
|
|
||||||
y2="480.93414"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient38513">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop38515" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#6f9ccd;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop38517" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient62852-6-5"
|
|
||||||
id="linearGradient62981-1-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.85639946,0,0,0.81059641,57.747905,92.132229)"
|
|
||||||
x1="740"
|
|
||||||
y1="486.10501"
|
|
||||||
x2="740"
|
|
||||||
y2="505.3204" />
|
|
||||||
<inkscape:path-effect
|
|
||||||
is_visible="true"
|
|
||||||
id="path-effect62989-8-0-8"
|
|
||||||
effect="spiro" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1"
|
|
||||||
inkscape:cx="9.3225163"
|
|
||||||
inkscape:cy="-0.1588306"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="g62929"
|
|
||||||
showgrid="false"
|
|
||||||
borderlayer="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:snap-nodes="false"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:window-width="2560"
|
|
||||||
inkscape:window-height="1342"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="28"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
showborder="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid11512" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata10870">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1030.3622)">
|
|
||||||
<g
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/system-settings/network/network-panel-summary.png"
|
|
||||||
style="display:inline"
|
|
||||||
id="g62929"
|
|
||||||
transform="translate(-643.91421,517.29894)">
|
|
||||||
<g
|
|
||||||
style="display:inline"
|
|
||||||
transform="translate(0,30)"
|
|
||||||
id="g62931">
|
|
||||||
<rect
|
|
||||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient38519);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
||||||
id="rect62935"
|
|
||||||
width="63.856125"
|
|
||||||
height="21.093594"
|
|
||||||
x="644.5"
|
|
||||||
y="483.5"
|
|
||||||
rx="2"
|
|
||||||
ry="2" />
|
|
||||||
<rect
|
|
||||||
style="display:inline;fill:url(#linearGradient62981-1-1);fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect62937"
|
|
||||||
width="29.97398"
|
|
||||||
height="17.022524"
|
|
||||||
x="676.49646"
|
|
||||||
y="485.67679"
|
|
||||||
rx="1"
|
|
||||||
ry="1" />
|
|
||||||
<g
|
|
||||||
transform="translate(-7.9861743,-1.9445437)"
|
|
||||||
id="g62939" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
inkscape:original-d="m 677.59874,486.57192 27.94632,0"
|
|
||||||
inkscape:path-effect="#path-effect62989-8-0-8"
|
|
||||||
id="path62947"
|
|
||||||
d="m 677.59874,486.57192 27.94632,0"
|
|
||||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path4444"
|
|
||||||
d="m 661.91421,522.09451 0,7"
|
|
||||||
style="fill:#3465a4;stroke:#3465a4;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;color:#000000;fill-opacity:1;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
|
||||||
d="m 18,7.96875 0,7"
|
|
||||||
id="path3922"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
transform="translate(643.91421,513.06326)" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 6.2 KiB |
@@ -1,209 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="65"
|
|
||||||
height="22"
|
|
||||||
id="svg10865"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.91 r13725"
|
|
||||||
sodipodi:docname="classic-toggle-on-us.svg">
|
|
||||||
<defs
|
|
||||||
id="defs10867">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient62852-6-5"
|
|
||||||
id="linearGradient62981-1-1"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.85639946,0,0,0.81059641,57.747905,92.132229)"
|
|
||||||
x1="740"
|
|
||||||
y1="486.10501"
|
|
||||||
x2="740"
|
|
||||||
y2="505.3204" />
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient62852-6-5">
|
|
||||||
<stop
|
|
||||||
id="stop62854-6-7"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#eeeeec;stop-opacity:1"
|
|
||||||
offset="0.97726452"
|
|
||||||
id="stop62858-8-0" />
|
|
||||||
<stop
|
|
||||||
id="stop62860-5-3"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#f5f5f4;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<inkscape:path-effect
|
|
||||||
is_visible="true"
|
|
||||||
id="path-effect62989-8-0"
|
|
||||||
effect="spiro" />
|
|
||||||
<clipPath
|
|
||||||
clipPathUnits="userSpaceOnUse"
|
|
||||||
id="clipPath65663">
|
|
||||||
<rect
|
|
||||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new"
|
|
||||||
id="rect65665"
|
|
||||||
width="96.999924"
|
|
||||||
height="24.292892"
|
|
||||||
x="708.71954"
|
|
||||||
y="406.96973"
|
|
||||||
rx="3.1139846"
|
|
||||||
ry="1.9595497"
|
|
||||||
inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content selection/content-selection.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90" />
|
|
||||||
</clipPath>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient38513"
|
|
||||||
id="linearGradient38519"
|
|
||||||
x1="690"
|
|
||||||
y1="506.25049"
|
|
||||||
x2="690"
|
|
||||||
y2="480.93414"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient38513">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#729fcf;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop38515" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#6f9ccd;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop38517" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="translate(-644,-483)"
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient38513"
|
|
||||||
id="linearGradient38519-3"
|
|
||||||
x1="690"
|
|
||||||
y1="506.25049"
|
|
||||||
x2="690"
|
|
||||||
y2="480.93414"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1"
|
|
||||||
inkscape:cx="20.775745"
|
|
||||||
inkscape:cy="7.0434022"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="g62929"
|
|
||||||
showgrid="false"
|
|
||||||
borderlayer="true"
|
|
||||||
inkscape:showpageshadow="false"
|
|
||||||
inkscape:snap-nodes="false"
|
|
||||||
inkscape:snap-bbox="true"
|
|
||||||
inkscape:bbox-paths="true"
|
|
||||||
inkscape:snap-others="false"
|
|
||||||
inkscape:window-width="2560"
|
|
||||||
inkscape:window-height="1342"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="28"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
showborder="false">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid11512" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata10870">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1030.3622)">
|
|
||||||
<g
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/system-settings/network/network-panel-summary.png"
|
|
||||||
style="display:inline"
|
|
||||||
id="g62929"
|
|
||||||
transform="translate(-643.91421,517.29894)">
|
|
||||||
<g
|
|
||||||
transform="translate(0,30)"
|
|
||||||
id="g62931">
|
|
||||||
<rect
|
|
||||||
style="fill:url(#linearGradient38519);fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-rule:nonzero;stroke-linejoin:miter;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter-blend-mode:normal;filter-gaussianBlur-deviation:0;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
|
||||||
id="rect62935"
|
|
||||||
width="63.856125"
|
|
||||||
height="21.093594"
|
|
||||||
x="644.5"
|
|
||||||
y="483.5"
|
|
||||||
rx="2"
|
|
||||||
ry="2" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#linearGradient62981-1-1);fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
|
||||||
id="rect62937"
|
|
||||||
width="29.97398"
|
|
||||||
height="17.022524"
|
|
||||||
x="676.49646"
|
|
||||||
y="485.67679"
|
|
||||||
rx="1"
|
|
||||||
ry="1" />
|
|
||||||
<g
|
|
||||||
transform="translate(-7.9861743,-1.9445437)"
|
|
||||||
id="g62939" />
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
inkscape:original-d="m 677.59874,486.57192 27.94632,0"
|
|
||||||
inkscape:path-effect="#path-effect62989-8-0"
|
|
||||||
id="path62947"
|
|
||||||
d="m 677.59874,486.57192 27.94632,0"
|
|
||||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<text
|
|
||||||
transform="scale(1.0113976,0.98873084)"
|
|
||||||
sodipodi:linespacing="125%"
|
|
||||||
id="text62949-7"
|
|
||||||
y="534.96918"
|
|
||||||
x="646.71399"
|
|
||||||
style="font-size:10.01104736px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#3465a4;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold;"
|
|
||||||
xml:space="preserve"><tspan
|
|
||||||
y="534.96918"
|
|
||||||
x="646.71399"
|
|
||||||
id="tspan62951-7"
|
|
||||||
sodipodi:role="line">ON</tspan></text>
|
|
||||||
<text
|
|
||||||
transform="scale(1.0113976,0.98873084)"
|
|
||||||
sodipodi:linespacing="125%"
|
|
||||||
id="text62949"
|
|
||||||
y="533.94482"
|
|
||||||
x="646.71399"
|
|
||||||
style="font-size:10.01104736px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold"
|
|
||||||
xml:space="preserve"><tspan
|
|
||||||
y="533.94482"
|
|
||||||
x="646.71399"
|
|
||||||
id="tspan62951"
|
|
||||||
sodipodi:role="line">ON</tspan></text>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 7.5 KiB |
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"parentMode": "user",
|
"parentMode": "user",
|
||||||
"stylesheetName": "gnome-classic.css",
|
"colorScheme": "force-light",
|
||||||
"hasOverview": false,
|
"hasOverview": false,
|
||||||
"showWelcomeDialog": false,
|
"showWelcomeDialog": false,
|
||||||
"enabledExtensions": [@CLASSIC_EXTENSIONS@],
|
"enabledExtensions": [@CLASSIC_EXTENSIONS@],
|
||||||
"panel": { "left": ["appMenu"],
|
"panel": { "left": [],
|
||||||
"center": [],
|
"center": [],
|
||||||
"right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"]
|
"right": ["a11y", "keyboard", "dateMenu", "quickSettings"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
@import url("gnome-classic.css");
|
|
||||||
|
|
||||||
stage {
|
|
||||||
-st-icon-style: symbolic;
|
|
||||||
}
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
/* Use the gnome-shell theme, but with light colors */
|
|
||||||
$variant: 'light';
|
|
||||||
|
|
||||||
@import "gnome-shell-sass/_colors"; //use gtk colors
|
|
||||||
@import "gnome-shell-sass/_drawing";
|
|
||||||
@import "gnome-shell-sass/_common";
|
|
||||||
@import "gnome-shell-sass/_widgets";
|
|
||||||
|
|
||||||
/* Overrides */
|
|
||||||
|
|
||||||
#panel, #panel.solid {
|
|
||||||
font-weight: normal;
|
|
||||||
background-color: $bg_color;
|
|
||||||
background-gradient-direction: vertical;
|
|
||||||
background-gradient-end: darken($bg_color,5%);
|
|
||||||
border-top-color: #666; /* we don't support non-uniform border-colors and
|
|
||||||
use the top border color for any border, so we
|
|
||||||
need to set it even if all we want is a bottom
|
|
||||||
border */
|
|
||||||
border-bottom: 1px solid #666;
|
|
||||||
app-icon-bottom-clip: 0px;
|
|
||||||
&:overview {
|
|
||||||
background-color: #000;
|
|
||||||
background-gradient-end: #000;
|
|
||||||
border-top-color: #000;
|
|
||||||
border-bottom: 1px solid #000;
|
|
||||||
.panel-button { color: #fff; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel-button {
|
|
||||||
-natural-hpadding: 8px;
|
|
||||||
-minimum-hpadding: 4px;
|
|
||||||
font-weight: normal;
|
|
||||||
color: $fg_color;
|
|
||||||
text-shadow: none;
|
|
||||||
transition-duration: 0ms;
|
|
||||||
border: 0;
|
|
||||||
border-radius: 0px;
|
|
||||||
|
|
||||||
&.clock-display {
|
|
||||||
.clock {
|
|
||||||
transition-duration: 0ms;
|
|
||||||
border: 0;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: lighten($fg_color,10%);
|
|
||||||
text-shadow: none;
|
|
||||||
& .system-status-icon { icon-shadow: none; }
|
|
||||||
}
|
|
||||||
&:active, &:overview, &:focus, &:checked {
|
|
||||||
// Trick due to St limitations. It needs a background to draw
|
|
||||||
// a box-shadow
|
|
||||||
background-color: $selected_bg_color;
|
|
||||||
color: $selected_fg_color;
|
|
||||||
box-shadow: none;
|
|
||||||
& > .system-status-icon { icon-shadow: none; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-menu-icon { width: 0; height: 0; margin: 0; } // shell's display:none; :D
|
|
||||||
|
|
||||||
.system-status-icon {
|
|
||||||
icon-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel-corner,
|
|
||||||
.panel-corner:active,
|
|
||||||
.panel-corner:overview,
|
|
||||||
.panel-corner:focus {
|
|
||||||
-panel-corner-radius: 0;
|
|
||||||
}
|
|
||||||
&.lock-screen,
|
|
||||||
&.unlock-screen,
|
|
||||||
&.login-screen {
|
|
||||||
background-color: transparentize($bg_color, 0.5);
|
|
||||||
background-gradient-start: transparentize($bg_color, 0.5);
|
|
||||||
background-gradient-end: transparentize($bg_color, 0.5);
|
|
||||||
border-bottom: none;
|
|
||||||
.panel-button { color: $osd_fg_color; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#appMenu {
|
|
||||||
spinner-image: url("classic-process-working.svg");
|
|
||||||
.panel-status-menu-box { padding: 0; }
|
|
||||||
}
|
|
||||||
.tile-preview-left.on-primary,
|
|
||||||
.tile-preview-right.on-primary,
|
|
||||||
.tile-preview-left.tile-preview-right.on-primary {
|
|
||||||
/* keep in sync with -panel-corner-radius */
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@each $v in us, intl {
|
|
||||||
.toggle-switch-#{$v} {
|
|
||||||
background-image: url("classic-toggle-off-#{$v}.svg");
|
|
||||||
&:checked { background-image: url("classic-toggle-on-#{$v}.svg"); }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-day-with-events {
|
|
||||||
background-image: url("calendar-today.svg");
|
|
||||||
}
|
|
||||||
|
|
||||||
Submodule data/gnome-shell-sass deleted from 06b3065c95
@@ -46,73 +46,5 @@ configure_file(
|
|||||||
install_dir: modedir
|
install_dir: modedir
|
||||||
)
|
)
|
||||||
|
|
||||||
theme_sources = files(
|
|
||||||
'gnome-shell-sass/_colors.scss',
|
|
||||||
'gnome-shell-sass/_common.scss',
|
|
||||||
'gnome-shell-sass/_drawing.scss',
|
|
||||||
'gnome-shell-sass/_high-contrast-colors.scss',
|
|
||||||
'gnome-shell-sass/_widgets.scss',
|
|
||||||
'gnome-shell-sass/widgets/_a11y.scss',
|
|
||||||
'gnome-shell-sass/widgets/_app-grid.scss',
|
|
||||||
'gnome-shell-sass/widgets/_base.scss',
|
|
||||||
'gnome-shell-sass/widgets/_buttons.scss',
|
|
||||||
'gnome-shell-sass/widgets/_calendar.scss',
|
|
||||||
'gnome-shell-sass/widgets/_check-box.scss',
|
|
||||||
'gnome-shell-sass/widgets/_corner-ripple.scss',
|
|
||||||
'gnome-shell-sass/widgets/_dash.scss',
|
|
||||||
'gnome-shell-sass/widgets/_dialogs.scss',
|
|
||||||
'gnome-shell-sass/widgets/_entries.scss',
|
|
||||||
'gnome-shell-sass/widgets/_hotplug.scss',
|
|
||||||
'gnome-shell-sass/widgets/_ibus-popup.scss',
|
|
||||||
'gnome-shell-sass/widgets/_keyboard.scss',
|
|
||||||
'gnome-shell-sass/widgets/_login-dialog.scss',
|
|
||||||
'gnome-shell-sass/widgets/_looking-glass.scss',
|
|
||||||
'gnome-shell-sass/widgets/_message-list.scss',
|
|
||||||
'gnome-shell-sass/widgets/_misc.scss',
|
|
||||||
'gnome-shell-sass/widgets/_network-dialog.scss',
|
|
||||||
'gnome-shell-sass/widgets/_notifications.scss',
|
|
||||||
'gnome-shell-sass/widgets/_osd.scss',
|
|
||||||
'gnome-shell-sass/widgets/_overview.scss',
|
|
||||||
'gnome-shell-sass/widgets/_panel.scss',
|
|
||||||
'gnome-shell-sass/widgets/_popovers.scss',
|
|
||||||
'gnome-shell-sass/widgets/_screen-shield.scss',
|
|
||||||
'gnome-shell-sass/widgets/_scrollbars.scss',
|
|
||||||
'gnome-shell-sass/widgets/_search-entry.scss',
|
|
||||||
'gnome-shell-sass/widgets/_search-results.scss',
|
|
||||||
'gnome-shell-sass/widgets/_slider.scss',
|
|
||||||
'gnome-shell-sass/widgets/_switcher-popup.scss',
|
|
||||||
'gnome-shell-sass/widgets/_switches.scss',
|
|
||||||
'gnome-shell-sass/widgets/_window-picker.scss',
|
|
||||||
'gnome-shell-sass/widgets/_workspace-switcher.scss',
|
|
||||||
'gnome-shell-sass/widgets/_workspace-thumbnails.scss'
|
|
||||||
)
|
|
||||||
|
|
||||||
theme_data = [
|
|
||||||
'calendar-today.svg',
|
|
||||||
'classic-process-working.svg',
|
|
||||||
'classic-toggle-off-intl.svg',
|
|
||||||
'classic-toggle-off-us.svg',
|
|
||||||
'classic-toggle-on-intl.svg',
|
|
||||||
'classic-toggle-on-us.svg',
|
|
||||||
'gnome-classic-high-contrast.css'
|
|
||||||
]
|
|
||||||
|
|
||||||
stylesheet = 'gnome-classic.css'
|
|
||||||
if fs.exists(stylesheet)
|
|
||||||
install_data(stylesheet, install_dir: themedir)
|
|
||||||
else
|
|
||||||
sassc = find_program('sassc', required: true)
|
|
||||||
custom_target(stylesheet,
|
|
||||||
input: fs.replace_suffix(stylesheet, '.scss'),
|
|
||||||
output: stylesheet,
|
|
||||||
depend_files: theme_sources,
|
|
||||||
command: [sassc, '-a', '@INPUT@', '@OUTPUT@'],
|
|
||||||
install: true,
|
|
||||||
install_dir: themedir
|
|
||||||
)
|
|
||||||
endif
|
|
||||||
|
|
||||||
install_data(theme_data, install_dir: themedir)
|
|
||||||
|
|
||||||
classic_override = '00_org.gnome.shell.extensions.classic.gschema.override'
|
classic_override = '00_org.gnome.shell.extensions.classic.gschema.override'
|
||||||
install_data(classic_override, install_dir: schemadir)
|
install_data(classic_override, install_dir: schemadir)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
srcdir=`(cd $srcdir && pwd)`
|
srcdir=`(cd $srcdir && pwd)`
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
const {
|
const {
|
||||||
Atk, Clutter, Gio, GLib, GMenu, GObject, Gtk, Meta, Shell, St,
|
Atk, Clutter, Gio, GLib, GMenu, GObject, Gtk, Meta, Shell, St,
|
||||||
} = imports.gi;
|
} = imports.gi;
|
||||||
const Signals = imports.signals;
|
const {EventEmitter} = imports.misc.signals;
|
||||||
|
|
||||||
const DND = imports.ui.dnd;
|
const DND = imports.ui.dnd;
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
@@ -117,7 +117,7 @@ class CategoryMenuItem extends PopupMenu.PopupBaseMenuItem {
|
|||||||
else
|
else
|
||||||
name = _('Favorites');
|
name = _('Favorites');
|
||||||
|
|
||||||
this.add_child(new St.Label({ text: name }));
|
this.add_child(new St.Label({text: name}));
|
||||||
this.connect('motion-event', this._onMotionEvent.bind(this));
|
this.connect('motion-event', this._onMotionEvent.bind(this));
|
||||||
this.connect('notify::active', this._onActiveChanged.bind(this));
|
this.connect('notify::active', this._onActiveChanged.bind(this));
|
||||||
}
|
}
|
||||||
@@ -239,8 +239,10 @@ class ApplicationsMenu extends PopupMenu.PopupMenu {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class DesktopTarget {
|
class DesktopTarget extends EventEmitter {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
super();
|
||||||
|
|
||||||
this._desktop = null;
|
this._desktop = null;
|
||||||
this._desktopDestroyedId = 0;
|
this._desktopDestroyedId = 0;
|
||||||
|
|
||||||
@@ -357,7 +359,6 @@ class DesktopTarget {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Signals.addSignalMethods(DesktopTarget.prototype);
|
|
||||||
|
|
||||||
class ApplicationsButton extends PanelMenu.Button {
|
class ApplicationsButton extends PanelMenu.Button {
|
||||||
static {
|
static {
|
||||||
@@ -408,7 +409,7 @@ class ApplicationsButton extends PanelMenu.Button {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
this._tree = new GMenu.Tree({ menu_basename: 'applications.menu' });
|
this._tree = new GMenu.Tree({menu_basename: 'applications.menu'});
|
||||||
this._treeChangedId = this._tree.connect('changed',
|
this._treeChangedId = this._tree.connect('changed',
|
||||||
this._onTreeChanged.bind(this));
|
this._onTreeChanged.bind(this));
|
||||||
|
|
||||||
@@ -509,7 +510,7 @@ class ApplicationsButton extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
let app = appSys.lookup_app(id);
|
let app = appSys.lookup_app(id);
|
||||||
if (!app)
|
if (!app)
|
||||||
app = new Shell.App({ app_info: entry.get_app_info() });
|
app = new Shell.App({app_info: entry.get_app_info()});
|
||||||
if (app.get_app_info().should_show())
|
if (app.get_app_info().should_show())
|
||||||
this.applicationsByCategory[categoryId].push(app);
|
this.applicationsByCategory[categoryId].push(app);
|
||||||
} else if (nextType === GMenu.TreeItemType.SEPARATOR) {
|
} else if (nextType === GMenu.TreeItemType.SEPARATOR) {
|
||||||
@@ -555,8 +556,8 @@ class ApplicationsButton extends PanelMenu.Button {
|
|||||||
_createLayout() {
|
_createLayout() {
|
||||||
let section = new PopupMenu.PopupMenuSection();
|
let section = new PopupMenu.PopupMenuSection();
|
||||||
this.menu.addMenuItem(section);
|
this.menu.addMenuItem(section);
|
||||||
this.mainBox = new St.BoxLayout({ vertical: false });
|
this.mainBox = new St.BoxLayout({vertical: false});
|
||||||
this.leftBox = new St.BoxLayout({ vertical: true });
|
this.leftBox = new St.BoxLayout({vertical: true});
|
||||||
this.applicationsScrollBox = new St.ScrollView({
|
this.applicationsScrollBox = new St.ScrollView({
|
||||||
style_class: 'apps-menu vfade',
|
style_class: 'apps-menu vfade',
|
||||||
x_expand: true,
|
x_expand: true,
|
||||||
@@ -578,9 +579,9 @@ class ApplicationsButton extends PanelMenu.Button {
|
|||||||
vscroll.connect('scroll-stop', () => (this.menu.passEvents = false));
|
vscroll.connect('scroll-stop', () => (this.menu.passEvents = false));
|
||||||
this.leftBox.add_child(this.categoriesScrollBox);
|
this.leftBox.add_child(this.categoriesScrollBox);
|
||||||
|
|
||||||
this.applicationsBox = new St.BoxLayout({ vertical: true });
|
this.applicationsBox = new St.BoxLayout({vertical: true});
|
||||||
this.applicationsScrollBox.add_actor(this.applicationsBox);
|
this.applicationsScrollBox.add_actor(this.applicationsBox);
|
||||||
this.categoriesBox = new St.BoxLayout({ vertical: true });
|
this.categoriesBox = new St.BoxLayout({vertical: true});
|
||||||
this.categoriesScrollBox.add_actor(this.categoriesBox);
|
this.categoriesScrollBox.add_actor(this.categoriesBox);
|
||||||
|
|
||||||
this.mainBox.add(this.leftBox);
|
this.mainBox.add(this.leftBox);
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files('stylesheet.css')
|
||||||
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Start apps on custom workspaces
|
// Start apps on custom workspaces
|
||||||
/* exported init enable disable */
|
/* exported init enable disable */
|
||||||
|
|
||||||
const { Shell } = imports.gi;
|
const {Shell} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Start apps on custom workspaces
|
// Start apps on custom workspaces
|
||||||
/* exported init buildPrefsWidget */
|
/* exported init buildPrefsWidget */
|
||||||
|
|
||||||
const { Adw, Gio, GLib, GObject, Gtk } = imports.gi;
|
const {Adw, Gio, GLib, GObject, Gtk} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ class RulesList extends GObject.Object {
|
|||||||
append(appInfo) {
|
append(appInfo) {
|
||||||
const pos = this.#rules.length;
|
const pos = this.#rules.length;
|
||||||
|
|
||||||
this.#rules.push(new Rule({ appInfo }));
|
this.#rules.push(new Rule({appInfo}));
|
||||||
this.#saveRules();
|
this.#saveRules();
|
||||||
|
|
||||||
this.items_changed(pos, 0, 1);
|
this.items_changed(pos, 0, 1);
|
||||||
@@ -97,7 +97,7 @@ class RulesList extends GObject.Object {
|
|||||||
if (pos < 0)
|
if (pos < 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this.#rules[pos].set({ workspace });
|
this.#rules[pos].set({workspace});
|
||||||
this.#saveRules();
|
this.#saveRules();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ class RulesList extends GObject.Object {
|
|||||||
const [id, workspace] = stringRule.split(':');
|
const [id, workspace] = stringRule.split(':');
|
||||||
const appInfo = Gio.DesktopAppInfo.new(id);
|
const appInfo = Gio.DesktopAppInfo.new(id);
|
||||||
if (appInfo)
|
if (appInfo)
|
||||||
this.#rules.push(new Rule({ appInfo, workspace }));
|
this.#rules.push(new Rule({appInfo, workspace}));
|
||||||
else
|
else
|
||||||
log(`Invalid ID ${id}`);
|
log(`Invalid ID ${id}`);
|
||||||
}
|
}
|
||||||
@@ -154,8 +154,8 @@ class AutoMoveSettingsWidget extends Adw.PreferencesGroup {
|
|||||||
|
|
||||||
this._rules = new RulesList();
|
this._rules = new RulesList();
|
||||||
|
|
||||||
const store = new Gio.ListStore({ item_type: Gio.ListModel });
|
const store = new Gio.ListStore({item_type: Gio.ListModel});
|
||||||
const listModel = new Gtk.FlattenListModel({ model: store });
|
const listModel = new Gtk.FlattenListModel({model: store});
|
||||||
store.append(this._rules);
|
store.append(this._rules);
|
||||||
store.append(new NewItemModel());
|
store.append(new NewItemModel());
|
||||||
|
|
||||||
@@ -248,7 +248,7 @@ class RuleRow extends Adw.ActionRow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor(rule) {
|
constructor(rule) {
|
||||||
const { appInfo } = rule;
|
const {appInfo} = rule;
|
||||||
const id = appInfo.get_id();
|
const id = appInfo.get_id();
|
||||||
|
|
||||||
super({
|
super({
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/* This extensions requires no special styling */
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/* exported init enable disable */
|
/* exported init enable disable */
|
||||||
// Drive menu extension
|
// Drive menu extension
|
||||||
const { Clutter, Gio, GObject, Shell, St } = imports.gi;
|
const {Clutter, Gio, GObject, Shell, St} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
@@ -142,7 +142,7 @@ class DriveMenu extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(0.0, _('Removable devices'));
|
super(0.5, _('Removable devices'));
|
||||||
|
|
||||||
let icon = new St.Icon({
|
let icon = new St.Icon({
|
||||||
icon_name: 'media-eject-symbolic',
|
icon_name: 'media-eject-symbolic',
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files('stylesheet.css')
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/* This extensions requires no special styling */
|
|
||||||
42
extensions/light-style/extension.js
Normal file
42
extensions/light-style/extension.js
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
/* exported init */
|
||||||
|
/*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
const {St} = imports.gi;
|
||||||
|
|
||||||
|
const Main = imports.ui.main;
|
||||||
|
|
||||||
|
class Extension {
|
||||||
|
_updateColorScheme(scheme) {
|
||||||
|
Main.sessionMode.colorScheme = scheme;
|
||||||
|
St.Settings.get().notify('color-scheme');
|
||||||
|
}
|
||||||
|
|
||||||
|
enable() {
|
||||||
|
this._savedColorScheme = Main.sessionMode.colorScheme;
|
||||||
|
this._updateColorScheme('prefer-light');
|
||||||
|
}
|
||||||
|
|
||||||
|
disable() {
|
||||||
|
this._updateColorScheme(this._savedColorScheme);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/** */
|
||||||
|
function init() {
|
||||||
|
return new Extension();
|
||||||
|
}
|
||||||
5
extensions/light-style/meson.build
Normal file
5
extensions/light-style/meson.build
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
extension_data += configure_file(
|
||||||
|
input: metadata_name + '.in',
|
||||||
|
output: metadata_name,
|
||||||
|
configuration: metadata_conf
|
||||||
|
)
|
||||||
10
extensions/light-style/metadata.json.in
Normal file
10
extensions/light-style/metadata.json.in
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"extension-id": "@extension_id@",
|
||||||
|
"uuid": "@uuid@",
|
||||||
|
"settings-schema": "@gschemaname@",
|
||||||
|
"gettext-domain": "@gettext_domain@",
|
||||||
|
"name": "Light Style",
|
||||||
|
"description": "Switch default to light style",
|
||||||
|
"shell-version": [ "@shell_current@" ],
|
||||||
|
"url": "@url@"
|
||||||
|
}
|
||||||
@@ -15,7 +15,7 @@ foreach e : enabled_extensions
|
|||||||
metadata_conf.set('url', 'https://gitlab.gnome.org/GNOME/gnome-shell-extensions')
|
metadata_conf.set('url', 'https://gitlab.gnome.org/GNOME/gnome-shell-extensions')
|
||||||
|
|
||||||
extension_sources = files(e + '/extension.js')
|
extension_sources = files(e + '/extension.js')
|
||||||
extension_data = files(e + '/stylesheet.css')
|
extension_data = []
|
||||||
|
|
||||||
subdir(e)
|
subdir(e)
|
||||||
|
|
||||||
|
|||||||
@@ -4,5 +4,6 @@ extension_data += configure_file(
|
|||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# extension_data += files('stylesheet.css')
|
||||||
# extension_sources += files('prefs.js')
|
# extension_sources += files('prefs.js')
|
||||||
# extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
# extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
||||||
/* exported enable disable */
|
/* exported enable disable */
|
||||||
const { Clutter } = imports.gi;
|
const {Clutter} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
const { WindowPreview } = imports.ui.windowPreview;
|
const {WindowPreview} = imports.ui.windowPreview;
|
||||||
const Workspace = imports.ui.workspace;
|
const Workspace = imports.ui.workspace;
|
||||||
|
|
||||||
// testing settings for natural window placement strategy:
|
// testing settings for natural window placement strategy:
|
||||||
@@ -97,7 +97,7 @@ class NaturalLayoutStrategy extends Workspace.LayoutStrategy {
|
|||||||
let rects = [];
|
let rects = [];
|
||||||
for (let i = 0; i < clones.length; i++) {
|
for (let i = 0; i < clones.length; i++) {
|
||||||
// save rectangles into 4-dimensional arrays representing two corners of the rectangular: [left_x, top_y, right_x, bottom_y]
|
// save rectangles into 4-dimensional arrays representing two corners of the rectangular: [left_x, top_y, right_x, bottom_y]
|
||||||
let rect = clones[i].metaWindow.get_frame_rect();
|
let rect = clones[i].boundingBox;
|
||||||
rects[i] = new Rect(rect.x, rect.y, rect.width, rect.height);
|
rects[i] = new Rect(rect.x, rect.y, rect.width, rect.height);
|
||||||
bounds = bounds.union(rects[i]);
|
bounds = bounds.union(rects[i]);
|
||||||
|
|
||||||
@@ -285,8 +285,8 @@ function enable() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {Object} object - object that was modified
|
* @param {object} object - object that was modified
|
||||||
* @param {Object} injection - the map of previous injections
|
* @param {object} injection - the map of previous injections
|
||||||
* @param {string} name - the @injection key that should be removed
|
* @param {string} name - the @injection key that should be removed
|
||||||
*/
|
*/
|
||||||
function removeInjection(object, injection, name) {
|
function removeInjection(object, injection, name) {
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/* This extensions requires no special styling */
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
/* exported init enable disable */
|
/* exported init enable disable */
|
||||||
|
|
||||||
const { Clutter, GObject, St } = imports.gi;
|
const {Clutter, GObject, St} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
@@ -91,7 +91,7 @@ class PlacesMenu extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(0.0, _('Places'));
|
super(0.5, _('Places'));
|
||||||
|
|
||||||
let label = new St.Label({
|
let label = new St.Label({
|
||||||
text: _('Places'),
|
text: _('Places'),
|
||||||
@@ -149,7 +149,7 @@ let _indicator;
|
|||||||
function enable() {
|
function enable() {
|
||||||
_indicator = new PlacesMenu();
|
_indicator = new PlacesMenu();
|
||||||
|
|
||||||
let pos = Main.sessionMode.panel.left.indexOf('appMenu');
|
let pos = Main.sessionMode.panel.left.length;
|
||||||
if ('apps-menu' in Main.panel.statusArea)
|
if ('apps-menu' in Main.panel.statusArea)
|
||||||
pos++;
|
pos++;
|
||||||
Main.panel.addToStatusArea('places-menu', _indicator, pos, 'left');
|
Main.panel.addToStatusArea('places-menu', _indicator, pos, 'left');
|
||||||
|
|||||||
@@ -3,5 +3,6 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files('stylesheet.css')
|
||||||
|
|
||||||
extension_sources += files('placeDisplay.js')
|
extension_sources += files('placeDisplay.js')
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
|
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
|
||||||
|
/* exported PlacesManager */
|
||||||
|
|
||||||
const { Gio, GLib, Shell } = imports.gi;
|
const {Gio, GLib, Shell} = imports.gi;
|
||||||
const Signals = imports.signals;
|
const {EventEmitter} = imports.misc.signals;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
@@ -22,8 +23,10 @@ const Hostname1Iface = '<node> \
|
|||||||
</node>';
|
</node>';
|
||||||
const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface);
|
const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface);
|
||||||
|
|
||||||
class PlaceInfo {
|
class PlaceInfo extends EventEmitter {
|
||||||
constructor(...params) {
|
constructor(...params) {
|
||||||
|
super();
|
||||||
|
|
||||||
this._init(...params);
|
this._init(...params);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -31,7 +34,7 @@ class PlaceInfo {
|
|||||||
this.kind = kind;
|
this.kind = kind;
|
||||||
this.file = file;
|
this.file = file;
|
||||||
this.name = name || this._getFileName();
|
this.name = name || this._getFileName();
|
||||||
this.icon = icon ? new Gio.ThemedIcon({ name: icon }) : this.getIcon();
|
this.icon = icon ? new Gio.ThemedIcon({name: icon}) : this.getIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
destroy() {
|
destroy() {
|
||||||
@@ -94,16 +97,16 @@ class PlaceInfo {
|
|||||||
// icon from the query info above
|
// icon from the query info above
|
||||||
switch (this.kind) {
|
switch (this.kind) {
|
||||||
case 'network':
|
case 'network':
|
||||||
return new Gio.ThemedIcon({ name: 'folder-remote-symbolic' });
|
return new Gio.ThemedIcon({name: 'folder-remote-symbolic'});
|
||||||
case 'devices':
|
case 'devices':
|
||||||
return new Gio.ThemedIcon({ name: 'drive-harddisk-symbolic' });
|
return new Gio.ThemedIcon({name: 'drive-harddisk-symbolic'});
|
||||||
case 'special':
|
case 'special':
|
||||||
case 'bookmarks':
|
case 'bookmarks':
|
||||||
default:
|
default:
|
||||||
if (!this.file.is_native())
|
if (!this.file.is_native())
|
||||||
return new Gio.ThemedIcon({ name: 'folder-remote-symbolic' });
|
return new Gio.ThemedIcon({name: 'folder-remote-symbolic'});
|
||||||
else
|
else
|
||||||
return new Gio.ThemedIcon({ name: 'folder-symbolic' });
|
return new Gio.ThemedIcon({name: 'folder-symbolic'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,7 +121,6 @@ class PlaceInfo {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Signals.addSignalMethods(PlaceInfo.prototype);
|
|
||||||
|
|
||||||
class RootInfo extends PlaceInfo {
|
class RootInfo extends PlaceInfo {
|
||||||
_init() {
|
_init() {
|
||||||
@@ -138,7 +140,7 @@ class RootInfo extends PlaceInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getIcon() {
|
getIcon() {
|
||||||
return new Gio.ThemedIcon({ name: 'drive-harddisk-symbolic' });
|
return new Gio.ThemedIcon({name: 'drive-harddisk-symbolic'});
|
||||||
}
|
}
|
||||||
|
|
||||||
_propertiesChanged(proxy) {
|
_propertiesChanged(proxy) {
|
||||||
@@ -246,8 +248,10 @@ const DEFAULT_DIRECTORIES = [
|
|||||||
GLib.UserDirectory.DIRECTORY_VIDEOS,
|
GLib.UserDirectory.DIRECTORY_VIDEOS,
|
||||||
];
|
];
|
||||||
|
|
||||||
var PlacesManager = class {
|
var PlacesManager = class extends EventEmitter {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
super();
|
||||||
|
|
||||||
this._places = {
|
this._places = {
|
||||||
special: [],
|
special: [],
|
||||||
devices: [],
|
devices: [],
|
||||||
@@ -255,7 +259,7 @@ var PlacesManager = class {
|
|||||||
network: [],
|
network: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
this._settings = new Gio.Settings({ schema_id: BACKGROUND_SCHEMA });
|
this._settings = new Gio.Settings({schema_id: BACKGROUND_SCHEMA});
|
||||||
this._showDesktopIconsChangedId = this._settings.connect(
|
this._showDesktopIconsChangedId = this._settings.connect(
|
||||||
'changed::show-desktop-icons', this._updateSpecials.bind(this));
|
'changed::show-desktop-icons', this._updateSpecials.bind(this));
|
||||||
this._updateSpecials();
|
this._updateSpecials();
|
||||||
@@ -543,4 +547,3 @@ var PlacesManager = class {
|
|||||||
return this._places[kind];
|
return this._places[kind];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Signals.addSignalMethods(PlacesManager.prototype);
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { Clutter, Meta, Shell, St } = imports.gi;
|
const {Clutter, Meta, Shell, St} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
@@ -39,7 +39,7 @@ function hideMessage() {
|
|||||||
*/
|
*/
|
||||||
function flashMessage(message) {
|
function flashMessage(message) {
|
||||||
if (!text) {
|
if (!text) {
|
||||||
text = new St.Label({ style_class: 'screenshot-sizer-message' });
|
text = new St.Label({style_class: 'screenshot-sizer-message'});
|
||||||
Main.uiGroup.add_actor(text);
|
Main.uiGroup.add_actor(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -101,10 +101,6 @@ function cycleScreenshotSizes(display, window, binding) {
|
|||||||
for (let i = 0; i < scaledSizes.length; i++) {
|
for (let i = 0; i < scaledSizes.length; i++) {
|
||||||
let [width, height] = scaledSizes[i];
|
let [width, height] = scaledSizes[i];
|
||||||
|
|
||||||
// ignore sizes bigger than the workArea
|
|
||||||
if (width > workArea.width || height > workArea.height)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
// get the best initial window size
|
// get the best initial window size
|
||||||
let error = Math.abs(width - outerRect.width) + Math.abs(height - outerRect.height);
|
let error = Math.abs(width - outerRect.width) + Math.abs(height - outerRect.height);
|
||||||
if (nearestIndex === undefined || error < nearestError) {
|
if (nearestIndex === undefined || error < nearestError) {
|
||||||
@@ -125,8 +121,18 @@ function cycleScreenshotSizes(display, window, binding) {
|
|||||||
if (newY + newHeight > workArea.y + workArea.height)
|
if (newY + newHeight > workArea.y + workArea.height)
|
||||||
newY = Math.max(workArea.y + workArea.height - newHeight);
|
newY = Math.max(workArea.y + workArea.height - newHeight);
|
||||||
|
|
||||||
|
const id = window.connect('size-changed', () => {
|
||||||
|
window.disconnect(id);
|
||||||
|
_notifySizeChange(window);
|
||||||
|
});
|
||||||
window.move_resize_frame(true, newX, newY, newWidth, newHeight);
|
window.move_resize_frame(true, newX, newY, newWidth, newHeight);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param {Meta.Window} window - the window whose size changed
|
||||||
|
*/
|
||||||
|
function _notifySizeChange(window) {
|
||||||
|
const {scaleFactor} = St.ThemeContext.get_for_stage(global.stage);
|
||||||
let newOuterRect = window.get_frame_rect();
|
let newOuterRect = window.get_frame_rect();
|
||||||
let message = '%d×%d'.format(
|
let message = '%d×%d'.format(
|
||||||
newOuterRect.width / scaleFactor,
|
newOuterRect.width / scaleFactor,
|
||||||
|
|||||||
@@ -3,5 +3,6 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files('stylesheet.css')
|
||||||
|
|
||||||
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Load shell theme from ~/.local/share/themes/name/gnome-shell
|
// Load shell theme from ~/.local/share/themes/name/gnome-shell
|
||||||
/* exported init */
|
/* exported init */
|
||||||
|
|
||||||
const { Gio } = imports.gi;
|
const {Gio} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
// we use async/await here to not block the mainloop, not to parallelize
|
// we use async/await here to not block the mainloop, not to parallelize
|
||||||
/* eslint-disable no-await-in-loop */
|
/* eslint-disable no-await-in-loop */
|
||||||
|
|
||||||
const { Adw, Gio, GLib, GObject, Gtk } = imports.gi;
|
const {Adw, Gio, GLib, GObject, Gtk} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ class UserThemePrefsWidget extends Adw.PreferencesGroup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super({ title: 'Themes' });
|
super({title: 'Themes'});
|
||||||
|
|
||||||
this._actionGroup = new Gio.SimpleActionGroup();
|
this._actionGroup = new Gio.SimpleActionGroup();
|
||||||
this.insert_action_group('theme', this._actionGroup);
|
this.insert_action_group('theme', this._actionGroup);
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/* none used */
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
/* exported getThemeDirs getModeThemeDirs */
|
/* exported getThemeDirs getModeThemeDirs */
|
||||||
const { GLib } = imports.gi;
|
const {GLib} = imports.gi;
|
||||||
|
|
||||||
const fn = (...args) => GLib.build_filenamev(args);
|
const fn = (...args) => GLib.build_filenamev(args);
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* exported init */
|
/* exported init */
|
||||||
const { Clutter, Gio, GLib, GObject, Gtk, Meta, Shell, St } = imports.gi;
|
const {Clutter, Gio, GLib, GObject, Gtk, Meta, Shell, St} = imports.gi;
|
||||||
|
|
||||||
const DND = imports.ui.dnd;
|
const DND = imports.ui.dnd;
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
@@ -8,14 +8,17 @@ const Overview = imports.ui.overview;
|
|||||||
const PopupMenu = imports.ui.popupMenu;
|
const PopupMenu = imports.ui.popupMenu;
|
||||||
|
|
||||||
const Me = ExtensionUtils.getCurrentExtension();
|
const Me = ExtensionUtils.getCurrentExtension();
|
||||||
const { WindowPicker, WindowPickerToggle } = Me.imports.windowPicker;
|
const {WindowPicker, WindowPickerToggle} = Me.imports.windowPicker;
|
||||||
const { WorkspaceIndicator } = Me.imports.workspaceIndicator;
|
const {WorkspaceIndicator} = Me.imports.workspaceIndicator;
|
||||||
|
|
||||||
const _ = ExtensionUtils.gettext;
|
const _ = ExtensionUtils.gettext;
|
||||||
|
|
||||||
const ICON_TEXTURE_SIZE = 24;
|
const ICON_TEXTURE_SIZE = 24;
|
||||||
const DND_ACTIVATE_TIMEOUT = 500;
|
const DND_ACTIVATE_TIMEOUT = 500;
|
||||||
|
|
||||||
|
const TOOLTIP_OFFSET = 6;
|
||||||
|
const TOOLTIP_ANIMATION_TIME = 150;
|
||||||
|
|
||||||
const GroupingMode = {
|
const GroupingMode = {
|
||||||
NEVER: 0,
|
NEVER: 0,
|
||||||
AUTO: 1,
|
AUTO: 1,
|
||||||
@@ -120,9 +123,9 @@ class WindowTitle extends St.BoxLayout {
|
|||||||
|
|
||||||
this._metaWindow = metaWindow;
|
this._metaWindow = metaWindow;
|
||||||
|
|
||||||
this._icon = new St.Bin({ style_class: 'window-button-icon' });
|
this._icon = new St.Bin({style_class: 'window-button-icon'});
|
||||||
this.add(this._icon);
|
this.add(this._icon);
|
||||||
this.label_actor = new St.Label({ y_align: Clutter.ActorAlign.CENTER });
|
this.label_actor = new St.Label({y_align: Clutter.ActorAlign.CENTER});
|
||||||
this.label_actor.clutter_text.single_line_mode = true;
|
this.label_actor.clutter_text.single_line_mode = true;
|
||||||
this.add(this.label_actor);
|
this.add(this.label_actor);
|
||||||
|
|
||||||
@@ -224,6 +227,12 @@ class BaseButton extends St.Button {
|
|||||||
'window-left-monitor',
|
'window-left-monitor',
|
||||||
this._windowEnteredOrLeftMonitor.bind(this));
|
this._windowEnteredOrLeftMonitor.bind(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._tooltip = new Tooltip(this, {
|
||||||
|
style_class: 'dash-label',
|
||||||
|
visible: false,
|
||||||
|
});
|
||||||
|
Main.uiGroup.add_child(this._tooltip);
|
||||||
}
|
}
|
||||||
|
|
||||||
get active() {
|
get active() {
|
||||||
@@ -246,6 +255,48 @@ class BaseButton extends St.Button {
|
|||||||
this._updateVisibility();
|
this._updateVisibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_setLongPressTimeout() {
|
||||||
|
if (this._longPressTimeoutId)
|
||||||
|
return;
|
||||||
|
|
||||||
|
const {longPressDuration} = Clutter.Settings.get_default();
|
||||||
|
this._longPressTimeoutId =
|
||||||
|
GLib.timeout_add(GLib.PRIORITY_DEFAULT, longPressDuration, () => {
|
||||||
|
delete this._longPressTimeoutId;
|
||||||
|
|
||||||
|
if (this._canOpenPopupMenu() && !this._contextMenu.isOpen)
|
||||||
|
this._openMenu(this._contextMenu);
|
||||||
|
return GLib.SOURCE_REMOVE;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
_removeLongPressTimeout() {
|
||||||
|
if (!this._longPressTimeoutId)
|
||||||
|
return;
|
||||||
|
GLib.source_remove(this._longPressTimeoutId);
|
||||||
|
delete this._longPressTimeoutId;
|
||||||
|
}
|
||||||
|
|
||||||
|
vfunc_button_press_event(buttonEvent) {
|
||||||
|
if (buttonEvent.button === 1)
|
||||||
|
this._setLongPressTimeout();
|
||||||
|
return super.vfunc_button_press_event(buttonEvent);
|
||||||
|
}
|
||||||
|
|
||||||
|
vfunc_button_release_event(buttonEvent) {
|
||||||
|
this._removeLongPressTimeout();
|
||||||
|
|
||||||
|
return super.vfunc_button_release_event(buttonEvent);
|
||||||
|
}
|
||||||
|
|
||||||
|
vfunc_touch_event(touchEvent) {
|
||||||
|
if (touchEvent.type === Clutter.EventType.TOUCH_BEGIN)
|
||||||
|
this._setLongPressTimeout();
|
||||||
|
else if (touchEvent.type === Clutter.EventType.TOUCH_END)
|
||||||
|
this._removeLongPressTimeout();
|
||||||
|
return super.vfunc_touch_event(touchEvent);
|
||||||
|
}
|
||||||
|
|
||||||
activate() {
|
activate() {
|
||||||
if (this.active)
|
if (this.active)
|
||||||
return;
|
return;
|
||||||
@@ -349,6 +400,8 @@ class BaseButton extends St.Button {
|
|||||||
if (this._windowLeftMonitorId)
|
if (this._windowLeftMonitorId)
|
||||||
global.display.disconnect(this._windowLeftMonitorId);
|
global.display.disconnect(this._windowLeftMonitorId);
|
||||||
this._windowLeftMonitorId = 0;
|
this._windowLeftMonitorId = 0;
|
||||||
|
|
||||||
|
this._tooltip.destroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -391,7 +444,7 @@ class WindowButton extends BaseButton {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (button === 1)
|
if (!button || button === 1)
|
||||||
this._minimizeOrActivateWindow(this.metaWindow);
|
this._minimizeOrActivateWindow(this.metaWindow);
|
||||||
else
|
else
|
||||||
this._openMenu(this._contextMenu);
|
this._openMenu(this._contextMenu);
|
||||||
@@ -501,7 +554,7 @@ class AppButton extends BaseButton {
|
|||||||
this.app = app;
|
this.app = app;
|
||||||
this._updateVisibility();
|
this._updateVisibility();
|
||||||
|
|
||||||
let stack = new St.Widget({ layout_manager: new Clutter.BinLayout() });
|
let stack = new St.Widget({layout_manager: new Clutter.BinLayout()});
|
||||||
this.set_child(stack);
|
this.set_child(stack);
|
||||||
|
|
||||||
this._singleWindowTitle = new St.Bin({
|
this._singleWindowTitle = new St.Bin({
|
||||||
@@ -637,7 +690,7 @@ class AppButton extends BaseButton {
|
|||||||
if (contextMenuWasOpen)
|
if (contextMenuWasOpen)
|
||||||
this._contextMenu.close();
|
this._contextMenu.close();
|
||||||
|
|
||||||
if (button === 1) {
|
if (!button || button === 1) {
|
||||||
if (menuWasOpen)
|
if (menuWasOpen)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -700,7 +753,7 @@ class WindowList extends St.Widget {
|
|||||||
this._perMonitor = perMonitor;
|
this._perMonitor = perMonitor;
|
||||||
this._monitor = monitor;
|
this._monitor = monitor;
|
||||||
|
|
||||||
let box = new St.BoxLayout({ x_expand: true, y_expand: true });
|
let box = new St.BoxLayout({x_expand: true, y_expand: true});
|
||||||
this.add_actor(box);
|
this.add_actor(box);
|
||||||
|
|
||||||
let toggle = new WindowPickerToggle();
|
let toggle = new WindowPickerToggle();
|
||||||
@@ -709,7 +762,7 @@ class WindowList extends St.Widget {
|
|||||||
toggle.connect('notify::checked',
|
toggle.connect('notify::checked',
|
||||||
this._updateWindowListVisibility.bind(this));
|
this._updateWindowListVisibility.bind(this));
|
||||||
|
|
||||||
let layout = new Clutter.BoxLayout({ homogeneous: true });
|
let layout = new Clutter.BoxLayout({homogeneous: true});
|
||||||
this._windowList = new St.Widget({
|
this._windowList = new St.Widget({
|
||||||
style_class: 'window-list',
|
style_class: 'window-list',
|
||||||
reactive: true,
|
reactive: true,
|
||||||
@@ -727,13 +780,13 @@ class WindowList extends St.Widget {
|
|||||||
});
|
});
|
||||||
this._windowList.connect('scroll-event', this._onScrollEvent.bind(this));
|
this._windowList.connect('scroll-event', this._onScrollEvent.bind(this));
|
||||||
|
|
||||||
let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END });
|
let indicatorsBox = new St.BoxLayout({x_align: Clutter.ActorAlign.END});
|
||||||
box.add(indicatorsBox);
|
box.add(indicatorsBox);
|
||||||
|
|
||||||
this._workspaceIndicator = new WorkspaceIndicator();
|
this._workspaceIndicator = new WorkspaceIndicator();
|
||||||
indicatorsBox.add_child(this._workspaceIndicator.container);
|
indicatorsBox.add_child(this._workspaceIndicator.container);
|
||||||
|
|
||||||
this._mutterSettings = new Gio.Settings({ schema_id: 'org.gnome.mutter' });
|
this._mutterSettings = new Gio.Settings({schema_id: 'org.gnome.mutter'});
|
||||||
this._workspacesOnlyOnPrimaryChangedId = this._mutterSettings.connect(
|
this._workspacesOnlyOnPrimaryChangedId = this._mutterSettings.connect(
|
||||||
'changed::workspaces-only-on-primary',
|
'changed::workspaces-only-on-primary',
|
||||||
this._updateWorkspaceIndicatorVisibility.bind(this));
|
this._updateWorkspaceIndicatorVisibility.bind(this));
|
||||||
@@ -790,7 +843,7 @@ class WindowList extends St.Widget {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this._overviewHidingId = Main.overview.connect('hidden', () => {
|
this._overviewHidingId = Main.overview.connect('hidden', () => {
|
||||||
this.visible = !Main.layoutManager.primaryMonitor.inFullscreen;
|
this.visible = !this._monitor.inFullscreen;
|
||||||
this._updateKeyboardAnchor();
|
this._updateKeyboardAnchor();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -818,8 +871,8 @@ class WindowList extends St.Widget {
|
|||||||
this._dndWindow = null;
|
this._dndWindow = null;
|
||||||
|
|
||||||
this._settings = ExtensionUtils.getSettings();
|
this._settings = ExtensionUtils.getSettings();
|
||||||
this._groupingModeChangedId = this._settings.connect(
|
this._settings.connect('changed::grouping-mode',
|
||||||
'changed::grouping-mode', this._groupingModeChanged.bind(this));
|
() => this._groupingModeChanged());
|
||||||
this._grouped = undefined;
|
this._grouped = undefined;
|
||||||
this._groupingModeChanged();
|
this._groupingModeChanged();
|
||||||
}
|
}
|
||||||
@@ -876,7 +929,7 @@ class WindowList extends St.Widget {
|
|||||||
|
|
||||||
let children = this._windowList.get_children();
|
let children = this._windowList.get_children();
|
||||||
let [, childWidth] = children[0].get_preferred_width(-1);
|
let [, childWidth] = children[0].get_preferred_width(-1);
|
||||||
let { spacing } = this._windowList.layout_manager;
|
let {spacing} = this._windowList.layout_manager;
|
||||||
|
|
||||||
let workspace = global.workspace_manager.get_active_workspace();
|
let workspace = global.workspace_manager.get_active_workspace();
|
||||||
let windows = global.display.get_tab_list(Meta.TabList.NORMAL, workspace);
|
let windows = global.display.get_tab_list(Meta.TabList.NORMAL, workspace);
|
||||||
@@ -998,7 +1051,7 @@ class WindowList extends St.Widget {
|
|||||||
const id = this._windowSignals.get(win);
|
const id = this._windowSignals.get(win);
|
||||||
if (id)
|
if (id)
|
||||||
win.disconnect(id);
|
win.disconnect(id);
|
||||||
this._windowSignals.delete(id);
|
this._windowSignals.delete(win);
|
||||||
|
|
||||||
let children = this._windowList.get_children();
|
let children = this._windowList.get_children();
|
||||||
let child = children.find(c => c.metaWindow === win);
|
let child = children.find(c => c.metaWindow === win);
|
||||||
@@ -1088,7 +1141,7 @@ class WindowList extends St.Widget {
|
|||||||
Main.xdndHandler.disconnect(this._dragBeginId);
|
Main.xdndHandler.disconnect(this._dragBeginId);
|
||||||
Main.xdndHandler.disconnect(this._dragEndId);
|
Main.xdndHandler.disconnect(this._dragEndId);
|
||||||
|
|
||||||
this._settings.disconnect(this._groupingModeChangedId);
|
this._settings.run_dispose();
|
||||||
|
|
||||||
let windows = global.get_window_actors();
|
let windows = global.get_window_actors();
|
||||||
for (let i = 0; i < windows.length; i++)
|
for (let i = 0; i < windows.length; i++)
|
||||||
@@ -1163,6 +1216,70 @@ class Extension {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class Tooltip extends St.Label {
|
||||||
|
static {
|
||||||
|
GObject.registerClass(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
constructor(widget, params) {
|
||||||
|
super(params);
|
||||||
|
|
||||||
|
this._widget = widget;
|
||||||
|
|
||||||
|
this._widget.connect('notify::hover', () => {
|
||||||
|
if (this._widget.hover)
|
||||||
|
this.open();
|
||||||
|
else
|
||||||
|
this.close();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
open() {
|
||||||
|
const buttonTitleWidget = this._widget.label_actor;
|
||||||
|
const [, , preferredTitleWidth] = buttonTitleWidget.get_preferred_size();
|
||||||
|
const maxTitleWidth = buttonTitleWidget.allocation.get_width();
|
||||||
|
const isTitleFullyShown = preferredTitleWidth <= maxTitleWidth;
|
||||||
|
|
||||||
|
if (isTitleFullyShown)
|
||||||
|
return;
|
||||||
|
|
||||||
|
this.set({
|
||||||
|
text: this._widget.label_actor.get_text(),
|
||||||
|
visible: true,
|
||||||
|
opacity: 0,
|
||||||
|
});
|
||||||
|
|
||||||
|
const [stageX, stageY] = this._widget.get_transformed_position();
|
||||||
|
const thumbWidth = this._widget.allocation.get_width();
|
||||||
|
const tipWidth = this.width;
|
||||||
|
const tipHeight = this.height;
|
||||||
|
const xOffset = Math.floor((thumbWidth - tipWidth) / 2);
|
||||||
|
const monitor = Main.layoutManager.findMonitorForActor(this);
|
||||||
|
const x = Math.clamp(
|
||||||
|
stageX + xOffset,
|
||||||
|
monitor.x,
|
||||||
|
monitor.x + monitor.width - tipWidth);
|
||||||
|
const y = stageY - tipHeight - TOOLTIP_OFFSET;
|
||||||
|
this.set_position(x, y);
|
||||||
|
|
||||||
|
this.ease({
|
||||||
|
opacity: 255,
|
||||||
|
duration: TOOLTIP_ANIMATION_TIME,
|
||||||
|
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||||
|
onComplete: () => (this.visible = this._widget.hover),
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
close() {
|
||||||
|
this.ease({
|
||||||
|
opacity: 0,
|
||||||
|
duration: TOOLTIP_ANIMATION_TIME,
|
||||||
|
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||||
|
onComplete: () => (this.visible = this._widget.hover),
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {Extension} - the extension's state object
|
* @returns {Extension} - the extension's state object
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files(
|
||||||
|
'stylesheet-dark.css',
|
||||||
|
'stylesheet-light.css'
|
||||||
|
)
|
||||||
|
|
||||||
extension_sources += files('prefs.js', 'windowPicker.js', 'workspaceIndicator.js')
|
extension_sources += files('prefs.js', 'windowPicker.js', 'workspaceIndicator.js')
|
||||||
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|
||||||
|
|
||||||
if classic_mode_enabled
|
|
||||||
extension_data += files('classic.css')
|
|
||||||
endif
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
||||||
/* exported init buildPrefsWidget */
|
/* exported init buildPrefsWidget */
|
||||||
|
|
||||||
const { Adw, Gio, GLib, GObject, Gtk } = imports.gi;
|
const {Adw, Gio, GLib, GObject, Gtk} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
|
|
||||||
@@ -37,12 +37,12 @@ class WindowListPrefsWidget extends Adw.PreferencesPage {
|
|||||||
this.add(groupingGroup);
|
this.add(groupingGroup);
|
||||||
|
|
||||||
const modes = [
|
const modes = [
|
||||||
{ mode: 'never', title: _('Never group windows') },
|
{mode: 'never', title: _('Never group windows')},
|
||||||
{ mode: 'auto', title: _('Group windows when space is limited') },
|
{mode: 'auto', title: _('Group windows when space is limited')},
|
||||||
{ mode: 'always', title: _('Always group windows') },
|
{mode: 'always', title: _('Always group windows')},
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const { mode, title } of modes) {
|
for (const {mode, title} of modes) {
|
||||||
const check = new Gtk.CheckButton({
|
const check = new Gtk.CheckButton({
|
||||||
action_name: 'window-list.grouping-mode',
|
action_name: 'window-list.grouping-mode',
|
||||||
action_target: new GLib.Variant('s', mode),
|
action_target: new GLib.Variant('s', mode),
|
||||||
|
|||||||
113
extensions/window-list/stylesheet-dark.css
Normal file
113
extensions/window-list/stylesheet-dark.css
Normal file
@@ -0,0 +1,113 @@
|
|||||||
|
.window-list {
|
||||||
|
spacing: 2px;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-panel {
|
||||||
|
background-color: #000000;
|
||||||
|
border-top-width: 0px;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button {
|
||||||
|
padding: 2px, 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button:first-child:ltr {
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button:last-child:rtl {
|
||||||
|
padding-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button-box {
|
||||||
|
spacing: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button > StWidget,
|
||||||
|
.window-picker-toggle > StWidget {
|
||||||
|
color: #bbb;
|
||||||
|
background-color: #1d1d1d;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 3px 6px 1px;
|
||||||
|
transition: 100ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button > StWidget {
|
||||||
|
-st-natural-width: 18.75em;
|
||||||
|
max-width: 18.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button:hover > StWidget,
|
||||||
|
.window-picker-toggle:hover > StWidget {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #303030;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button:active > StWidget,
|
||||||
|
.window-button:focus > StWidget {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #3f3f3f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button.focused > StWidget,
|
||||||
|
.window-picker-toggle:checked > StWidget {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #3f3f3f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button.focused:active > StWidget,
|
||||||
|
.window-picker-toggle:checked:active > StWidget {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #3f3f3f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button.minimized > StWidget {
|
||||||
|
color: #666;
|
||||||
|
background-color: #161616;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button.minimized:active > StWidget {
|
||||||
|
color: #666;
|
||||||
|
background-color: #161616;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-button-icon {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-list-workspace-indicator .status-label-bin {
|
||||||
|
background-color: rgba(200, 200, 200, 0.3);
|
||||||
|
padding: 0 3px;
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-list-workspace-indicator .workspaces-box {
|
||||||
|
spacing: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-list-workspace-indicator .workspace {
|
||||||
|
width: 52px;
|
||||||
|
border-radius: 4px;
|
||||||
|
background-color: #1e1e1e;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-list-workspace-indicator .workspace.active {
|
||||||
|
background-color: #3f3f3f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-list-window-preview {
|
||||||
|
background-color: #bebebe;
|
||||||
|
border-radius: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.window-list-window-preview.active {
|
||||||
|
background-color: #d4d4d4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
@import url("stylesheet.css");
|
@import url("stylesheet-dark.css");
|
||||||
|
|
||||||
#panel.bottom-panel {
|
#panel.bottom-panel {
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
@@ -1,115 +0,0 @@
|
|||||||
.window-list {
|
|
||||||
spacing: 2px;
|
|
||||||
font-size: 10pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button {
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button:first-child:ltr {
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button:last-child:rtl {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button-box {
|
|
||||||
spacing: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button > StWidget,
|
|
||||||
.window-picker-toggle > StWidget {
|
|
||||||
color: #bbb;
|
|
||||||
background-color: black;
|
|
||||||
border-radius: 2px;
|
|
||||||
padding: 3px 6px 1px;
|
|
||||||
box-shadow: inset 1px 1px 4px rgba(255,255,255,0.5);
|
|
||||||
text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-picker-toggle {
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-picker-toggle > StWidet {
|
|
||||||
border: 1px solid rgba(255,255,255,0.3);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button > StWidget {
|
|
||||||
-st-natural-width: 18.75em;
|
|
||||||
max-width: 18.75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button:hover > StWidget,
|
|
||||||
.window-picker-toggle:hover > StWidget {
|
|
||||||
color: white;
|
|
||||||
background-color: #1f1f1f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button:active > StWidget,
|
|
||||||
.window-button:focus > StWidget {
|
|
||||||
box-shadow: inset 2px 2px 4px rgba(255,255,255,0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button.focused > StWidget,
|
|
||||||
.window-picker-toggle:checked > StWidget {
|
|
||||||
color: white;
|
|
||||||
box-shadow: inset 1px 1px 4px rgba(255,255,255,0.7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button.focused:active > StWidget,
|
|
||||||
.window-picker-toggle:checked:active > StWidget {
|
|
||||||
box-shadow: inset 2px 2px 4px rgba(255,255,255,0.7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button.minimized > StWidget {
|
|
||||||
color: #666;
|
|
||||||
box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button.minimized:active > StWidget {
|
|
||||||
box-shadow: inset -2px -2px 4px rgba(255,255,255,0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-button-icon {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-list-workspace-indicator .status-label-bin {
|
|
||||||
background-color: rgba(200, 200, 200, .3);
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
padding: 0 3px;
|
|
||||||
margin: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-list-workspace-indicator .workspaces-box {
|
|
||||||
spacing: 3px;
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-list-workspace-indicator .workspace {
|
|
||||||
border: 2px solid #000;
|
|
||||||
width: 52px;
|
|
||||||
border-radius: 4px;
|
|
||||||
background-color: #595959;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-list-workspace-indicator .workspace.active {
|
|
||||||
border-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-list-window-preview {
|
|
||||||
background-color: #bebebe;
|
|
||||||
border: 1px solid #828282;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-list-window-preview.active {
|
|
||||||
background-color: #d4d4d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notification {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
/* exported WindowPicker, WindowPickerToggle */
|
/* exported WindowPicker, WindowPickerToggle */
|
||||||
const { Clutter, GObject, Shell, St } = imports.gi;
|
const {Clutter, GObject, Shell, St} = imports.gi;
|
||||||
|
|
||||||
const Layout = imports.ui.layout;
|
const Layout = imports.ui.layout;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
const { WorkspacesDisplay } = imports.ui.workspacesView;
|
const {WorkspacesDisplay} = imports.ui.workspacesView;
|
||||||
const Workspace = imports.ui.workspace;
|
const Workspace = imports.ui.workspace;
|
||||||
|
|
||||||
const { VIGNETTE_BRIGHTNESS } = imports.ui.lightbox;
|
const {VIGNETTE_BRIGHTNESS} = imports.ui.lightbox;
|
||||||
const {
|
const {
|
||||||
SIDE_CONTROLS_ANIMATION_TIME,
|
SIDE_CONTROLS_ANIMATION_TIME,
|
||||||
OverviewAdjustment,
|
OverviewAdjustment,
|
||||||
@@ -90,7 +90,7 @@ class MyWorkspace extends Workspace.Workspace {
|
|||||||
|
|
||||||
this._adjChangedId =
|
this._adjChangedId =
|
||||||
this._overviewAdjustment.connect('notify::value', () => {
|
this._overviewAdjustment.connect('notify::value', () => {
|
||||||
const { value: progress } = this._overviewAdjustment;
|
const {value: progress} = this._overviewAdjustment;
|
||||||
const brightness = 1 - (1 - VIGNETTE_BRIGHTNESS) * progress;
|
const brightness = 1 - (1 - VIGNETTE_BRIGHTNESS) * progress;
|
||||||
for (const bg of this._background?._backgroundGroup ?? []) {
|
for (const bg of this._background?._backgroundGroup ?? []) {
|
||||||
bg.content.set({
|
bg.content.set({
|
||||||
@@ -151,7 +151,7 @@ class MyWorkspaceBackground extends Workspace.WorkspaceBackground {
|
|||||||
|
|
||||||
var WindowPicker = class WindowPicker extends Clutter.Actor {
|
var WindowPicker = class WindowPicker extends Clutter.Actor {
|
||||||
static [GObject.signals] = {
|
static [GObject.signals] = {
|
||||||
'open-state-changed': { param_types: [GObject.TYPE_BOOLEAN] },
|
'open-state-changed': {param_types: [GObject.TYPE_BOOLEAN]},
|
||||||
};
|
};
|
||||||
|
|
||||||
static {
|
static {
|
||||||
@@ -159,7 +159,7 @@ var WindowPicker = class WindowPicker extends Clutter.Actor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super({ reactive: true });
|
super({reactive: true});
|
||||||
|
|
||||||
this._visible = false;
|
this._visible = false;
|
||||||
this._modal = false;
|
this._modal = false;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* exported WorkspaceIndicator */
|
/* exported WorkspaceIndicator */
|
||||||
const { Clutter, Gio, GObject, Meta, St } = imports.gi;
|
const {Clutter, Gio, GObject, Meta, St} = imports.gi;
|
||||||
|
|
||||||
const DND = imports.ui.dnd;
|
const DND = imports.ui.dnd;
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
@@ -25,7 +25,7 @@ class WindowPreview extends St.Button {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this._delegate = this;
|
this._delegate = this;
|
||||||
DND.makeDraggable(this, { restoreOnSuccess: true });
|
DND.makeDraggable(this, {restoreOnSuccess: true});
|
||||||
|
|
||||||
this._window = window;
|
this._window = window;
|
||||||
|
|
||||||
@@ -258,7 +258,7 @@ var WorkspaceIndicator = class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(0.0, _('Workspace Indicator'), true);
|
super(0.5, _('Workspace Indicator'), true);
|
||||||
this.setMenu(new PopupMenu.PopupMenu(this, 0.0, St.Side.BOTTOM));
|
this.setMenu(new PopupMenu.PopupMenu(this, 0.0, St.Side.BOTTOM));
|
||||||
this.add_style_class_name('window-list-workspace-indicator');
|
this.add_style_class_name('window-list-workspace-indicator');
|
||||||
this.remove_style_class_name('panel-button');
|
this.remove_style_class_name('panel-button');
|
||||||
@@ -274,7 +274,7 @@ var WorkspaceIndicator = class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
let workspaceManager = global.workspace_manager;
|
let workspaceManager = global.workspace_manager;
|
||||||
|
|
||||||
this._currentWorkspace = workspaceManager.get_active_workspace_index();
|
this._currentWorkspace = workspaceManager.get_active_workspace_index();
|
||||||
this._statusLabel = new St.Label({ text: this._getStatusText() });
|
this._statusLabel = new St.Label({text: this._getStatusText()});
|
||||||
|
|
||||||
this._statusBin = new St.Bin({
|
this._statusBin = new St.Bin({
|
||||||
style_class: 'status-label-bin',
|
style_class: 'status-label-bin',
|
||||||
@@ -309,7 +309,7 @@ var WorkspaceIndicator = class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
this._updateThumbnails();
|
this._updateThumbnails();
|
||||||
this._updateThumbnailVisibility();
|
this._updateThumbnailVisibility();
|
||||||
|
|
||||||
this._settings = new Gio.Settings({ schema_id: 'org.gnome.desktop.wm.preferences' });
|
this._settings = new Gio.Settings({schema_id: 'org.gnome.desktop.wm.preferences'});
|
||||||
this._settingsChangedId = this._settings.connect(
|
this._settingsChangedId = this._settings.connect(
|
||||||
'changed::workspace-names', this._updateMenuLabels.bind(this));
|
'changed::workspace-names', this._updateMenuLabels.bind(this));
|
||||||
}
|
}
|
||||||
@@ -327,7 +327,7 @@ var WorkspaceIndicator = class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_updateThumbnailVisibility() {
|
_updateThumbnailVisibility() {
|
||||||
const { workspaceManager } = global;
|
const {workspaceManager} = global;
|
||||||
const vertical = workspaceManager.layout_rows === -1;
|
const vertical = workspaceManager.layout_rows === -1;
|
||||||
const useMenu =
|
const useMenu =
|
||||||
vertical || workspaceManager.n_workspaces > MAX_THUMBNAILS;
|
vertical || workspaceManager.n_workspaces > MAX_THUMBNAILS;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
/* exported init */
|
/* exported init */
|
||||||
const { Clutter, Graphene, GObject, St } = imports.gi;
|
const {Clutter, Graphene, GObject, St} = imports.gi;
|
||||||
|
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
const OverviewControls = imports.ui.overviewControls;
|
const OverviewControls = imports.ui.overviewControls;
|
||||||
@@ -53,13 +53,13 @@ class MyWorkspace extends Workspace.Workspace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getWindowWithTooltip(id) {
|
getWindowWithTooltip(id) {
|
||||||
const { layoutManager } = this._container;
|
const {layoutManager} = this._container;
|
||||||
const slot = layoutManager._windowSlots[id - 1];
|
const slot = layoutManager._windowSlots[id - 1];
|
||||||
return slot ? slot[WINDOW_SLOT].metaWindow : null;
|
return slot ? slot[WINDOW_SLOT].metaWindow : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
showWindowsTooltips() {
|
showWindowsTooltips() {
|
||||||
const { layoutManager } = this._container;
|
const {layoutManager} = this._container;
|
||||||
for (let i = 0; i < layoutManager._windowSlots.length; i++) {
|
for (let i = 0; i < layoutManager._windowSlots.length; i++) {
|
||||||
if (layoutManager._windowSlots[i])
|
if (layoutManager._windowSlots[i])
|
||||||
layoutManager._windowSlots[i][WINDOW_SLOT].showTooltip(`${i + 1}`);
|
layoutManager._windowSlots[i][WINDOW_SLOT].showTooltip(`${i + 1}`);
|
||||||
@@ -67,7 +67,7 @@ class MyWorkspace extends Workspace.Workspace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hideWindowsTooltips() {
|
hideWindowsTooltips() {
|
||||||
const { layoutManager } = this._container;
|
const {layoutManager} = this._container;
|
||||||
for (let i in layoutManager._windowSlots) {
|
for (let i in layoutManager._windowSlots) {
|
||||||
if (layoutManager._windowSlots[i])
|
if (layoutManager._windowSlots[i])
|
||||||
layoutManager._windowSlots[i][WINDOW_SLOT].hideTooltip();
|
layoutManager._windowSlots[i][WINDOW_SLOT].hideTooltip();
|
||||||
@@ -93,13 +93,13 @@ class MyWorkspace extends Workspace.Workspace {
|
|||||||
this._text.add_constraint(new Clutter.AlignConstraint({
|
this._text.add_constraint(new Clutter.AlignConstraint({
|
||||||
source: this.windowContainer,
|
source: this.windowContainer,
|
||||||
align_axis: Clutter.AlignAxis.X_AXIS,
|
align_axis: Clutter.AlignAxis.X_AXIS,
|
||||||
pivot_point: new Graphene.Point({ x: 0.5, y: -1 }),
|
pivot_point: new Graphene.Point({x: 0.5, y: -1}),
|
||||||
factor: this._closeButtonSide === St.Side.LEFT ? 1 : 0,
|
factor: this._closeButtonSide === St.Side.LEFT ? 1 : 0,
|
||||||
}));
|
}));
|
||||||
this._text.add_constraint(new Clutter.AlignConstraint({
|
this._text.add_constraint(new Clutter.AlignConstraint({
|
||||||
source: this.windowContainer,
|
source: this.windowContainer,
|
||||||
align_axis: Clutter.AlignAxis.Y_AXIS,
|
align_axis: Clutter.AlignAxis.Y_AXIS,
|
||||||
pivot_point: new Graphene.Point({ x: -1, y: 0.5 }),
|
pivot_point: new Graphene.Point({x: -1, y: 0.5}),
|
||||||
factor: 0,
|
factor: 0,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ class MyWorkspace extends Workspace.Workspace {
|
|||||||
}).call(clone);
|
}).call(clone);
|
||||||
|
|
||||||
clone.showTooltip = function (text) {
|
clone.showTooltip = function (text) {
|
||||||
this._text.set({ text });
|
this._text.set({text});
|
||||||
this._text.show();
|
this._text.show();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -170,7 +170,7 @@ class MyWorkspacesView extends WorkspacesView.WorkspacesView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_onKeyPress(s, o) {
|
_onKeyPress(s, o) {
|
||||||
const { ControlsState } = OverviewControls;
|
const {ControlsState} = OverviewControls;
|
||||||
if (this._overviewAdjustment.value !== ControlsState.WINDOW_PICKER)
|
if (this._overviewAdjustment.value !== ControlsState.WINDOW_PICKER)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files('stylesheet.css')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
||||||
/* exported init enable disable */
|
/* exported init enable disable */
|
||||||
|
|
||||||
const { Clutter, Gio, GObject, Meta, St } = imports.gi;
|
const {Clutter, Gio, GObject, Meta, St} = imports.gi;
|
||||||
|
|
||||||
const DND = imports.ui.dnd;
|
const DND = imports.ui.dnd;
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
@@ -30,7 +30,7 @@ class WindowPreview extends St.Button {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this._delegate = this;
|
this._delegate = this;
|
||||||
DND.makeDraggable(this, { restoreOnSuccess: true });
|
DND.makeDraggable(this, {restoreOnSuccess: true});
|
||||||
|
|
||||||
this._window = window;
|
this._window = window;
|
||||||
|
|
||||||
@@ -263,7 +263,7 @@ class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(0.0, _('Workspace Indicator'));
|
super(0.5, _('Workspace Indicator'));
|
||||||
|
|
||||||
let container = new St.Widget({
|
let container = new St.Widget({
|
||||||
layout_manager: new Clutter.BinLayout(),
|
layout_manager: new Clutter.BinLayout(),
|
||||||
@@ -310,7 +310,7 @@ class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
this._updateThumbnails();
|
this._updateThumbnails();
|
||||||
this._updateThumbnailVisibility();
|
this._updateThumbnailVisibility();
|
||||||
|
|
||||||
this._settings = new Gio.Settings({ schema_id: WORKSPACE_SCHEMA });
|
this._settings = new Gio.Settings({schema_id: WORKSPACE_SCHEMA});
|
||||||
this._settingsChangedId = this._settings.connect(
|
this._settingsChangedId = this._settings.connect(
|
||||||
`changed::${WORKSPACE_KEY}`,
|
`changed::${WORKSPACE_KEY}`,
|
||||||
this._updateMenuLabels.bind(this));
|
this._updateMenuLabels.bind(this));
|
||||||
@@ -331,7 +331,7 @@ class WorkspaceIndicator extends PanelMenu.Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_updateThumbnailVisibility() {
|
_updateThumbnailVisibility() {
|
||||||
const { workspaceManager } = global;
|
const {workspaceManager} = global;
|
||||||
const vertical = workspaceManager.layout_rows === -1;
|
const vertical = workspaceManager.layout_rows === -1;
|
||||||
const useMenu =
|
const useMenu =
|
||||||
vertical || workspaceManager.n_workspaces > MAX_THUMBNAILS;
|
vertical || workspaceManager.n_workspaces > MAX_THUMBNAILS;
|
||||||
|
|||||||
@@ -3,5 +3,6 @@ extension_data += configure_file(
|
|||||||
output: metadata_name,
|
output: metadata_name,
|
||||||
configuration: metadata_conf
|
configuration: metadata_conf
|
||||||
)
|
)
|
||||||
|
extension_data += files('stylesheet.css')
|
||||||
|
|
||||||
extension_sources += files('prefs.js')
|
extension_sources += files('prefs.js')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
|
||||||
/* exported init buildPrefsWidget */
|
/* exported init buildPrefsWidget */
|
||||||
|
|
||||||
const { Adw, Gio, GLib, GObject, Gtk, Pango } = imports.gi;
|
const {Adw, Gio, GLib, GObject, Gtk, Pango} = imports.gi;
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ class WorkspacesList extends GObject.Object {
|
|||||||
GObject.registerClass(this);
|
GObject.registerClass(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings = new Gio.Settings({ schema_id: WORKSPACE_SCHEMA });
|
#settings = new Gio.Settings({schema_id: WORKSPACE_SCHEMA});
|
||||||
#names = this.#settings.get_strv(WORKSPACE_KEY);
|
#names = this.#settings.get_strv(WORKSPACE_KEY);
|
||||||
#items = Gtk.StringList.new(this.#names);
|
#items = Gtk.StringList.new(this.#names);
|
||||||
#changedId;
|
#changedId;
|
||||||
@@ -131,8 +131,8 @@ class WorkspaceSettingsWidget extends Adw.PreferencesGroup {
|
|||||||
|
|
||||||
this._workspaces = new WorkspacesList();
|
this._workspaces = new WorkspacesList();
|
||||||
|
|
||||||
const store = new Gio.ListStore({ item_type: Gio.ListModel });
|
const store = new Gio.ListStore({item_type: Gio.ListModel});
|
||||||
const listModel = new Gtk.FlattenListModel({ model: store });
|
const listModel = new Gtk.FlattenListModel({model: store});
|
||||||
store.append(this._workspaces);
|
store.append(this._workspaces);
|
||||||
store.append(new NewItemModel());
|
store.append(new NewItemModel());
|
||||||
|
|
||||||
@@ -157,7 +157,7 @@ class WorkspaceRow extends Adw.PreferencesRow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor(name) {
|
constructor(name) {
|
||||||
super({ name });
|
super({name});
|
||||||
|
|
||||||
const box = new Gtk.Box({
|
const box = new Gtk.Box({
|
||||||
spacing: 12,
|
spacing: 12,
|
||||||
|
|||||||
@@ -3,9 +3,10 @@ rules:
|
|||||||
- error
|
- error
|
||||||
- properties: never
|
- properties: never
|
||||||
allow: [^vfunc_, ^on_]
|
allow: [^vfunc_, ^on_]
|
||||||
object-curly-spacing:
|
consistent-return: error
|
||||||
|
eqeqeq:
|
||||||
- error
|
- error
|
||||||
- always
|
- smart
|
||||||
prefer-arrow-callback: error
|
prefer-arrow-callback: error
|
||||||
globals:
|
globals:
|
||||||
global: readonly
|
global: readonly
|
||||||
|
|||||||
24
meson.build
24
meson.build
@@ -1,6 +1,6 @@
|
|||||||
project('gnome-shell-extensions',
|
project('gnome-shell-extensions',
|
||||||
version: '42.0',
|
version: '45.alpha',
|
||||||
meson_version: '>= 0.53.0',
|
meson_version: '>= 0.58.0',
|
||||||
license: 'GPL2+'
|
license: 'GPL2+'
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -15,7 +15,6 @@ datadir = get_option('datadir')
|
|||||||
shelldir = join_paths(datadir, 'gnome-shell')
|
shelldir = join_paths(datadir, 'gnome-shell')
|
||||||
extensiondir = join_paths(shelldir, 'extensions')
|
extensiondir = join_paths(shelldir, 'extensions')
|
||||||
modedir = join_paths(shelldir, 'modes')
|
modedir = join_paths(shelldir, 'modes')
|
||||||
themedir = join_paths(shelldir, 'theme')
|
|
||||||
|
|
||||||
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
|
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
|
||||||
sessiondir = join_paths(datadir, 'gnome-session', 'sessions')
|
sessiondir = join_paths(datadir, 'gnome-session', 'sessions')
|
||||||
@@ -37,6 +36,7 @@ classic_extensions = [
|
|||||||
default_extensions = classic_extensions
|
default_extensions = classic_extensions
|
||||||
default_extensions += [
|
default_extensions += [
|
||||||
'drive-menu',
|
'drive-menu',
|
||||||
|
'light-style',
|
||||||
'screenshot-window-sizer',
|
'screenshot-window-sizer',
|
||||||
'windowsNavigator',
|
'windowsNavigator',
|
||||||
'workspace-indicator'
|
'workspace-indicator'
|
||||||
@@ -93,7 +93,23 @@ endif
|
|||||||
subdir('extensions')
|
subdir('extensions')
|
||||||
subdir('po')
|
subdir('po')
|
||||||
|
|
||||||
meson.add_dist_script('meson/generate-stylesheets.py')
|
gnome.post_install(
|
||||||
|
glib_compile_schemas: true,
|
||||||
|
)
|
||||||
|
|
||||||
meson.add_dist_script('meson/check-version.py',
|
meson.add_dist_script('meson/check-version.py',
|
||||||
meson.project_version(),
|
meson.project_version(),
|
||||||
'NEWS')
|
'NEWS')
|
||||||
|
|
||||||
|
summary_options = {
|
||||||
|
'extensions': enabled_extensions,
|
||||||
|
'classic_mode': get_option('classic_mode'),
|
||||||
|
}
|
||||||
|
|
||||||
|
summary_dirs = {
|
||||||
|
'prefix': get_option('prefix'),
|
||||||
|
'datadir': get_option('datadir'),
|
||||||
|
}
|
||||||
|
|
||||||
|
summary(summary_dirs, section: 'Directories')
|
||||||
|
summary(summary_options, section: 'Build Options')
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
import os
|
|
||||||
from pathlib import PurePath
|
|
||||||
import subprocess
|
|
||||||
|
|
||||||
sourceroot = os.environ.get('MESON_SOURCE_ROOT')
|
|
||||||
distroot = os.environ.get('MESON_DIST_ROOT')
|
|
||||||
|
|
||||||
stylesheet_path = PurePath('data/gnome-classic.css')
|
|
||||||
src = PurePath(sourceroot, stylesheet_path.with_suffix('.scss'))
|
|
||||||
dst = PurePath(distroot, stylesheet_path)
|
|
||||||
subprocess.run(['sassc', '-a', src, dst], check=True)
|
|
||||||
@@ -33,6 +33,7 @@ id
|
|||||||
is
|
is
|
||||||
it
|
it
|
||||||
ja
|
ja
|
||||||
|
ka
|
||||||
kab
|
kab
|
||||||
kk
|
kk
|
||||||
km
|
km
|
||||||
|
|||||||
99
po/ab.po
99
po/ab.po
@@ -6,9 +6,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions main\n"
|
"Project-Id-Version: gnome-shell-extensions main\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues\n"
|
||||||
"issues\n"
|
"POT-Creation-Date: 2022-07-10 12:54+0000\n"
|
||||||
"POT-Creation-Date: 2022-02-12 02:08+0000\n"
|
|
||||||
"PO-Revision-Date: 2022-02-12 02:08+0000\n"
|
"PO-Revision-Date: 2022-02-12 02:08+0000\n"
|
||||||
"Last-Translator: Нанба Наала <naala-nanba@rambler.ru>, 2022\n"
|
"Last-Translator: Нанба Наала <naala-nanba@rambler.ru>, 2022\n"
|
||||||
"Language-Team: Abkhazian <ab@li.org>\n"
|
"Language-Team: Abkhazian <ab@li.org>\n"
|
||||||
@@ -34,11 +33,11 @@ msgstr "Аклассикатә GNOME Wayland аҟны"
|
|||||||
msgid "GNOME Classic on Xorg"
|
msgid "GNOME Classic on Xorg"
|
||||||
msgstr "Аклассикатә GNOME Xorg аҟны"
|
msgstr "Аклассикатә GNOME Xorg аҟны"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:112
|
#: extensions/apps-menu/extension.js:118
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Иалкаау"
|
msgstr "Иалкаау"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:370
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Аԥшьқәа"
|
msgstr "Аԥшьқәа"
|
||||||
|
|
||||||
@@ -50,29 +49,30 @@ msgstr "Аԥшьи аусуратә ҵакырақәа рыхьӡынҵеи"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr "Ацәаҳәақәа рыхьӡынҵа аиԥшрагәаҭага аԥшьы (desktop-фаил ахьӡ )"
|
msgstr ""
|
||||||
"змоу, зашьҭахь ҩ-кәаԥки аусуратә ҭыԥ аномери гылоу "
|
"Ацәаҳәақәа рыхьӡынҵа аиԥшрагәаҭага аԥшьы (desktop-фаил ахьӡ )змоу, зашьҭахь "
|
||||||
|
"ҩ-кәаԥки аусуратә ҭыԥ аномери гылоу "
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:19
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Аусуратә ҵакыра аԥҟаррақәа"
|
msgstr "Аусуратә ҵакыра аԥҟаррақәа"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:245
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Аԥҟара ацҵара"
|
msgstr "Аԥҟара ацҵара"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:123
|
#: extensions/drive-menu/extension.js:126
|
||||||
#: extensions/places-menu/placeDisplay.js:210
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Адиск «%s» аҭыгара залымшахеит:"
|
msgstr "Адиск «%s» аҭыгара залымшахеит:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:139
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Иаҿыҵуа аиҿартәырақәа"
|
msgstr "Иаҿыҵуа аиҿартәырақәа"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:161
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Афаил аартра"
|
msgstr "Афаил аартра"
|
||||||
|
|
||||||
@@ -85,9 +85,11 @@ msgid ""
|
|||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr "Шәхы иашәырхәа изыцҵоу аекран аҵакыра аминиатиура атыԥаркразы"
|
msgstr ""
|
||||||
"аекран аганқәа реизышәара ԥсахуа аҭыԥыркра шәыржәпала, анаҩс адаԥа ҳәаақәызҵо ашәагаа архәыҷразы"
|
"Шәхы иашәырхәа изыцҵоу аекран аҵакыра аминиатиура атыԥаркразыаекран аганқәа "
|
||||||
"ари ахышәара ахархәара аиуоит аминиатиура «natural» аҭыԥыркра алгоритм ахархәараан"
|
"реизышәара ԥсахуа аҭыԥыркра шәыржәпала, анаҩс адаԥа ҳәаақәызҵо ашәагаа "
|
||||||
|
"архәыҷразыари ахышәара ахархәара аиуоит аминиатиура «natural» аҭыԥыркра "
|
||||||
|
"алгоритм ахархәараан"
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
@@ -98,12 +100,13 @@ msgid ""
|
|||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr "Иалхзар, ахқәа аминиатиура хыхьтәи ахәҭаҟны аҭыԥ ааныркылалоит"
|
msgstr ""
|
||||||
"(ишыҟоу еиԥш ахқәа ҵаҟатәи аҭыԥ ааныркылоит).Ари ахышәара аԥсахраан,"
|
"Иалхзар, ахқәа аминиатиура хыхьтәи ахәҭаҟны аҭыԥ ааныркылалоит(ишыҟоу еиԥш "
|
||||||
"уи аус аура иалагарцазы, иаҭахуп Shell аиҭарура."
|
"ахқәа ҵаҟатәи аҭыԥ ааныркылоит).Ари ахышәара аԥсахраан,уи аус аура "
|
||||||
|
"иалагарцазы, иаҭахуп Shell аиҭарура."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:88
|
#: extensions/places-menu/extension.js:94
|
||||||
#: extensions/places-menu/extension.js:91
|
#: extensions/places-menu/extension.js:97
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Аҭыԥқәа"
|
msgstr "Аҭыԥқәа"
|
||||||
|
|
||||||
@@ -166,27 +169,27 @@ msgstr "Аиҭашьақәыргылара"
|
|||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Аиҵыхра"
|
msgstr "Аиҵыхра"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:483
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Зегьы реиҟәырҳәра"
|
msgstr "Зегьы реиҟәырҳәра"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:489
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Зегьы рырхынҳәра"
|
msgstr "Зегьы рырхынҳәра"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:446
|
#: extensions/window-list/extension.js:495
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Зегьы реиҵыхра"
|
msgstr "Зегьы реиҵыхра"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:454
|
#: extensions/window-list/extension.js:503
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Зегьы реиҭашьақәыргылара"
|
msgstr "Зегьы реиҭашьақәыргылара"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:462
|
#: extensions/window-list/extension.js:511
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Зегьы рыркра"
|
msgstr "Зегьы рыркра"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:741
|
#: extensions/window-list/extension.js:795
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Аԥенџьырқәа рыхьӡынҵа"
|
msgstr "Аԥенџьырқәа рыхьӡынҵа"
|
||||||
|
|
||||||
@@ -198,18 +201,21 @@ msgstr "Аԥенџьырқәа аидыргәыԥлара анаҭаху"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are “never”, “auto” and “always”."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr "Иҳәаақәнаҵоит, ианаҭаху ԥшьык иаҵанакуа аԥенџьырқәа реидыргәыԥлара, аԥенџьырқәа рыхьӡынҵаҟны"
|
msgstr ""
|
||||||
" Иҟалар зылшо аҵакқәа : «never» — ахаан; «auto» — автоматла; «always» — есқьынгьы"
|
"Иҳәаақәнаҵоит, ианаҭаху ԥшьык иаҵанакуа аԥенџьырқәа реидыргәыԥлара, "
|
||||||
|
"аԥенџьырқәа рыхьӡынҵаҟны Иҟалар зылшо аҵакқәа : «never» — ахаан; «auto» — "
|
||||||
|
"автоматла; «always» — есқьынгьы"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:76
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Аҵакырақәа зегьы рҟынтә аԥенџьырқәа раарԥшра"
|
msgstr "Аҵакырақәа зегьы рҟынтә аԥенџьырқәа раарԥшра"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid "Whether to show windows from all workspaces or only the current one."
|
msgid "Whether to show windows from all workspaces or only the current one."
|
||||||
msgstr
|
msgstr ""
|
||||||
"Аԥенџьырқәа рыхьӡынҵа аусуратә ҵакырақәа зегь рҟынтә акәу,мамзар уажәтәи аҟынтә акәу ишаарԥшлатәу"
|
"Аԥенџьырқәа рыхьӡынҵа аусуратә ҵакырақәа зегь рҟынтә акәу,мамзар уажәтәи "
|
||||||
|
"аҟынтә акәу ишаарԥшлатәу"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:27
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:27
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
@@ -219,43 +225,44 @@ msgstr "Аԥенџьырқәа рыхьӡынҵа амониторқәа зег
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
msgstr
|
msgstr ""
|
||||||
"Аԥенџьырқәа рыхьӡынҵа иаҿаку амониторқәа зегьы рыҟноума иахьаарԥшлатәу , мамзар ихадоу аҟны акәу."
|
"Аԥенџьырқәа рыхьӡынҵа иаҿаку амониторқәа зегьы рыҟноума иахьаарԥшлатәу , "
|
||||||
|
"мамзар ихадоу аҟны акәу."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Аԥенџьырқәа реидыргәыԥлара"
|
msgstr "Аԥенџьырқәа реидыргәыԥлара"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:37
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Ахаангьы аԥенџьырқәа реидмыргәыԥлара"
|
msgstr "Ахаангьы аԥенџьырқәа реидмыргәыԥлара"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:38
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Аҭыԥ маҷхазар, аԥенџьырқәа еидшәыргәыԥла"
|
msgstr "Аҭыԥ маҷхазар, аԥенџьырқәа еидшәыргәыԥла"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:39
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Еснагь аԥенџьырқәа реидыргәыԥлара"
|
msgstr "Еснагь аԥенџьырқәа реидыргәыԥлара"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:63
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Амониторқәа зегьы рҟны рырбара"
|
msgstr "Амониторқәа зегьы рҟны рырбара"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:249
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:254
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Аусуратә ҵакыра аиндикатор"
|
msgstr "Аусуратә ҵакыра аиндикатор"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:18
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "Аусуратә ҵакырақәа рыхьӡқәа"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:39
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Аусуратә ҵакыра %d"
|
msgstr "Аусуратә ҵакыра %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:184
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Аусуратә ҵакырақәа рыхьӡқәа"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Аусуратә ҵакыра ацҵара"
|
msgstr "Аусуратә ҵакыра ацҵара"
|
||||||
|
|||||||
101
po/be.po
101
po/be.po
@@ -8,8 +8,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: gnome-shell-extensions master\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2021-01-20 23:03+0000\n"
|
"POT-Creation-Date: 2022-07-10 12:54+0000\n"
|
||||||
"PO-Revision-Date: 2021-01-24 15:33+0300\n"
|
"PO-Revision-Date: 2022-10-19 15:20+0300\n"
|
||||||
"Last-Translator: Launchpad translators\n"
|
"Last-Translator: Launchpad translators\n"
|
||||||
"Language-Team: Belarusian <i18n-bel-gnome@googlegroups.com>\n"
|
"Language-Team: Belarusian <i18n-bel-gnome@googlegroups.com>\n"
|
||||||
"Language: be\n"
|
"Language: be\n"
|
||||||
@@ -18,21 +18,30 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Poedit 2.4.2\n"
|
"X-Generator: Poedit 3.0\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Класічны GNOME"
|
msgstr "Класічны GNOME"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Гэты сеанс выкарыстоўвае класічны GNOME"
|
msgstr "Гэты сеанс выкарыстоўвае класічны GNOME"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "Класічны GNOME на Wayland"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "Класічны GNOME на Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:118
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Абраныя"
|
msgstr "Абраныя"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Праграмы"
|
msgstr "Праграмы"
|
||||||
|
|
||||||
@@ -48,43 +57,41 @@ msgstr ""
|
|||||||
"Спіс радкоў, кожны з якіх змяшчае ідэнтыфікатар праграмы (імя файла *."
|
"Спіс радкоў, кожны з якіх змяшчае ідэнтыфікатар праграмы (імя файла *."
|
||||||
"desktop), затым двукроп'е і нумар працоўнай прасторы"
|
"desktop), затым двукроп'е і нумар працоўнай прасторы"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Правілы для працоўнай прасторы"
|
msgstr "Правілы для працоўнай прасторы"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:237
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Дадаць правіла"
|
msgstr "Дадаць правіла"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:126
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Не ўдалося выняць дыск «%s»:"
|
msgstr "Не ўдалося выняць дыск «%s»:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Здымныя прылады"
|
msgstr "Здымныя прылады"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Адкрыць файлы"
|
msgstr "Адкрыць файлы"
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
||||||
#, fuzzy
|
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Выкарыстоўваць большую плошчу экрана для вокнаў"
|
msgstr "Выкарыстоўваць большую плошчу экрана для вокнаў"
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Спрабаваць выкарыстаць большую плошчу экрана для размяшчэння мініяцюр праз "
|
"Спрабаваць выкарыстаць большую плошчу экрана для размяшчэння мініяцюр праз "
|
||||||
"змяненне суадносінаў бакоў экрана, ўшчыльняючы іх, каб зменшыць памеры "
|
"змяненне суадносін бакоў экрана, ўшчыльняючы іх, каб зменшыць памеры "
|
||||||
"абмежавальнай рамкі. Гэты параметр ужываецца толькі з натуральным "
|
"абмежавальнай рамкі. Гэты параметр ужываецца толькі з натуральным "
|
||||||
"размяшчэннем мініяцюр."
|
"размяшчэннем мініяцюр."
|
||||||
|
|
||||||
@@ -102,31 +109,31 @@ msgstr ""
|
|||||||
"перадвызначана). Каб змена налады ўступіла ў сілу, трэба перазапусціць "
|
"перадвызначана). Каб змена налады ўступіла ў сілу, трэба перазапусціць "
|
||||||
"абалонку."
|
"абалонку."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:94
|
||||||
#: extensions/places-menu/extension.js:93
|
#: extensions/places-menu/extension.js:97
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Месцы"
|
msgstr "Месцы"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:46
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Не ўдалося запусціць «%s»"
|
msgstr "Не ўдалося запусціць «%s»"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:61
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to mount volume for “%s”"
|
msgid "Failed to mount volume for “%s”"
|
||||||
msgstr "Не ўдалося прымацаваць том для «%s»."
|
msgstr "Не ўдалося прымацаваць том для «%s»."
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:125
|
||||||
#: extensions/places-menu/placeDisplay.js:148
|
#: extensions/places-menu/placeDisplay.js:148
|
||||||
#: extensions/places-menu/placeDisplay.js:171
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Камп'ютар"
|
msgstr "Камп'ютар"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:359
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Хатняя папка"
|
msgstr "Хатняя папка"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:404
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Агляд сеткі"
|
msgstr "Агляд сеткі"
|
||||||
|
|
||||||
@@ -146,47 +153,47 @@ msgstr "Назва тэмы"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Назва тэмы, што загрузіцца з ~/.themes/name/gnome-shell"
|
msgstr "Назва тэмы, што загрузіцца з ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Закрыць"
|
msgstr "Закрыць"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Скасаваць згортванне"
|
msgstr "Скасаваць згортванне"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Згарнуць"
|
msgstr "Згарнуць"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Скасаваць разгортванне"
|
msgstr "Скасаваць разгортванне"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Разгарнуць"
|
msgstr "Разгарнуць"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:432
|
#: extensions/window-list/extension.js:483
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Згарнуць усе"
|
msgstr "Згарнуць усе"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:438
|
#: extensions/window-list/extension.js:489
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Скасаваць згортванне для ўсіх"
|
msgstr "Скасаваць згортванне для ўсіх"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:444
|
#: extensions/window-list/extension.js:495
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Разгарнуць усе"
|
msgstr "Разгарнуць усе"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:452
|
#: extensions/window-list/extension.js:503
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Скасаваць разгортванне для ўсіх"
|
msgstr "Скасаваць разгортванне для ўсіх"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:460
|
#: extensions/window-list/extension.js:511
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Закрыць усе"
|
msgstr "Закрыць усе"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:737
|
#: extensions/window-list/extension.js:795
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Спіс вокнаў"
|
msgstr "Спіс вокнаў"
|
||||||
|
|
||||||
@@ -203,7 +210,7 @@ msgstr ""
|
|||||||
"значэнні: «never» (ніколі), «auto» (аўтаматычна), «always» (заўсёды)."
|
"значэнні: «never» (ніколі), «auto» (аўтаматычна), «always» (заўсёды)."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Паказваць вокны з усіх працоўных прастор"
|
msgstr "Паказваць вокны з усіх працоўных прастор"
|
||||||
|
|
||||||
@@ -222,41 +229,41 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Паказваць спіс вокнаў на ўсіх падлучаных маніторах ці толькі на асноўным."
|
"Паказваць спіс вокнаў на ўсіх падлучаных маніторах ці толькі на асноўным."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Групаванне вокнаў"
|
msgstr "Групаванне вокнаў"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Ніколі не групаваць вокны"
|
msgstr "Ніколі не групаваць вокны"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Групаваць вокны калі не хапае месца"
|
msgstr "Групаваць вокны калі не хапае месца"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Заўсёды групаваць вокны"
|
msgstr "Заўсёды групаваць вокны"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Паказваць на ўсіх маніторах"
|
msgstr "Паказваць на ўсіх маніторах"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:247
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:253
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Індыкатар працоўнай прасторы"
|
msgstr "Індыкатар працоўнай прасторы"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "Назвы працоўных прастор"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Працоўная прастора %d"
|
msgstr "Працоўная прастора %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:208
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Назвы працоўных прастор"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Дадаць працоўную прастору"
|
msgstr "Дадаць працоўную прастору"
|
||||||
|
|
||||||
|
|||||||
87
po/it.po
87
po/it.po
@@ -1,9 +1,9 @@
|
|||||||
# Italian translations for GNOME Shell extensions
|
# Italian translations for GNOME Shell extensions
|
||||||
# Copyright (C) 2011 Giovanni Campagna et al.
|
# Copyright (C) 2011 Giovanni Campagna et al.
|
||||||
# Copyright (C) 2012, 2013, 2014, 2015, 2017, 2019, 2020 The Free Software Foundation, Inc.
|
# Copyright (C) 2012, 2013, 2014, 2015, 2017, 2019, 2020, 2022 The Free Software Foundation, Inc.
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
|
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
|
||||||
# Milo Casagrande <milo@milo.name>, 2013, 2014, 2015, 2017, 2019, 2020.
|
# Milo Casagrande <milo@milo.name>, 2013, 2014, 2015, 2017, 2019, 2020, 2022.
|
||||||
# Gianvito Cavasoli <gianvito@gmx.it>, 2017.
|
# Gianvito Cavasoli <gianvito@gmx.it>, 2017.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11,8 +11,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell-extensions\n"
|
"Project-Id-Version: gnome-shell-extensions\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2020-05-28 00:55+0000\n"
|
"POT-Creation-Date: 2021-11-06 14:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-09-02 09:58+0200\n"
|
"PO-Revision-Date: 2022-03-14 09:56+0100\n"
|
||||||
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
|
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
|
||||||
"Language-Team: Italiano <gnome-it-list@gnome.org>\n"
|
"Language-Team: Italiano <gnome-it-list@gnome.org>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
@@ -20,21 +20,30 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 2.4.1\n"
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME classico"
|
msgstr "GNOME classico"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Questa sessione si avvia con GNOME classico"
|
msgstr "Questa sessione si avvia con GNOME classico"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "GNOME classico su Wayland"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "GNOME classico su Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:112
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Preferiti"
|
msgstr "Preferiti"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: extensions/apps-menu/extension.js:366
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Applicazioni"
|
msgstr "Applicazioni"
|
||||||
|
|
||||||
@@ -50,28 +59,28 @@ msgstr ""
|
|||||||
"Un elenco di stringhe, ognuna contenente l'ID di un'applicazione (nome del "
|
"Un elenco di stringhe, ognuna contenente l'ID di un'applicazione (nome del "
|
||||||
"file .desktop) seguito da due punti e il numero dello spazio di lavoro"
|
"file .desktop) seguito da due punti e il numero dello spazio di lavoro"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:34
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Regole degli spazi di lavoro"
|
msgstr "Regole degli spazi di lavoro"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:243
|
#: extensions/auto-move-windows/prefs.js:236
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Aggiungi regola"
|
msgstr "Aggiungi regola"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:133
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:233
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Espulsione dell'unità «%s» non riuscita:"
|
msgstr "Espulsione dell'unità «%s» non riuscita:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispositivi rimovibili"
|
msgstr "Dispositivi rimovibili"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:171
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Apri file"
|
msgstr "Apri File"
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
@@ -102,8 +111,8 @@ msgstr ""
|
|||||||
"miniature, aggirando il comportamento normale della shell, che li colloca in "
|
"miniature, aggirando il comportamento normale della shell, che li colloca in "
|
||||||
"basso. Modificare questa impostazione richiede di riavviare la shell."
|
"basso. Modificare questa impostazione richiede di riavviare la shell."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:88
|
||||||
#: extensions/places-menu/extension.js:93
|
#: extensions/places-menu/extension.js:91
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Posizioni"
|
msgstr "Posizioni"
|
||||||
|
|
||||||
@@ -146,47 +155,47 @@ msgstr "Nome del tema"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell"
|
msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Chiudi"
|
msgstr "Chiudi"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Deminimizza"
|
msgstr "Deminimizza"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizza"
|
msgstr "Minimizza"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Demassimizza"
|
msgstr "Demassimizza"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Massimizza"
|
msgstr "Massimizza"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:428
|
#: extensions/window-list/extension.js:434
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizza tutto"
|
msgstr "Minimizza tutto"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:440
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Deminimizza tutto"
|
msgstr "Deminimizza tutto"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:446
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Massimizza tutto"
|
msgstr "Massimizza tutto"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:448
|
#: extensions/window-list/extension.js:454
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Demassimizza tutto"
|
msgstr "Demassimizza tutto"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:456
|
#: extensions/window-list/extension.js:462
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Chiudi tutto"
|
msgstr "Chiudi tutto"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:734
|
#: extensions/window-list/extension.js:741
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Elenco finestre"
|
msgstr "Elenco finestre"
|
||||||
|
|
||||||
@@ -203,7 +212,7 @@ msgstr ""
|
|||||||
"delle finestre. I possibili valori sono \"never\", \"auto\" e \"always\"."
|
"delle finestre. I possibili valori sono \"never\", \"auto\" e \"always\"."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:86
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Mostra le finestre di tutti gli spazi di lavoro"
|
msgstr "Mostra le finestre di tutti gli spazi di lavoro"
|
||||||
|
|
||||||
@@ -225,40 +234,40 @@ msgstr ""
|
|||||||
"Indica se mostrare l'elenco delle finestre su tutti i monitor collegato o "
|
"Indica se mostrare l'elenco delle finestre su tutti i monitor collegato o "
|
||||||
"solo su quello primario."
|
"solo su quello primario."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:39
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Raggruppamento finestre"
|
msgstr "Raggruppamento finestre"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:63
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Non raggruppare le finestre"
|
msgstr "Non raggruppare le finestre"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:64
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Raggruppare le finestre quando c'è poco spazio"
|
msgstr "Raggruppare le finestre quando c'è poco spazio"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:65
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Raggruppare sempre le finestre"
|
msgstr "Raggruppare sempre le finestre"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:81
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Mostrare su tutti i monitor"
|
msgstr "Mostrare su tutti i monitor"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:207
|
#: extensions/window-list/workspaceIndicator.js:249
|
||||||
#: extensions/workspace-indicator/extension.js:213
|
#: extensions/workspace-indicator/extension.js:254
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicatore spazi di lavoro"
|
msgstr "Indicatore spazi di lavoro"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:33
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nomi degli spazi di lavoro"
|
msgstr "Nomi degli spazi di lavoro"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
#: extensions/workspace-indicator/prefs.js:66
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Spazio di lavoro %d"
|
msgstr "Spazio di lavoro %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:218
|
#: extensions/workspace-indicator/prefs.js:207
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Aggiungi spazio di lavoro"
|
msgstr "Aggiungi spazio di lavoro"
|
||||||
|
|||||||
266
po/ka.po
Normal file
266
po/ka.po
Normal file
@@ -0,0 +1,266 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
|
"issues\n"
|
||||||
|
"POT-Creation-Date: 2022-02-13 10:42+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-14 16:37+0200\n"
|
||||||
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: ka\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Generator: Poedit 3.1.1\n"
|
||||||
|
|
||||||
|
#: data/gnome-classic.desktop.in:3
|
||||||
|
msgid "GNOME Classic"
|
||||||
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
|
msgid "This session logs you into GNOME Classic"
|
||||||
|
msgstr "ეს სესია შეგიყვანთ GNOME Classic-ში"
|
||||||
|
|
||||||
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "GNOME CLassic Wayland-ზე"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "GNOME Classic Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:112
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "რჩეულები"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:370
|
||||||
|
msgid "Applications"
|
||||||
|
msgstr "აპლიკაციები"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
|
msgid "Application and workspace list"
|
||||||
|
msgstr "აპლიკაციების და სამუშაო სივრცეების სია"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
|
msgid ""
|
||||||
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
|
"followed by a colon and the workspace number"
|
||||||
|
msgstr ""
|
||||||
|
"სტრიქონების სია, რომლებიც შეიცავენ აპლიკაციის ID-ს(სამუშაო მაგიდის ფაილის "
|
||||||
|
"სახელს), რომელსაც მოჰყვება მძიმე და სამუშაო სივრცის ნომერი"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:19
|
||||||
|
msgid "Workspace Rules"
|
||||||
|
msgstr "სამუშაო მაგიდის წესები"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:245
|
||||||
|
msgid "Add Rule"
|
||||||
|
msgstr "წესის დამატება"
|
||||||
|
|
||||||
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
|
#: extensions/drive-menu/extension.js:123
|
||||||
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Ejecting drive “%s” failed:"
|
||||||
|
msgstr "დისკ %s-ის გამოგდების შეცდომა:"
|
||||||
|
|
||||||
|
#: extensions/drive-menu/extension.js:139
|
||||||
|
msgid "Removable devices"
|
||||||
|
msgstr "გამოძრობადი მოწყობილობები"
|
||||||
|
|
||||||
|
#: extensions/drive-menu/extension.js:161
|
||||||
|
msgid "Open Files"
|
||||||
|
msgstr "ღია ფაილები"
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
||||||
|
msgid "Use more screen for windows"
|
||||||
|
msgstr "ეკრანის მეტი ნაწილის გამოყენება ფანჯრებისთვის"
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
|
msgid ""
|
||||||
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
|
"This setting applies only with the natural placement strategy."
|
||||||
|
msgstr ""
|
||||||
|
"შეეცადეთ გამოიყენოთ ეკრანის მეტი ადგილი ფანჯრის ესკიზების დასაყენებლად, "
|
||||||
|
"ეკრანის ასპექტის თანაფარდობის ადაპტაციით და მათი შემდგომი კონსოლიდაციით, "
|
||||||
|
"რათა შემცირდეს შემოსაზღვრული ველი. ეს პარამეტრი გამოიყენება მხოლოდ "
|
||||||
|
"ბუნებრივი განთავსების სტრატეგიით."
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
||||||
|
msgid "Place window captions on top"
|
||||||
|
msgstr "ფანჯრის მინაწერების ზემოთ ჩვენება"
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
|
||||||
|
msgid ""
|
||||||
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
|
"restarting the shell to have any effect."
|
||||||
|
msgstr ""
|
||||||
|
"თუ ჩართულია, ფანჯრის სათაური შესაბამისი მინიატურის თავზე გამოჩნდება, რითიც "
|
||||||
|
"გადაფარავს გარსის ნაგულისხმებ მნიშვნელობას, რომ ის ძირზე იყოს. ამ "
|
||||||
|
"პარამეტრის ძალაში შესასვლელად საჭიროა გარსის გადატვირთვა."
|
||||||
|
|
||||||
|
#: extensions/places-menu/extension.js:88
|
||||||
|
#: extensions/places-menu/extension.js:91
|
||||||
|
msgid "Places"
|
||||||
|
msgstr "ადგილები"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Failed to launch “%s”"
|
||||||
|
msgstr "%s-ის გაშვების შეცდომა"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Failed to mount volume for “%s”"
|
||||||
|
msgstr "%s-თვის დისკის მიმაგრების შეცდომა"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:125
|
||||||
|
#: extensions/places-menu/placeDisplay.js:148
|
||||||
|
msgid "Computer"
|
||||||
|
msgstr "კომპიუტერი"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
|
msgid "Home"
|
||||||
|
msgstr "საწყისი"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
|
msgid "Browse Network"
|
||||||
|
msgstr "ქსელის დათვალიერება"
|
||||||
|
|
||||||
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
||||||
|
msgid "Cycle Screenshot Sizes"
|
||||||
|
msgstr "ეკრანის ანაბეჭდების ზომებს შორის გადართვა"
|
||||||
|
|
||||||
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:11
|
||||||
|
msgid "Cycle Screenshot Sizes Backward"
|
||||||
|
msgstr "ეკრანის ანაბეჭდების ზომებს შორის უკუღმა გადართვა"
|
||||||
|
|
||||||
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
|
msgid "Theme name"
|
||||||
|
msgstr "თემის სახელი"
|
||||||
|
|
||||||
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
|
msgstr "თემის სახელი, ~/.themes/name/gnome-shell-დან ჩასატვირთად"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:72
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "დახურვა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:92
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "ამოკეცვა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:92
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "ჩაკეცვა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:99
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "საწყის ზომაზე დაბრუნება"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:99
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "მთელ ეკრანზე გაშლა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:434
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "ყველას ჩაკეცვა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:440
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "ყველას ამოკეცვა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:446
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "ყველას მთელ ეკრანზე გაშლა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:454
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "ყველას საწყის ზომაზე დაბრუნება"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:462
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "ყველას დახურვა"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:741
|
||||||
|
msgid "Window List"
|
||||||
|
msgstr "ფანჯრების სია"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
|
msgid "When to group windows"
|
||||||
|
msgstr "როდის შევაჯგუფო ფანჯრები"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
|
||||||
|
msgid ""
|
||||||
|
"Decides when to group windows from the same application on the window list. "
|
||||||
|
"Possible values are “never”, “auto” and “always”."
|
||||||
|
msgstr ""
|
||||||
|
"არჩევს, როდის შეაჯგუფოს ერთიდაიგივე აპლიკაციის ფანჯრების სია. შესაძლო "
|
||||||
|
"ვარიანტებია \"არასოდეს\", \"ავტომატურად\" და \"ყოველთვის\"."
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
|
#: extensions/window-list/prefs.js:76
|
||||||
|
msgid "Show windows from all workspaces"
|
||||||
|
msgstr "ფანჯრების ყველა სამუშაო სივრციდან ჩვენება"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
|
msgid "Whether to show windows from all workspaces or only the current one."
|
||||||
|
msgstr "ყველა სამუშაო სივრცის ფანჯრები ვაჩვენო თუ მხოლოდ მიმდინარის."
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:27
|
||||||
|
msgid "Show the window list on all monitors"
|
||||||
|
msgstr "ფანჯრების სიის ყველა ეკრანზე ჩვენება"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:28
|
||||||
|
msgid ""
|
||||||
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
|
msgstr "ფანჯრების სიის მხოლოდ მთავარ თუ ყველა მონიტორზე ჩვენება."
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:32
|
||||||
|
msgid "Window Grouping"
|
||||||
|
msgstr "ფანჯრების შეჯგუფება"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:37
|
||||||
|
msgid "Never group windows"
|
||||||
|
msgstr "არასოდეს შეაჯგუფო ფანჯრები"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:38
|
||||||
|
msgid "Group windows when space is limited"
|
||||||
|
msgstr "შეაჯგუფე მხოლოდ მაშინ, როცა ადგილი არაა"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:39
|
||||||
|
msgid "Always group windows"
|
||||||
|
msgstr "ყოველთვის შეაჯგუფე ფანჯრები"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:63
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "ყველა ეკრანზე ჩვენება"
|
||||||
|
|
||||||
|
#: extensions/window-list/workspaceIndicator.js:249
|
||||||
|
#: extensions/workspace-indicator/extension.js:254
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "სამუშაო სივრცის ინდიკატორი"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:18
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "სამუშაო სივრცის სახელები"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:39
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Workspace %d"
|
||||||
|
msgstr "სამუშაო სივრცე %d"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:184
|
||||||
|
msgid "Add Workspace"
|
||||||
|
msgstr "სამუშაო სივრცის დამატება"
|
||||||
87
po/lv.po
87
po/lv.po
@@ -3,37 +3,48 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012.
|
# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012.
|
||||||
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013, 2014, 2015, 2017, 2019, 2020.
|
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013, 2014, 2015, 2017, 2019, 2020, 2022.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/is"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/is"
|
||||||
"sues\n"
|
"sues\n"
|
||||||
"POT-Creation-Date: 2020-05-28 00:55+0000\n"
|
"POT-Creation-Date: 2021-11-06 14:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-09-12 12:05+0300\n"
|
"PO-Revision-Date: 2022-03-24 22:15+0200\n"
|
||||||
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
|
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
|
||||||
"Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
|
"Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
|
||||||
"Language: lv\n"
|
"Language: lv\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Lokalize 19.12.3\n"
|
"X-Generator: Lokalize 21.08.1\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
|
||||||
" 2);\n"
|
" 2);\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Klasiskais GNOME"
|
msgstr "Klasiskais GNOME"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Šī sesija ieraksta jūs klasiskajā GNOME vidē"
|
msgstr "Šī sesija ieraksta jūs klasiskajā GNOME vidē"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
#| msgid "GNOME Classic"
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "Klasiskais GNOME ar Wayland"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
#| msgid "GNOME Classic"
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "Klasiskais GNOME ar Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:112
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Izlase"
|
msgstr "Izlase"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: extensions/apps-menu/extension.js:366
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Lietotnes"
|
msgstr "Lietotnes"
|
||||||
|
|
||||||
@@ -49,27 +60,26 @@ msgstr ""
|
|||||||
"Saraksts ar virknēm, kas katra satur lietotnes id (darbvirsmas datnes "
|
"Saraksts ar virknēm, kas katra satur lietotnes id (darbvirsmas datnes "
|
||||||
"nosaukums), kam seko kols un darbvietas numurs"
|
"nosaukums), kam seko kols un darbvietas numurs"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:34
|
||||||
#| msgid "Workspace Names"
|
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Darbvietu kārtulas"
|
msgstr "Darbvietu kārtulas"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:243
|
#: extensions/auto-move-windows/prefs.js:236
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Pievienot kārtulu"
|
msgstr "Pievienot kārtulu"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:133
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:233
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Neizdevās izgrūst dzini “%s”:"
|
msgstr "Neizdevās izgrūst dzini “%s”:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Izņemamās ierīces"
|
msgstr "Izņemamās ierīces"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:171
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Atvērt datnes"
|
msgstr "Atvērt datnes"
|
||||||
|
|
||||||
@@ -102,8 +112,8 @@ msgstr ""
|
|||||||
"noklusēto novietojumu (apakšā). Lai šī iestatījuma izmaiņas stātos spēkā, "
|
"noklusēto novietojumu (apakšā). Lai šī iestatījuma izmaiņas stātos spēkā, "
|
||||||
"jāpārstartē čaula."
|
"jāpārstartē čaula."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:88
|
||||||
#: extensions/places-menu/extension.js:93
|
#: extensions/places-menu/extension.js:91
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Vietas"
|
msgstr "Vietas"
|
||||||
|
|
||||||
@@ -146,47 +156,47 @@ msgstr "Motīva nosaukums"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Motīva nosaukums, ko ielādēt no ~/.themes/name/gnome-shell"
|
msgstr "Motīva nosaukums, ko ielādēt no ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Aizvērt"
|
msgstr "Aizvērt"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Atminimizēt"
|
msgstr "Atminimizēt"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizēt"
|
msgstr "Minimizēt"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Atjaunot"
|
msgstr "Atjaunot"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maksimizēt"
|
msgstr "Maksimizēt"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:428
|
#: extensions/window-list/extension.js:434
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizēt visus"
|
msgstr "Minimizēt visus"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:440
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Atminimizēt visus"
|
msgstr "Atminimizēt visus"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:446
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maksimizēt visus"
|
msgstr "Maksimizēt visus"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:448
|
#: extensions/window-list/extension.js:454
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Atmaksimizēt visus"
|
msgstr "Atmaksimizēt visus"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:456
|
#: extensions/window-list/extension.js:462
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Aizvērt visu"
|
msgstr "Aizvērt visu"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:734
|
#: extensions/window-list/extension.js:741
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Logu saraksts"
|
msgstr "Logu saraksts"
|
||||||
|
|
||||||
@@ -203,7 +213,7 @@ msgstr ""
|
|||||||
"vērtības ir “never”, “auto” un “always”."
|
"vērtības ir “never”, “auto” un “always”."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:86
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Rādīt logus no visām darba vietām"
|
msgstr "Rādīt logus no visām darba vietām"
|
||||||
|
|
||||||
@@ -223,42 +233,41 @@ msgstr ""
|
|||||||
"Vai logu sarakstu rādītu uz visiem pievienotajiem monitoriem, vai tikai uz "
|
"Vai logu sarakstu rādītu uz visiem pievienotajiem monitoriem, vai tikai uz "
|
||||||
"primārā."
|
"primārā."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:39
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Logu grupēšana"
|
msgstr "Logu grupēšana"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:63
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Nekad negrupēt logus"
|
msgstr "Nekad negrupēt logus"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:64
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Grupēt logus, kad vieta ir ierobežota"
|
msgstr "Grupēt logus, kad vieta ir ierobežota"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:65
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Vienmēr grupēt logus"
|
msgstr "Vienmēr grupēt logus"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:81
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Rādīt uz visiem monitoriem"
|
msgstr "Rādīt uz visiem monitoriem"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:207
|
#: extensions/window-list/workspaceIndicator.js:249
|
||||||
#: extensions/workspace-indicator/extension.js:213
|
#: extensions/workspace-indicator/extension.js:254
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Darbvietu indikators"
|
msgstr "Darbvietu indikators"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:33
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Darbvietu nosaukumi"
|
msgstr "Darbvietu nosaukumi"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
#: extensions/workspace-indicator/prefs.js:66
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Darbvieta %d"
|
msgstr "Darbvieta %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:218
|
#: extensions/workspace-indicator/prefs.js:207
|
||||||
#| msgid "Workspace"
|
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Pievienot darbvietu"
|
msgstr "Pievienot darbvietu"
|
||||||
|
|
||||||
|
|||||||
147
po/ne.po
147
po/ne.po
@@ -6,33 +6,41 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extension gnome 3.14\n"
|
"Project-Id-Version: gnome-shell-extension gnome 3.14\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues\n"
|
||||||
"issues\n"
|
"POT-Creation-Date: 2022-07-10 12:54+0000\n"
|
||||||
"POT-Creation-Date: 2020-05-28 00:55+0000\n"
|
"PO-Revision-Date: 2022-09-08 02:59+0545\n"
|
||||||
"PO-Revision-Date: 2021-05-01 11:32+0545\n"
|
|
||||||
"Last-Translator: Pawan Chitrakar <chautari@gmail.com>\n"
|
"Last-Translator: Pawan Chitrakar <chautari@gmail.com>\n"
|
||||||
"Language-Team: Nepali Translation Team <chautari@gmail.com>\n"
|
"Language-Team: Nepali Translation Team <chautari@gmail.com>\n"
|
||||||
"Language: ne\n"
|
"Language: ne\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 2.4.2\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "जिनोम क्लासिक"
|
msgstr "जिनोम क्लासिक"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "यो सेसन जिनोम क्लासिकमा लगईन हुन्छ"
|
msgstr "यो सेसन जिनोम क्लासिकमा लगईन हुन्छ"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "वेल्याण्डमा जिनोम क्लासिक"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "Xorg मा जिनोम क्लासिक"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:118
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "मनपर्ने"
|
msgstr "मनपर्ने"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "अनुप्रयोग"
|
msgstr "अनुप्रयोग"
|
||||||
|
|
||||||
@@ -42,32 +50,31 @@ msgstr "अनुप्रयोग र कार्यस्थल सूची
|
|||||||
|
|
||||||
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), followed by a colon "
|
||||||
"followed by a colon and the workspace number"
|
"and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"स्ट्रिङहरूको सूची, प्रत्येकमा अनुप्रयोग आईडी (डेस्कटप फाइल नाम) समाविष्ट छ, त्यसपछि "
|
"स्ट्रिङहरूको सूची, प्रत्येकमा अनुप्रयोग आईडी (डेस्कटप फाइल नाम) समाविष्ट छ, त्यसपछि विराम र कार्यस्थान "
|
||||||
"विराम र कार्यस्थान नम्बरद्वारा अनुगमन गरियो"
|
"नम्बरद्वारा अनुगमन गरियो"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "कार्यस्थान नियम"
|
msgstr "कार्यस्थान नियम"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:243
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "नियम थप्नुहोस्"
|
msgstr "नियम थप्नुहोस्"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:126 extensions/places-menu/placeDisplay.js:210
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "\"%s\" ड्राइभ निकाल्न असफल भयो:"
|
msgstr "\"%s\" ड्राइभ निकाल्न असफल भयो:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "छुट्याउन मिल्ने यन्त्र"
|
msgstr "छुट्याउन मिल्ने यन्त्र"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "खुला फाइल"
|
msgstr "खुला फाइल"
|
||||||
|
|
||||||
@@ -77,13 +84,12 @@ msgstr "सञ्झ्यालका लागि बढी पर्दा
|
|||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen aspect ratio, and "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"consolidating them further to reduce the bounding box. This setting applies only with the "
|
||||||
"This setting applies only with the natural placement strategy."
|
"natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"सञ्झ्याल थम्बनेलहरू पर्दा आकार अनुपातमा अनुकूल गरेर राख्नका लागि धेरै पर्दा प्रयोग गर्न "
|
"सञ्झ्याल थम्बनेलहरू पर्दा आकार अनुपातमा अनुकूल गरेर राख्नका लागि धेरै पर्दा प्रयोग गर्न प्रयास गर्नुहोस्, र "
|
||||||
"प्रयास गर्नुहोस्, र तिनीहरूलाई बाउन्डिङ बाकस घटाउन अझ संगठित गर्नुहोस् । यो तरिका "
|
"तिनीहरूलाई बाउन्डिङ बाकस घटाउन अझ संगठित गर्नुहोस् । यो तरिका प्राकृतिक प्लेसमेन्ट रणनीतिमा मात्र लागू हुन्छ।"
|
||||||
"प्राकृतिक प्लेसमेन्ट रणनीतिमा मात्र लागू हुन्छ।"
|
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
@@ -91,39 +97,36 @@ msgstr "सञ्झ्याल क्याप्सन माथि राख
|
|||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding shell default of "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"placing it at the bottom. Changing this setting requires restarting the shell to have any "
|
||||||
"restarting the shell to have any effect."
|
"effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ठीक भएमा, सम्बन्धित थम्बनेलको माथि सञ्झ्याल क्याप्सन राख्नुहोस्, यसलाई तल राख्ने "
|
"ठीक भएमा, सम्बन्धित थम्बनेलको माथि सञ्झ्याल क्याप्सन राख्नुहोस्, यसलाई तल राख्ने पूर्वनिर्धारित शेल अधिलेखन "
|
||||||
"पूर्वनिर्धारित शेल अधिलेखन गर्नुहोस् । यो सेटिङ परिवर्तन गर्न कुनै प्रभाव पार्न शेल पुन: "
|
"गर्नुहोस् । यो सेटिङ परिवर्तन गर्न कुनै प्रभाव पार्न शेल पुन: सुरुआत गर्नु आवश्यक हुन्छ ।"
|
||||||
"सुरुआत गर्नु आवश्यक हुन्छ ।"
|
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:94 extensions/places-menu/extension.js:97
|
||||||
#: extensions/places-menu/extension.js:93
|
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "ठाउँहरू"
|
msgstr "ठाउँहरू"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:46
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "%s सुरु गर्न असफल"
|
msgstr "%s सुरु गर्न असफल"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:61
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to mount volume for “%s”"
|
msgid "Failed to mount volume for “%s”"
|
||||||
msgstr "\"%s\" का लागि भोल्युम माउन्ट गर्न असफल"
|
msgstr "\"%s\" का लागि भोल्युम माउन्ट गर्न असफल"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:148
|
#: extensions/places-menu/placeDisplay.js:125 extensions/places-menu/placeDisplay.js:148
|
||||||
#: extensions/places-menu/placeDisplay.js:171
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "कम्प्युटर"
|
msgstr "कम्प्युटर"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:359
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "गृह"
|
msgstr "गृह"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:404
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "सञ्जाल ब्राउज गर्नुहोस्"
|
msgstr "सञ्जाल ब्राउज गर्नुहोस्"
|
||||||
|
|
||||||
@@ -143,47 +146,47 @@ msgstr "सारभूत नाम"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "~/.themes/name/gnome-shell बाट लोड गरिनुपर्ने विषयवस्तुको नाम"
|
msgstr "~/.themes/name/gnome-shell बाट लोड गरिनुपर्ने विषयवस्तुको नाम"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "बन्द"
|
msgstr "बन्द"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "न्यूनतम नबनाउनुहोस्"
|
msgstr "न्यूनतम नबनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "सानो बनाउनुहोस्"
|
msgstr "सानो बनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "अघिकतम नबनाउनुहोस्"
|
msgstr "अघिकतम नबनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "ठूलो बनाउनुहोस्"
|
msgstr "ठूलो बनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:428
|
#: extensions/window-list/extension.js:483
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "सबै सानो बनाउनुहोस्"
|
msgstr "सबै सानो बनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:489
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "सबै न्यूनतम नबनाउनुहोस्"
|
msgstr "सबै न्यूनतम नबनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:495
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "सबै ठूलो बनाउनुहोस्"
|
msgstr "सबै ठूलो बनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:448
|
#: extensions/window-list/extension.js:503
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "सबैलाई अघिकतम नबनाउनुहोस्"
|
msgstr "सबैलाई अघिकतम नबनाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:456
|
#: extensions/window-list/extension.js:511
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "सबै बन्द गर्नुहोस्"
|
msgstr "सबै बन्द गर्नुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:734
|
#: extensions/window-list/extension.js:795
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "सञ्झ्याल सूची"
|
msgstr "सञ्झ्याल सूची"
|
||||||
|
|
||||||
@@ -193,14 +196,14 @@ msgstr "कहिले सञ्झ्याल समुहबध्द गर
|
|||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. Possible values are "
|
||||||
"Possible values are “never”, “auto” and “always”."
|
"“never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"सञ्झ्याल सूचीमा उस्तै अनुप्रयोगबाट कहिले समूह बनाउने निर्णय गर्दछ । सम्भावित मान \"कहिले "
|
"सञ्झ्याल सूचीमा उस्तै अनुप्रयोगबाट कहिले समूह बनाउने निर्णय गर्दछ । सम्भावित मान \"कहिले पनि\", \"स्वचालित\" र "
|
||||||
"पनि\", \"स्वचालित\" र \"सधैँ\" हुन् ।"
|
"\"सधैँ\" हुन् ।"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "सबै कार्यस्थानबाट सन्झ्याल देखाउनुहोस्"
|
msgstr "सबै कार्यस्थानबाट सन्झ्याल देखाउनुहोस्"
|
||||||
|
|
||||||
@@ -213,48 +216,44 @@ msgid "Show the window list on all monitors"
|
|||||||
msgstr "सबै मोनिटरमा सञ्झ्याल सूची देखाउनुहोस्"
|
msgstr "सबै मोनिटरमा सञ्झ्याल सूची देखाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:28
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:28
|
||||||
msgid ""
|
msgid "Whether to show the window list on all connected monitors or only on the primary one."
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
msgstr "सबै जडान गरिएको मोनिटरमा वा प्राथमिक मोनिटरमा मात्र सञ्झ्याल सूची देखाउने या नदेखाउने ।"
|
||||||
"primary one."
|
|
||||||
msgstr ""
|
|
||||||
"सबै जडान गरिएको मोनिटरमा वा प्राथमिक मोनिटरमा मात्र सञ्झ्याल सूची देखाउने या नदेखाउने "
|
|
||||||
"।"
|
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "समूहबद्ध सञ्झ्याल"
|
msgstr "समूहबद्ध सञ्झ्याल"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "सञ्झ्याल समुहबध्द नगर्ने"
|
msgstr "सञ्झ्याल समुहबध्द नगर्ने"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "खाली स्थान सिमित भएको बेलामा सञ्झ्यालहरू समूह गर्नुहोस्"
|
msgstr "खाली स्थान सिमित भएको बेलामा सञ्झ्यालहरू समूह गर्नुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "सञ्झ्याल सधैँ समुहबध्द गर्ने"
|
msgstr "सञ्झ्याल सधैँ समुहबध्द गर्ने"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "सबै मोनिटरमा देखाउनुहोस्"
|
msgstr "सबै मोनिटरमा देखाउनुहोस्"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:207
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:213
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "कार्यस्थान सूचक"
|
msgstr "कार्यस्थान सूचक"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "कार्यस्थल नाम"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "कार्यस्थल %d"
|
msgstr "कार्यस्थल %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:218
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "कार्यस्थल नाम"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "कार्यस्थल थप्नुहोस्"
|
msgstr "कार्यस्थल थप्नुहोस्"
|
||||||
|
|
||||||
|
|||||||
85
po/nl.po
85
po/nl.po
@@ -2,38 +2,47 @@
|
|||||||
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# Reinout van Schouwen <reinouts@gnome.org>, 2013, 2014.
|
# Reinout van Schouwen <reinouts@gnome.org>, 2013, 2014.
|
||||||
# Nathan Follens <nthn@unseen.is>, 2015-2017, 2019-2020.
|
# Nathan Follens <nfollens@gnome.org>, 2015-2017, 2019-2020, 2022.
|
||||||
# Hannie Dumoleyn <hannie@ubuntu-nl.org>, 2015.
|
# Hannie Dumoleyn <hannie@ubuntu-nl.org>, 2015.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: gnome-shell-extensions master\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2020-05-28 00:55+0000\n"
|
"POT-Creation-Date: 2021-11-06 14:08+0000\n"
|
||||||
"PO-Revision-Date: 2020-08-25 17:37+0200\n"
|
"PO-Revision-Date: 2022-03-25 12:43+0100\n"
|
||||||
"Last-Translator: Nathan Follens <nthn@unseen.is>\n"
|
"Last-Translator: Nathan Follens <nfollens@gnome.org>\n"
|
||||||
"Language-Team: Dutch <gnome-nl-list@gnome.org>\n"
|
"Language-Team: Dutch <gnome-nl-list@gnome.org>\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 2.4.1\n"
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Gnome klassiek"
|
msgstr "Gnome klassiek"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Deze sessie meldt u aan bij Gnome klassiek"
|
msgstr "Deze sessie meldt u aan bij Gnome klassiek"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "Gnome klassiek op Wayland"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "Gnome klassiek op Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:112
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favorieten"
|
msgstr "Favorieten"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: extensions/apps-menu/extension.js:366
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Toepassingen"
|
msgstr "Toepassingen"
|
||||||
|
|
||||||
@@ -49,26 +58,26 @@ msgstr ""
|
|||||||
"Een lijst van tekenreeksen, elk bestaande uit een toepassings-id (desktop-"
|
"Een lijst van tekenreeksen, elk bestaande uit een toepassings-id (desktop-"
|
||||||
"bestandsnaam), gevolgd door een dubbele punt en het werkbladnummer"
|
"bestandsnaam), gevolgd door een dubbele punt en het werkbladnummer"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:34
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Werkbladregels"
|
msgstr "Werkbladregels"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:243
|
#: extensions/auto-move-windows/prefs.js:236
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Regel toevoegen"
|
msgstr "Regel toevoegen"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:133
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:233
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Uitwerpen van station ‘%s’ mislukt:"
|
msgstr "Uitwerpen van station ‘%s’ mislukt:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Verwijderbare apparaten"
|
msgstr "Verwijderbare apparaten"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:171
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Bestanden openen"
|
msgstr "Bestanden openen"
|
||||||
|
|
||||||
@@ -102,8 +111,8 @@ msgstr ""
|
|||||||
"wordt. Het wijzigen van deze instelling vereist het herstarten van de shell "
|
"wordt. Het wijzigen van deze instelling vereist het herstarten van de shell "
|
||||||
"om effect te sorteren."
|
"om effect te sorteren."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:88
|
||||||
#: extensions/places-menu/extension.js:93
|
#: extensions/places-menu/extension.js:91
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Locaties"
|
msgstr "Locaties"
|
||||||
|
|
||||||
@@ -146,47 +155,47 @@ msgstr "Themanaam"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "De naam van het thema, te laden vanuit ~/.themes/name/gnome-shell"
|
msgstr "De naam van het thema, te laden vanuit ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Sluiten"
|
msgstr "Sluiten"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Zichtbaar maken"
|
msgstr "Zichtbaar maken"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimaliseren"
|
msgstr "Minimaliseren"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Herstellen"
|
msgstr "Herstellen"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximaliseren"
|
msgstr "Maximaliseren"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:428
|
#: extensions/window-list/extension.js:434
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Alles minimaliseren"
|
msgstr "Alles minimaliseren"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:440
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Alles zichtbaar maken"
|
msgstr "Alles zichtbaar maken"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:446
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Alles maximaliseren"
|
msgstr "Alles maximaliseren"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:448
|
#: extensions/window-list/extension.js:454
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Alles herstellen"
|
msgstr "Alles herstellen"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:456
|
#: extensions/window-list/extension.js:462
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Alles sluiten"
|
msgstr "Alles sluiten"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:734
|
#: extensions/window-list/extension.js:741
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Vensterlijst"
|
msgstr "Vensterlijst"
|
||||||
|
|
||||||
@@ -204,7 +213,7 @@ msgstr ""
|
|||||||
"‘always’ (altijd)."
|
"‘always’ (altijd)."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:86
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Vensters van alle werkbladen tonen"
|
msgstr "Vensters van alle werkbladen tonen"
|
||||||
|
|
||||||
@@ -226,41 +235,41 @@ msgstr ""
|
|||||||
"Bepaalt of de vensterlijst op alle verbonden beeldschermen of enkel op het "
|
"Bepaalt of de vensterlijst op alle verbonden beeldschermen of enkel op het "
|
||||||
"primaire beeldscherm wordt weergegeven."
|
"primaire beeldscherm wordt weergegeven."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:39
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Venstergroepering"
|
msgstr "Venstergroepering"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:63
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Vensters nooit groeperen"
|
msgstr "Vensters nooit groeperen"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:64
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Vensters groeperen wanneer de ruimte beperkt is"
|
msgstr "Vensters groeperen wanneer de ruimte beperkt is"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:65
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Vensters altijd groeperen"
|
msgstr "Vensters altijd groeperen"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:81
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Tonen op alle beeldschermen"
|
msgstr "Tonen op alle beeldschermen"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:207
|
#: extensions/window-list/workspaceIndicator.js:249
|
||||||
#: extensions/workspace-indicator/extension.js:213
|
#: extensions/workspace-indicator/extension.js:254
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Werkbladindicator"
|
msgstr "Werkbladindicator"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:33
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Werkbladnamen"
|
msgstr "Werkbladnamen"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
#: extensions/workspace-indicator/prefs.js:66
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Werkblad %d"
|
msgstr "Werkblad %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:218
|
#: extensions/workspace-indicator/prefs.js:207
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Werkblad toevoegen"
|
msgstr "Werkblad toevoegen"
|
||||||
|
|
||||||
|
|||||||
101
po/ru.po
101
po/ru.po
@@ -6,20 +6,20 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
"Project-Id-Version: gnome-shell-extensions\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2021-11-06 14:08+0000\n"
|
"POT-Creation-Date: 2022-07-10 12:54+0000\n"
|
||||||
"PO-Revision-Date: 2021-12-11 15:12+0300\n"
|
"PO-Revision-Date: 2022-09-14 13:09+0300\n"
|
||||||
"Last-Translator: Aleksandr Melman <Alexmelman88@gmail.com>\n"
|
"Last-Translator: Aleksandr Melman <Alexmelman88@gmail.com>\n"
|
||||||
"Language-Team: Русский <gnome-cyr@gnome.org>\n"
|
"Language-Team: Русский <gnome-cyr@gnome.org>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Poedit 3.0\n"
|
"X-Generator: Poedit 3.1\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
@@ -28,7 +28,7 @@ msgstr "Классический GNOME"
|
|||||||
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
#: data/gnome-classic-xorg.desktop.in:4
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Данный сеанс использует классический рабочий стол GNOME"
|
msgstr "Данный сеанс использует классический GNOME"
|
||||||
|
|
||||||
#: data/gnome-classic-wayland.desktop.in:3
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
msgid "GNOME Classic on Wayland"
|
msgid "GNOME Classic on Wayland"
|
||||||
@@ -38,17 +38,17 @@ msgstr "Классический GNOME на Wayland"
|
|||||||
msgid "GNOME Classic on Xorg"
|
msgid "GNOME Classic on Xorg"
|
||||||
msgstr "Классический GNOME на Xorg"
|
msgstr "Классический GNOME на Xorg"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:112
|
#: extensions/apps-menu/extension.js:118
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Избранное"
|
msgstr "Избранное"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:366
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Приложения"
|
msgstr "Приложения"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Приложение и список рабочих областей"
|
msgstr "Приложение и список рабочих столов"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -56,28 +56,28 @@ msgid ""
|
|||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Список строк, содержащих идентификатор приложения (имя desktop-файла), за "
|
"Список строк, содержащих идентификатор приложения (имя desktop-файла), за "
|
||||||
"которым следует двоеточие и номер рабочего места"
|
"которым следует двоеточие и номер рабочего стола"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:34
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Правила для рабочей области"
|
msgstr "Правила для рабочих столов"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:236
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Добавить правило"
|
msgstr "Добавить правило"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:133
|
#: extensions/drive-menu/extension.js:126
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Не удалось извлечь диск «%s»:"
|
msgstr "Не удалось извлечь диск «%s»:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:149
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Съёмные устройства"
|
msgstr "Съёмные устройства"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:171
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Открыть файлы"
|
msgstr "Открыть файлы"
|
||||||
|
|
||||||
@@ -110,31 +110,31 @@ msgstr ""
|
|||||||
"умолчанию заголовки располагаются снизу). При изменении этого параметра, "
|
"умолчанию заголовки располагаются снизу). При изменении этого параметра, "
|
||||||
"чтобы оно вступило в силу, необходимо перезапустить Shell."
|
"чтобы оно вступило в силу, необходимо перезапустить Shell."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:88
|
#: extensions/places-menu/extension.js:94
|
||||||
#: extensions/places-menu/extension.js:91
|
#: extensions/places-menu/extension.js:97
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Места"
|
msgstr "Места"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:46
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Не удалось запустить «%s»"
|
msgstr "Не удалось запустить «%s»"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:61
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to mount volume for “%s”"
|
msgid "Failed to mount volume for “%s”"
|
||||||
msgstr "Не удалось смонтировать том для «%s»"
|
msgstr "Не удалось смонтировать том для «%s»"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:125
|
||||||
#: extensions/places-menu/placeDisplay.js:148
|
#: extensions/places-menu/placeDisplay.js:148
|
||||||
#: extensions/places-menu/placeDisplay.js:171
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Компьютер"
|
msgstr "Компьютер"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:359
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Домашняя папка"
|
msgstr "Домашняя папка"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:404
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Обзор сети"
|
msgstr "Обзор сети"
|
||||||
|
|
||||||
@@ -175,28 +175,28 @@ msgstr "Восстановить"
|
|||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Развернуть"
|
msgstr "Развернуть"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:483
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Свернуть все"
|
msgstr "Свернуть все"
|
||||||
|
|
||||||
# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize)
|
# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize)
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:489
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Вернуть все"
|
msgstr "Вернуть все"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:446
|
#: extensions/window-list/extension.js:495
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Развернуть все"
|
msgstr "Развернуть все"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:454
|
#: extensions/window-list/extension.js:503
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Восстановить все"
|
msgstr "Восстановить все"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:462
|
#: extensions/window-list/extension.js:511
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Закрыть все"
|
msgstr "Закрыть все"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:741
|
#: extensions/window-list/extension.js:795
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Список окон"
|
msgstr "Список окон"
|
||||||
|
|
||||||
@@ -214,14 +214,14 @@ msgstr ""
|
|||||||
"«always» — всегда."
|
"«always» — всегда."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:86
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Отображать окна со всех рабочих областей"
|
msgstr "Отображать окна со всех рабочих столов"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid "Whether to show windows from all workspaces or only the current one."
|
msgid "Whether to show windows from all workspaces or only the current one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Показывать ли список окон со всех рабочих областей или только с текущей."
|
"Показывать ли список окон со всех рабочих столов или только с текущего."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:27
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:27
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
@@ -235,41 +235,40 @@ msgstr ""
|
|||||||
"Показывать ли список окон на всех подключенных мониторах или только на "
|
"Показывать ли список окон на всех подключенных мониторах или только на "
|
||||||
"основном."
|
"основном."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:39
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Группировка окон"
|
msgstr "Группировка окон"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:63
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Никогда не группировать окна"
|
msgstr "Никогда не группировать окна"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:64
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Группировать окна, если место ограничено"
|
msgstr "Группировать окна, если место ограничено"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:65
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Всегда группировать окна"
|
msgstr "Всегда группировать окна"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:81
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Показывать на всех мониторах"
|
msgstr "Показывать на всех мониторах"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:249
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:254
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Индикатор рабочей области"
|
msgstr "Индикатор рабочих столов"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:33
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "Названия рабочих областей"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:66
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Рабочая область %d"
|
msgstr "Рабочий стол %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:207
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Названия рабочих столов"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Добавить рабочую область"
|
msgstr "Добавить рабочий стол"
|
||||||
|
|
||||||
|
|||||||
170
po/tr.po
170
po/tr.po
@@ -1,5 +1,5 @@
|
|||||||
# Turkish translation for gnome-shell-extensions.
|
# Turkish translation for gnome-shell-extensions.
|
||||||
# Copyright (C) 2012-2019 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2012-2022 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
#
|
#
|
||||||
# Osman Karagöz <osmank3@gmail.com>, 2012.
|
# Osman Karagöz <osmank3@gmail.com>, 2012.
|
||||||
@@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: gnome-shell-extensions master\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2021-11-06 14:08+0000\n"
|
"POT-Creation-Date: 2022-07-10 12:54+0000\n"
|
||||||
"PO-Revision-Date: 2022-02-14 01:35+0300\n"
|
"PO-Revision-Date: 2022-02-14 01:35+0300\n"
|
||||||
"Last-Translator: Emin Tufan Çetin <etcetin@gmail.com>\n"
|
"Last-Translator: Emin Tufan Çetin <etcetin@gmail.com>\n"
|
||||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||||
@@ -42,11 +42,11 @@ msgstr "Wayland üstünde GNOME Klasik"
|
|||||||
msgid "GNOME Classic on Xorg"
|
msgid "GNOME Classic on Xorg"
|
||||||
msgstr "Xorg üstünde GNOME Klasik"
|
msgstr "Xorg üstünde GNOME Klasik"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:112
|
#: extensions/apps-menu/extension.js:118
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Gözdeler"
|
msgstr "Gözdeler"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:366
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Uygulamalar"
|
msgstr "Uygulamalar"
|
||||||
|
|
||||||
@@ -62,26 +62,26 @@ msgstr ""
|
|||||||
"Her biri, bir uygulama kimliği (masaüstü dosya adı) ardından gelen iki nokta "
|
"Her biri, bir uygulama kimliği (masaüstü dosya adı) ardından gelen iki nokta "
|
||||||
"üst üste ve çalışma alanı numarasını içeren dizgeler listesi"
|
"üst üste ve çalışma alanı numarasını içeren dizgeler listesi"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:34
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Çalışma Alanı Kuralları"
|
msgstr "Çalışma Alanı Kuralları"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:236
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Kural Ekle"
|
msgstr "Kural Ekle"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:133
|
#: extensions/drive-menu/extension.js:126
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "“%s” sürücüsü çıkarılamadı:"
|
msgstr "“%s” sürücüsü çıkarılamadı:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:149
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Çıkarılabilir aygıtlar"
|
msgstr "Çıkarılabilir aygıtlar"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:171
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Dosyaları Aç"
|
msgstr "Dosyaları Aç"
|
||||||
|
|
||||||
@@ -96,9 +96,9 @@ msgid ""
|
|||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ekran en-boy oranına uyarak ve sınır kutucuğunu küçültüp daha da "
|
"Ekran en-boy oranına uyarak ve sınır kutucuğunu küçültüp daha da "
|
||||||
"sıkılaştırarak, pencere küçük resimlerini yerleştirmek için ekranda daha "
|
"sıkılaştırarak, pencere küçük resimlerini yerleştirmek için ekranda daha çok "
|
||||||
"çok alan kullanmayı dene. Bu seçenek yalnızca doğal yerleştirme stratejisi "
|
"alan kullanmayı dene. Bu seçenek yalnızca doğal yerleştirme stratejisi ile "
|
||||||
"ile geçerlidir."
|
"geçerlidir."
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
@@ -115,31 +115,31 @@ msgstr ""
|
|||||||
"Yapılan değişikliklerin etkili olması için kabuğun yeniden başlatılması "
|
"Yapılan değişikliklerin etkili olması için kabuğun yeniden başlatılması "
|
||||||
"gerekir."
|
"gerekir."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:88
|
#: extensions/places-menu/extension.js:94
|
||||||
#: extensions/places-menu/extension.js:91
|
#: extensions/places-menu/extension.js:97
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Yerler"
|
msgstr "Yerler"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:46
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "“%s” başlatılamadı"
|
msgstr "“%s” başlatılamadı"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:61
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to mount volume for “%s”"
|
msgid "Failed to mount volume for “%s”"
|
||||||
msgstr "“%s” için birim bağlanamadı"
|
msgstr "“%s” için birim bağlanamadı"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:125
|
||||||
#: extensions/places-menu/placeDisplay.js:148
|
#: extensions/places-menu/placeDisplay.js:148
|
||||||
#: extensions/places-menu/placeDisplay.js:171
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Bilgisayar"
|
msgstr "Bilgisayar"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:359
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Ev"
|
msgstr "Ev"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:404
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Ağa Gözat"
|
msgstr "Ağa Gözat"
|
||||||
|
|
||||||
@@ -179,27 +179,27 @@ msgstr "Önceki duruma getir"
|
|||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "En büyük duruma getir"
|
msgstr "En büyük duruma getir"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:483
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Tümünü simge durumuna küçült"
|
msgstr "Tümünü simge durumuna küçült"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:489
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Tümünü önceki duruma getir"
|
msgstr "Tümünü önceki duruma getir"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:446
|
#: extensions/window-list/extension.js:495
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Tümünü en büyük duruma getir"
|
msgstr "Tümünü en büyük duruma getir"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:454
|
#: extensions/window-list/extension.js:503
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Tümünü önceki duruma getir"
|
msgstr "Tümünü önceki duruma getir"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:462
|
#: extensions/window-list/extension.js:511
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Tümünü kapat"
|
msgstr "Tümünü kapat"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:741
|
#: extensions/window-list/extension.js:795
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Pencere Listesi"
|
msgstr "Pencere Listesi"
|
||||||
|
|
||||||
@@ -217,7 +217,7 @@ msgstr ""
|
|||||||
"“always” (her zaman)."
|
"“always” (her zaman)."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:86
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Tüm çalışma alanlarındaki pencereleri göster"
|
msgstr "Tüm çalışma alanlarındaki pencereleri göster"
|
||||||
|
|
||||||
@@ -236,129 +236,43 @@ msgid ""
|
|||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pencere listesinin tüm bağlı monitörlerde mi yoksa yalnızca birincil monitörde "
|
"Pencere listesinin tüm bağlı monitörlerde mi yoksa yalnızca birincil "
|
||||||
"mi gösterileceğini belirtir."
|
"monitörde mi gösterileceğini belirtir."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:39
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Pencere Kümeleme"
|
msgstr "Pencere Kümeleme"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:63
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Pencereleri asla kümeleme"
|
msgstr "Pencereleri asla kümeleme"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:64
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Yer kısıtlıyken pencereleri kümele"
|
msgstr "Yer kısıtlıyken pencereleri kümele"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:65
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Pencereleri her zaman kümele"
|
msgstr "Pencereleri her zaman kümele"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:81
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Tüm monitörlerde göster"
|
msgstr "Tüm monitörlerde göster"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:249
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:254
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Çalışma Alanı Belirteci"
|
msgstr "Çalışma Alanı Belirteci"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:33
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "Çalışma Alanı Adları"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:66
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Çalışma Alanı %d"
|
msgstr "Çalışma Alanı %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:207
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Çalışma Alanı Adları"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Çalışma Alanı Ekle"
|
msgstr "Çalışma Alanı Ekle"
|
||||||
|
|
||||||
#~ msgid "Application"
|
|
||||||
#~ msgstr "Uygulama"
|
|
||||||
|
|
||||||
#~ msgid "Create new matching rule"
|
|
||||||
#~ msgstr "Yeni bir eşleşme kuralı oluştur"
|
|
||||||
|
|
||||||
#~ msgid "Add"
|
|
||||||
#~ msgstr "Ekle"
|
|
||||||
|
|
||||||
#~ msgid "Name"
|
|
||||||
#~ msgstr "Ad"
|
|
||||||
|
|
||||||
#~ msgid "Attach modal dialog to the parent window"
|
|
||||||
#~ msgstr "Yardımcı iletişim penceresini ana pencereye iliştir"
|
|
||||||
|
|
||||||
#~ msgid ""
|
|
||||||
#~ "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "Bu anahtar, GNOME Shell çalışırken org.gnome.mutter içindeki anahtarı "
|
|
||||||
#~ "geçersiz kılar."
|
|
||||||
|
|
||||||
#~ msgid "Arrangement of buttons on the titlebar"
|
|
||||||
#~ msgstr "Başlık çubuğundaki düğmelerin düzeni"
|
|
||||||
|
|
||||||
#~ msgid ""
|
|
||||||
#~ "This key overrides the key in org.gnome.desktop.wm.preferences when "
|
|
||||||
#~ "running GNOME Shell."
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "Bu anahtar, GNOME Kabuğu çalışırken org.gnome.desktop.wm.preferences "
|
|
||||||
#~ "içindeki anahtarı geçersiz kılar."
|
|
||||||
|
|
||||||
#~ msgid "Enable edge tiling when dropping windows on screen edges"
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "Pencereler ekran kenarlarında bırakıldığında kenar döşemeyi etkinleştir"
|
|
||||||
|
|
||||||
#~ msgid "Workspaces only on primary monitor"
|
|
||||||
#~ msgstr "Çalışma alanları sadece birincil ekranda"
|
|
||||||
|
|
||||||
#~ msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "Fare kipinde odak değişikliklerini işaretçi hareketi durana kadar beklet"
|
|
||||||
|
|
||||||
#~ msgid "Thumbnail only"
|
|
||||||
#~ msgstr "Yalnızca küçük resim"
|
|
||||||
|
|
||||||
#~ msgid "Application icon only"
|
|
||||||
#~ msgstr "Sadece uygulama simgesi"
|
|
||||||
|
|
||||||
#~ msgid "Thumbnail and application icon"
|
|
||||||
#~ msgstr "Küçük resim ve uygulama simgesi"
|
|
||||||
|
|
||||||
#~ msgid "Present windows as"
|
|
||||||
#~ msgstr "Pencereleri farklı sun"
|
|
||||||
|
|
||||||
#~ msgid "Activities Overview"
|
|
||||||
#~ msgstr "Etkinlikler Genel Görünümü"
|
|
||||||
|
|
||||||
#~ msgid "Hello, world!"
|
|
||||||
#~ msgstr "Merhaba dünya!"
|
|
||||||
|
|
||||||
#~ msgid "Alternative greeting text."
|
|
||||||
#~ msgstr "Alternatif karşılama metni."
|
|
||||||
|
|
||||||
#~ msgid ""
|
|
||||||
#~ "If not empty, it contains the text that will be shown when clicking on "
|
|
||||||
#~ "the panel."
|
|
||||||
#~ msgstr "Eğer boş değilse, panele tıklandığında gösterilecek metni içerir."
|
|
||||||
|
|
||||||
#~ msgid "Message"
|
|
||||||
#~ msgstr "İleti"
|
|
||||||
|
|
||||||
#~ msgid ""
|
|
||||||
#~ "Example aims to show how to build well behaved extensions for the Shell "
|
|
||||||
#~ "and as such it has little functionality on its own.\n"
|
|
||||||
#~ "Nevertheless it’s possible to customize the greeting message."
|
|
||||||
#~ msgstr ""
|
|
||||||
#~ "Bu örnek, Shell için uygun eklentilerin nasıl geliştirileceğini "
|
|
||||||
#~ "göstermeyi amaçlar; bu yüzden kendi başına çok az işleve sahiptir.\n"
|
|
||||||
#~ "Yine de karşılama iletisini özelleştirmek mümkündür."
|
|
||||||
|
|
||||||
#~ msgid "CPU"
|
|
||||||
#~ msgstr "İşlemci"
|
|
||||||
|
|
||||||
#~ msgid "Memory"
|
|
||||||
#~ msgstr "Bellek"
|
|
||||||
|
|||||||
107
po/vi.po
107
po/vi.po
@@ -2,15 +2,15 @@
|
|||||||
# Copyright © 2016 GNOME i18n Project for Vietnamese.
|
# Copyright © 2016 GNOME i18n Project for Vietnamese.
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2011.
|
# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2011.
|
||||||
# Trần Ngọc Quân <vnwildman@gmail.com>, 2014, 2016, 2017, 2021.
|
# Trần Ngọc Quân <vnwildman@gmail.com>, 2014, 2016-2017, 2021-2022.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: gnome-shell-extensions main\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2020-05-28 00:55+0000\n"
|
"POT-Creation-Date: 2022-03-29 15:31+0000\n"
|
||||||
"PO-Revision-Date: 2021-03-27 14:51+0700\n"
|
"PO-Revision-Date: 2022-04-03 14:48+0700\n"
|
||||||
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
||||||
"Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
|
"Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
|
||||||
"Language: vi\n"
|
"Language: vi\n"
|
||||||
@@ -18,21 +18,30 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Gtranslator 2.91.7\n"
|
"X-Generator: Gtranslator 3.38.0\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME cổ điển"
|
msgstr "GNOME cổ điển"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Phiên làm việc này đăng nhập bạn vào GNOME Cổ điển"
|
msgstr "Phiên làm việc này đăng nhập bạn vào GNOME cổ điển"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Wayland"
|
||||||
|
msgstr "GNOME cổ điển trên Wayland"
|
||||||
|
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "GNOME cổ điển trên Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:118
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Ưa thích"
|
msgstr "Ưa thích"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Ứng dụng"
|
msgstr "Ứng dụng"
|
||||||
|
|
||||||
@@ -48,26 +57,26 @@ msgstr ""
|
|||||||
"Một danh sách chuỗi, mỗi chuỗi là một mã số của ứng dụng (tên tập tin ."
|
"Một danh sách chuỗi, mỗi chuỗi là một mã số của ứng dụng (tên tập tin ."
|
||||||
"desktop), theo sau là dấu hai chấm và mã số không gian làm việc"
|
"desktop), theo sau là dấu hai chấm và mã số không gian làm việc"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "Thước Không gian làm việc"
|
msgstr "Thước Không gian làm việc"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:243
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Thêm quy tắc"
|
msgstr "Thêm quy tắc"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:126
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Gặp lỗi khi đẩy hệ thống tập tin “%s” ra:"
|
msgstr "Gặp lỗi khi đẩy hệ thống tập tin “%s” ra:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Đĩa di động"
|
msgstr "Đĩa di động"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "Mở tập tin"
|
msgstr "Mở tập tin"
|
||||||
|
|
||||||
@@ -99,31 +108,31 @@ msgstr ""
|
|||||||
"đè lên cách ứng xử mặc định của hệ vỏ là ở dưới đáy. Những thay đổi này cần "
|
"đè lên cách ứng xử mặc định của hệ vỏ là ở dưới đáy. Những thay đổi này cần "
|
||||||
"khởi động lại hệ vỏ để có tác dụng."
|
"khởi động lại hệ vỏ để có tác dụng."
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:94
|
||||||
#: extensions/places-menu/extension.js:93
|
#: extensions/places-menu/extension.js:97
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Mở nhanh"
|
msgstr "Mở nhanh"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:46
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Gặp lỗi khi khởi chạy \"%s\""
|
msgstr "Gặp lỗi khi khởi chạy \"%s\""
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:61
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to mount volume for “%s”"
|
msgid "Failed to mount volume for “%s”"
|
||||||
msgstr "Gặp lỗi khi gắn đĩa cho “%s”"
|
msgstr "Gặp lỗi khi gắn đĩa cho “%s”"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:125
|
||||||
#: extensions/places-menu/placeDisplay.js:148
|
#: extensions/places-menu/placeDisplay.js:148
|
||||||
#: extensions/places-menu/placeDisplay.js:171
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Máy tính"
|
msgstr "Máy tính"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:359
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Thư mục riêng"
|
msgstr "Thư mục riêng"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:404
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Duyệt mạng"
|
msgstr "Duyệt mạng"
|
||||||
|
|
||||||
@@ -143,47 +152,47 @@ msgstr "Tên chủ đề"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Tên của chủ đề, được tải từ ~/.themes/name/gnome-shell"
|
msgstr "Tên của chủ đề, được tải từ ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Đóng"
|
msgstr "Đóng"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Thôi thu nhỏ"
|
msgstr "Thôi thu nhỏ"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Thu nhỏ"
|
msgstr "Thu nhỏ"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Thôi phóng hết cỡ"
|
msgstr "Thôi phóng hết cỡ"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Phóng to hết cỡ"
|
msgstr "Phóng to hết cỡ"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:428
|
#: extensions/window-list/extension.js:441
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Thu nhỏ tất cả"
|
msgstr "Thu nhỏ tất cả"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:447
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Thôi thu nhỏ tất cả"
|
msgstr "Thôi thu nhỏ tất cả"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:453
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Phóng to tất cả"
|
msgstr "Phóng to tất cả"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:448
|
#: extensions/window-list/extension.js:461
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Thôi phóng to tất cả"
|
msgstr "Thôi phóng to tất cả"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:456
|
#: extensions/window-list/extension.js:469
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Đóng tất cả"
|
msgstr "Đóng tất cả"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:734
|
#: extensions/window-list/extension.js:753
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Danh sách cửa sổ"
|
msgstr "Danh sách cửa sổ"
|
||||||
|
|
||||||
@@ -200,7 +209,7 @@ msgstr ""
|
|||||||
"cửa số. Các giá trị có thể là “never”, “auto” và “always”."
|
"cửa số. Các giá trị có thể là “never”, “auto” và “always”."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "Hiển thị các cửa sổ trong mọi không gian làm việc"
|
msgstr "Hiển thị các cửa sổ trong mọi không gian làm việc"
|
||||||
|
|
||||||
@@ -222,41 +231,41 @@ msgstr ""
|
|||||||
"Có hiển thị danh sách cửa sổ trên mọi màn hình đã kết nối hay chỉ trên màn "
|
"Có hiển thị danh sách cửa sổ trên mọi màn hình đã kết nối hay chỉ trên màn "
|
||||||
"hình chính mà thôi."
|
"hình chính mà thôi."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Nhóm cửa sổ lại"
|
msgstr "Nhóm cửa sổ lại"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Không bao giờ nhóm các cửa sổ lại với nhau"
|
msgstr "Không bao giờ nhóm các cửa sổ lại với nhau"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Nhóm các cửa sổ lại với nhau khi không đủ chỗ"
|
msgstr "Nhóm các cửa sổ lại với nhau khi không đủ chỗ"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Luôn nhóm các cửa sổ lại với nhau"
|
msgstr "Luôn nhóm các cửa sổ lại với nhau"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Hiển thị trên mọi màn hình"
|
msgstr "Hiển thị trên mọi màn hình"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:207
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:213
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Bộ chỉ thị không gian làm việc"
|
msgstr "Ô chỉ thị không gian làm việc"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "Tên không gian làm việc"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Không gian làm việc %d"
|
msgstr "Không gian làm việc %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:218
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Tên không gian làm việc"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "Thêm Không gian làm việc"
|
msgstr "Thêm Không gian làm việc"
|
||||||
|
|
||||||
|
|||||||
101
po/zh_TW.po
101
po/zh_TW.po
@@ -9,30 +9,39 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/"
|
||||||
"issues\n"
|
"issues\n"
|
||||||
"POT-Creation-Date: 2020-08-12 23:03+0000\n"
|
"POT-Creation-Date: 2022-05-06 11:44+0000\n"
|
||||||
"PO-Revision-Date: 2020-09-22 23:06+0800\n"
|
"PO-Revision-Date: 2022-05-12 00:01+0800\n"
|
||||||
"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
|
"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
|
||||||
"Language-Team: Chinese <zh-l10n@linux.org.tw>\n"
|
"Language-Team: Chinese <zh-l10n@linux.org.tw>\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 2.4.1\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
"X-Generator: Poedit 3.0.1\n"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:3
|
#: data/gnome-classic.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Classic"
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
|
||||||
|
#: data/gnome-classic-xorg.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "這個作業階段讓您登入 GNOME Classic"
|
msgstr "這個作業階段讓您登入 GNOME Classic"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:113
|
#: data/gnome-classic-wayland.desktop.in:3
|
||||||
msgid "Favorites"
|
msgid "GNOME Classic on Wayland"
|
||||||
msgstr "喜好"
|
msgstr "GNOME Classic 採行 Wayland"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:369
|
#: data/gnome-classic-xorg.desktop.in:3
|
||||||
|
msgid "GNOME Classic on Xorg"
|
||||||
|
msgstr "GNOME Classic 採行 Xorg"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:118
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "喜愛"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:379
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "應用程式"
|
msgstr "應用程式"
|
||||||
|
|
||||||
@@ -48,26 +57,26 @@ msgstr ""
|
|||||||
"字串的列表,每個都包含一個應用程式 id (桌面檔名稱),後面接著半形分號 \";\" 與"
|
"字串的列表,每個都包含一個應用程式 id (桌面檔名稱),後面接著半形分號 \";\" 與"
|
||||||
"工作區號碼"
|
"工作區號碼"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:35
|
#: extensions/auto-move-windows/prefs.js:152
|
||||||
msgid "Workspace Rules"
|
msgid "Workspace Rules"
|
||||||
msgstr "工作區規則"
|
msgstr "工作區規則"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:243
|
#: extensions/auto-move-windows/prefs.js:306
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "加入規則"
|
msgstr "加入規則"
|
||||||
|
|
||||||
#. TRANSLATORS: %s is the filesystem name
|
#. TRANSLATORS: %s is the filesystem name
|
||||||
#: extensions/drive-menu/extension.js:112
|
#: extensions/drive-menu/extension.js:126
|
||||||
#: extensions/places-menu/placeDisplay.js:233
|
#: extensions/places-menu/placeDisplay.js:210
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive “%s” failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "裝置「%s」退出失敗:"
|
msgstr "裝置「%s」退出失敗:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:128
|
#: extensions/drive-menu/extension.js:145
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "可移除式裝置"
|
msgstr "可移除式裝置"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:155
|
#: extensions/drive-menu/extension.js:167
|
||||||
msgid "Open Files"
|
msgid "Open Files"
|
||||||
msgstr "開啟檔案"
|
msgstr "開啟檔案"
|
||||||
|
|
||||||
@@ -97,31 +106,31 @@ msgstr ""
|
|||||||
"如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕 Shell 將它放置在底部的預設"
|
"如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕 Shell 將它放置在底部的預設"
|
||||||
"值。變更這個設定值需要重新啟動 Shell 來套用效果。"
|
"值。變更這個設定值需要重新啟動 Shell 來套用效果。"
|
||||||
|
|
||||||
#: extensions/places-menu/extension.js:89
|
#: extensions/places-menu/extension.js:94
|
||||||
#: extensions/places-menu/extension.js:93
|
#: extensions/places-menu/extension.js:97
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "位置"
|
msgstr "位置"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:46
|
#: extensions/places-menu/placeDisplay.js:49
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "無法啟動「%s」"
|
msgstr "無法啟動「%s」"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:61
|
#: extensions/places-menu/placeDisplay.js:64
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to mount volume for “%s”"
|
msgid "Failed to mount volume for “%s”"
|
||||||
msgstr "無法掛載儲存區「%s」"
|
msgstr "無法掛載儲存區「%s」"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:125
|
||||||
#: extensions/places-menu/placeDisplay.js:148
|
#: extensions/places-menu/placeDisplay.js:148
|
||||||
#: extensions/places-menu/placeDisplay.js:171
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "電腦"
|
msgstr "電腦"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:359
|
#: extensions/places-menu/placeDisplay.js:336
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "家目錄"
|
msgstr "家目錄"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:404
|
#: extensions/places-menu/placeDisplay.js:381
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "瀏覽網路"
|
msgstr "瀏覽網路"
|
||||||
|
|
||||||
@@ -141,47 +150,47 @@ msgstr "主題名稱"
|
|||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
|
msgstr "主題的名稱,要從 ~/.themes/name/gnome-shell 載入"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:98
|
#: extensions/window-list/extension.js:72
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "關閉"
|
msgstr "關閉"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "取消最小化"
|
msgstr "取消最小化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:118
|
#: extensions/window-list/extension.js:92
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "最小化"
|
msgstr "最小化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "取消最大化"
|
msgstr "取消最大化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:125
|
#: extensions/window-list/extension.js:99
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "最大化"
|
msgstr "最大化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:428
|
#: extensions/window-list/extension.js:441
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "全部最小化"
|
msgstr "全部最小化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:434
|
#: extensions/window-list/extension.js:447
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "全部取消最小化"
|
msgstr "全部取消最小化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:440
|
#: extensions/window-list/extension.js:453
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "全部最大化"
|
msgstr "全部最大化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:448
|
#: extensions/window-list/extension.js:461
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "全部取消最大化"
|
msgstr "全部取消最大化"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:456
|
#: extensions/window-list/extension.js:469
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "全部關閉"
|
msgstr "全部關閉"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:734
|
#: extensions/window-list/extension.js:753
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "視窗列表"
|
msgstr "視窗列表"
|
||||||
|
|
||||||
@@ -197,7 +206,7 @@ msgstr ""
|
|||||||
"決定在視窗列表中何時群組視窗。可能的數值有「never」、「auto」、「always」。"
|
"決定在視窗列表中何時群組視窗。可能的數值有「never」、「auto」、「always」。"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
#: extensions/window-list/prefs.js:100
|
#: extensions/window-list/prefs.js:79
|
||||||
msgid "Show windows from all workspaces"
|
msgid "Show windows from all workspaces"
|
||||||
msgstr "顯示所有工作區的視窗"
|
msgstr "顯示所有工作區的視窗"
|
||||||
|
|
||||||
@@ -215,41 +224,41 @@ msgid ""
|
|||||||
"primary one."
|
"primary one."
|
||||||
msgstr "是否在所有連接的螢幕顯示視窗列表或是只出現在主要螢幕上。"
|
msgstr "是否在所有連接的螢幕顯示視窗列表或是只出現在主要螢幕上。"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:29
|
#: extensions/window-list/prefs.js:35
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "視窗群組"
|
msgstr "視窗群組"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:58
|
#: extensions/window-list/prefs.js:40
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "永不群組視窗"
|
msgstr "永不群組視窗"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:59
|
#: extensions/window-list/prefs.js:41
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "當空間受限時群組視窗"
|
msgstr "當空間受限時群組視窗"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:60
|
#: extensions/window-list/prefs.js:42
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "永遠群組視窗"
|
msgstr "永遠群組視窗"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:94
|
#: extensions/window-list/prefs.js:66
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "顯示於所有螢幕"
|
msgstr "顯示於所有螢幕"
|
||||||
|
|
||||||
#: extensions/window-list/workspaceIndicator.js:207
|
#: extensions/window-list/workspaceIndicator.js:261
|
||||||
#: extensions/workspace-indicator/extension.js:213
|
#: extensions/workspace-indicator/extension.js:266
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "工作區指示器"
|
msgstr "工作區指示器"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:34
|
#: extensions/workspace-indicator/prefs.js:62
|
||||||
msgid "Workspace Names"
|
|
||||||
msgstr "工作區名稱"
|
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:67
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "工作區 %d"
|
msgstr "工作區 %d"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:218
|
#: extensions/workspace-indicator/prefs.js:129
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "工作區名稱"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:255
|
||||||
msgid "Add Workspace"
|
msgid "Add Workspace"
|
||||||
msgstr "新增工作區"
|
msgstr "新增工作區"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user