Compare commits

...

41 Commits

Author SHA1 Message Date
Florian Müllner ef4aa78290 Bump version to 3.16.2
Update NEWS.
2015-07-02 14:34:56 +02:00
Siteshwar Vashisht 2d57d837f8 apps-menu: Fix call to open_new_window()
The function never had a timestamp parameter, the parameter that was
added at some point is a workspace index. Ouch, this has gone unspotted
since the original AxeMenu extension was adapted for the apps-menu ...
2015-06-12 15:31:18 +02:00
Jakub Steiner 5b51a795b4 scrollbars, expanders and spinner invisible in classic
- sync scrollbar colors with gtk
- don't hide expanders in popovers
- use a custom spinner for classic

https://bugzilla.gnome.org/show_bug.cgi?id=750072
2015-05-29 19:00:14 +02:00
Cédric Valmary 4bfb3f5b79 Added Occitan translation 2015-05-18 14:42:36 +00:00
sun ade777dd8f update zh_CN translation 2015-05-03 10:39:30 +08:00
Florian Müllner e80d667b44 Bump version to 3.16.1
To go along GNOME Shell 3.16.1
2015-04-14 23:38:15 +02:00
Mattias Põldaru 6297839106 [l10n] Updated Estonian translation 2015-04-08 20:25:23 +03:00
Rūdolfs Mazurs deae4392ab Updated Latvian translation 2015-04-03 20:41:18 +03:00
Florian Müllner bea06a7589 Update style 2015-03-30 17:41:47 +02:00
Hajime Taira c56805dea6 l10n: Update Japanese translation 2015-03-30 21:56:01 +09:00
Florian Müllner 0a5e5ee93c apps-menu: Take over shortcuts again on startup-complete
For a while now, gnome-shell has initialized extensions before
setting up its own keybinding handling. As a result, our taking
over of the panel-main-menu shortcut will be overwritten when
the extension is enabled at startup - work around this by setting
up the keybinding again on LayoutManager::startup-complete.

https://bugzilla.gnome.org/show_bug.cgi?id=746639
2015-03-24 14:20:49 +01:00
Florian Müllner 8f4cecc8e5 apps-menu: Move panel-main-menu handling into AppsMenuButton
This is really where it belongs, and will make an upcoming fix slightly
less ugly ...

https://bugzilla.gnome.org/show_bug.cgi?id=746639
2015-03-24 14:20:49 +01:00
Florian Müllner 487c089e86 apps-menu: Clean up signal code
Setting up signal handlers inside a class and rely on outside code
to disconnect them via global variables is utterly weird. Just
disconnect everything inside the class when the corresponding actor
is destroyed.

https://bugzilla.gnome.org/show_bug.cgi?id=746639
2015-03-24 14:20:49 +01:00
Rui Matos 903a3b25cb window-list: Fix WorkspaceIndicator's popup menu position
By default, PanelMenu.Button creates a popup menu with arrow side TOP
which is wrong in our case and can mess up BoxPointer's positioning.

We can work around that easily by creating the menu ourselves with the
correct arrow side.

https://bugzilla.gnome.org/show_bug.cgi?id=746365
2015-03-24 12:58:07 +01:00
Florian Müllner 697445c823 Bump version to 3.16.0
To go along GNOME Shell 3.16.0.
2015-03-23 20:45:02 +01:00
Jordi Mas 37e38ae692 Update Catalan translation 2015-03-18 04:53:18 -04:00
Florian Müllner 5ed7bf76f9 Bump version to 3.15.92
To go along GNOME Shell 3.15.92.
2015-03-17 19:49:30 +01:00
Florian Müllner 1e8c7a2d8f Update style 2015-03-17 19:46:05 +01:00
Florian Müllner 11b151e5e0 native-window-placement: Update for mutter API changes 2015-03-17 19:46:05 +01:00
Florian Müllner 0b18b15fee screenshot-window-size: Update for mutter API changes 2015-03-17 19:46:05 +01:00
Ask Hjorth Larsen 2c37ac8929 Updated Danish translation 2015-03-15 16:57:48 +01:00
A S Alam 83eb3ef620 Translation pa updated for Gnome 2015-03-13 21:36:20 -05:00
Samir Ribic a7186cb668 Added Bosnian translation 2015-03-13 15:50:06 +00:00
Jakub Steiner 6c58d700aa theme: fix invisible avatar for classic
https://bugzilla.gnome.org/show_bug.cgi?id=745693
2015-03-12 16:07:13 +01:00
Stas Solovey 7189f8586b Updated Russian translation 2015-03-11 21:23:41 +00:00
Florian Müllner f97c2c55a4 theme: Update from submodule 2015-03-11 18:03:33 +01:00
Jiri Grönroos 068eaad840 Finnish translation update 2015-03-11 17:01:43 +02:00
Jakub Steiner 36a51901d8 theme: no top bar border for login screen
https://bugzilla.gnome.org/show_bug.cgi?id=745686
2015-03-10 20:02:36 +01:00
Jakub Steiner 7cfd862e70 theme: panel improvements
- places menu still sports an arrow, must be a custom one

https://bugzilla.gnome.org/show_bug.cgi?id=745909
2015-03-10 19:56:42 +01:00
Florian Müllner 5e9f66f3d1 Use a proper arrows instead of UTF8
All proper shell menus were updated to do that a while ago, we
should do the same for consistency.

https://bugzilla.gnome.org/show_bug.cgi?id=745909
2015-03-10 19:56:41 +01:00
Jakub Steiner c1929e34d1 theme: re-render css 2015-03-10 19:46:31 +01:00
Jakub Steiner fdaecf6c44 theme: re-render to fix modal headings
https://bugzilla.gnome.org/show_bug.cgi?id=745687
2015-03-10 17:55:59 +01:00
Florian Müllner 8bad8a3b63 window-list: Don't use 'panel-menu' class in bottom panel
Menus in the top bar have some margin at the bottom, to prevent
menus to extend all the way to the bottom edge as the expand; we
obviously don't want the same behavior in the window-list at the
bottom, so stop pretending to be a top bar menu.

https://bugzilla.gnome.org/show_bug.cgi?id=745952
2015-03-10 14:27:16 +01:00
Jakub Steiner dae1feb250 theme: more on unlock/login top bar
https://bugzilla.gnome.org/show_bug.cgi?id=745686
2015-03-10 12:23:34 +01:00
Jakub Steiner 3ef2393d14 theme: top bar in login and lock screens
https://bugzilla.gnome.org/show_bug.cgi?id=745686
2015-03-10 11:52:15 +01:00
Victor Ibragimov 5e39f82b8e Updated Tajik translation 2015-03-10 06:26:55 +00:00
Alexander Shopov fb59540e41 Updated Bulgarian translation 2015-03-09 21:10:29 +02:00
Florian Müllner 715f445f61 apps-menu: Make it a bit narrower
General rule: if it can fit "GNU Image Manipulation Program", it is
wide enough ...

https://bugzilla.gnome.org/show_bug.cgi?id=745670
2015-03-06 17:28:01 +01:00
Jakub Steiner 4eceb9443f theme: use white labels for overview
- restructured selectors to avoid !important

https://bugzilla.gnome.org/show_bug.cgi?id=745732
2015-03-06 17:22:16 +01:00
Jakub Steiner 6909504c10 theme: provide custom switches and spinner
https://bugzilla.gnome.org/show_bug.cgi?id=745685
2015-03-06 17:08:36 +01:00
Мирослав Николић 3476b0d84e Updated Serbian translation 2015-03-05 22:46:25 +01:00
32 changed files with 2592 additions and 1828 deletions
+21
View File
@@ -1,3 +1,24 @@
3.16.2
======
* classic: Update theme
* updated translations (oc, zh_CN)
3.16.1
======
* window-list: Fix workspace indicators popup menu position
* apps-menu: Fix taking over panel-main-menu shortcut
* updated translations (et, ja, lv)
3.16.0
======
* updated translations (ca)
3.15.92
=======
* classic: Update theme
* update for mutter API changes
* updated translations (bg, bs, da, fi, pa, ru, sr, sr@latin, tg)
3.15.91 3.15.91
======= =======
* classic: Update theme * classic: Update theme
+1 -1
View File
@@ -1,5 +1,5 @@
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([gnome-shell-extensions],[3.15.91],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_INIT([gnome-shell-extensions],[3.16.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 27 KiB

+84 -72
View File
@@ -14,20 +14,10 @@
height="22" height="22"
id="svg10865" id="svg10865"
version="1.1" version="1.1"
inkscape:version="0.48.4 r9939" inkscape:version="0.91 r13725"
sodipodi:docname="toggle-off-us.svg"> sodipodi:docname="classic-toggle-off-intl.svg">
<defs <defs
id="defs10867"> 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,27.810405,92.069729)"
x1="740"
y1="486.10501"
x2="740"
y2="505.3204" />
<linearGradient <linearGradient
id="linearGradient62852-6-5"> id="linearGradient62852-6-5">
<stop <stop
@@ -77,16 +67,6 @@
effect="spiro" effect="spiro"
id="path-effect62829-6-8-0" id="path-effect62829-6-8-0"
is_visible="true" /> is_visible="true" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient62821-5-8-1"
id="linearGradient62864-0-3-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3066667,0,0,1,-197.64667,0)"
x1="702.58966"
y1="484.49405"
x2="702.58966"
y2="507.42715" />
<linearGradient <linearGradient
id="linearGradient62821-5-8-1"> id="linearGradient62821-5-8-1">
<stop <stop
@@ -108,6 +88,76 @@
id="linearGradient11647" id="linearGradient11647"
xlink:href="#linearGradient62821-5-8-1" xlink:href="#linearGradient62821-5-8-1"
inkscape:collect="always" /> 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> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
@@ -117,8 +167,8 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1" inkscape:zoom="1"
inkscape:cx="-133.20351" inkscape:cx="23.565368"
inkscape:cy="20.84411" inkscape:cy="19.596892"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="g62929" inkscape:current-layer="g62929"
showgrid="false" showgrid="false"
@@ -129,8 +179,8 @@
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:snap-others="false" inkscape:snap-others="false"
inkscape:window-width="2560" inkscape:window-width="2560"
inkscape:window-height="1380" inkscape:window-height="1342"
inkscape:window-x="1600" inkscape:window-x="0"
inkscape:window-y="28" inkscape:window-y="28"
inkscape:window-maximized="1" inkscape:window-maximized="1"
showborder="false"> showborder="false">
@@ -146,7 +196,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title> <dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@@ -166,7 +216,7 @@
transform="translate(0,30)" transform="translate(0,30)"
id="g62931"> id="g62931">
<rect <rect
style="fill:url(#linearGradient62864-0-3-1);fill-opacity:1;stroke:#a6a8a6;stroke-width:1;stroke-linecap:round;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:accumulate;clip-rule:nonzero" 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" id="rect62935"
width="63.856125" width="63.856125"
height="21.093594" height="21.093594"
@@ -175,7 +225,7 @@
rx="2" rx="2"
ry="2" /> ry="2" />
<rect <rect
style="fill:url(#linearGradient62981-1-1);fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" 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" id="rect62937"
width="29.97398" width="29.97398"
height="17.022524" height="17.022524"
@@ -185,56 +235,18 @@
ry="1" /> ry="1" />
<g <g
transform="translate(-38.048674,-1.9445437)" transform="translate(-38.048674,-1.9445437)"
id="g62939"> id="g62939" />
<rect
ry="1"
rx="1"
y="492"
x="695"
height="8"
width="2"
id="rect62941"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="699"
height="8"
width="2"
id="rect62943"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="703"
height="8"
width="2"
id="rect62945"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
</g>
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
inkscape:original-d="m 647.78624,486.57192 27.94632,0" inkscape:original-d="m 647.78241,486.57192 27.73523,0"
inkscape:path-effect="#path-effect62989-8-0" inkscape:path-effect="#path-effect62989-8-0"
id="path62947" id="path62947"
d="m 647.78624,486.57192 27.94632,0" 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" /> style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
</g> </g>
<g <g
id="g11665" id="g11665"
transform="matrix(0.78906097,0,0,0.78906097,178.78814,111.57844)" /> transform="matrix(0.78906097,0,0,0.78906097,178.78814,111.57844)" />
<path
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
transform="translate(642.41421,514.02037)"
d="m 55,11.875 a 4.625,4.625 0 1 1 -9.25,0 4.625,4.625 0 1 1 9.25,0 z"
sodipodi:ry="4.625"
sodipodi:rx="4.625"
sodipodi:cy="11.875"
sodipodi:cx="50.375"
id="path3786"
sodipodi:type="arc" />
<path <path
sodipodi:type="arc" sodipodi:type="arc"
id="path3016" id="path3016"
@@ -242,9 +254,9 @@
sodipodi:cy="11.875" sodipodi:cy="11.875"
sodipodi:rx="4.625" sodipodi:rx="4.625"
sodipodi:ry="4.625" sodipodi:ry="4.625"
d="m 55,11.875 a 4.625,4.625 0 1 1 -9.25,0 4.625,4.625 0 1 1 9.25,0 z" 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)" transform="translate(642.41421,512.02037)"
style="fill:none;stroke:#555753;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> style="fill:none;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

+40 -73
View File
@@ -14,20 +14,10 @@
height="22" height="22"
id="svg10865" id="svg10865"
version="1.1" version="1.1"
inkscape:version="0.48+devel r12050" inkscape:version="0.91 r13725"
sodipodi:docname="toggle-off-us.svg"> sodipodi:docname="classic-toggle-off-us.svg">
<defs <defs
id="defs10867"> 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,27.810405,92.069729)"
x1="740"
y1="486.10501"
x2="740"
y2="505.3204" />
<linearGradient <linearGradient
id="linearGradient62852-6-5"> id="linearGradient62852-6-5">
<stop <stop
@@ -77,16 +67,6 @@
effect="spiro" effect="spiro"
id="path-effect62829-6-8-0" id="path-effect62829-6-8-0"
is_visible="true" /> is_visible="true" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient62821-5-8-1"
id="linearGradient62864-0-3-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3066667,0,0,1,-197.64667,0)"
x1="702.58966"
y1="484.49405"
x2="702.58966"
y2="507.42715" />
<linearGradient <linearGradient
id="linearGradient62821-5-8-1"> id="linearGradient62821-5-8-1">
<stop <stop
@@ -108,6 +88,32 @@
id="linearGradient11647" id="linearGradient11647"
xlink:href="#linearGradient62821-5-8-1" xlink:href="#linearGradient62821-5-8-1"
inkscape:collect="always" /> 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> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
@@ -117,8 +123,8 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1" inkscape:zoom="1"
inkscape:cx="50.925774" inkscape:cx="78.222729"
inkscape:cy="11.296867" inkscape:cy="-3.6620078"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="g62929" inkscape:current-layer="g62929"
showgrid="false" showgrid="false"
@@ -129,8 +135,8 @@
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:snap-others="false" inkscape:snap-others="false"
inkscape:window-width="2560" inkscape:window-width="2560"
inkscape:window-height="1375" inkscape:window-height="1342"
inkscape:window-x="1600" inkscape:window-x="0"
inkscape:window-y="28" inkscape:window-y="28"
inkscape:window-maximized="1" inkscape:window-maximized="1"
showborder="false"> showborder="false">
@@ -146,7 +152,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title> <dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@@ -163,10 +169,11 @@
id="g62929" id="g62929"
transform="translate(-643.91421,517.29894)"> transform="translate(-643.91421,517.29894)">
<g <g
style="display:inline"
transform="translate(0,30)" transform="translate(0,30)"
id="g62931"> id="g62931">
<rect <rect
style="fill:url(#linearGradient62864-0-3-1);fill-opacity:1;stroke:#a6a8a6;stroke-width:1;stroke-linecap:round;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:accumulate;clip-rule:nonzero" 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" id="rect62935"
width="63.856125" width="63.856125"
height="21.093594" height="21.093594"
@@ -175,7 +182,7 @@
rx="2" rx="2"
ry="2" /> ry="2" />
<rect <rect
style="fill:url(#linearGradient62981-1-1);fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" 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" id="rect62937"
width="29.97398" width="29.97398"
height="17.022524" height="17.022524"
@@ -185,58 +192,18 @@
ry="1" /> ry="1" />
<g <g
transform="translate(-38.048674,-1.9445437)" transform="translate(-38.048674,-1.9445437)"
id="g62939"> id="g62939" />
<rect
ry="1"
rx="1"
y="492"
x="695"
height="8"
width="2"
id="rect62941"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="699"
height="8"
width="2"
id="rect62943"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="703"
height="8"
width="2"
id="rect62945"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
</g>
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
inkscape:original-d="m 647.78624,486.57192 27.94632,0" inkscape:original-d="m 647.78241,486.57192 27.73523,0"
inkscape:path-effect="#path-effect62989-8-0" inkscape:path-effect="#path-effect62989-8-0-6"
id="path62947" id="path62947"
d="m 647.78624,486.57192 27.94632,0" 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" /> style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
</g> </g>
<g <g
id="g11665" id="g11665"
transform="matrix(0.78906097,0,0,0.78906097,167.78814,111.57844)"> transform="matrix(0.78906097,0,0,0.78906097,167.78814,111.57844)">
<text
xml:space="preserve"
style="font-size:13.14816952px;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;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold"
x="644.02277"
y="534.94739"
id="text62949-7"
sodipodi:linespacing="125%"
transform="scale(1.0113976,0.98873084)"><tspan
sodipodi:role="line"
id="tspan62951-7"
x="644.02277"
y="534.94739">OFF</tspan></text>
<text <text
xml:space="preserve" 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" 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"

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

+48 -72
View File
@@ -14,42 +14,10 @@
height="22" height="22"
id="svg10865" id="svg10865"
version="1.1" version="1.1"
inkscape:version="0.48.4 r9939" inkscape:version="0.91 r13725"
sodipodi:docname="toggle-on-us.svg"> sodipodi:docname="classic-toggle-on-intl.svg">
<defs <defs
id="defs10867"> id="defs10867">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient62991-9-6"
id="linearGradient62979-8-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3066667,0,0,1,-197.64667,0)"
x1="702.58966"
y1="484.49405"
x2="702.58966"
y2="507.42715" />
<linearGradient
inkscape:collect="always"
id="linearGradient62991-9-6">
<stop
style="stop-color:#589fe9;stop-opacity:1"
offset="0"
id="stop62993-6-9" />
<stop
style="stop-color:#a3cefe;stop-opacity:1"
offset="1"
id="stop62995-1-6" />
</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" />
<linearGradient <linearGradient
id="linearGradient62852-6-5"> id="linearGradient62852-6-5">
<stop <stop
@@ -69,6 +37,41 @@
is_visible="true" is_visible="true"
id="path-effect62989-8-0" id="path-effect62989-8-0"
effect="spiro" /> 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> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
@@ -78,8 +81,8 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1" inkscape:zoom="1"
inkscape:cx="14.199007" inkscape:cx="9.3225163"
inkscape:cy="11.127758" inkscape:cy="-0.1588306"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="g62929" inkscape:current-layer="g62929"
showgrid="false" showgrid="false"
@@ -90,8 +93,8 @@
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:snap-others="false" inkscape:snap-others="false"
inkscape:window-width="2560" inkscape:window-width="2560"
inkscape:window-height="1380" inkscape:window-height="1342"
inkscape:window-x="1600" inkscape:window-x="0"
inkscape:window-y="28" inkscape:window-y="28"
inkscape:window-maximized="1" inkscape:window-maximized="1"
showborder="false"> showborder="false">
@@ -107,7 +110,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title> <dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@@ -124,10 +127,11 @@
id="g62929" id="g62929"
transform="translate(-643.91421,517.29894)"> transform="translate(-643.91421,517.29894)">
<g <g
style="display:inline"
transform="translate(0,30)" transform="translate(0,30)"
id="g62931"> id="g62931">
<rect <rect
style="fill:url(#linearGradient62979-8-1);fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" 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" id="rect62935"
width="63.856125" width="63.856125"
height="21.093594" height="21.093594"
@@ -136,7 +140,7 @@
rx="2" rx="2"
ry="2" /> ry="2" />
<rect <rect
style="fill:url(#linearGradient62981-1-1);fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" 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" id="rect62937"
width="29.97398" width="29.97398"
height="17.022524" height="17.022524"
@@ -146,39 +150,11 @@
ry="1" /> ry="1" />
<g <g
transform="translate(-7.9861743,-1.9445437)" transform="translate(-7.9861743,-1.9445437)"
id="g62939"> id="g62939" />
<rect
ry="1"
rx="1"
y="492"
x="695"
height="8"
width="2"
id="rect62941"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="699"
height="8"
width="2"
id="rect62943"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="703"
height="8"
width="2"
id="rect62945"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
</g>
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
inkscape:original-d="m 677.59874,486.57192 27.94632,0" inkscape:original-d="m 677.59874,486.57192 27.94632,0"
inkscape:path-effect="#path-effect62989-8-0" inkscape:path-effect="#path-effect62989-8-0-8"
id="path62947" id="path62947"
d="m 677.59874,486.57192 27.94632,0" 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" /> style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
@@ -187,7 +163,7 @@
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path4444" id="path4444"
d="m 661.91421,522.09451 0,7" d="m 661.91421,522.09451 0,7"
style="fill:none;stroke:#1a71cc;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" /> 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 <path
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" 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" d="m 18,7.96875 0,7"

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

+57 -60
View File
@@ -14,32 +14,10 @@
height="22" height="22"
id="svg10865" id="svg10865"
version="1.1" version="1.1"
inkscape:version="0.48+devel r12050" inkscape:version="0.91 r13725"
sodipodi:docname="toggle-on-us.svg"> sodipodi:docname="classic-toggle-on-us.svg">
<defs <defs
id="defs10867"> id="defs10867">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient62991-9-6"
id="linearGradient62979-8-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3066667,0,0,1,-197.64667,0)"
x1="702.58966"
y1="484.49405"
x2="702.58966"
y2="507.42715" />
<linearGradient
inkscape:collect="always"
id="linearGradient62991-9-6">
<stop
style="stop-color:#589fe9;stop-opacity:1"
offset="0"
id="stop62993-6-9" />
<stop
style="stop-color:#a3cefe;stop-opacity:1"
offset="1"
id="stop62995-1-6" />
</linearGradient>
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
xlink:href="#linearGradient62852-6-5" xlink:href="#linearGradient62852-6-5"
@@ -69,6 +47,53 @@
is_visible="true" is_visible="true"
id="path-effect62989-8-0" id="path-effect62989-8-0"
effect="spiro" /> 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> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
@@ -78,8 +103,8 @@
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1" inkscape:zoom="1"
inkscape:cx="8.2018252" inkscape:cx="20.775745"
inkscape:cy="8.0650495" inkscape:cy="7.0434022"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="g62929" inkscape:current-layer="g62929"
showgrid="false" showgrid="false"
@@ -90,8 +115,8 @@
inkscape:bbox-paths="true" inkscape:bbox-paths="true"
inkscape:snap-others="false" inkscape:snap-others="false"
inkscape:window-width="2560" inkscape:window-width="2560"
inkscape:window-height="1375" inkscape:window-height="1342"
inkscape:window-x="1600" inkscape:window-x="0"
inkscape:window-y="28" inkscape:window-y="28"
inkscape:window-maximized="1" inkscape:window-maximized="1"
showborder="false"> showborder="false">
@@ -127,7 +152,7 @@
transform="translate(0,30)" transform="translate(0,30)"
id="g62931"> id="g62931">
<rect <rect
style="fill:url(#linearGradient62979-8-1);fill-opacity:1;stroke:#1a71cc;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" 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" id="rect62935"
width="63.856125" width="63.856125"
height="21.093594" height="21.093594"
@@ -136,7 +161,7 @@
rx="2" rx="2"
ry="2" /> ry="2" />
<rect <rect
style="fill:url(#linearGradient62981-1-1);fill-opacity:1;stroke:#777b7a;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" 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" id="rect62937"
width="29.97398" width="29.97398"
height="17.022524" height="17.022524"
@@ -146,35 +171,7 @@
ry="1" /> ry="1" />
<g <g
transform="translate(-7.9861743,-1.9445437)" transform="translate(-7.9861743,-1.9445437)"
id="g62939"> id="g62939" />
<rect
ry="1"
rx="1"
y="492"
x="695"
height="8"
width="2"
id="rect62941"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="699"
height="8"
width="2"
id="rect62943"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
<rect
ry="1"
rx="1"
y="492"
x="703"
height="8"
width="2"
id="rect62945"
style="fill:#e8e8e5;fill-opacity:1;stroke:none;display:inline" />
</g>
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
inkscape:original-d="m 677.59874,486.57192 27.94632,0" inkscape:original-d="m 677.59874,486.57192 27.94632,0"
@@ -189,7 +186,7 @@
id="text62949-7" id="text62949-7"
y="534.96918" y="534.96918"
x="646.71399" 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:#1a71cc;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" 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 xml:space="preserve"><tspan
y="534.96918" y="534.96918"
x="646.71399" x="646.71399"

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

+85 -97
View File
@@ -96,10 +96,10 @@ StScrollBar {
background-color: transparent; } background-color: transparent; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
border-radius: 8px; border-radius: 8px;
background-color: #ededed; background-color: #7a7e7f;
margin: 3px; } margin: 3px; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: white; } background-color: #54595a; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #4a90d9; } background-color: #4a90d9; }
@@ -325,7 +325,7 @@ StScrollBar {
.prompt-dialog-headline { .prompt-dialog-headline {
font-weight: bold; font-weight: bold;
color: black; } color: #b2b2a9; }
.prompt-dialog-description:rtl { .prompt-dialog-description:rtl {
text-align: right; } text-align: right; }
@@ -394,16 +394,14 @@ StScrollBar {
background-color: #e8e8e8; background-color: #e8e8e8;
box-shadow: inset 0 1px 0px #adadad; box-shadow: inset 0 1px 0px #adadad;
font-weight: bold; } font-weight: bold; }
.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus { .popup-menu .popup-menu-item.selected {
background-color: rgba(46, 52, 54, 0.1); background-color: rgba(46, 52, 54, 0.1);
color: #2e3436; } color: #2e3436; }
.popup-menu .popup-menu-item:active { .popup-menu .popup-menu-item:active {
background-color: #3583d5; background-color: #4a90d9;
color: #ffffff; } color: #ffffff; }
.popup-menu .popup-menu-item:insensitive { .popup-menu .popup-menu-item:insensitive {
color: rgba(46, 52, 54, 0.5); } color: rgba(46, 52, 54, 0.5); }
.popup-menu .active {
background-color: #4a90d9; }
.popup-menu .popup-inactive-menu-item { .popup-menu .popup-inactive-menu-item {
color: #2e3436; } color: #2e3436; }
.popup-menu .popup-inactive-menu-item:insensitive { .popup-menu .popup-inactive-menu-item:insensitive {
@@ -491,10 +489,9 @@ StScrollBar {
.switcher-arrow { .switcher-arrow {
border-color: transparent; border-color: transparent;
color: #a1a1a1; } color: rgba(46, 52, 54, 0.8); }
.switcher-arrow:highlighted {
.switcher-arrow:highlighted { color: #2e3436; }
color: #2e3436; }
.input-source-switcher-symbol { .input-source-switcher-symbol {
font-size: 34pt; font-size: 34pt;
@@ -564,7 +561,7 @@ StScrollBar {
-panel-corner-border-color: transparent; } -panel-corner-border-color: transparent; }
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
-panel-corner-border-color: #5f9ddd; } -panel-corner-border-color: #5f9ddd; }
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen { #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
-panel-corner-radius: 0; -panel-corner-radius: 0;
-panel-corner-background-color: transparent; -panel-corner-background-color: transparent;
-panel-corner-border-color: transparent; } -panel-corner-border-color: transparent; }
@@ -793,12 +790,12 @@ StScrollBar {
padding: 13px; padding: 13px;
border: 1px solid #adadad; } border: 1px solid #adadad; }
.system-menu-action:hover, .system-menu-action:focus { .system-menu-action:hover, .system-menu-action:focus {
color: #ffffff; background-color: rgba(46, 52, 54, 0.1);
background-color: #4a90d9; color: #2e3436;
border: none; border: none;
padding: 14px; } padding: 14px; }
.system-menu-action:active { .system-menu-action:active {
background-color: #3583d5; background-color: #4a90d9;
color: #ffffff; } color: #ffffff; }
.system-menu-action > StIcon { .system-menu-action > StIcon {
icon-size: 16px; } icon-size: 16px; }
@@ -819,7 +816,7 @@ StScrollBar {
.popup-menu-icon { .popup-menu-icon {
icon-size: 1.09em; } icon-size: 1.09em; }
.window-close, .notification-close { .window-close {
background-image: url("resource:///org/gnome/shell/theme/close-window.svg"); background-image: url("resource:///org/gnome/shell/theme/close-window.svg");
background-size: 32px; background-size: 32px;
height: 32px; height: 32px;
@@ -830,12 +827,6 @@ StScrollBar {
.window-close:rtl { .window-close:rtl {
-st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
.notification-close {
-shell-close-overlap-x: 14px;
-shell-close-overlap-y: -12px; }
.notification-close:rtl {
-shell-close-overlap-x: -14px; }
/* NETWORK DIALOGS */ /* NETWORK DIALOGS */
.nm-dialog { .nm-dialog {
max-height: 500px; max-height: 500px;
@@ -1156,7 +1147,7 @@ StScrollBar {
/* NOTIFICATIONS & MESSAGE TRAY */ /* NOTIFICATIONS & MESSAGE TRAY */
.url-highlighter { .url-highlighter {
link-color: #4a90d9; } link-color: #74aae2; }
.notification-banner { .notification-banner {
font-size: 11pt; font-size: 11pt;
@@ -1191,32 +1182,6 @@ StScrollBar {
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
background-color: #292f30; } background-color: #292f30; }
.notification {
font-size: 11pt;
width: 34em;
margin: 5px;
border-radius: 6px;
color: #eeeeec;
background-color: #2e3436;
border: 1px solid #a1a1a1;
spacing-rows: 4px;
padding: 8px;
spacing-columns: 10px; }
.notification-unexpanded {
min-height: 48px;
height: 48px; }
.notification-with-image {
min-height: 159px; }
.notification-body {
spacing: 5px; }
.notification-actions {
paddinf-top: 18px;
spacing: 6px; }
.summary-source-counter { .summary-source-counter {
font-size: 10pt; font-size: 10pt;
font-weight: bold; font-weight: bold;
@@ -1230,36 +1195,20 @@ StScrollBar {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em; } border-radius: 0.9em; }
.notification-scrollview {
max-height: 18em;
-st-vfade-offset: 24px; }
.notification-scrollview:ltr > StScrollBar {
padding-left: 6px; }
.notification-scrollview:rtl > StScrollBar {
padding-right: 6px; }
.notification-button {
height: 24px; }
.notification-icon-button {
border-radius: 5px;
padding: 5px;
height: 24px;
width: 24px; }
.notification-icon-button > StIcon {
icons-size: 16px;
width: 16px;
height: 16px;
padding: 2px; }
.secondary-icon { .secondary-icon {
icon-size: 1.09em; } icon-size: 1.09em; }
.chat-body {
spacing: 5px; }
.chat-response {
margin: 5px; }
.chat-log-message { .chat-log-message {
color: #17191a; } color: #17191a; }
.chat-empty-line { .chat-new-group {
font-size: 4px; } padding-top: 1em; }
.chat-received { .chat-received {
padding-left: 4px; } padding-left: 4px; }
@@ -1283,12 +1232,6 @@ StScrollBar {
padding-left: 0; padding-left: 0;
padding-right: 4px; } padding-right: 4px; }
.chat-notification-scrollview {
max-height: 22em; }
.subscription-message {
font-style: italic; }
.hotplug-transient-box { .hotplug-transient-box {
spacing: 6px; spacing: 6px;
padding: 2px 72px 2px 12px; } padding: 2px 72px 2px 12px; }
@@ -1339,12 +1282,23 @@ StScrollBar {
border-radius: 6px 0 0 0; border-radius: 6px 0 0 0;
border-right-width: 0; } border-right-width: 0; }
.legacy-tray-handle StIcon { .legacy-tray-handle,
icon-size: 24px; } .legacy-tray-icon {
padding: 6px; }
.legacy-tray-handle StIcon,
.legacy-tray-icon StIcon {
icon-size: 24px; }
.legacy-tray-handle:hover, .legacy-tray-handle:focus,
.legacy-tray-icon:hover,
.legacy-tray-icon:focus {
background-color: rgba(46, 52, 54, 0.1); }
.legacy-tray-icon-box { .legacy-tray-icon-box {
padding: 6px;
spacing: 12px; } spacing: 12px; }
.legacy-tray-icon-box:ltr {
padding-left: 12px; }
.legacy-tray-icon-box:rtl {
padding-right: 12px; }
.legacy-tray-icon-box StButton { .legacy-tray-icon-box StButton {
width: 24px; width: 24px;
height: 24px; } height: 24px; }
@@ -1453,10 +1407,12 @@ StScrollBar {
/* Auth Dialogs & Screen Shield */ /* Auth Dialogs & Screen Shield */
.framed-user-icon { .framed-user-icon {
background-size: contain; background-size: contain;
border: 2px solid #a1a1a1; border: 2px solid #eeeeec;
color: #eeeeec;
border-radius: 3px; } border-radius: 3px; }
.framed-user-icon:hover { .framed-user-icon:hover {
border-color: #ededed; } border-color: white;
color: white; }
.login-dialog-banner-view { .login-dialog-banner-view {
padding-top: 24px; padding-top: 24px;
@@ -1740,6 +1696,7 @@ StScrollBar {
/* Overrides */ /* Overrides */
#panel { #panel {
font-weight: normal;
background-color: #ededed; background-color: #ededed;
background-gradient-direction: vertical; background-gradient-direction: vertical;
background-gradient-end: #e0e0e0; background-gradient-end: #e0e0e0;
@@ -1755,6 +1712,42 @@ StScrollBar {
background-gradient-end: #000; background-gradient-end: #000;
border-top-color: #000; border-top-color: #000;
border-bottom: 1px solid #000; } border-bottom: 1px solid #000; }
#panel:overview .panel-button {
color: #fff; }
#panel .panel-button {
-natural-hpadding: 8px;
-minimum-hpadding: 4px;
font-weight: normal;
color: #2e3436; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: #4a90d9 !important;
color: #ffffff !important;
box-shadow: none; }
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
icon-shadow: none; }
#panel .panel-button .app-menu-icon {
width: 0;
height: 0;
margin: 0; }
#panel .panel-corner,
#panel .panel-corner:active,
#panel .panel-corner:overview,
#panel .panel-corner:focus {
-panel-corner-radius: 0; }
#panel.lock-screen, #panel.unlock-screen, #panel.login-screen {
background-color: rgba(46, 52, 54, 0.5);
background-gradient-start: rgba(46, 52, 54, 0.5);
background-gradient-end: rgba(46, 52, 54, 0.5);
border-bottom: none; }
#panel.lock-screen .panel-button, #panel.unlock-screen .panel-button, #panel.login-screen .panel-button {
color: #eeeeec; }
#panel .popup-menu-arrow {
width: 0;
height: 0; }
#appMenu {
padding: 0 8px 0 8px;
spinner-image: url("classic-process-working.svg"); }
.tile-preview-left.on-primary, .tile-preview-left.on-primary,
.tile-preview-right.on-primary, .tile-preview-right.on-primary,
@@ -1762,17 +1755,12 @@ StScrollBar {
/* keep in sync with -panel-corner-radius */ /* keep in sync with -panel-corner-radius */
border-radius: 0; } border-radius: 0; }
.panel-corner, .toggle-switch-us {
.panel-corner:active, background-image: url("classic-toggle-off-us.svg"); }
.panel-corner:overview, .toggle-switch-us:checked {
.panel-corner:focus { background-image: url("classic-toggle-on-us.svg"); }
-panel-corner-radius: 0 !important; }
.panel-button { .toggle-switch-intl {
color: #2e3436 !important; } background-image: url("classic-toggle-off-intl.svg"); }
.panel-button:active, .panel-button:overview, .panel-button:focus, .panel-button:checked { .toggle-switch-intl:checked {
background-color: #4a90d9 !important; background-image: url("classic-toggle-on-intl.svg"); }
color: #ffffff !important;
box-shadow: none; }
.panel-button:active > .system-status-icon, .panel-button:overview > .system-status-icon, .panel-button:focus > .system-status-icon, .panel-button:checked > .system-status-icon {
icon-shadow: none; }
+44 -15
View File
@@ -8,6 +8,7 @@ $variant: 'light';
/* Overrides */ /* Overrides */
#panel { #panel {
font-weight: normal;
background-color: $bg_color; background-color: $bg_color;
background-gradient-direction: vertical; background-gradient-direction: vertical;
background-gradient-end: darken($bg_color,5%); background-gradient-end: darken($bg_color,5%);
@@ -22,9 +23,47 @@ $variant: 'light';
background-gradient-end: #000; background-gradient-end: #000;
border-top-color: #000; border-top-color: #000;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
.panel-button { color: #fff; }
} }
.panel-button {
-natural-hpadding: 8px;
-minimum-hpadding: 4px;
font-weight: normal;
color: $fg_color;
&:active, &:overview, &:focus, &:checked {
// Trick due to St limitations. It needs a background to draw
// a box-shadow
background-color: $selected_bg_color !important;
color: $selected_fg_color !important;
box-shadow: none;
& > .system-status-icon { icon-shadow: none; }
}
.app-menu-icon { width: 0; height: 0; margin: 0; } // shell's display:none; :D
}
.panel-corner,
.panel-corner:active,
.panel-corner:overview,
.panel-corner:focus {
-panel-corner-radius: 0;
}
&.lock-screen,
&.unlock-screen,
&.login-screen {
background-color: transparentize($_bubble_bg_color, 0.5);
background-gradient-start: transparentize($_bubble_bg_color, 0.5);
background-gradient-end: transparentize($_bubble_bg_color, 0.5);
border-bottom: none;
.panel-button { color: $osd_fg_color; }
}
.popup-menu-arrow { width: 0; height: 0; } // shell's display: none;
} }
#appMenu {
padding: 0 8px 0 8px;
spinner-image: url("classic-process-working.svg");
}
.tile-preview-left.on-primary, .tile-preview-left.on-primary,
.tile-preview-right.on-primary, .tile-preview-right.on-primary,
.tile-preview-left.tile-preview-right.on-primary { .tile-preview-left.tile-preview-right.on-primary {
@@ -32,22 +71,12 @@ $variant: 'light';
border-radius: 0; border-radius: 0;
} }
.panel-corner,
.panel-corner:active,
.panel-corner:overview,
.panel-corner:focus {
-panel-corner-radius: 0 !important;
}
.panel-button {
color: $fg_color !important; @each $v in us, intl {
&:active, &:overview, &:focus, &:checked { .toggle-switch-#{$v} {
// Trick due to St limitations. It needs a background to draw background-image: url("classic-toggle-off-#{$v}.svg");
// a box-shadow &:checked { background-image: url("classic-toggle-on-#{$v}.svg"); }
background-color: $selected_bg_color !important;
color: $selected_fg_color !important;
box-shadow: none;
& > .system-status-icon { icon-shadow: none; }
} }
} }
+33 -28
View File
@@ -74,7 +74,7 @@ const ApplicationMenuItem = new Lang.Class({
}, },
activate: function(event) { activate: function(event) {
this._app.open_new_window(event.get_time()); this._app.open_new_window(-1);
this._button.selectCategory(null, null); this._button.selectCategory(null, null);
this._button.menu.toggle(); this._button.menu.toggle();
this.parent(event); this.parent(event);
@@ -287,18 +287,22 @@ const ApplicationsButton = new Lang.Class({
this.actor.label_actor = this._label; this.actor.label_actor = this._label;
this.actor.connect('captured-event', Lang.bind(this, this._onCapturedEvent)); this.actor.connect('captured-event', Lang.bind(this, this._onCapturedEvent));
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
_showingId = Main.overview.connect('showing', Lang.bind(this, function() { this._showingId = Main.overview.connect('showing', Lang.bind(this, function() {
this.actor.add_accessible_state (Atk.StateType.CHECKED); this.actor.add_accessible_state (Atk.StateType.CHECKED);
})); }));
_hidingId = Main.overview.connect('hiding', Lang.bind(this, function() { this._hidingId = Main.overview.connect('hiding', Lang.bind(this, function() {
this.actor.remove_accessible_state (Atk.StateType.CHECKED); this.actor.remove_accessible_state (Atk.StateType.CHECKED);
})); }));
Main.layoutManager.connect('startup-complete',
Lang.bind(this, this._setKeybinding));
this._setKeybinding();
this.reloadFlag = false; this.reloadFlag = false;
this._createLayout(); this._createLayout();
this._display(); this._display();
_installedChangedId = appSys.connect('installed-changed', Lang.bind(this, function() { this._installedChangedId = appSys.connect('installed-changed', Lang.bind(this, function() {
if (this.menu.isOpen) { if (this.menu.isOpen) {
this._redisplay(); this._redisplay();
this.mainBox.show(); this.mainBox.show();
@@ -310,7 +314,7 @@ const ApplicationsButton = new Lang.Class({
// Since the hot corner uses stage coordinates, Clutter won't // Since the hot corner uses stage coordinates, Clutter won't
// queue relayouts for us when the panel moves. Queue a relayout // queue relayouts for us when the panel moves. Queue a relayout
// when that happens. // when that happens.
_panelBoxChangedId = Main.layoutManager.connect('panel-box-changed', Lang.bind(this, function() { this._panelBoxChangedId = Main.layoutManager.connect('panel-box-changed', Lang.bind(this, function() {
container.queue_relayout(); container.queue_relayout();
})); }));
}, },
@@ -326,6 +330,20 @@ const ApplicationsButton = new Lang.Class({
return separator; return separator;
}, },
_onDestroy: function() {
Main.overview.disconnect(this._showingId);
Main.overview.disconnect(this._hidingId);
Main.layoutManager.disconnect(this._panelBoxChangedId);
appSys.disconnect(this._installedChangedId);
Main.wm.setCustomKeybindingHandler('panel-main-menu',
Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW,
Main.sessionMode.hasOverview ?
Lang.bind(Main.overview, Main.overview.toggle) :
null);
},
_onCapturedEvent: function(actor, event) { _onCapturedEvent: function(actor, event) {
if (event.type() == Clutter.EventType.BUTTON_PRESS) { if (event.type() == Clutter.EventType.BUTTON_PRESS) {
if (!Main.overview.shouldToggleByCornerOrButton()) if (!Main.overview.shouldToggleByCornerOrButton())
@@ -371,6 +389,15 @@ const ApplicationsButton = new Lang.Class({
this.parent(menu, open); this.parent(menu, open);
}, },
_setKeybinding: function() {
Main.wm.setCustomKeybindingHandler('panel-main-menu',
Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW,
Lang.bind(this, function() {
this.menu.toggle();
}));
},
_redisplay: function() { _redisplay: function() {
this.applicationsBox.destroy_all_children(); this.applicationsBox.destroy_all_children();
this.categoriesBox.destroy_all_children(); this.categoriesBox.destroy_all_children();
@@ -476,7 +503,7 @@ const ApplicationsButton = new Lang.Class({
_display: function() { _display: function() {
this._applicationsButtons = new Array(); this._applicationsButtons = new Array();
this.mainBox.style=('width: 640px;'); this.mainBox.style=('width: 35em;');
this.mainBox.hide(); this.mainBox.hide();
//Load categories //Load categories
@@ -573,40 +600,18 @@ const ApplicationsButton = new Lang.Class({
let appsMenuButton; let appsMenuButton;
let activitiesButton; let activitiesButton;
let _hidingId;
let _installedChangedId;
let _panelBoxChangedId;
let _showingId;
function enable() { function enable() {
activitiesButton = Main.panel.statusArea['activities']; activitiesButton = Main.panel.statusArea['activities'];
activitiesButton.container.hide(); activitiesButton.container.hide();
appsMenuButton = new ApplicationsButton(); appsMenuButton = new ApplicationsButton();
Main.panel.addToStatusArea('apps-menu', appsMenuButton, 1, 'left'); Main.panel.addToStatusArea('apps-menu', appsMenuButton, 1, 'left');
Main.wm.setCustomKeybindingHandler('panel-main-menu',
Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW,
function() {
appsMenuButton.menu.toggle();
});
} }
function disable() { function disable() {
Main.panel.menuManager.removeMenu(appsMenuButton.menu); Main.panel.menuManager.removeMenu(appsMenuButton.menu);
appSys.disconnect(_installedChangedId);
Main.layoutManager.disconnect(_panelBoxChangedId);
Main.overview.disconnect(_hidingId);
Main.overview.disconnect(_showingId);
appsMenuButton.destroy(); appsMenuButton.destroy();
activitiesButton.container.show(); activitiesButton.container.show();
Main.wm.setCustomKeybindingHandler('panel-main-menu',
Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW,
Main.sessionMode.hasOverview ?
Lang.bind(Main.overview, Main.overview.toggle) :
null);
} }
function init(metadata) { function init(metadata) {
+1 -3
View File
@@ -128,9 +128,7 @@ const DriveMenu = new Lang.Class({
style_class: 'system-status-icon' }); style_class: 'system-status-icon' });
hbox.add_child(icon); hbox.add_child(icon);
hbox.add_child(new St.Label({ text: '\u25BE', hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
y_expand: true,
y_align: Clutter.ActorAlign.CENTER }));
this.actor.add_child(hbox); this.actor.add_child(hbox);
this._monitor = Gio.VolumeMonitor.get(); this._monitor = Gio.VolumeMonitor.get();
@@ -150,7 +150,7 @@ function enable() {
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_outer_rect(); let rect = clones[i].metaWindow.get_frame_rect();
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]);
+1 -3
View File
@@ -82,9 +82,7 @@ const PlacesMenu = new Lang.Class({
y_expand: true, y_expand: true,
y_align: Clutter.ActorAlign.CENTER }); y_align: Clutter.ActorAlign.CENTER });
hbox.add_child(label); hbox.add_child(label);
hbox.add_child(new St.Label({ text: '\u25BE', hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
y_expand: true,
y_align: Clutter.ActorAlign.CENTER }));
this.actor.add_actor(hbox); this.actor.add_actor(hbox);
this.placesManager = new PlaceDisplay.PlacesManager(); this.placesManager = new PlaceDisplay.PlacesManager();
@@ -80,7 +80,7 @@ function cycleScreenshotSizes(display, screen, window, binding) {
window.unmaximize(Meta.MaximizeFlags.HORIZONTAL | Meta.MaximizeFlags.VERTICAL); window.unmaximize(Meta.MaximizeFlags.HORIZONTAL | Meta.MaximizeFlags.VERTICAL);
let workArea = window.get_work_area_current_monitor(); let workArea = window.get_work_area_current_monitor();
let outerRect = window.get_outer_rect(); let outerRect = window.get_frame_rect();
// Find the nearest 16:9 size for the current window size // Find the nearest 16:9 size for the current window size
let nearestIndex; let nearestIndex;
@@ -118,7 +118,7 @@ function cycleScreenshotSizes(display, screen, window, binding) {
window.move_resize_frame(true, newX, newY, newWidth, newHeight); window.move_resize_frame(true, newX, newY, newWidth, newHeight);
let newOuterRect = window.get_outer_rect(); let newOuterRect = window.get_frame_rect();
let message = newOuterRect.width + 'x' + newOuterRect.height; let message = newOuterRect.width + 'x' + newOuterRect.height;
// The new size might have been constrained by geometry hints (e.g. for // The new size might have been constrained by geometry hints (e.g. for
+3 -1
View File
@@ -647,8 +647,10 @@ const WorkspaceIndicator = new Lang.Class({
Extends: PanelMenu.Button, Extends: PanelMenu.Button,
_init: function(){ _init: function(){
this.parent(0.0, _("Workspace Indicator")); this.parent(0.0, _("Workspace Indicator"), true);
this.setMenu(new PopupMenu.PopupMenu(this.actor, 0.0, St.Side.BOTTOM));
this.actor.add_style_class_name('window-list-workspace-indicator'); this.actor.add_style_class_name('window-list-workspace-indicator');
this.menu.actor.remove_style_class_name('panel-menu');
let container = new St.Widget({ layout_manager: new Clutter.BinLayout(), let container = new St.Widget({ layout_manager: new Clutter.BinLayout(),
x_expand: true, y_expand: true }); x_expand: true, y_expand: true });
+2
View File
@@ -4,6 +4,7 @@ ar
as as
bg bg
bn_IN bn_IN
bs
ca ca
ca@valencia ca@valencia
cs cs
@@ -40,6 +41,7 @@ ms
nb nb
ne ne
nl nl
oc
or or
pa pa
pl pl
+46 -40
View File
@@ -1,15 +1,15 @@
# Bulgarian translation for gnome-shell-extensions po-file. # Bulgarian translation for gnome-shell-extensions po-file.
# Copyright (C) 2014 Free Software Foundation, Inc. # Copyright (C) 2014, 2015 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.
# Ivaylo Valkov <ivaylo@e-valkov.org>, 2014. # Ivaylo Valkov <ivaylo@e-valkov.org>, 2014.
# Alexander Shopov <ash@kambanaria.org>, 2014. # Alexander Shopov <ash@kambanaria.org>, 2014, 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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-08 06:22+0300\n" "POT-Creation-Date: 2015-03-09 21:10+0200\n"
"PO-Revision-Date: 2014-10-08 06:22+0300\n" "PO-Revision-Date: 2015-03-09 21:10+0200\n"
"Last-Translator: Ivaylo Valkov <ivaylo@e-valkov.org>\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
"Language: bg\n" "Language: bg\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -26,14 +26,6 @@ msgstr "Класически GNOME"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Работната среда изглежда като класическия GNOME (2.x)" msgstr "Работната среда изглежда като класическия GNOME (2.x)"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Класическа обвивка на GNOME"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Управление на прозорците и стартирането на програми"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Прикрепяне на модалните прозорци към родителските им прозорци" msgstr "Прикрепяне на модалните прозорци към родителските им прозорци"
@@ -95,11 +87,11 @@ msgstr "Да се показват само прозорците на текущ
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Показване на програмите" msgstr "Показване на програмите"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "Любими" msgstr "Любими"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "Програми" msgstr "Програми"
@@ -141,11 +133,11 @@ msgstr "Добавяне"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Неуспешно изваждане на устройство „%s“:" msgstr "Неуспешно изваждане на устройство „%s“:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Преносими медии" msgstr "Преносими медии"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Отваряне на файл" msgstr "Отваряне на файл"
@@ -168,6 +160,8 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "Съобщение" msgstr "Съобщение"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:43 #: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -230,13 +224,9 @@ msgstr "Домашна папка"
msgid "Browse Network" msgid "Browse Network"
msgstr "Мрежа" msgstr "Мрежа"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "Процесор" msgstr "Смяна на размера на снимката на екрана"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Памет"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -247,52 +237,52 @@ msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "" msgstr ""
"Името на темата, която да бъде заредена от „~/.themes/name/gnome-shell“" "Името на темата, която да бъде заредена от „~/.themes/name/gnome-shell“"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Затваряне" msgstr "Затваряне"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Деминимизиране" msgstr "Деминимизиране"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Минимизиране" msgstr "Минимизиране"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Демаксимизиране" msgstr "Демаксимизиране"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Максимизиране" msgstr "Максимизиране"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Минимизиране на всички" msgstr "Минимизиране на всички"
#: ../extensions/window-list/extension.js:312 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Деминимизиране на всички" msgstr "Деминимизиране на всички"
#: ../extensions/window-list/extension.js:320 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Максимизиране на всички" msgstr "Максимизиране на всички"
#: ../extensions/window-list/extension.js:329 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Демаксимизиране на всички" msgstr "Демаксимизиране на всички"
#: ../extensions/window-list/extension.js:338 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Затваряне на всички" msgstr "Затваряне на всички"
#: ../extensions/window-list/extension.js:649 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Индикатор на работните плотове" msgstr "Индикатор на работните плотове"
#: ../extensions/window-list/extension.js:813 #: ../extensions/window-list/extension.js:807
msgid "Window List" msgid "Window List"
msgstr "Списък на прозорците" msgstr "Списък на прозорците"
@@ -309,22 +299,38 @@ msgstr ""
"Възможните стойности са „never“ (никога), „auto“ (автоматично) и " "Възможните стойности са „never“ (никога), „auto“ (автоматично) и "
"„always“ (винаги)." "„always“ (винаги)."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Извеждане на списъка с прозорци на всички монитори"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
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" msgid "Window Grouping"
msgstr "Групиране на прозорци" msgstr "Групиране на прозорци"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Никога да не се групират" msgstr "Никога да не се групират"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Групиране при ограничено място" msgstr "Групиране при ограничено място"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Винаги да се групират" msgstr "Винаги да се групират"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "На всички монитори"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Имена на работните плотове" msgstr "Имена на работните плотове"
+349
View File
@@ -0,0 +1,349 @@
# Bosnian translation for bosnianuniversetranslation
# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
# This file is distributed under the same license as the bosnianuniversetranslation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: bosnianuniversetranslation\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2015-02-26 20:44+0000\n"
"PO-Revision-Date: 2015-03-02 15:41+0100\n"
"Last-Translator: Samir Ribić <Unknown>\n"
"Language-Team: Bosnian <bs@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-02-17 06:21+0000\n"
"X-Generator: Poedit 1.7.4\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "Klasični GNOME"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Ova sesija vas prijavljuje na klasični GNOME"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Pričvrstite modalni dijalog na izvornom prozoru"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"Ovaj ključ nadjačava ključ u org.gnome.mutter kada se izvodi GNOME školjka."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Uređenje funkcijskih dugmadi na naslovoj traci"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Ovaj ključ nadglasava org.gnome.desktop.wm.preferences kada je pokrenut "
"GNOME Shell."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Omogući poravnanje rubova prilikom spuštanja prozora na rubove ekrana"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor"
msgstr "Radni prostori samo na glavnom monitoru"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Kašnjenje fokusa rezultuje promjenama u načinu miša dok pokazivač prestaje "
"s kretanjem"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Samo sa sličicama"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Ikone aplikacija samo"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Ikona aplikacije i sličice"
#: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as"
msgstr "Prikaži prozor kao"
#: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace"
msgstr "Prikaži samo prozore u radnom prostoru"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Pregled aktivnosti"
#: ../extensions/apps-menu/extension.js:114
msgid "Favorites"
msgstr "Omiljeni"
#: ../extensions/apps-menu/extension.js:283
msgid "Applications"
msgstr "Aplikacije"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Popis aplikacije i radnog prostora"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"Popis stringova, koje sadrži id aplikacija (naziv dektop file), pračene sa "
"kolonom i brojem radnog prostora"
#: ../extensions/auto-move-windows/prefs.js:60
msgid "Application"
msgstr "Aplikacija"
#: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace"
msgstr "Radni prostor"
#: ../extensions/auto-move-windows/prefs.js:85
msgid "Add Rule"
msgstr "Dodaj pravilo"
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule"
msgstr "Kreiranje novog odgovarajućeg pravila"
#: ../extensions/auto-move-windows/prefs.js:111
msgid "Add"
msgstr "Dodaj"
#: ../extensions/drive-menu/extension.js:106
msgid "Ejecting drive '%s' failed:"
msgstr "Izbacivanje diska '%s' nije uspjelo:"
#: ../extensions/drive-menu/extension.js:124
msgid "Removable devices"
msgstr "Uklonjivi uređaji"
#: ../extensions/drive-menu/extension.js:151
msgid "Open File"
msgstr "Otvori datoteku"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Pozdrav svima!"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Alternativni tekst pozdrava."
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr ""
"Ako nije prazno,onda sadrži tekst koji će se prikazati na panelu kada se "
"klikne."
#: ../extensions/example/prefs.js:30
msgid "Message"
msgstr "Poruka"
#: ../extensions/example/prefs.js:43
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 ""
"Primjer ima za cilj pokazati kako izgraditi dobro ponašanje proširenja za "
"školjku i kao takav ima malo funkcionalnost na sebi samom.\n"
"Ipak je moguće prilagoditi pozdravnu poruku."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Koristite više zaslona za prozor"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
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 ""
"Pokušajte koristiti više zaslona za stavljanje sličice prozora prilagodbom "
"omjera širine zaslona i konsoliduj ih dodatnim smanjenjem okvira. Ova "
"postavka vrijedi samo uz strategiju prirodnog postavljanja na sebi samom."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Postavite naslov prozora na vrh"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
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 ""
"Ako je tačno, stavite prozor naslova na vrh odgovarajuće sličice, "
"preskakanjem ljuske zadane očekivano smještajući je na dno. Promjena ove "
"postavke zahtijeva ponovno pokretanje ljuske kako bi postojao bilo kakav "
"utjecaj."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Mjesta"
#: ../extensions/places-menu/placeDisplay.js:57
msgid "Failed to launch \"%s\""
msgstr "Neuspješno lansiranje \"%s\""
#: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer"
msgstr "Računar"
#: ../extensions/places-menu/placeDisplay.js:200
msgid "Home"
msgstr "Početna"
#: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network"
msgstr "Razgledaj mrežu"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Prolazi kroz veličine slka ekrana"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memorija"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Naziv teme"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Ime teme ,da se učita iz ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:109
msgid "Close"
msgstr "Zatvori"
#: ../extensions/window-list/extension.js:119
msgid "Unminimize"
msgstr "Ne minimiziraj"
#: ../extensions/window-list/extension.js:120
msgid "Minimize"
msgstr "Minimiziraj"
#: ../extensions/window-list/extension.js:126
msgid "Unmaximize"
msgstr "Ne maksimizirati"
#: ../extensions/window-list/extension.js:127
msgid "Maximize"
msgstr "Maksimiziraj"
#: ../extensions/window-list/extension.js:399
msgid "Minimize all"
msgstr "Minimiziraj sve"
#: ../extensions/window-list/extension.js:407
msgid "Unminimize all"
msgstr "Ne minimiziraj sve"
#: ../extensions/window-list/extension.js:415
msgid "Maximize all"
msgstr "Maksimizuj sve"
#: ../extensions/window-list/extension.js:424
msgid "Unmaximize all"
msgstr "Ne maksimiziraj sve"
#: ../extensions/window-list/extension.js:433
msgid "Close all"
msgstr "Zatvori sve"
#: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indikator radnog prostora"
#: ../extensions/window-list/extension.js:807
msgid "Window List"
msgstr "Lista Prozora"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Kada grupisati prozore"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Određuje kada grupisati prozore iz istog programa na listi prozora. "
"Dozvoljene vrijednosti su \"never\" (nikad), \"auto\" (automatski) i \"always"
"\" (uvijek)."
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Prikaži listu prozora na svim monitorima"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
msgstr ""
"Da li prikazati listu prozora na svim spojenim monitorima ili samo na "
"primarnom"
#: ../extensions/window-list/prefs.js:32
msgid "Window Grouping"
msgstr "Grupisanje prozora"
#: ../extensions/window-list/prefs.js:50
msgid "Never group windows"
msgstr "Nikada ne grupiši prozore"
#: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited"
msgstr "Grupiši prozore kada je prostor ograničen"
#: ../extensions/window-list/prefs.js:52
msgid "Always group windows"
msgstr "Uvijek grupiši prozore"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Prikaži na svim monitorima"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names"
msgstr "Imena radnih površina"
#: ../extensions/workspace-indicator/prefs.js:157
msgid "Name"
msgstr "Ime"
#: ../extensions/workspace-indicator/prefs.js:198
msgid "Workspace %d"
msgstr "Radni prostor %d"
+55 -38
View File
@@ -7,9 +7,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: \n"
"shell&keywords=I18N+L10N&component=extensions\n" "POT-Creation-Date: 2015-03-18 04:43-0400\n"
"POT-Creation-Date: 2014-08-17 07:37+0000\n"
"PO-Revision-Date: 2014-08-17 14:38+0200\n" "PO-Revision-Date: 2014-08-17 14:38+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n" "Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -28,14 +27,6 @@ msgstr "GNOME clàssic"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Aquesta sessió us permet utilitzar el GNOME clàssic" msgstr "Aquesta sessió us permet utilitzar el GNOME clàssic"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell clàssic"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestió de finestres i iniciació d'aplicacions"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Adjunta el diàleg modal a la finestra pare" msgstr "Adjunta el diàleg modal a la finestra pare"
@@ -98,11 +89,11 @@ msgstr "Mostra només les icones de l'espai de treball actual"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Vista general d'activitats" msgstr "Vista general d'activitats"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "Preferides" msgstr "Preferides"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "Aplicacions" msgstr "Aplicacions"
@@ -145,11 +136,11 @@ msgstr "Afegeix"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Ha fallat l'expulsió de la unitat «%s»:" msgstr "Ha fallat l'expulsió de la unitat «%s»:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Dispositius extraïbles" msgstr "Dispositius extraïbles"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "Obre el fitxer" msgstr "Obre el fitxer"
@@ -172,6 +163,8 @@ msgstr ""
msgid "Message" msgid "Message"
msgstr "Missatge" msgstr "Missatge"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:43 #: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -237,13 +230,9 @@ msgstr "Inici"
msgid "Browse Network" msgid "Browse Network"
msgstr "Navega per la xarxa" msgstr "Navega per la xarxa"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "CPU" msgstr "Mostra cíclicament mides de captura de pantalla"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memòria"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -253,52 +242,52 @@ msgstr "Nom 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 "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell" msgstr "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Tanca" msgstr "Tanca"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Desminimitza" msgstr "Desminimitza"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Minimitza" msgstr "Minimitza"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Desmaximitza" msgstr "Desmaximitza"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Maximitza" msgstr "Maximitza"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimitza-ho tot" msgstr "Minimitza-ho tot"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Desminimitza-ho tot" msgstr "Desminimitza-ho tot"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Maximitza-ho tot" msgstr "Maximitza-ho tot"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Desmaximitza-ho tot" msgstr "Desmaximitza-ho tot"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Tanca-ho tot" msgstr "Tanca-ho tot"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Indicador de l'espai de treball" msgstr "Indicador de l'espai de treball"
#: ../extensions/window-list/extension.js:798 #: ../extensions/window-list/extension.js:808
msgid "Window List" msgid "Window List"
msgstr "Llista de finestres" msgstr "Llista de finestres"
@@ -315,22 +304,38 @@ msgstr ""
"llista de finestres. Els valors possibles són: «never» (mai), " "llista de finestres. Els valors possibles són: «never» (mai), "
"«auto» (automàticament) i «always» (sempre)." "«auto» (automàticament) i «always» (sempre)."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Mostra la llista de finestres a tots els monitors"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
msgstr ""
"Si es mostra la llista de finestres en tots els monitors connectats o només "
"al primari."
#: ../extensions/window-list/prefs.js:32
msgid "Window Grouping" msgid "Window Grouping"
msgstr "Agrupació de finestres" msgstr "Agrupació de finestres"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Mai agrupis les finestres" msgstr "Mai agrupis les finestres"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Agrupa les finestres quan l'espai estigui limitat" msgstr "Agrupa les finestres quan l'espai estigui limitat"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Agrupa les finestres sempre" msgstr "Agrupa les finestres sempre"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Mostra a tots els monitors"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Noms dels espais de treball" msgstr "Noms dels espais de treball"
@@ -343,3 +348,15 @@ msgstr "Nom"
#, javascript-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Espai de treball %d" msgstr "Espai de treball %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "GNOME Shell clàssic"
#~ msgid "Window management and application launching"
#~ msgstr "Gestió de finestres i iniciació d'aplicacions"
#~ msgid "CPU"
#~ msgstr "CPU"
#~ msgid "Memory"
#~ msgstr "Memòria"
+57 -44
View File
@@ -1,16 +1,16 @@
# Danish translation for gnome-shell-extensions. # Danish translation for gnome-shell-extensions.
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011, 2015 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.
# #
# Kris Thomsen <mail@kristhomsen.dk>, 2011-2014. # Kris Thomsen <mail@kristhomsen.dk>, 2011-2014.
# Ask Hjorth Larsen <asklarsen@gmail.com>, 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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: \n"
"shell&keywords=I18N+L10N&component=extensions\n" "POT-Creation-Date: 2015-03-15 16:57+0100\n"
"POT-Creation-Date: 2014-09-08 07:38+0000\n" "PO-Revision-Date: 2015-03-14 02:26+0100\n"
"PO-Revision-Date: 2014-09-09 20:54+0200\n"
"Last-Translator: Kris Thomsen <mail@kristhomsen.dk>\n" "Last-Translator: Kris Thomsen <mail@kristhomsen.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
"Language: da\n" "Language: da\n"
@@ -28,14 +28,6 @@ msgstr "GNOME Classic"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Denne session logger dig ind i GNOME Classic" msgstr "Denne session logger dig ind i GNOME Classic"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Classic"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Vindueshåndtering og programopstart"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Tillæg modal-dialog til det overordnede vindue" msgstr "Tillæg modal-dialog til det overordnede vindue"
@@ -51,8 +43,6 @@ msgid "Arrangement of buttons on the titlebar"
msgstr "Placeringen af knapper i titellinjen" msgstr "Placeringen af knapper i titellinjen"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
@@ -98,11 +88,11 @@ msgstr "Vis kun vinduer i det nuværende arbejdsområde"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Aktivitetsoversigt" msgstr "Aktivitetsoversigt"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "Favoritter" msgstr "Favoritter"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "Programmer" msgstr "Programmer"
@@ -128,7 +118,6 @@ msgid "Workspace"
msgstr "Arbejdsområde" msgstr "Arbejdsområde"
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
#| msgid "Add rule"
msgid "Add Rule" msgid "Add Rule"
msgstr "Tilføj regel" msgstr "Tilføj regel"
@@ -145,11 +134,11 @@ msgstr "Tilføj"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Udskubning af drevet \"%s\" fejlede:" msgstr "Udskubning af drevet \"%s\" fejlede:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Flytbare enheder" msgstr "Flytbare enheder"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "Åbn fil" msgstr "Åbn fil"
@@ -170,10 +159,11 @@ msgstr ""
"klikkes på panelet." "klikkes på panelet."
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message" msgid "Message"
msgstr "Besked" msgstr "Besked"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:43 #: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
@@ -237,13 +227,9 @@ msgstr "Hjem"
msgid "Browse Network" msgid "Browse Network"
msgstr "Gennemse netværk" msgstr "Gennemse netværk"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "CPU" msgstr "Gennemgå størrelser af skærmbillede"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Hukommelse"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -253,47 +239,47 @@ msgstr "Temanavn"
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 "Navnet på temaet, som indlæses fra ~/.themes/name/gnome-shell" msgstr "Navnet på temaet, som indlæses fra ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Luk" msgstr "Luk"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Afminimér" msgstr "Afminimér"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Minimér" msgstr "Minimér"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Afmaksimér" msgstr "Afmaksimér"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Maksimér" msgstr "Maksimér"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimér" msgstr "Minimér"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Afminimér alle" msgstr "Afminimér alle"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Maksimér alle" msgstr "Maksimér alle"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Afmaksimér alle" msgstr "Afmaksimér alle"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Luk alle" msgstr "Luk alle"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Arbejdsområdeindikator" msgstr "Arbejdsområdeindikator"
@@ -315,24 +301,39 @@ msgstr ""
"Mulige værdier er \"never\" (aldrig), \"auto\" (automatisk) og \"always" "Mulige værdier er \"never\" (aldrig), \"auto\" (automatisk) og \"always"
"\" (altid)." "\" (altid)."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Vis vindueslisten på alle skærme"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
msgstr ""
"Om vindueslisten skal vise på alle tilsluttede skærme, eller kun på den "
"primære."
#: ../extensions/window-list/prefs.js:32
msgid "Window Grouping" msgid "Window Grouping"
msgstr "Vinduesgruppering" msgstr "Vinduesgruppering"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Gruppér aldrig vinduer" msgstr "Gruppér aldrig vinduer"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Gruppér vinduer når pladsen er begrænset" msgstr "Gruppér vinduer når pladsen er begrænset"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Gruppér altid vinduer" msgstr "Gruppér altid vinduer"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Vis på alle skærme"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
#| msgid "Workspace names:"
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Navne på arbejdsområder" msgstr "Navne på arbejdsområder"
@@ -345,6 +346,18 @@ msgstr "Navn"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Arbejdsområde %d" msgstr "Arbejdsområde %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "GNOME Shell Classic"
#~ msgid "Window management and application launching"
#~ msgstr "Vindueshåndtering og programopstart"
#~ msgid "CPU"
#~ msgstr "CPU"
#~ msgid "Memory"
#~ msgstr "Hukommelse"
#~ msgid "Suspend" #~ msgid "Suspend"
#~ msgstr "Dvale" #~ msgstr "Dvale"
+21 -13
View File
@@ -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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-25 13:27+0000\n" "POT-Creation-Date: 2014-08-06 07:34+0000\n"
"PO-Revision-Date: 2013-09-25 20:02+0300\n" "PO-Revision-Date: 2014-08-06 21:43+0300\n"
"Last-Translator: Mattias Põldaru <mahfiaz@gmail.com>\n" "Last-Translator: Mattias Põldaru <mahfiaz@gmail.com>\n"
"Language-Team: Estonian <gnome-et-list@gnome.org>\n" "Language-Team: Estonian <gnome-et-list@gnome.org>\n"
"Language: et\n" "Language: et\n"
@@ -39,6 +39,16 @@ msgid ""
msgstr "" msgstr ""
"See võti on tähtsam võtmest org.gnome.mutter GNOME Shelli käivitamisel." "See võti on tähtsam võtmest org.gnome.mutter GNOME Shelli käivitamisel."
msgid "Arrangement of buttons on the titlebar"
msgstr "Nuppude järjestus tiitliribal"
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"See võti on tähtsam võtmest org.gnome.desktop.wm.preferences GNOME Shelli "
"käivitamisel."
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Akna automaatpaigutus on lubatud, kui aken lohistatakse ekraani serva" msgstr "Akna automaatpaigutus on lubatud, kui aken lohistatakse ekraani serva"
@@ -88,7 +98,7 @@ msgstr "Rakendus"
msgid "Workspace" msgid "Workspace"
msgstr "Tööala" msgstr "Tööala"
msgid "Add rule" msgid "Add Rule"
msgstr "Lisa reegel" msgstr "Lisa reegel"
msgid "Create new matching rule" msgid "Create new matching rule"
@@ -97,7 +107,7 @@ msgstr "Uue reegli loomine"
msgid "Add" msgid "Add"
msgstr "Lisa" msgstr "Lisa"
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Seadme '%s' väljastamine nurjus:" msgstr "Seadme '%s' väljastamine nurjus:"
@@ -118,8 +128,9 @@ msgid ""
"panel." "panel."
msgstr "Kui see pole tühi, näidatakse seda teksti paneelile klõpsates." msgstr "Kui see pole tühi, näidatakse seda teksti paneelile klõpsates."
#. TRANSLATORS: Example is the name of the extension, should not be msgid "Message"
#. translated msgstr "Sõnum"
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
@@ -129,9 +140,6 @@ msgstr ""
"ei ole.\n" "ei ole.\n"
"See võimaldab muuta kõigest tervitusteksti." "See võimaldab muuta kõigest tervitusteksti."
msgid "Message:"
msgstr "Sõnum:"
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Rohkem pinda akende jaoks" msgstr "Rohkem pinda akende jaoks"
@@ -159,7 +167,7 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Asukohad" msgstr "Asukohad"
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "\"%s\" käivitamine nurjus" msgstr "\"%s\" käivitamine nurjus"
@@ -243,12 +251,12 @@ msgstr "Aknaid grupeeritakse, kui ruumi on vähe"
msgid "Always group windows" msgid "Always group windows"
msgstr "Aknaid grupeeritakse alati" msgstr "Aknaid grupeeritakse alati"
msgid "Workspace names:" msgid "Workspace Names"
msgstr "Tööalade nimed:" msgstr "Tööalade nimed"
msgid "Name" msgid "Name"
msgstr "Nimi" msgstr "Nimi"
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Tööala %d" msgstr "Tööala %d"
+52 -35
View File
@@ -5,15 +5,15 @@
# Niklas Laxström # Niklas Laxström
# Ville-Pekka Vainio # Ville-Pekka Vainio
# Ville-Pekka Vainio <vpvainio@iki.fi>, 2011. # Ville-Pekka Vainio <vpvainio@iki.fi>, 2011.
# Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2012, 2013, 2014. # Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2012, 2013, 2014, 2015.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extensions\n" "Project-Id-Version: gnome-shell-extensions\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-09-06 07:37+0000\n" "POT-Creation-Date: 2015-03-02 20:59+0000\n"
"PO-Revision-Date: 2014-09-06 13:22+0300\n" "PO-Revision-Date: 2015-03-02 23:09+0200\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n" "Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n"
"Language-Team: suomi <gnome-fi-laatu@lists.sourceforge.net>\n" "Language-Team: suomi <gnome-fi-laatu@lists.sourceforge.net>\n"
"Language: fi\n" "Language: fi\n"
@@ -34,14 +34,6 @@ msgstr "Perinteinen Gnome"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Tämä istunto kirjaa sinut perinteiseen Gnomeen" msgstr "Tämä istunto kirjaa sinut perinteiseen Gnomeen"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Gnome Shell - perinteinen"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Ikkunoiden hallintaa ja sovellusten käynnistämistä"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Liitä modaali-ikkuna ylätason ikkunaan" msgstr "Liitä modaali-ikkuna ylätason ikkunaan"
@@ -72,6 +64,8 @@ msgstr "Työtilat vain ensisijaisella näytöllä"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Aseta viive kohdistusmuutoksille hiiritilassa, kunnes hiiren osoitin "
"lopettaa liikkumisen"
#: ../extensions/alternate-tab/prefs.js:20 #: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only" msgid "Thumbnail only"
@@ -97,11 +91,11 @@ msgstr "Näytä vain nykyisessä työtilassa olevat ikkunat"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Yleisnäkymä" msgstr "Yleisnäkymä"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:114
msgid "Favorites" msgid "Favorites"
msgstr "Suosikit" msgstr "Suosikit"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:283
msgid "Applications" msgid "Applications"
msgstr "Sovellukset" msgstr "Sovellukset"
@@ -125,7 +119,6 @@ msgid "Workspace"
msgstr "Työtila" msgstr "Työtila"
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
#| msgid "Add rule"
msgid "Add Rule" msgid "Add Rule"
msgstr "Lisää sääntö" msgstr "Lisää sääntö"
@@ -142,11 +135,11 @@ msgstr "Lisää"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Aseman \"%s\" irrottaminen epäonnistui:" msgstr "Aseman \"%s\" irrottaminen epäonnistui:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Erilliset tallennusvälineet" msgstr "Erilliset tallennusvälineet"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Avaa tiedosto" msgstr "Avaa tiedosto"
@@ -162,10 +155,9 @@ msgstr "Vaihtoehtoinen tervehdysteksti."
msgid "" msgid ""
"If not empty, it contains the text that will be shown when clicking on the " "If not empty, it contains the text that will be shown when clicking on the "
"panel." "panel."
msgstr "" msgstr "Jos ei tyhjä, sisältää paneelia napsauttaessa näytettävän tekstin."
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message" msgid "Message"
msgstr "Viesti" msgstr "Viesti"
@@ -224,6 +216,10 @@ msgstr "Koti"
msgid "Browse Network" msgid "Browse Network"
msgstr "Selaa verkkoa" msgstr "Selaa verkkoa"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Vaihtele kuvakaappausten kokojen välillä"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "Suoritin" msgstr "Suoritin"
@@ -240,52 +236,52 @@ msgstr "Teeman nimi"
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 "Teeman nimi, ladataan sijainnista ~/.themes/name/gnome-shell" msgstr "Teeman nimi, ladataan sijainnista ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Sulje" msgstr "Sulje"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Palauta pienennys" msgstr "Palauta pienennys"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Pienennä" msgstr "Pienennä"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Palauta suurennus" msgstr "Palauta suurennus"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Suurenna" msgstr "Suurenna"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Pienennä kaikki" msgstr "Pienennä kaikki"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Palauta kaikkien koko" msgstr "Palauta kaikkien koko"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Suurenna kaikki" msgstr "Suurenna kaikki"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Palauta kaikkien koko" msgstr "Palauta kaikkien koko"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Sulje kaikki" msgstr "Sulje kaikki"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Työtilan ilmaisin" msgstr "Työtilan ilmaisin"
#: ../extensions/window-list/extension.js:808 #: ../extensions/window-list/extension.js:807
msgid "Window List" msgid "Window List"
msgstr "Ikkunaluettelo" msgstr "Ikkunaluettelo"
@@ -301,24 +297,39 @@ msgstr ""
"Päättää milloin saman sovelluksen ikkunat ryhmitellään ikkunaluettelossa. " "Päättää milloin saman sovelluksen ikkunat ryhmitellään ikkunaluettelossa. "
"Mahdolliset arvot ovat \"never\", \"auto\" ja \"always\"." "Mahdolliset arvot ovat \"never\", \"auto\" ja \"always\"."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Näytä ikkunaluettelo kaikilla näytöillä"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
msgstr ""
"Näytetäänkö ikkunaluettelo kaikilla liitetyillä näytöillä vai ainoastaan "
"ensisijaisella näytöllä."
#: ../extensions/window-list/prefs.js:32
msgid "Window Grouping" msgid "Window Grouping"
msgstr "Ikkunoiden ryhmitys" msgstr "Ikkunoiden ryhmitys"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Älä ryhmitä ikkunoita koskaan" msgstr "Älä ryhmitä ikkunoita koskaan"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Ryhmitä ikkunat tilan ollessa rajallinen" msgstr "Ryhmitä ikkunat tilan ollessa rajallinen"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Ryhmitä ikkunat aina" msgstr "Ryhmitä ikkunat aina"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Näytä kaikilla näytöillä"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
#| msgid "Workspace names:"
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Työtilojen nimet" msgstr "Työtilojen nimet"
@@ -331,6 +342,12 @@ msgstr "Nimi"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Työtila %d" msgstr "Työtila %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "Gnome Shell - perinteinen"
#~ msgid "Window management and application launching"
#~ msgstr "Ikkunoiden hallintaa ja sovellusten käynnistämistä"
#~ msgid "Suspend" #~ msgid "Suspend"
#~ msgstr "Valmiustila" #~ msgstr "Valmiustila"
+51 -39
View File
@@ -2,17 +2,17 @@
# Copyright (C) 2011-2013 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011-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.
# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011. # Takeshi AIHANA <takeshi.aihana@gmail.com>, 2011.
# Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013 # Jiro Matsuzawa <jmatsuzawa@gnome.org>, 2011, 2013, 2015
# Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013. # Nishio Futoshi <fut_nis@d3.dion.ne.jp>, 2013.
# Ikuya Awashiro <ikuya@fruitsbasket.info>, 2014. # Ikuya Awashiro <ikuya@fruitsbasket.info>, 2014.
# Hajime Taira <htaira@redhat.com>, 2014. # Hajime Taira <htaira@redhat.com>, 2014, 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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-08-28 19:37+0000\n" "POT-Creation-Date: 2015-03-24 13:21+0000\n"
"PO-Revision-Date: 2014-08-29 12:16+0900\n" "PO-Revision-Date: 2015-03-24 23:41+0900\n"
"Last-Translator: Hajime Taira <htaira@redhat.com>\n" "Last-Translator: Hajime Taira <htaira@redhat.com>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
"Language: ja\n" "Language: ja\n"
@@ -30,14 +30,6 @@ msgstr "GNOME クラシック"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "GNOME クラシックモードでログインします" msgstr "GNOME クラシックモードでログインします"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell クラシック"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "ウィンドウ管理とアプリケーション起動"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "モーダルダイアログを親ウィンドウに結び付ける" msgstr "モーダルダイアログを親ウィンドウに結び付ける"
@@ -90,11 +82,11 @@ msgstr "現在のワークスペースのウィンドウのみ表示する"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "アクティビティ" msgstr "アクティビティ"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "お気に入り" msgstr "お気に入り"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "アプリケーション" msgstr "アプリケーション"
@@ -132,11 +124,11 @@ msgstr "追加"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "ドライブ '%s' の取り出しに失敗しました:" msgstr "ドライブ '%s' の取り出しに失敗しました:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "リムーバブルデバイス" msgstr "リムーバブルデバイス"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "ファイルを開く" msgstr "ファイルを開く"
@@ -203,13 +195,9 @@ msgstr "ホーム"
msgid "Browse Network" msgid "Browse Network"
msgstr "ネットワークを表示" msgstr "ネットワークを表示"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "CPU" msgstr "スクリーンショットのサイズを変更する"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "メモリ"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -219,52 +207,52 @@ 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:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "閉じる" msgstr "閉じる"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "最小化解除" msgstr "最小化解除"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "最小化" msgstr "最小化"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "最大化解除" msgstr "最大化解除"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "最大化" msgstr "最大化"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "全て最小化" msgstr "全て最小化"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "全て最小化解除" msgstr "全て最小化解除"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "全て最大化" msgstr "全て最大化"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "全て最大化解除" msgstr "全て最大化解除"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "全て閉じる" msgstr "全て閉じる"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "ワークスペースインジケーター" msgstr "ワークスペースインジケーター"
#: ../extensions/window-list/extension.js:798 #: ../extensions/window-list/extension.js:809
msgid "Window List" msgid "Window List"
msgstr "ウィンドウのリスト" msgstr "ウィンドウのリスト"
@@ -276,22 +264,34 @@ msgstr "ウインドウをグループ化する条件"
msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\", \"auto\" and \"always\"." msgid "Decides when to group windows from the same application on the window list. Possible values are \"never\", \"auto\" and \"always\"."
msgstr "ウィンドウ一覧にある同じアプリケーションをグループ化する条件を指定します。指定可能な値は、\"never\", \"auto\", \"always\" です。" msgstr "ウィンドウ一覧にある同じアプリケーションをグループ化する条件を指定します。指定可能な値は、\"never\", \"auto\", \"always\" です。"
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "すべてのモニターにウィンドウリストを表示する"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
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" msgid "Window Grouping"
msgstr "ウィンドウのグループ化" msgstr "ウィンドウのグループ化"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "ウィンドウをグループ化しない" msgstr "ウィンドウをグループ化しない"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "ウィンドウ一覧の幅が制限される時にグループ化する" msgstr "ウィンドウ一覧の幅が制限される時にグループ化する"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "ウィンドウをグループ化する" msgstr "ウィンドウをグループ化する"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "すべてのモニターに表示する"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names" msgid "Workspace Names"
msgstr "ワークスペース名" msgstr "ワークスペース名"
@@ -305,6 +305,18 @@ msgstr "名前"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "ワークスペース %d" msgstr "ワークスペース %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "GNOME Shell クラシック"
#~ msgid "Window management and application launching"
#~ msgstr "ウィンドウ管理とアプリケーション起動"
#~ msgid "CPU"
#~ msgstr "CPU"
#~ msgid "Memory"
#~ msgstr "メモリ"
#~ msgid "Normal" #~ msgid "Normal"
#~ msgstr "標準" #~ msgstr "標準"
+42 -323
View File
@@ -3,14 +3,14 @@
# #
# #
# 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. # Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2012, 2013, 2014, 2015.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-09-28 07:44+0000\n" "POT-Creation-Date: 2015-04-03 07:58+0000\n"
"PO-Revision-Date: 2014-09-28 16:38+0300\n" "PO-Revision-Date: 2015-04-03 20:41+0300\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"
@@ -30,14 +30,6 @@ msgstr "Klasiskais GNOME"
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ē"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Klasiskā GNOME čaula"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Logu pārvaldība un lietotņu palaišana"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Pievienot modālo dialoglodziņu vecāka logam" msgstr "Pievienot modālo dialoglodziņu vecāka logam"
@@ -52,8 +44,6 @@ msgid "Arrangement of buttons on the titlebar"
msgstr "Pogu izkārtojums virsraksta joslā" msgstr "Pogu izkārtojums virsraksta joslā"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
@@ -97,11 +87,11 @@ msgstr "Rādīt tikai logus, kas ir pašreizējā darbvietā"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Aktivitāšu pārskats" msgstr "Aktivitāšu pārskats"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "Izlase" msgstr "Izlase"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "Lietotnes" msgstr "Lietotnes"
@@ -127,7 +117,6 @@ msgid "Workspace"
msgstr "Darbvieta" msgstr "Darbvieta"
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
#| msgid "Add rule"
msgid "Add Rule" msgid "Add Rule"
msgstr "Pievienot kārtulu" msgstr "Pievienot kārtulu"
@@ -144,11 +133,11 @@ msgstr "Pievienot"
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:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Izņemamās ierīces" msgstr "Izņemamās ierīces"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "Atvērt datni" msgstr "Atvērt datni"
@@ -169,7 +158,6 @@ msgstr ""
"paneļa." "paneļa."
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message" msgid "Message"
msgstr "Ziņojums" msgstr "Ziņojums"
@@ -235,13 +223,9 @@ msgstr "Mājas"
msgid "Browse Network" msgid "Browse Network"
msgstr "Pārlūkot tīklu" msgstr "Pārlūkot tīklu"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "Procesors" msgstr "Pārslēdz ekrānattēlu izmērus"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Atmiņa"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -251,52 +235,52 @@ 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:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Aizvērt" msgstr "Aizvērt"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Atminimizēt" msgstr "Atminimizēt"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Minimizēt" msgstr "Minimizēt"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Atjaunot" msgstr "Atjaunot"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Maksimizēt" msgstr "Maksimizēt"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Minimizēt visus" msgstr "Minimizēt visus"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Atminimizēt visus" msgstr "Atminimizēt visus"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Maksimizēt visus" msgstr "Maksimizēt visus"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Atmaksimizēt visus" msgstr "Atmaksimizēt visus"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Aizvērt visu" msgstr "Aizvērt visu"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Darbvietu indikators" msgstr "Darbvietu indikators"
#: ../extensions/window-list/extension.js:808 #: ../extensions/window-list/extension.js:809
msgid "Window List" msgid "Window List"
msgstr "Logu saraksts" msgstr "Logu saraksts"
@@ -312,24 +296,39 @@ msgstr ""
"Nosaka, kad grupēt vienas programmas logus “Logu sarakstā”. Pieļaujamās " "Nosaka, kad grupēt vienas programmas logus “Logu sarakstā”. Pieļaujamās "
"vērtības ir “never”, “auto” un “always”." "vērtības ir “never”, “auto” un “always”."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Rāda logu sarakstu uz visiem monitoriem"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
msgstr ""
"Vai logu sarakstu rādītu uz visiem pievienotajiem monitoriem, vai tikai uz "
"primārā."
#: ../extensions/window-list/prefs.js:32
msgid "Window Grouping" msgid "Window Grouping"
msgstr "Logu grupēšana" msgstr "Logu grupēšana"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Nekad negrupēt logus" msgstr "Nekad negrupēt logus"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
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:51 #: ../extensions/window-list/prefs.js:52
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:75
msgid "Show on all monitors"
msgstr "Rādīt uz visiem monitoriem"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
#| msgid "Workspace names:"
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Darbvietu nosaukumi" msgstr "Darbvietu nosaukumi"
@@ -342,283 +341,3 @@ msgstr "Nosaukums"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Darbvieta %d" msgstr "Darbvieta %d"
#~ msgid "The application icon mode."
#~ msgstr "Lietotnes ikonas režīms."
#~ msgid ""
#~ "Configures how the windows are shown in the switcher. Valid possibilities "
#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
#~ "only' (shows only the application icon) or 'both'."
#~ msgstr ""
#~ "Konfigurē, kā pārslēdzējā tiek parādīts logs. Derīgās iespējas ir "
#~ "“thumbnail-only” (rāda loga sīktēlu), “app-icon-only” (rāda tikai "
#~ "lietotnes ikonu) vai “both” (abi)."
#~ msgid "Suspend"
#~ msgstr "Iesnaudināt"
#~ msgid "Hibernate"
#~ msgstr "Iemidzināt"
#~ msgid "Power Off"
#~ msgstr "Izslēgt"
#~ msgid "Enable suspending"
#~ msgstr "Aktivēt iesnaudināšanu"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Pārvaldīt iesnaudināšanas izvēlnes vienuma redzamību"
#~ msgid "Enable hibernating"
#~ msgstr "Aktivēt iemidzināšanu"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Pārvaldīt iemidzināšanas izvēlnes vienuma redzamību"
#~ msgid "Drag here to add favorites"
#~ msgstr "Velciet šeit, lai pievienotu izlasei"
#~ msgid "New Window"
#~ msgstr "Jauns logs"
#~ msgid "Quit Application"
#~ msgstr "Iziet no lietotnes"
#~ msgid "Remove from Favorites"
#~ msgstr "Izņemt no izlases"
#~ msgid "Position of the dock"
#~ msgstr "Doka novietojums"
#~ msgid ""
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
#~ "or 'left'"
#~ msgstr ""
#~ "Iestata doka novietojumu ekrānā. Atļautās vērtības ir “right” vai “left”"
#~ msgid "Icon size"
#~ msgstr "Ikonas izmērs"
#~ msgid "Sets icon size of the dock."
#~ msgstr "Iestata ikonu izmēru dokā."
#~ msgid "Enable/disable autohide"
#~ msgstr "Aktivēt/deaktivēt automātisko slēpšanu"
#~ msgid "Autohide effect"
#~ msgstr "Automātiskās slēpšanas efekts"
#~ msgid ""
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
#~ "and 'move'"
#~ msgstr ""
#~ "Iestata doka slēpšanas efektu. Atļautās vērtības ir “resize” vai "
#~ "“rescale” un “move”"
#~ msgid "Autohide duration"
#~ msgstr "Automātiskās slēpšanas ilgums"
#~ msgid "Sets the time duration of the autohide effect."
#~ msgstr "Iestata automātiskās slēpšanas efekta laiku."
#~ msgid "Monitor"
#~ msgstr "Monitors"
#~ msgid ""
#~ "Sets monitor to display dock in. The default value (-1) is the primary "
#~ "monitor."
#~ msgstr ""
#~ "Iestata monitoru, lai rādītu doku. Noklusējuma vērtība (-1) nozīmē "
#~ "primāro monitoru."
#~ msgid "%s is away."
#~ msgstr "%s ir prom."
#~ msgid "%s is offline."
#~ msgstr "%s ir nesaistē."
#~ msgid "%s is online."
#~ msgstr "%s ir tiešsaistē."
#~ msgid "%s is busy."
#~ msgstr "%s ir aizņemts."
#~ msgid "Devices"
#~ msgstr "Ierīces"
#~ msgid "Bookmarks"
#~ msgstr "Grāmatzīmes"
#~ msgid "Network"
#~ msgstr "Tīkls"
#~ msgid "File System"
#~ msgstr "Datņu sistēma"
#~ msgid "Normal"
#~ msgstr "Normāls"
#~ msgid "Left"
#~ msgstr "Pa kreisi"
#~ msgid "Right"
#~ msgstr "Pa labi"
#~ msgid "Upside-down"
#~ msgstr "Otrādi"
#~ msgid "Display"
#~ msgstr "Displejs"
#~ msgid "Display Settings"
#~ msgstr "Displeja iestatījumi"
#~ msgid "The alt tab behaviour."
#~ msgstr "Alt tab uzvedība."
#~ msgid ""
#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
#~ "workspace_icons. See the configuration dialogs for details."
#~ msgstr ""
#~ "Iestata Alt-Tab uzvedību. Iespējamās vērtības: all_thumbnails un "
#~ "workspace_icons. Skatiet konfigurācijas dialoglodziņus, lai uzzinātu "
#~ "vairāk."
#~ msgid ""
#~ "This mode presents all applications from all workspaces in one selection "
#~ "list. Instead of using the application icon of every window, it uses "
#~ "small thumbnails resembling the window itself."
#~ msgstr ""
#~ "Šis režīms parāda visas lietotnes no visām darbvietām vienā izvēles "
#~ "sarakstā. Tā vietā, lai izmantotu lietotnes ikonu katrā logā, tas izmanto "
#~ "sīktēlus, kas izskatās pēc paša loga."
#~ msgid "Workspace & Icons"
#~ msgstr "Darba vieta un ikonas"
#~ msgid ""
#~ "This mode let's you switch between the applications of your current "
#~ "workspace and gives you additionally the option to switch to the last "
#~ "used application of your previous workspace. This is always the last "
#~ "symbol in the list and is segregated by a separator/vertical line if "
#~ "available. \n"
#~ "Every window is represented by its application icon."
#~ msgstr ""
#~ "Šis režīms ļauj jums pārslēgties starp lietotnēm jūsu pašreizējā "
#~ "darbvietā un dod jums papildu iespēju pārslēgties uz pēdējo lietoto "
#~ "lietotni iepriekšējā darbvietā. Tas vienmēr ir pēdējais simbols sarakstā "
#~ "un ir atdalīts ar semikolu/vertikālu līniju, ja ir pieejams.\n"
#~ "Katru logu reprezentē šī lietotnes ikona."
#~ msgid "Move current selection to front before closing the popup"
#~ msgstr ""
#~ "Pārvietot pašreizējo izvēli uz priekšu pirms aizvērt uznirstošo lodziņu"
#~ msgid ""
#~ "The Alternate Tab can be used in different modes, that affect the way "
#~ "windows are chosen and presented."
#~ msgstr ""
#~ "Alternate Tab var izmantot dažādos režīmos, kas ietekmē veidu, kā logi "
#~ "tiek izvēlēti un attēloti."
#~ msgid "Removable Devices"
#~ msgstr "Noņemamās ierīces"
#~ msgid "Configure display settings..."
#~ msgstr "Konfigurēt displeja iestatījumus..."
#~ msgid "Notifications"
#~ msgstr "Paziņojumi"
#~| msgid "My Account"
#~ msgid "Online Accounts"
#~ msgstr "Tiešsaistes konti"
#~ msgid "Lock Screen"
#~ msgstr "Bloķēt ekrānu"
#~ msgid "Switch User"
#~ msgstr "Mainīt lietotāju"
#~ msgid "Log Out..."
#~ msgstr "Izrakstīties..."
#~ msgid ""
#~ "This is the first time you use the Alternate Tab extension. \n"
#~ "Please choose your preferred behaviour:\n"
#~ "\n"
#~ "All & Thumbnails:\n"
#~ " This mode presents all applications from all workspaces in one "
#~ "selection \n"
#~ " list. Instead of using the application icon of every window, it uses "
#~ "small \n"
#~ " thumbnails resembling the window itself. \n"
#~ "\n"
#~ "Workspace & Icons:\n"
#~ " This mode let's you switch between the applications of your current \n"
#~ " workspace and gives you additionally the option to switch to the last "
#~ "used \n"
#~ " application of your previous workspace. This is always the last "
#~ "symbol in \n"
#~ " the list and is segregated by a separator/vertical line if "
#~ "available. \n"
#~ " Every window is represented by its application icon. \n"
#~ "\n"
#~ "Native:\n"
#~ " This mode is the native GNOME 3 behaviour or in other words: "
#~ "Clicking \n"
#~ " native switches the Alternate Tab extension off. \n"
#~ msgstr ""
#~ "Šī ir pirmā reize, kad izmantojat Alternate Tab paplašinājumu.\n"
#~ "Lūdzu, izvēlieties vēlamo uzvedību:\n"
#~ "\n"
#~ "Viss un sīktēli:\n"
#~ " Šis režīms rāda visas lietotnes no visām daba vietām viena izlases "
#~ "sarakstā.\n"
#~ " Tā vietā lai katrā logā izmantotu lietotnes ikonu, tas izmanto mazu "
#~ "sīktēlu,\n"
#~ " kas pats atgādina logu.\n"
#~ "\n"
#~ "Darba vieta un ikonas:\n"
#~ " Šis režīms ļauj pārslēgties starp lietotnēm pašreizējā darba vietā "
#~ "un \n"
#~ " dod jums iespēju pārslēgties uz iepriekš lietoto lietotni iepriekšējā "
#~ "darba\n"
#~ " vietā. Tas vienmēr ir pēdējais simbols sarakstā un ir nošķirts ar \n"
#~ " atdalītāju vai vertikālu līniju, ja ir tāda ir pieejama.\n"
#~ " Katru logu attēlo tam atbilstošās lietotnes ikona.\n"
#~ "\n"
#~ "\n"
#~ "Vietējs: Šis režīms ir vietēja GNOME 3 uzvedība, jeb citiem vārdiem: "
#~ "vietējais režīms\n"
#~ " izslēdz Alternate Tab paplašinājumu.\n"
#~ msgid "Alt Tab Behaviour"
#~ msgstr "Alt Tab uzvedība"
#~ msgid "Cancel"
#~ msgstr "Atcelt"
#~ msgid "Ask the user for a default behaviour if true."
#~ msgstr "Ja patiess, par noklusēto uzvedību vaicāt lietotājam."
#~ msgid "Indicates if Alternate Tab is newly installed"
#~ msgstr "Norāda, vai Alternate Tab ir tikko uzinstalēts"
#~ msgid ""
#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use "
#~ "the default grid based algorithm, 'natural' to use another one that "
#~ "reflects more the position and size of the actual window"
#~ msgstr ""
#~ "Algoritms, ko izmanto sīktēlu izkārtošanai pārskatā. 'grid', lai "
#~ "izmantotu noklusēto algoritmu, 'natural', lai izmantotu citu, kas vairāk "
#~ "atbilst logu novietojumam un izmēram."
#~ msgid "Window placement strategy"
#~ msgstr "Logu izvietojumu stratēģija"
#~ msgid "Available"
#~ msgstr "Pieejams"
#~ msgid "Busy"
#~ msgstr "Aizņemts"
+406
View File
@@ -0,0 +1,406 @@
# Occitan translation for gnome-shell-extensions.
# Copyright (C) 2011-12 Listed translators
# This file is distributed under the same license as the gnome-shell-extensions package.
# Cédric Valmary (Tot en òc) <cvalmary@yahoo.fr>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-27 14:18+0000\n"
"PO-Revision-Date: 2015-05-18 16:36+0200\n"
"Last-Translator: Cédric Valmary (Tot en òc) <cvalmary@yahoo.fr>\n"
"Language-Team: Tot en òc (totenoc.eu)\n"
"Language: oc\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: gnome\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME Classic"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "Aquesta sesilha vos connècta a GNOME Classic"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell Classic"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Gestion de las fenèstras e aviada d'aplicacions"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "Estacar las bóstias de dialòg modalas a lor fenèstra parenta"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"Aquesta clau remplaça la clau dins org.gnome.mutter quand GNOME Shell es en "
"cors d'execucion."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Activar la disposicion verticala quand las fenèstras son depausadas als "
"bòrds de l'ecran"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "Espacis de trabalh unicament sus l'ecran principal"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Retardar los cambiaments de focus en mòde mirga fins al moment que lo "
"puntador arrèsta de bolegar"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Vinheta solament"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Icòna d'aplicacion solament"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Vinheta e icòna d'aplicacion"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "Presentar la fenèstra coma"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "Afichar pas las fenèstras que sus l'espaci de trabalh actual"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "Vista d'ensemble de las activitats"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "Favorits"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Aplicacions"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "Lista d'aplicacions e d'espacis de trabalh"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"Una lista de cadenas de caratèrs, que contenon caduna un identificant "
"d'aplicacion (nom de fichièr desktop), seguit per un dos-punts e lo numèro "
"de l'espaci de trabalh"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "Aplicacion"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "Espaci de trabalh"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "Apondre una règla"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "Crear una règla novèla de concordància"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "Apondre"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "L'ejeccion del disc « %s » a fracassat :"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "Periferics amovibles"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "Dobrir lo fichièr"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Adieu, lo mond !"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "Autre tèxte d'acuèlh."
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr ""
"S'es pas void, conten lo tèxte que s'aficha quand clicatz "
"sul tablèu de bòrd."
#: ../extensions/example/prefs.js:30
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 ""
"Example a per tòca de far veire cossí bastir de bonas èxtensions pel Shell e "
"en tant que tal, a pas tant de foncionalitats en se qu'aquò.\n"
"Pasmens, es possible de personalizar lo messatge d'acuèlh."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Messatge :"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr "Utilizar mai d'ecran per las fenèstras"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
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 ""
"Ensaja d'utilizar mai d'espaci d'ecran per plaçar las vinhetas de las fenèstras "
"en s'adaptant a las proporcions de l'ecran e en las consolidant mai per "
"redusir la zòna englobanta. Aqueste paramètre s'aplica pas qu'en utilizant "
"l'estrategia de plaçament « natural »."
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "Plaçar los títols de las fenèstras en dessús"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
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 ""
"Se verai, plaça los títols de las fenèstras en dessús de la vinheta "
"correspondenta, aquò remplaça lo comportament per defaut que los plaça en "
"dejós. Per qu'aqueste paramètre siá pres en compte, cal reaviar lo Shell."
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Emplaçaments"
#: ../extensions/places-menu/placeDisplay.js:56
#, javascript-format, javascript-format
msgid "Failed to launch \"%s\""
msgstr "Impossible d'aviar « %s »"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
msgid "Computer"
msgstr "Ordenador"
#: ../extensions/places-menu/placeDisplay.js:199
msgid "Home"
msgstr "Dorsièr personal"
#: ../extensions/places-menu/placeDisplay.js:286
msgid "Browse Network"
msgstr "Percórrer la ret"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Memòria"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "Nom del tèma"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Lo nom del tèma, de cargar a partir de ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "Tampar"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "Restablir"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "Redusir"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "Restablir"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "Maximizar"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "Redusir tot"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "Restablir tot"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "Maximizar tot"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "Restablir tot"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "Tampar tot"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Indicator d'espaci de trabalh"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "Lista de fenèstras"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "Quand regropar las fenèstras"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"Decidís quora regropar las fenèstras d'una meteissa aplicacion sus la lista "
"de las fenèstras. Las valors possiblas son « never » (pas jamai), « auto » e "
"« always » (totjorn)."
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "Regropament de fenèstras"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "Regropar pas jamai las fenèstras"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "Regropar las fenèstras quand l'espaci es limitat"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "Regropar totjorn las fenèstras"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "Noms dels espacis de trabalh :"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "Nom"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format, javascript-format
msgid "Workspace %d"
msgstr "Espaci de trabalh %d"
#~ msgid "Suspend"
#~ msgstr "Metre en velha"
#~ msgid "Hibernate"
#~ msgstr "Ivernar"
#~ msgid "Power Off"
#~ msgstr "Atudar"
#~ msgid "Enable suspending"
#~ msgstr "Activar la mesa en velha"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "Gerís la visibilitat de l'element de menú « mesa en velha »"
#~ msgid "Enable hibernating"
#~ msgstr "Activer l'hibernation"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "Gerís la visibilitat de l'element de menú « ivernacion »"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Left"
#~ msgstr "Esquèrra"
#~ msgid "Right"
#~ msgstr "Drecha"
#~ msgid "Upside-down"
#~ msgstr "Capvirat"
#~ msgid "Display"
#~ msgstr "Afichar"
#~ msgid "Display Settings"
#~ msgstr "Afichar los paramètres"
#~ msgid "Arrangement of buttons on the titlebar"
#~ msgstr "Ordre des boutons dans la barre de titre"
#~ msgid ""
#~ "This key overrides the key in org.gnome.desktop.wm.preferences when running "
#~ "GNOME Shell."
#~ msgstr ""
#~ "Cette clé remplace la clé dans org.gnome.desktop.wm.preferences lorsque "
#~ "GNOME Shell est en cours d'exécution."
#~ msgid "Add Rule"
#~ msgstr "Ajouter une règle"
#~ msgid "Message"
#~ msgstr "Message"
#~ msgid "Cycle Screenshot Sizes"
#~ msgstr "Passer à la taille de capture suivante"
#~ msgid "Show the window list on all monitors"
#~ msgstr "Afficher la liste des fenêtres sur tous les écrans"
#~ msgid ""
#~ "Whether to show the window list on all connected monitors or only on the "
#~ "primary one."
#~ msgstr ""
#~ "Indique s'il faut afficher la liste des fenêtres sur tous les écrans "
#~ "connectés ou seulement l'écran principal."
#~ msgid "Show on all monitors"
#~ msgstr "Afficher sur tous les écrans"
#~ msgid "Workspace Names"
#~ msgstr "Noms des espaces de travail"
+54 -43
View File
@@ -2,14 +2,14 @@
# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # Copyright (C) 2011 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.
# #
# A S Alam <aalam@users.sf.net>, 2011, 2012, 2013, 2014. # A S Alam <aalam@users.sf.net>, 2011, 2012, 2013, 2014, 2015.
msgid "" msgid ""
msgstr "" 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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-09-08 19:35+0000\n" "POT-Creation-Date: 2015-03-13 20:45+0000\n"
"PO-Revision-Date: 2014-09-08 21:14-0500\n" "PO-Revision-Date: 2015-03-13 21:34-0500\n"
"Last-Translator: A S Alam <aalam@users.sf.net>\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
"Language: pa\n" "Language: pa\n"
@@ -28,14 +28,6 @@ msgstr "ਗਨੋਮ ਕਲਾਸਿਕ"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "ਇਹ ਸ਼ੈਸ਼ਨ ਤੁਹਾਨੂੰ ਗਨੋਮ ਕਲਾਸਿਕ ਵਿੱਚ ਲਾਗ ਕਰਦਾ ਹੈ" msgstr "ਇਹ ਸ਼ੈਸ਼ਨ ਤੁਹਾਨੂੰ ਗਨੋਮ ਕਲਾਸਿਕ ਵਿੱਚ ਲਾਗ ਕਰਦਾ ਹੈ"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "ਗਨੋਮ ਸ਼ੈਲ ਕਲਾਸਿਕ"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "ਵਿੰਡੋ ਪਰਬੰਧ ਅਤੇ ਐਪਲੀਕੇਸ਼ਨ ਚਲਾਓ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "ਮੁੱਢਲੀ ਵਿੰਡੋ ਵਿੱਚ ਮਾਡਲ ਡਾਈਲਾਗ ਜੋੜੋ" msgstr "ਮੁੱਢਲੀ ਵਿੰਡੋ ਵਿੱਚ ਮਾਡਲ ਡਾਈਲਾਗ ਜੋੜੋ"
@@ -51,14 +43,13 @@ msgid "Arrangement of buttons on the titlebar"
msgstr "ਟਾਈਟਲ-ਪੱਟੀ ਵਿੱਚ ਬਟਨਾਂ ਦਾ ਪ੍ਰਬੰਧ" msgstr "ਟਾਈਟਲ-ਪੱਟੀ ਵਿੱਚ ਬਟਨਾਂ ਦਾ ਪ੍ਰਬੰਧ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
msgstr "" msgstr ""
"ਇਹ ਕੁੰਜੀ ਗਨੋਮ ਸ਼ੈੱਲ ਚੱਲਣ ਦੇ ਦੌਰਾਨ org.gnome.desktop.wm.preferencesr ਕੁੰਜੀ ਨੂੰ " "ਇਹ ਕੁੰਜੀ ਗਨੋਮ ਸ਼ੈੱਲ ਚੱਲਣ ਦੇ ਦੌਰਾਨ org.gnome.desktop.wm.preferencesr ਕੁੰਜੀ ਨੂੰ "
"ਅਣਡਿੱਠਾ ਕਰਦੀ ਹੈ।" "ਅਣਡਿੱਠਾ "
"ਕਰਦੀ ਹੈ।"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
@@ -96,11 +87,11 @@ msgstr "ਮੌਜੂਦਾ ਵਰਕਸਪੇਸ ਵਿੱਚੋਂ ਹੀ ਵ
msgid "Activities Overview" msgid "Activities Overview"
msgstr "ਸਰਗਰਮੀ ਝਲਕ" msgstr "ਸਰਗਰਮੀ ਝਲਕ"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "ਪਸੰਦੀਦਾ" msgstr "ਪਸੰਦੀਦਾ"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "ਐਪਲੀਕੇਸ਼ਨ" msgstr "ਐਪਲੀਕੇਸ਼ਨ"
@@ -127,7 +118,6 @@ msgid "Workspace"
msgstr "ਵਰਕਸਪੇਸ" msgstr "ਵਰਕਸਪੇਸ"
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
#| msgid "Add rule"
msgid "Add Rule" msgid "Add Rule"
msgstr "ਨਿਯਮ ਜੋੜੋ" msgstr "ਨਿਯਮ ਜੋੜੋ"
@@ -144,11 +134,11 @@ msgstr "ਸ਼ਾਮਲ"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "ਡਰਾਇਵ '%s' ਬਾਹਰ ਕੱਢਣ ਲਈ ਫੇਲ੍ਹ:" msgstr "ਡਰਾਇਵ '%s' ਬਾਹਰ ਕੱਢਣ ਲਈ ਫੇਲ੍ਹ:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "ਹਟਾਉਣਯੋਗ ਜੰਤਰ" msgstr "ਹਟਾਉਣਯੋਗ ਜੰਤਰ"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ" msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ"
@@ -169,7 +159,6 @@ msgstr ""
"ਜਾਵੇਗਾ।" "ਜਾਵੇਗਾ।"
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message" msgid "Message"
msgstr "ਸੁਨੇਹਾ" msgstr "ਸੁਨੇਹਾ"
@@ -238,13 +227,9 @@ msgstr "ਘਰ"
msgid "Browse Network" msgid "Browse Network"
msgstr "ਨੈੱਟਵਰਕ ਝਲਕ ਵੇਖੋ" msgstr "ਨੈੱਟਵਰਕ ਝਲਕ ਵੇਖੋ"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "ਸੀਪੀਯੂ" msgstr "ਸਾਈਕਲ ਸਕਰੀਨਸ਼ਾਟ ਆਕਾਰ"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "ਮੈਮੋਰੀ"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -254,47 +239,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:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "ਬੰਦ ਕਰੋ" msgstr "ਬੰਦ ਕਰੋ"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "ਅਣ-ਨਿਊਨਤਮ" msgstr "ਅਣ-ਨਿਊਨਤਮ"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "ਨਿਊਨਤਮ" msgstr "ਨਿਊਨਤਮ"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "ਅਣ-ਵੱਧੋ-ਵੱਧ" msgstr "ਅਣ-ਵੱਧੋ-ਵੱਧ"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "ਵੱਧੋ-ਵੱਧ" msgstr "ਵੱਧੋ-ਵੱਧ"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "ਸਭ ਨਿਊਨਤਮ ਕਰੋ" msgstr "ਸਭ ਨਿਊਨਤਮ ਕਰੋ"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "ਸਭ ਅਣ-ਨਿਊਨਤਮ ਕਰੋ" msgstr "ਸਭ ਅਣ-ਨਿਊਨਤਮ ਕਰੋ"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "ਸਭ ਵੱਧ-ਵੱਧ ਕਰੋ" msgstr "ਸਭ ਵੱਧ-ਵੱਧ ਕਰੋ"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "ਸਭ ਅਣ-ਵੱਧੋ-ਵੱਧ ਕਰੋ" msgstr "ਸਭ ਅਣ-ਵੱਧੋ-ਵੱਧ ਕਰੋ"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "ਸਭ ਬੰਦ ਕਰੋ" msgstr "ਸਭ ਬੰਦ ਕਰੋ"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "ਵਰਕਸਪੇਸ ਇੰਡੀਕੇਟਰ" msgstr "ਵਰਕਸਪੇਸ ਇੰਡੀਕੇਟਰ"
@@ -316,24 +301,38 @@ msgstr ""
"ਹਨ \"ਕਦੇ ਨਹੀਂ\", " "ਹਨ \"ਕਦੇ ਨਹੀਂ\", "
"\"ਆਟੋ\" ਅਤੇ \"ਹਮੇਸ਼ਾ\"।" "\"ਆਟੋ\" ਅਤੇ \"ਹਮੇਸ਼ਾ\"।"
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "ਸਭ ਮਾਨੀਟਰਾਂ ਉੱਤੇ ਵਿੰਡੋ ਸੂਚੀ ਵੇਖਾਓ"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
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" msgid "Window Grouping"
msgstr "ਵਿੰਡੋ ਗਰੁੱਪਿੰਗ" msgstr "ਵਿੰਡੋ ਗਰੁੱਪਿੰਗ"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਕਦੇ ਨਾ ਬਣਾਓ" msgstr "ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਕਦੇ ਨਾ ਬਣਾਓ"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "ਜਦੋਂ ਥਾਂ ਥੋੜੀ ਹੋਵੇ ਤਾਂ ਵਿੰਡੋਜ਼ ਦਾ ਗਰੁੱਪ ਬਣਾਓ" msgstr "ਜਦੋਂ ਥਾਂ ਥੋੜੀ ਹੋਵੇ ਤਾਂ ਵਿੰਡੋਜ਼ ਦਾ ਗਰੁੱਪ ਬਣਾਓ"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਹਮੇਸ਼ਾ ਬਣਾਓ" msgstr "ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਹਮੇਸ਼ਾ ਬਣਾਓ"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "ਸਭ ਮਾਨੀਟਰਾਂ ਉੱਤੇ ਵੇਖਾਓ"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
#| msgid "Workspace names:"
msgid "Workspace Names" msgid "Workspace Names"
msgstr "ਵਰਕਸਪੇਸ ਨਾਂ" msgstr "ਵਰਕਸਪੇਸ ਨਾਂ"
@@ -346,6 +345,18 @@ msgstr "ਨਾਂ"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "ਵਰਕਸਪੇਸ %d" msgstr "ਵਰਕਸਪੇਸ %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "ਗਨੋਮ ਸ਼ੈਲ ਕਲਾਸਿਕ"
#~ msgid "Window management and application launching"
#~ msgstr "ਵਿੰਡੋ ਪਰਬੰਧ ਅਤੇ ਐਪਲੀਕੇਸ਼ਨ ਚਲਾਓ"
#~ msgid "CPU"
#~ msgstr "ਸੀਪੀਯੂ"
#~ msgid "Memory"
#~ msgstr "ਮੈਮੋਰੀ"
#~ msgid "The application icon mode." #~ msgid "The application icon mode."
#~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਮੋਡ" #~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਮੋਡ"
+23 -26
View File
@@ -9,8 +9,8 @@ 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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2015-01-10 08:33+0000\n" "POT-Creation-Date: 2015-03-11 20:45+0000\n"
"PO-Revision-Date: 2015-01-10 13:20+0300\n" "PO-Revision-Date: 2015-03-12 00:22+0300\n"
"Last-Translator: Stas Solovey <whats_up@tut.by>\n" "Last-Translator: Stas Solovey <whats_up@tut.by>\n"
"Language-Team: Русский <gnome-cyr@gnome.org>\n" "Language-Team: Русский <gnome-cyr@gnome.org>\n"
"Language: ru\n" "Language: ru\n"
@@ -89,11 +89,11 @@ msgstr "Отображать окна только текущей рабочей
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Обзор" msgstr "Обзор"
#: ../extensions/apps-menu/extension.js:114 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "Избранное" msgstr "Избранное"
#: ../extensions/apps-menu/extension.js:283 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "Приложения" msgstr "Приложения"
@@ -139,7 +139,7 @@ msgstr "Не удалось извлечь диск «%s»:"
msgid "Removable devices" msgid "Removable devices"
msgstr "Съёмные устройства" msgstr "Съёмные устройства"
#: ../extensions/drive-menu/extension.js:151 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "Открыть файл" msgstr "Открыть файл"
@@ -227,18 +227,9 @@ msgstr "Обзор сети"
# нужно уточнить как все происходит на самом деле # нужно уточнить как все происходит на самом деле
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
#, fuzzy
msgid "Cycle Screenshot Sizes" msgid "Cycle Screenshot Sizes"
msgstr "Изменять размер окна при получении снимка для Центра приложений GNOME" msgstr "Изменять размер окна при получении снимка для Центра приложений GNOME"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "ЦП"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Память"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
msgstr "Название темы" msgstr "Название темы"
@@ -247,54 +238,54 @@ 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:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Закрыть" msgstr "Закрыть"
# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize) # ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize)
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Вернуть" msgstr "Вернуть"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Свернуть" msgstr "Свернуть"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Восстановить" msgstr "Восстановить"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Развернуть" msgstr "Развернуть"
#: ../extensions/window-list/extension.js:390 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Свернуть все" msgstr "Свернуть все"
# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize) # ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize)
#: ../extensions/window-list/extension.js:398 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Вернуть все" msgstr "Вернуть все"
#: ../extensions/window-list/extension.js:406 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Развернуть все" msgstr "Развернуть все"
#: ../extensions/window-list/extension.js:415 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Восстановить все" msgstr "Восстановить все"
#: ../extensions/window-list/extension.js:424 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Закрыть все" msgstr "Закрыть все"
#: ../extensions/window-list/extension.js:706 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Индикатор рабочей области" msgstr "Индикатор рабочей области"
#: ../extensions/window-list/extension.js:869 #: ../extensions/window-list/extension.js:808
msgid "Window List" msgid "Window List"
msgstr "Список окон" msgstr "Список окон"
@@ -356,6 +347,12 @@ msgstr "Название"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Рабочая область %d" msgstr "Рабочая область %d"
#~ msgid "CPU"
#~ msgstr "ЦП"
#~ msgid "Memory"
#~ msgstr "Память"
#~ msgid "GNOME Shell Classic" #~ msgid "GNOME Shell Classic"
#~ msgstr "Классический GNOME Shell" #~ msgstr "Классический GNOME Shell"
+50 -37
View File
@@ -1,15 +1,15 @@
# Serbian translation for gnome-shell-extensions. # Serbian translation for gnome-shell-extensions.
# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER # Courtesy of Prevod.org team (http://prevod.org/) -- 2012—2014.
# 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.
# Милош Поповић <gpopac@gmail.com>, 2012. # Милош Поповић <gpopac@gmail.com>, 2012.
# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2012—2014. # Мирослав Николић <miroslavnikolic@rocketmail.com>, 2012—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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-09-22 07:38+0000\n" "POT-Creation-Date: 2015-03-04 08:45+0000\n"
"PO-Revision-Date: 2014-09-22 12:24+0200\n" "PO-Revision-Date: 2015-03-05 22:45+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnom@prevod.org>\n" "Language-Team: Serbian <gnom@prevod.org>\n"
"Language: sr\n" "Language: sr\n"
@@ -29,14 +29,6 @@ msgstr "Класичан Гном"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Ова сесија вас пријављује у класичан Гном" msgstr "Ова сесија вас пријављује у класичан Гном"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Класична Гномова шкољка"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Управљање прозорима и покретање програма"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Прикачиње прозорче родитељском прозору" msgstr "Прикачиње прозорче родитељском прозору"
@@ -52,8 +44,6 @@ msgid "Arrangement of buttons on the titlebar"
msgstr "Распоред дугмића на траци наслова" msgstr "Распоред дугмића на траци наслова"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
@@ -98,11 +88,11 @@ msgstr "Приказује само прозоре у текућем радно
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Преглед активности" msgstr "Преглед активности"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:114
msgid "Favorites" msgid "Favorites"
msgstr "Омиљено" msgstr "Омиљено"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:283
msgid "Applications" msgid "Applications"
msgstr "Програми" msgstr "Програми"
@@ -128,7 +118,6 @@ msgid "Workspace"
msgstr "Радни простор" msgstr "Радни простор"
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
#| msgid "Add rule"
msgid "Add Rule" msgid "Add Rule"
msgstr "Додај правило" msgstr "Додај правило"
@@ -145,11 +134,11 @@ msgstr "Додај"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Нисам успео да избацим уређај „%s“:" msgstr "Нисам успео да избацим уређај „%s“:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Уклоњиви уређаји" msgstr "Уклоњиви уређаји"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Отвори датотеку" msgstr "Отвори датотеку"
@@ -169,7 +158,6 @@ msgstr ""
"Уколико упишете текст овде, он ће бити приказан када кликнете на панел." "Уколико упишете текст овде, он ће бити приказан када кликнете на панел."
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message" msgid "Message"
msgstr "Порука" msgstr "Порука"
@@ -234,6 +222,10 @@ msgstr "Личнo"
msgid "Browse Network" msgid "Browse Network"
msgstr "Разгледајте мрежу" msgstr "Разгледајте мрежу"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Кружи кроз величине снимака екрана"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "Процесор" msgstr "Процесор"
@@ -250,52 +242,52 @@ 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:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Затвори" msgstr "Затвори"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Поништи умањење" msgstr "Поништи умањење"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Умањи" msgstr "Умањи"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Поништи увећање" msgstr "Поништи увећање"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Увећај" msgstr "Увећај"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Умањи све" msgstr "Умањи све"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Поништи умањење свега" msgstr "Поништи умањење свега"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Увећај све" msgstr "Увећај све"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Поништи увећање свега" msgstr "Поништи увећање свега"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Затвори све" msgstr "Затвори све"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Показатељ радних простора" msgstr "Показатељ радних простора"
#: ../extensions/window-list/extension.js:808 #: ../extensions/window-list/extension.js:807
msgid "Window List" msgid "Window List"
msgstr "Списак прозора" msgstr "Списак прозора"
@@ -312,24 +304,39 @@ msgstr ""
"Дозвољене вредности су „never“ (никад), „auto“ (аутоматски) и " "Дозвољене вредности су „never“ (никад), „auto“ (аутоматски) и "
"„always“ (увек)." "„always“ (увек)."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Приказује списак прозора на свим мониторима"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
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" msgid "Window Grouping"
msgstr "Груписање прозора" msgstr "Груписање прозора"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Никад не групиши прозоре" msgstr "Никад не групиши прозоре"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Групиши прозоре када је простор ограничен" msgstr "Групиши прозоре када је простор ограничен"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Увек групиши прозоре" msgstr "Увек групиши прозоре"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Прикажи на свим мониторима"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
#| msgid "Workspace names:"
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Називи радних простора" msgstr "Називи радних простора"
@@ -341,3 +348,9 @@ msgstr "Назив"
#, javascript-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "%d. радни простор" msgstr "%d. радни простор"
#~ msgid "GNOME Shell Classic"
#~ msgstr "Класична Гномова шкољка"
#~ msgid "Window management and application launching"
#~ msgstr "Управљање прозорима и покретање програма"
+50 -37
View File
@@ -1,15 +1,15 @@
# Serbian translation for gnome-shell-extensions. # Serbian translation for gnome-shell-extensions.
# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER # Courtesy of Prevod.org team (http://prevod.org/) -- 2012—2014.
# 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.
# Miloš Popović <gpopac@gmail.com>, 2012. # Miloš Popović <gpopac@gmail.com>, 2012.
# Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2012—2014. # Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2012—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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-09-22 07:38+0000\n" "POT-Creation-Date: 2015-03-04 08:45+0000\n"
"PO-Revision-Date: 2014-09-22 12:24+0200\n" "PO-Revision-Date: 2015-03-05 22:45+0200\n"
"Last-Translator: Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnom@prevod.org>\n" "Language-Team: Serbian <gnom@prevod.org>\n"
"Language: sr\n" "Language: sr\n"
@@ -29,14 +29,6 @@ msgstr "Klasičan Gnom"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Ova sesija vas prijavljuje u klasičan Gnom" msgstr "Ova sesija vas prijavljuje u klasičan Gnom"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Klasična Gnomova školjka"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Upravljanje prozorima i pokretanje programa"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Prikačinje prozorče roditeljskom prozoru" msgstr "Prikačinje prozorče roditeljskom prozoru"
@@ -52,8 +44,6 @@ msgid "Arrangement of buttons on the titlebar"
msgstr "Raspored dugmića na traci naslova" msgstr "Raspored dugmića na traci naslova"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell." "GNOME Shell."
@@ -98,11 +88,11 @@ msgstr "Prikazuje samo prozore u tekućem radnom prostoru"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Pregled aktivnosti" msgstr "Pregled aktivnosti"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:114
msgid "Favorites" msgid "Favorites"
msgstr "Omiljeno" msgstr "Omiljeno"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:283
msgid "Applications" msgid "Applications"
msgstr "Programi" msgstr "Programi"
@@ -128,7 +118,6 @@ msgid "Workspace"
msgstr "Radni prostor" msgstr "Radni prostor"
#: ../extensions/auto-move-windows/prefs.js:85 #: ../extensions/auto-move-windows/prefs.js:85
#| msgid "Add rule"
msgid "Add Rule" msgid "Add Rule"
msgstr "Dodaj pravilo" msgstr "Dodaj pravilo"
@@ -145,11 +134,11 @@ msgstr "Dodaj"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Nisam uspeo da izbacim uređaj „%s“:" msgstr "Nisam uspeo da izbacim uređaj „%s“:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Uklonjivi uređaji" msgstr "Uklonjivi uređaji"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Otvori datoteku" msgstr "Otvori datoteku"
@@ -169,7 +158,6 @@ msgstr ""
"Ukoliko upišete tekst ovde, on će biti prikazan kada kliknete na panel." "Ukoliko upišete tekst ovde, on će biti prikazan kada kliknete na panel."
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message" msgid "Message"
msgstr "Poruka" msgstr "Poruka"
@@ -234,6 +222,10 @@ msgstr "Lično"
msgid "Browse Network" msgid "Browse Network"
msgstr "Razgledajte mrežu" msgstr "Razgledajte mrežu"
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "Cycle Screenshot Sizes"
msgstr "Kruži kroz veličine snimaka ekrana"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/systemMonitor/extension.js:214
msgid "CPU" msgid "CPU"
msgstr "Procesor" msgstr "Procesor"
@@ -250,52 +242,52 @@ msgstr "Naziv teme"
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 "Naziv teme koji se učitava iz datoteke „~/.themes/name/gnome-shell“" msgstr "Naziv teme koji se učitava iz datoteke „~/.themes/name/gnome-shell“"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Zatvori" msgstr "Zatvori"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Poništi umanjenje" msgstr "Poništi umanjenje"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Umanji" msgstr "Umanji"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Poništi uvećanje" msgstr "Poništi uvećanje"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Uvećaj" msgstr "Uvećaj"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Umanji sve" msgstr "Umanji sve"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Poništi umanjenje svega" msgstr "Poništi umanjenje svega"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Uvećaj sve" msgstr "Uvećaj sve"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Poništi uvećanje svega" msgstr "Poništi uvećanje svega"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Zatvori sve" msgstr "Zatvori sve"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Pokazatelj radnih prostora" msgstr "Pokazatelj radnih prostora"
#: ../extensions/window-list/extension.js:808 #: ../extensions/window-list/extension.js:807
msgid "Window List" msgid "Window List"
msgstr "Spisak prozora" msgstr "Spisak prozora"
@@ -312,24 +304,39 @@ msgstr ""
"Dozvoljene vrednosti su „never“ (nikad), „auto“ (automatski) i " "Dozvoljene vrednosti su „never“ (nikad), „auto“ (automatski) i "
"„always“ (uvek)." "„always“ (uvek)."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Prikazuje spisak prozora na svim monitorima"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
msgstr ""
"Da li da prikaže spisak prozora na svim priključenim monitorima ili samo na "
"glavnom."
#: ../extensions/window-list/prefs.js:32
msgid "Window Grouping" msgid "Window Grouping"
msgstr "Grupisanje prozora" msgstr "Grupisanje prozora"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Nikad ne grupiši prozore" msgstr "Nikad ne grupiši prozore"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Grupiši prozore kada je prostor ograničen" msgstr "Grupiši prozore kada je prostor ograničen"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Uvek grupiši prozore" msgstr "Uvek grupiši prozore"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Prikaži na svim monitorima"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
#| msgid "Workspace names:"
msgid "Workspace Names" msgid "Workspace Names"
msgstr "Nazivi radnih prostora" msgstr "Nazivi radnih prostora"
@@ -341,3 +348,9 @@ msgstr "Naziv"
#, javascript-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "%d. radni prostor" msgstr "%d. radni prostor"
#~ msgid "GNOME Shell Classic"
#~ msgstr "Klasična Gnomova školjka"
#~ msgid "Window management and application launching"
#~ msgstr "Upravljanje prozorima i pokretanje programa"
+99 -68
View File
@@ -1,22 +1,22 @@
# Tajik translation for gnome-shell-extensions. # Tajik translation for gnome-shell-extensions.
# 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.
# Victor Ibragimov <victor.ibragimov@gmail.com>, 2013. # Victor Ibragimov <victor.ibragimov@gmail.com>, 2013, 2014, 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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-23 10:19+0000\n" "POT-Creation-Date: 2015-03-09 20:46+0000\n"
"PO-Revision-Date: 2013-09-23 15:24+0500\n" "PO-Revision-Date: 2015-03-10 11:25+0500\n"
"Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n" "Last-Translator: Victor Ibragimov <victor.ibragimov@gmail.com>\n"
"Language-Team: Tajik <tg@li.org>\n" "Language-Team: Tajik <tg@li.org>\n"
"Language: tg\n" "Language: tg\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 1.5.7\n" "X-Generator: Poedit 1.6.5\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1 #: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -27,14 +27,6 @@ msgstr "GNOME-и классикӣ"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "Ин ҷаласа шуморо ба GNOME-и классикӣ ворид мекунад" msgstr "Ин ҷаласа шуморо ба GNOME-и классикӣ ворид мекунад"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "Восити GNOME-и классикӣ"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "Идоракунии равзанаҳо ва оғозидани барномаҳо"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Замима кардани равзанаи гуфтугӯи модалӣ ба равзанаи асосӣ" msgstr "Замима кардани равзанаи гуфтугӯи модалӣ ба равзанаи асосӣ"
@@ -47,16 +39,30 @@ msgstr ""
"ҷойгузин мекунад." "ҷойгузин мекунад."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Arrangement of buttons on the titlebar"
msgstr "Мураттабсозии тугмаҳо дар навори унвон"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
#| msgid ""
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
msgstr ""
"Ин тугма тугмаро дар хусусиятҳои org.gnome.desktop.wm.preferences ҳангоми "
"иҷрокунии восити GNOME лағв мекунад."
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Фаъол кардани лавҳаҳои канорӣ ҳангоми интиқолдиҳии равзанаҳо ба канорҳои " "Фаъол кардани лавҳаҳои канорӣ ҳангоми интиқолдиҳии равзанаҳо ба канорҳои "
"экран" "экран"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Фазоҳои корӣ танҳо дар монитори асосӣ" msgstr "Фазоҳои корӣ танҳо дар монитори асосӣ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Ҳангоми истифодаи муш таъхири фокус тағйир меёбад, то он вақте ки курсор " "Ҳангоми истифодаи муш таъхири фокус тағйир меёбад, то он вақте ки курсор "
@@ -74,11 +80,11 @@ msgstr "Танҳо нишонаи барнома"
msgid "Thumbnail and application icon" msgid "Thumbnail and application icon"
msgstr "Тасвирҳои пешнамоишӣ ва нишонаҳои барномаҳо" msgstr "Тасвирҳои пешнамоишӣ ва нишонаҳои барномаҳо"
#: ../extensions/alternate-tab/prefs.js:37 #: ../extensions/alternate-tab/prefs.js:38
msgid "Present windows as" msgid "Present windows as"
msgstr "Намоиш додани равзанаҳо ҳамчун" msgstr "Намоиш додани равзанаҳо ҳамчун"
#: ../extensions/alternate-tab/prefs.js:62 #: ../extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace" msgid "Show only windows in the current workspace"
msgstr "Намоиш додани равзанаҳо танҳо дар фазои кории ҷорӣ" msgstr "Намоиш додани равзанаҳо танҳо дар фазои кории ҷорӣ"
@@ -86,11 +92,11 @@ msgstr "Намоиш додани равзанаҳо танҳо дар фазо
msgid "Activities Overview" msgid "Activities Overview"
msgstr "Хулосаи фаъолият" msgstr "Хулосаи фаъолият"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "Баргузидаҳо" msgstr "Баргузидаҳо"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "Барномаҳо" msgstr "Барномаҳо"
@@ -106,37 +112,38 @@ msgstr ""
"Рӯйхати сатрҳое, ки рақами мушаххаси барномаҳоро дар бар мегиранд (номҳои " "Рӯйхати сатрҳое, ки рақами мушаххаси барномаҳоро дар бар мегиранд (номҳои "
"файлҳои мизи корӣ) ва бо ду нуқта ва рақами фазо ҷудо мешаванд" "файлҳои мизи корӣ) ва бо ду нуқта ва рақами фазо ҷудо мешаванд"
#: ../extensions/auto-move-windows/prefs.js:55 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
msgstr "Барнома" msgstr "Барнома"
#: ../extensions/auto-move-windows/prefs.js:64 #: ../extensions/auto-move-windows/prefs.js:69
#: ../extensions/auto-move-windows/prefs.js:106 #: ../extensions/auto-move-windows/prefs.js:127
msgid "Workspace" msgid "Workspace"
msgstr "Фазои корӣ" msgstr "Фазои корӣ"
#: ../extensions/auto-move-windows/prefs.js:80 #: ../extensions/auto-move-windows/prefs.js:85
msgid "Add rule" #| msgid "Add rule"
msgid "Add Rule"
msgstr "Илова кардани қоида" msgstr "Илова кардани қоида"
#: ../extensions/auto-move-windows/prefs.js:94 #: ../extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule" msgid "Create new matching rule"
msgstr "Эҷод кардани қоидаи мувофиқати нав" msgstr "Эҷод кардани қоидаи мувофиқати нав"
#: ../extensions/auto-move-windows/prefs.js:98 #: ../extensions/auto-move-windows/prefs.js:111
msgid "Add" msgid "Add"
msgstr "Илова кардан" msgstr "Илова кардан"
#: ../extensions/drive-menu/extension.js:73 #: ../extensions/drive-menu/extension.js:106
#, c-format #, javascript-format
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "Баровардани диски '%s' қатъ шудааст:" msgstr "Баровардани диски '%s' қатъ шудааст:"
#: ../extensions/drive-menu/extension.js:90 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "Дастгоҳҳои ҷудошаванда" msgstr "Дастгоҳҳои ҷудошаванда"
#: ../extensions/drive-menu/extension.js:117 #: ../extensions/drive-menu/extension.js:151
msgid "Open File" msgid "Open File"
msgstr "Кушодани файл" msgstr "Кушодани файл"
@@ -156,9 +163,12 @@ msgstr ""
"Агар холӣ набошад, матнро дар бар мегирад, ки ҳангоми зеркунӣ ба панел " "Агар холӣ набошад, матнро дар бар мегирад, ки ҳангоми зеркунӣ ба панел "
"намоиш дода мешавад." "намоиш дода мешавад."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
#| msgid "Message:"
msgid "Message"
msgstr "Паём"
#: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n" "as such it has little functionality on its own.\n"
@@ -168,10 +178,6 @@ msgstr ""
"таҳия карда шаванд, зеро ки худи онҳо фунскияҳои кам доранд.\n" "таҳия карда шаванд, зеро ки худи онҳо фунскияҳои кам доранд.\n"
"Бо вуҷуди ин, фармоишдиҳии паёми табрик имконпазир аст." "Бо вуҷуди ин, фармоишдиҳии паёми табрик имконпазир аст."
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "Паём:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows" msgid "Use more screen for windows"
msgstr "Истифодаи экрани бештар барои равзанаҳо" msgstr "Истифодаи экрани бештар барои равзанаҳо"
@@ -207,31 +213,27 @@ msgstr ""
msgid "Places" msgid "Places"
msgstr "Ҷойҳо" msgstr "Ҷойҳо"
#: ../extensions/places-menu/placeDisplay.js:56 #: ../extensions/places-menu/placeDisplay.js:57
#, c-format #, javascript-format
msgid "Failed to launch \"%s\"" msgid "Failed to launch \"%s\""
msgstr "Оғоз бахшидани \"%s\" қатъ шудааст" msgstr "Оғоз бахшидани \"%s\" қатъ шудааст"
#: ../extensions/places-menu/placeDisplay.js:98 #: ../extensions/places-menu/placeDisplay.js:99
#: ../extensions/places-menu/placeDisplay.js:121 #: ../extensions/places-menu/placeDisplay.js:122
msgid "Computer" msgid "Computer"
msgstr "Компютер" msgstr "Компютер"
#: ../extensions/places-menu/placeDisplay.js:199 #: ../extensions/places-menu/placeDisplay.js:200
msgid "Home" msgid "Home"
msgstr "Асосӣ" msgstr "Асосӣ"
#: ../extensions/places-menu/placeDisplay.js:286 #: ../extensions/places-menu/placeDisplay.js:287
msgid "Browse Network" msgid "Browse Network"
msgstr "Тамошо кардани шабака" msgstr "Тамошо кардани шабака"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "CPU" msgstr "Андозаҳои скриншоти ҳалқа"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "Ҳофиза"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -241,52 +243,52 @@ 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:92 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "Пӯшидан" msgstr "Пӯшидан"
#: ../extensions/window-list/extension.js:102 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "Бекор кардани ҳадди ақал" msgstr "Бекор кардани ҳадди ақал"
#: ../extensions/window-list/extension.js:103 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "Ҳадди ақал сохтан" msgstr "Ҳадди ақал сохтан"
#: ../extensions/window-list/extension.js:109 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "Бекор кардани ҳадди аксар" msgstr "Бекор кардани ҳадди аксар"
#: ../extensions/window-list/extension.js:110 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "Ҳадди аксар сохтан" msgstr "Ҳадди аксар сохтан"
#: ../extensions/window-list/extension.js:270 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "Ҳамаро бо ҳадди ақал сохтан" msgstr "Ҳамаро бо ҳадди ақал сохтан"
#: ../extensions/window-list/extension.js:278 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "Бекор кардани ҳадди ақал барои ҳама" msgstr "Бекор кардани ҳадди ақал барои ҳама"
#: ../extensions/window-list/extension.js:286 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "Ҳамаро бо ҳадди аксар сохтан" msgstr "Ҳамаро бо ҳадди аксар сохтан"
#: ../extensions/window-list/extension.js:295 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "Бекор кардани ҳадди аксар барои ҳама" msgstr "Бекор кардани ҳадди аксар барои ҳама"
#: ../extensions/window-list/extension.js:304 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "Ҳамаро пӯшонидан" msgstr "Ҳамаро пӯшонидан"
#: ../extensions/window-list/extension.js:591 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "Нишондиҳандаи фазои кор" msgstr "Нишондиҳандаи фазои кор"
#: ../extensions/window-list/extension.js:743 #: ../extensions/window-list/extension.js:807
msgid "Window List" msgid "Window List"
msgstr "Рӯйхати равзанаҳо" msgstr "Рӯйхати равзанаҳо"
@@ -303,35 +305,64 @@ msgstr ""
"равзанаҳо гурӯҳбандӣ мешаванд. Қиматҳои имконпазир: \"ҳеҷ гоҳ\", \"ба таври " "равзанаҳо гурӯҳбандӣ мешаванд. Қиматҳои имконпазир: \"ҳеҷ гоҳ\", \"ба таври "
"худкор\" ва \"ҳамеша\"." "худкор\" ва \"ҳамеша\"."
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "Намоиш додани рӯйхати равзанаҳо дар ҳамаи мониторҳо"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
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" msgid "Window Grouping"
msgstr "Гурӯҳбандии равзанаҳо" msgstr "Гурӯҳбандии равзанаҳо"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "Ҳеҷ гоҳ равзанаҳоро гурӯҳбандӣ накардан" msgstr "Ҳеҷ гоҳ равзанаҳоро гурӯҳбандӣ накардан"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "Гурӯҳбандии равзанаҳо барои фазои маҳдудшуда" msgstr "Гурӯҳбандии равзанаҳо барои фазои маҳдудшуда"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "Ҳамеша равзанаҳоро гурӯҳбандӣ кардан" msgstr "Ҳамеша равзанаҳоро гурӯҳбандӣ кардан"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Намоиш додан дар ҳамаи мониторҳо"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:" #| msgid "Workspace names:"
msgid "Workspace Names"
msgstr "Номҳои фазоҳои корӣ" msgstr "Номҳои фазоҳои корӣ"
#: ../extensions/workspace-indicator/prefs.js:152 #: ../extensions/workspace-indicator/prefs.js:157
msgid "Name" msgid "Name"
msgstr "Ном" msgstr "Ном"
#: ../extensions/workspace-indicator/prefs.js:186 #: ../extensions/workspace-indicator/prefs.js:198
#, c-format #, javascript-format
msgid "Workspace %d" msgid "Workspace %d"
msgstr "Фазои кории %d" msgstr "Фазои кории %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "Восити GNOME-и классикӣ"
#~ msgid "Window management and application launching"
#~ msgstr "Идоракунии равзанаҳо ва оғозидани барномаҳо"
#~ msgid "CPU"
#~ msgstr "CPU"
#~ msgid "Memory"
#~ msgstr "Ҳофиза"
#~ msgid "Suspend" #~ msgid "Suspend"
#~ msgstr "Таваққуф" #~ msgstr "Таваққуф"
+101 -98
View File
@@ -11,19 +11,18 @@ msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n" "Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n" "shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2014-05-31 18:51+0000\n" "POT-Creation-Date: 2015-04-17 08:12+0000\n"
"PO-Revision-Date: 2014-06-01 10:36+0800\n" "PO-Revision-Date: 2015-05-03 10:39+0800\n"
"Last-Translator: irisgyq <gouyingqiyanxuan321@gmail.com>\n" "Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"
"Language-Team: Chinese (China) <i18n-zh@googlegroups.com>\n" "Language-Team: Chinese (China) <i18n-zh@googlegroups.com>\n"
"Language: zh_CN\n" "Language: zh_CN\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 1.5.4\n" "X-Generator: Poedit 1.7.6\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: ../data/gnome-classic.desktop.in.h:1 #: ../data/gnome-classic.desktop.in.h:1 ../data/gnome-classic.session.desktop.in.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic" msgid "GNOME Classic"
msgstr "GNOME 经典模式" msgstr "GNOME 经典模式"
@@ -31,21 +30,12 @@ msgstr "GNOME 经典模式"
msgid "This session logs you into GNOME Classic" msgid "This session logs you into GNOME Classic"
msgstr "该会话将登录到“GNOME 经典模式”" msgstr "该会话将登录到“GNOME 经典模式”"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "GNOME Shell 经典模式"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "窗口管理与应用启动"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "将模式对话框附着到父窗口" msgstr "将模式对话框附着到父窗口"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid "" msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "当运行 GNOME Shell 时该键会覆盖 org.gnome.mutter 中的键。" msgstr "当运行 GNOME Shell 时该键会覆盖 org.gnome.mutter 中的键。"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
@@ -54,8 +44,8 @@ msgstr "标题栏上按钮的排列"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "" msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running " "This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME "
"GNOME Shell." "Shell."
msgstr "当运行 GNOME Shell 时该键会覆盖 org.gnome.desktop.wm.preferences 中的键。" msgstr "当运行 GNOME Shell 时该键会覆盖 org.gnome.desktop.wm.preferences 中的键。"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 #: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
@@ -94,11 +84,11 @@ msgstr "仅显示当前工作区中的窗口"
msgid "Activities Overview" msgid "Activities Overview"
msgstr "活动概览" msgstr "活动概览"
#: ../extensions/apps-menu/extension.js:113 #: ../extensions/apps-menu/extension.js:110
msgid "Favorites" msgid "Favorites"
msgstr "收藏" msgstr "收藏"
#: ../extensions/apps-menu/extension.js:282 #: ../extensions/apps-menu/extension.js:279
msgid "Applications" msgid "Applications"
msgstr "应用程序" msgstr "应用程序"
@@ -108,10 +98,9 @@ msgstr "应用程序和工作区列表"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 #: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
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 "
"followed by a colon and the workspace number" "a colon and the workspace number"
msgstr "" msgstr "一系列字符串,每个字符串包含一个应用程序标识(桌面文件名称)、冒号加工作区号"
"一系列字符串,每个字符串包含一个应用程序标识(桌面文件名称)、冒号加工作区号"
#: ../extensions/auto-move-windows/prefs.js:60 #: ../extensions/auto-move-windows/prefs.js:60
msgid "Application" msgid "Application"
@@ -139,11 +128,11 @@ msgstr "添加"
msgid "Ejecting drive '%s' failed:" msgid "Ejecting drive '%s' failed:"
msgstr "弹出驱动器“%s”失败:" msgstr "弹出驱动器“%s”失败:"
#: ../extensions/drive-menu/extension.js:123 #: ../extensions/drive-menu/extension.js:124
msgid "Removable devices" msgid "Removable devices"
msgstr "可移动设备" msgstr "可移动设备"
#: ../extensions/drive-menu/extension.js:150 #: ../extensions/drive-menu/extension.js:149
msgid "Open File" msgid "Open File"
msgstr "打开文件管理器" msgstr "打开文件管理器"
@@ -157,8 +146,7 @@ msgstr "替代的祝福语。"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2 #: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid "" msgid ""
"If not empty, it contains the text that will be shown when clicking on the " "If not empty, it contains the text that will be shown when clicking on the panel."
"panel."
msgstr "如果不为空,所包含的文本会在点击面板时显示。" msgstr "如果不为空,所包含的文本会在点击面板时显示。"
#: ../extensions/example/prefs.js:30 #: ../extensions/example/prefs.js:30
@@ -167,8 +155,8 @@ msgstr "消息"
#: ../extensions/example/prefs.js:43 #: ../extensions/example/prefs.js:43
msgid "" msgid ""
"Example aims to show how to build well behaved extensions for the Shell and " "Example aims to show how to build well behaved extensions for the Shell and as such "
"as such it has little functionality on its own.\n" "it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message." "Nevertheless it's possible to customize the greeting message."
msgstr "" msgstr ""
"示例意在展示如何为 Shell 创建良好工作的扩展,本身功能有限。\n" "示例意在展示如何为 Shell 创建良好工作的扩展,本身功能有限。\n"
@@ -180,12 +168,12 @@ msgstr "展现窗口时利用更多屏幕空间"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
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 "
"aspect ratio, and consolidating them further to reduce the bounding box. " "ratio, and consolidating them further to reduce the bounding box. This setting "
"This setting applies only with the natural placement strategy." "applies only with the natural placement strategy."
msgstr "" msgstr ""
"尝试通过适应屏幕宽高比,以及相互组合以减少包围框,在摆放窗口缩略图时利用更多" "尝试通过适应屏幕宽高比,以及相互组合以减少包围框,在摆放窗口缩略图时利用更多屏幕空间。"
"屏幕空间。此设置只应用于自然摆放策略。" "此设置只应用于自然摆放策略。"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top" msgid "Place window captions on top"
@@ -193,15 +181,14 @@ msgstr "窗口说明文字在上"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4 #: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
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 "
"shell default of placing it at the bottom. Changing this setting requires " "default of placing it at the bottom. Changing this setting requires restarting the "
"restarting the shell to have any effect." "shell to have any effect."
msgstr "" msgstr ""
"如果设置为 true,则将窗口说明文字放置在对应窗口的缩略图上方,而不是默认的下" "如果设置为 true,则将窗口说明文字放置在对应窗口的缩略图上方,而不是默认的下方。修改此"
"方。修改此设置需要重启 GNOME Shell 以使设置生效。" "设置需要重启 GNOME Shell 以使设置生效。"
#: ../extensions/places-menu/extension.js:78 #: ../extensions/places-menu/extension.js:78 ../extensions/places-menu/extension.js:81
#: ../extensions/places-menu/extension.js:81
msgid "Places" msgid "Places"
msgstr "位置" msgstr "位置"
@@ -223,13 +210,9 @@ msgstr "主文件夹"
msgid "Browse Network" msgid "Browse Network"
msgstr "浏览网络" msgstr "浏览网络"
#: ../extensions/systemMonitor/extension.js:214 #: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
msgid "CPU" msgid "Cycle Screenshot Sizes"
msgstr "CPU" msgstr ""
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "内存"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 #: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name" msgid "Theme name"
@@ -239,52 +222,52 @@ 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:110 #: ../extensions/window-list/extension.js:109
msgid "Close" msgid "Close"
msgstr "关闭" msgstr "关闭"
#: ../extensions/window-list/extension.js:120 #: ../extensions/window-list/extension.js:119
msgid "Unminimize" msgid "Unminimize"
msgstr "取消最小化" msgstr "取消最小化"
#: ../extensions/window-list/extension.js:121 #: ../extensions/window-list/extension.js:120
msgid "Minimize" msgid "Minimize"
msgstr "最小化" msgstr "最小化"
#: ../extensions/window-list/extension.js:127 #: ../extensions/window-list/extension.js:126
msgid "Unmaximize" msgid "Unmaximize"
msgstr "取消最大化" msgstr "取消最大化"
#: ../extensions/window-list/extension.js:128 #: ../extensions/window-list/extension.js:127
msgid "Maximize" msgid "Maximize"
msgstr "最大化" msgstr "最大化"
#: ../extensions/window-list/extension.js:300 #: ../extensions/window-list/extension.js:399
msgid "Minimize all" msgid "Minimize all"
msgstr "全部最小化" msgstr "全部最小化"
#: ../extensions/window-list/extension.js:308 #: ../extensions/window-list/extension.js:407
msgid "Unminimize all" msgid "Unminimize all"
msgstr "全部取消最小化" msgstr "全部取消最小化"
#: ../extensions/window-list/extension.js:316 #: ../extensions/window-list/extension.js:415
msgid "Maximize all" msgid "Maximize all"
msgstr "全部最大化" msgstr "全部最大化"
#: ../extensions/window-list/extension.js:325 #: ../extensions/window-list/extension.js:424
msgid "Unmaximize all" msgid "Unmaximize all"
msgstr "全部取消最大化" msgstr "全部取消最大化"
#: ../extensions/window-list/extension.js:334 #: ../extensions/window-list/extension.js:433
msgid "Close all" msgid "Close all"
msgstr "全部关闭" msgstr "全部关闭"
#: ../extensions/window-list/extension.js:644 #: ../extensions/window-list/extension.js:650
#: ../extensions/workspace-indicator/extension.js:30 #: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator" msgid "Workspace Indicator"
msgstr "工作区指示器" msgstr "工作区指示器"
#: ../extensions/window-list/extension.js:798 #: ../extensions/window-list/extension.js:809
msgid "Window List" msgid "Window List"
msgstr "窗口列表" msgstr "窗口列表"
@@ -294,28 +277,41 @@ msgstr "何时分组窗口"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
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 "
"Possible values are \"never\", \"auto\" and \"always\"." "values are \"never\", \"auto\" and \"always\"."
msgstr "" msgstr ""
"决定何时对窗口列表上的同一应用的窗口进行分组。可用值有“never”(从" "决定何时对窗口列表上的同一应用的窗口进行分组。可用值有“never”(从不)、“auto”(自动)"
"不)、“auto”(自动)和“always”(总是)。" "和“always”(总是)。"
#: ../extensions/window-list/prefs.js:30 #: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
msgid "Show the window list on all monitors"
msgstr "在所有显示器上显示窗口列表"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
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" msgid "Window Grouping"
msgstr "窗口分组" msgstr "窗口分组"
#: ../extensions/window-list/prefs.js:49 #: ../extensions/window-list/prefs.js:50
msgid "Never group windows" msgid "Never group windows"
msgstr "从不将窗口分组" msgstr "从不将窗口分组"
#: ../extensions/window-list/prefs.js:50 #: ../extensions/window-list/prefs.js:51
msgid "Group windows when space is limited" msgid "Group windows when space is limited"
msgstr "当空间有限时将窗口分组" msgstr "当空间有限时将窗口分组"
#: ../extensions/window-list/prefs.js:51 #: ../extensions/window-list/prefs.js:52
msgid "Always group windows" msgid "Always group windows"
msgstr "总是对窗口分组" msgstr "总是对窗口分组"
#: ../extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "在所有显示器上显示"
#: ../extensions/workspace-indicator/prefs.js:141 #: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names" msgid "Workspace Names"
msgstr "工作区名称" msgstr "工作区名称"
@@ -329,6 +325,18 @@ msgstr "名称"
msgid "Workspace %d" msgid "Workspace %d"
msgstr "工作区 %d" msgstr "工作区 %d"
#~ msgid "GNOME Shell Classic"
#~ msgstr "GNOME Shell 经典模式"
#~ msgid "Window management and application launching"
#~ msgstr "窗口管理与应用启动"
#~ msgid "CPU"
#~ msgstr "CPU"
#~ msgid "Memory"
#~ msgstr "内存"
#~ msgid "Suspend" #~ msgid "Suspend"
#~ msgstr "挂起" #~ msgstr "挂起"
@@ -372,12 +380,12 @@ msgstr "工作区 %d"
#~ msgstr "应用程序图标模式。" #~ msgstr "应用程序图标模式。"
#~ msgid "" #~ msgid ""
#~ "Configures how the windows are shown in the switcher. Valid possibilities " #~ "Configures how the windows are shown in the switcher. Valid possibilities are "
#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" #~ "'thumbnail-only' (shows a thumbnail of the window), 'app-icon-only' (shows only "
#~ "only' (shows only the application icon) or 'both'." #~ "the application icon) or 'both'."
#~ msgstr "" #~ msgstr ""
#~ "配置窗口在切换器中的显示方式。有效值包括“仅缩略图”(显示窗口的缩略图)、“仅" #~ "配置窗口在切换器中的显示方式。有效值包括“仅缩略图”(显示窗口的缩略图)、“仅应用程序图"
#~ "应用程序图标”(仅显示应用程序图标)或“全部”。" #~ "标”(仅显示应用程序图标)或“全部”。"
#~ msgid "Drag here to add favorites" #~ msgid "Drag here to add favorites"
#~ msgstr "拖放到这里以添加收藏" #~ msgstr "拖放到这里以添加收藏"
@@ -395,8 +403,7 @@ msgstr "工作区 %d"
#~ msgstr "Dock 位置" #~ msgstr "Dock 位置"
#~ msgid "" #~ msgid ""
#~ "Sets the position of the dock in the screen. Allowed values are 'right' " #~ "Sets the position of the dock in the screen. Allowed values are 'right' or 'left'"
#~ "or 'left'"
#~ msgstr "设置 Dock 在屏幕上的位置。允许的值有“右”或“左”。" #~ msgstr "设置 Dock 在屏幕上的位置。允许的值有“右”或“左”。"
#~ msgid "Icon size" #~ msgid "Icon size"
@@ -412,8 +419,7 @@ msgstr "工作区 %d"
#~ msgstr "自动隐藏效果" #~ msgstr "自动隐藏效果"
#~ msgid "" #~ msgid ""
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " #~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' and 'move'"
#~ "and 'move'"
#~ msgstr "设置隐藏 Dock 的效果。允许的值有“resize”、“rescale”和“move”" #~ msgstr "设置隐藏 Dock 的效果。允许的值有“resize”、“rescale”和“move”"
#~ msgid "Autohide duration" #~ msgid "Autohide duration"
@@ -426,8 +432,7 @@ msgstr "工作区 %d"
#~ msgstr "显示器" #~ msgstr "显示器"
#~ msgid "" #~ msgid ""
#~ "Sets monitor to display dock in. The default value (-1) is the primary " #~ "Sets monitor to display dock in. The default value (-1) is the primary monitor."
#~ "monitor."
#~ msgstr "设置显示 Dock 的显示器。默认值(-1)是主显示器。" #~ msgstr "设置显示 Dock 的显示器。默认值(-1)是主显示器。"
#~ msgid "%s is away." #~ msgid "%s is away."
@@ -461,40 +466,38 @@ msgstr "工作区 %d"
#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " #~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and "
#~ "workspace_icons. See the configuration dialogs for details." #~ "workspace_icons. See the configuration dialogs for details."
#~ msgstr "" #~ msgstr ""
#~ "设置 Alt-Tab 行为。可取的值有:native(原生)、all_thumbnails(所有缩略图) " #~ "设置 Alt-Tab 行为。可取的值有:native(原生)、all_thumbnails(所有缩略图) "
#~ "workspace_icons(工作区内图标)。详情参阅配置对话框。" #~ "workspace_icons(工作区内图标)。详情参阅配置对话框。"
#~ msgid "" #~ msgid ""
#~ "This mode presents all applications from all workspaces in one selection " #~ "This mode presents all applications from all workspaces in one selection list. "
#~ "list. Instead of using the application icon of every window, it uses " #~ "Instead of using the application icon of every window, it uses small thumbnails "
#~ "small thumbnails resembling the window itself." #~ "resembling the window itself."
#~ msgstr "" #~ msgstr ""
#~ "此模式将在一个选择列表中展示全部工作区中的所有应用程序。它使用小缩略图而非" #~ "此模式将在一个选择列表中展示全部工作区中的所有应用程序。它使用小缩略图而非各窗口的"
#~ "各窗口的应用程序图标来代表窗口。" #~ "应用程序图标来代表窗口。"
#~ msgid "Workspace & Icons" #~ msgid "Workspace & Icons"
#~ msgstr "工作区和图标" #~ msgstr "工作区和图标"
#~ msgid "" #~ msgid ""
#~ "This mode let's you switch between the applications of your current " #~ "This mode let's you switch between the applications of your current workspace and "
#~ "workspace and gives you additionally the option to switch to the last " #~ "gives you additionally the option to switch to the last used application of your "
#~ "used application of your previous workspace. This is always the last " #~ "previous workspace. This is always the last symbol in the list and is segregated "
#~ "symbol in the list and is segregated by a separator/vertical line if " #~ "by a separator/vertical line if available. \n"
#~ "available. \n"
#~ "Every window is represented by its application icon." #~ "Every window is represented by its application icon."
#~ msgstr "" #~ msgstr ""
#~ "此模式让您在当前工作区中的应用程序及上个工作区、上次使用的应用程序间切换。" #~ "此模式让您在当前工作区中的应用程序及上个工作区、上次使用的应用程序间切换。上次使用"
#~ "上次使用这项总是列表中的最后一个符号,并以分隔符或竖线区别(若可能)。\n" #~ "这项总是列表中的最后一个符号,并以分隔符或竖线区别(若可能)。\n"
#~ "每个窗口以其应用程序图标展示。" #~ "每个窗口以其应用程序图标展示。"
#~ msgid "Move current selection to front before closing the popup" #~ msgid "Move current selection to front before closing the popup"
#~ msgstr "在关闭弹出界面前将当前选择移到前面" #~ msgstr "在关闭弹出界面前将当前选择移到前面"
#~ msgid "" #~ msgid ""
#~ "The Alternate Tab can be used in different modes, that affect the way " #~ "The Alternate Tab can be used in different modes, that affect the way windows are "
#~ "windows are chosen and presented." #~ "chosen and presented."
#~ msgstr "" #~ msgstr "Alternate Tab 有多种使用模式,所使用模式会影响窗口展示和选择的方式。"
#~ "Alternate Tab 有多种使用模式,所使用模式会影响窗口展示和选择的方式。"
#~ msgid "Removable Devices" #~ msgid "Removable Devices"
#~ msgstr "可移动设备" #~ msgstr "可移动设备"