Compare commits
119 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 483b385c90 | |||
| 9f963a4a8b | |||
| 1747d02622 | |||
| 56d7ca1ee2 | |||
| 1823fcea1f | |||
| 8eef8c7507 | |||
| 1d0e53aa60 | |||
| 0853abdbb7 | |||
| bda97a5267 | |||
| 7e4a8bbd6d | |||
| 8b3685dd50 | |||
| 6f9e2cfed7 | |||
| dc00b23adc | |||
| 142bea0a2d | |||
| 2f70271c1a | |||
| c93d6daf36 | |||
| ebf443ea23 | |||
| 23a46a7ac4 | |||
| 60b198664d | |||
| aaed6da35e | |||
| 5ad82d05f9 | |||
| 35b0ab6bf8 | |||
| c25b9ca0e6 | |||
| 0f9ac6088f | |||
| 5e545d2991 | |||
| 4d1105e361 | |||
| 0cdae2dae0 | |||
| b74c390e1b | |||
| a71ad438b3 | |||
| c400e30da8 | |||
| af7903dba7 | |||
| f99b42e732 | |||
| 7074217b7c | |||
| 8c07f6bee9 | |||
| ad52860a5e | |||
| 76a55e9b89 | |||
| 031a121bc5 | |||
| 23b5594c24 | |||
| f28f08645a | |||
| 229a624553 | |||
| a7204736a8 | |||
| b39931e759 | |||
| db3e910b76 | |||
| 0ff77736da | |||
| 2b36863442 | |||
| cca1be6b70 | |||
| aea1f5187a | |||
| deb7ee8ef6 | |||
| a35336d3c2 | |||
| 7f44a3647c | |||
| e98e5d0d62 | |||
| 71464c91c2 | |||
| 3c32cacb14 | |||
| f82915d153 | |||
| 59aa0f66f3 | |||
| ef149aab93 | |||
| 59c351de63 | |||
| 76e73b9154 | |||
| 69901c72a3 | |||
| 155d517fe8 | |||
| ceee4d64dc | |||
| ab8090e0e2 | |||
| 68e3798dd8 | |||
| 2191d533b5 | |||
| 18f0366307 | |||
| 5b1f7704a6 | |||
| 488eeffeaf | |||
| 79c76a87e2 | |||
| 1958ce7794 | |||
| 42652088a3 | |||
| 2b9ea7519b | |||
| 1634af39dc | |||
| 31b415a378 | |||
| eb78d93601 | |||
| 31f8d6761c | |||
| 010d0e538b | |||
| 6ec1bd5c5f | |||
| 5d4c14e0b7 | |||
| 283f679fcc | |||
| 2935848954 | |||
| 9676bc83af | |||
| 7a0e393652 | |||
| ca1da1b349 | |||
| 7c5f0ed87f | |||
| f6c9ea3d61 | |||
| c23580bd56 | |||
| 94f289280b | |||
| b664a1020a | |||
| fb1f010825 | |||
| 7cb5d8a94f | |||
| 4cde6facc9 | |||
| 547163e895 | |||
| f7fd160896 | |||
| 8a667ba142 | |||
| 456d3cd07d | |||
| daeed1a864 | |||
| 809c8cbd41 | |||
| 31506a342c | |||
| d1bf592539 | |||
| 6062284ac4 | |||
| 8f2ebafa75 | |||
| 8390eadb0c | |||
| f45c672245 | |||
| 2d75090848 | |||
| af090a99ea | |||
| 85b7049376 | |||
| 61ec98f504 | |||
| b97c111bde | |||
| 8b89840e2b | |||
| dd620df620 | |||
| 0d0eff2ea2 | |||
| 271102be8d | |||
| 70f195da7a | |||
| 9bca5c32da | |||
| b492b06228 | |||
| a1583deed2 | |||
| e022c1671d | |||
| 1dd5343ff4 | |||
| 7750774c85 |
+11
-5
@@ -1,14 +1,22 @@
|
|||||||
|
ABOUT-NLS
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile.in.in
|
Makefile.in.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache/
|
||||||
|
config/
|
||||||
configure
|
configure
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
aclocal.m4
|
|
||||||
autom4te.cache/
|
|
||||||
data/*.json
|
data/*.json
|
||||||
po/gnome-shell-extensions.pot
|
m4/
|
||||||
|
po/*.header
|
||||||
|
po/*.sed
|
||||||
|
po/*.sin
|
||||||
|
po/Makevars.template
|
||||||
po/POTFILES
|
po/POTFILES
|
||||||
|
po/Rules-quot
|
||||||
|
po/gnome-shell-extensions.pot
|
||||||
po/stamp-it
|
po/stamp-it
|
||||||
staging/
|
staging/
|
||||||
zip-files/
|
zip-files/
|
||||||
@@ -17,7 +25,5 @@ zip-files/
|
|||||||
*.gmo
|
*.gmo
|
||||||
metadata.json
|
metadata.json
|
||||||
*.desktop
|
*.desktop
|
||||||
*.desktop.in
|
|
||||||
*.gschema.xml
|
|
||||||
*.gschema.valid
|
*.gschema.valid
|
||||||
*.session
|
*.session
|
||||||
|
|||||||
@@ -1,3 +1,137 @@
|
|||||||
|
3.23.91
|
||||||
|
=======
|
||||||
|
* updated translations (de, es, eu, fi, fr, fur, gl, hu, id, it, kk, nb, pl, pt_BR,
|
||||||
|
sk, sr, sr@latin, sv, uk, zh_TW)
|
||||||
|
|
||||||
|
3.23.90
|
||||||
|
=======
|
||||||
|
* window-list: Improve styling
|
||||||
|
* window-list: Hide workspace indicator when there's a single (static) workspace
|
||||||
|
* new translation (be)
|
||||||
|
|
||||||
|
3.23.2
|
||||||
|
======
|
||||||
|
* alternateTab: Don't take over 'switch-group' shortcut
|
||||||
|
* updated translations (zh_CN)
|
||||||
|
|
||||||
|
3.22.1
|
||||||
|
======
|
||||||
|
* window-list: Update icon on app changes
|
||||||
|
|
||||||
|
3.22.0
|
||||||
|
======
|
||||||
|
* updated translations (en_GB)
|
||||||
|
|
||||||
|
3.21.92
|
||||||
|
=======
|
||||||
|
* update style
|
||||||
|
* updated translations (pl, vi)
|
||||||
|
|
||||||
|
3.21.91
|
||||||
|
=======
|
||||||
|
* updated translations (pl)
|
||||||
|
|
||||||
|
3.21.90
|
||||||
|
=======
|
||||||
|
* updated translations (es, gu)
|
||||||
|
|
||||||
|
3.21.4
|
||||||
|
======
|
||||||
|
* apps-menu: Fix entries from non-standard AppDir directories
|
||||||
|
|
||||||
|
3.21.3
|
||||||
|
======
|
||||||
|
* adjust to gnome-shell changes
|
||||||
|
* updated translations (oc)
|
||||||
|
|
||||||
|
3.21.2
|
||||||
|
======
|
||||||
|
* version bump, nothing to see here
|
||||||
|
|
||||||
|
3.20.1
|
||||||
|
======
|
||||||
|
* update classic style
|
||||||
|
* updated translations (gd, oc)
|
||||||
|
|
||||||
|
3.20.0
|
||||||
|
======
|
||||||
|
* version bump, nothing to see here
|
||||||
|
|
||||||
|
3.19.92
|
||||||
|
=======
|
||||||
|
* version bump, nothing to see here
|
||||||
|
|
||||||
|
3.19.91
|
||||||
|
=======
|
||||||
|
* updated translations (oc)
|
||||||
|
|
||||||
|
3.19.90
|
||||||
|
=======
|
||||||
|
* version bump, nothing to see here
|
||||||
|
|
||||||
|
3.19.4
|
||||||
|
======
|
||||||
|
* screenshot-window-sizer: HiDPI support
|
||||||
|
* Fix gnome-shell component in classic session
|
||||||
|
* updated translations (lt)
|
||||||
|
|
||||||
|
3.19.3
|
||||||
|
======
|
||||||
|
* native-window-placement: Don't let border overlap title
|
||||||
|
* apps-menu: Fix handling of .desktop files in subdirectories
|
||||||
|
* updated translations (is)
|
||||||
|
|
||||||
|
3.19.2
|
||||||
|
======
|
||||||
|
* updated translations (gd)
|
||||||
|
|
||||||
|
3.19.1
|
||||||
|
======
|
||||||
|
* Fix some theme issues
|
||||||
|
|
||||||
|
3.18.1
|
||||||
|
======
|
||||||
|
* window-list: Fix accessibility of window buttons
|
||||||
|
* apps-menu: Fix unreliable highlight
|
||||||
|
* updated translations (ar)
|
||||||
|
|
||||||
|
3.18.0
|
||||||
|
======
|
||||||
|
* Bump version
|
||||||
|
|
||||||
|
3.17.92
|
||||||
|
=======
|
||||||
|
* places: Include DESKTOP when desktop icons are enabled
|
||||||
|
* updated translations (fa)
|
||||||
|
|
||||||
|
3.17.91
|
||||||
|
=======
|
||||||
|
* updated translations (nl, pl, zh_TW)
|
||||||
|
|
||||||
|
3.17.90
|
||||||
|
=======
|
||||||
|
* window-list: Improve application ordering
|
||||||
|
* workspace-indicator: Use consistent workspace numbering
|
||||||
|
|
||||||
|
3.17.4
|
||||||
|
======
|
||||||
|
* updated translations (fur)
|
||||||
|
|
||||||
|
3.17.3
|
||||||
|
======
|
||||||
|
* window-list: Adjust with text-scaling-factor
|
||||||
|
* classic style updates
|
||||||
|
* updated translations (pt, ro)
|
||||||
|
|
||||||
|
3.17.2
|
||||||
|
======
|
||||||
|
* updated translations (oc, pt, zh_CN)
|
||||||
|
|
||||||
|
3.17.1
|
||||||
|
======
|
||||||
|
* style updates
|
||||||
|
* updated translations (oc)
|
||||||
|
|
||||||
3.16.1
|
3.16.1
|
||||||
======
|
======
|
||||||
* window-list: Fix workspace indicators popup menu position
|
* window-list: Fix workspace indicators popup menu position
|
||||||
|
|||||||
+4
-2
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell-extensions],[3.16.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
|
AC_INIT([gnome-shell-extensions],[3.23.91],[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])
|
||||||
@@ -12,7 +12,9 @@ GETTEXT_PACKAGE=gnome-shell-extensions
|
|||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
|
||||||
[The prefix for our gettext translation domains.])
|
[The prefix for our gettext translation domains.])
|
||||||
IT_PROG_INTLTOOL(0.26)
|
|
||||||
|
AM_GNU_GETTEXT_VERSION([0.19.6])
|
||||||
|
AM_GNU_GETTEXT([external])
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG([0.22])
|
PKG_PROG_PKG_CONFIG([0.22])
|
||||||
|
|
||||||
|
|||||||
+10
-17
@@ -1,8 +1,7 @@
|
|||||||
include $(top_srcdir)/include.mk
|
include $(top_srcdir)/include.mk
|
||||||
|
|
||||||
sessiondir = $(datadir)/gnome-session/sessions
|
sessiondir = $(datadir)/gnome-session/sessions
|
||||||
session_in_in_files = gnome-classic.session.desktop.in.in
|
session_in_files = gnome-classic.session.desktop.in
|
||||||
session_in_files = $(session_in_in_files:.session.desktop.in.in=.session.desktop.in)
|
|
||||||
session_DATA = $(session_in_files:.session.desktop.in=.session)
|
session_DATA = $(session_in_files:.session.desktop.in=.session)
|
||||||
|
|
||||||
xsessiondir = $(datadir)/xsessions
|
xsessiondir = $(datadir)/xsessions
|
||||||
@@ -15,6 +14,7 @@ mode_DATA = $(mode_in_files:.json.in=.json)
|
|||||||
|
|
||||||
themedir = $(datadir)/gnome-shell/theme
|
themedir = $(datadir)/gnome-shell/theme
|
||||||
theme_DATA = \
|
theme_DATA = \
|
||||||
|
$(srcdir)/calendar-today.svg \
|
||||||
$(srcdir)/classic-process-working.svg \
|
$(srcdir)/classic-process-working.svg \
|
||||||
$(srcdir)/classic-toggle-off-intl.svg \
|
$(srcdir)/classic-toggle-off-intl.svg \
|
||||||
$(srcdir)/classic-toggle-off-us.svg \
|
$(srcdir)/classic-toggle-off-us.svg \
|
||||||
@@ -38,17 +38,15 @@ theme_sources = \
|
|||||||
$(SASS) --sourcemap=none --update -f -q $<; \
|
$(SASS) --sourcemap=none --update -f -q $<; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gsettings_in_files = org.gnome.shell.extensions.classic-overrides.gschema.xml.in
|
gsettings_SCHEMAS = org.gnome.shell.extensions.classic-overrides.gschema.xml
|
||||||
gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
|
|
||||||
|
|
||||||
@INTLTOOL_XML_NOMERGE_RULE@
|
|
||||||
@GSETTINGS_RULES@
|
@GSETTINGS_RULES@
|
||||||
|
|
||||||
%.desktop.in:%.desktop.in.in
|
%.desktop:%.desktop.in
|
||||||
$(AM_V_GEN) sed \
|
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||||
-e "s|\@bindir\@|$(bindir)|" \
|
|
||||||
-e "s|\@VERSION\@|$(VERSION)|" \
|
%.session: %.session.desktop.in
|
||||||
$< > $@
|
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||||
|
|
||||||
comma:=,
|
comma:=,
|
||||||
empty:=
|
empty:=
|
||||||
@@ -60,15 +58,11 @@ extension_list:=$(subst $(space),$(comma),$(extensions))
|
|||||||
-e "s|\@CLASSIC_EXTENSIONS\@|$(extension_list)|g" \
|
-e "s|\@CLASSIC_EXTENSIONS\@|$(extension_list)|g" \
|
||||||
$< > $@
|
$< > $@
|
||||||
|
|
||||||
%.session: %.session.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
|
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(session_in_in_files) \
|
$(session_in_files) \
|
||||||
$(xsession_in_files) \
|
$(xsession_in_files) \
|
||||||
$(mode_in_files) \
|
$(mode_in_files) \
|
||||||
$(gsettings_in_files) \
|
$(gsettings_SCHEMAS) \
|
||||||
$(theme_DATA) \
|
$(theme_DATA) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
@@ -76,5 +70,4 @@ CLEANFILES = \
|
|||||||
$(session_DATA) \
|
$(session_DATA) \
|
||||||
$(xsession_DATA) \
|
$(xsession_DATA) \
|
||||||
$(mode_DATA) \
|
$(mode_DATA) \
|
||||||
$(gsettings_SCHEMAS) \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|||||||
@@ -0,0 +1,178 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
id="svg10621"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="calendar-today.svg">
|
||||||
|
<defs
|
||||||
|
id="defs10623">
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient99561-1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient34508-1-3">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop34510-1-9" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop34512-4-5" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="42"
|
||||||
|
fy="30"
|
||||||
|
fx="51"
|
||||||
|
cy="30"
|
||||||
|
cx="51"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient10592"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient3770"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient3001"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient3007"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient3067"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient3072"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient34508-1-3"
|
||||||
|
id="radialGradient2997"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||||
|
cx="51"
|
||||||
|
cy="30"
|
||||||
|
fx="51"
|
||||||
|
fy="30"
|
||||||
|
r="42" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#d3d3d3"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="8"
|
||||||
|
inkscape:cx="-55.349829"
|
||||||
|
inkscape:cy="-31.442864"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:window-width="2133"
|
||||||
|
inkscape:window-height="1241"
|
||||||
|
inkscape:window-x="238"
|
||||||
|
inkscape:window-y="89"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
borderlayer="true"
|
||||||
|
inkscape:showpageshadow="false">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3109"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata10626">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-469.08263,-537.99307)">
|
||||||
|
<circle
|
||||||
|
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#555753;fill-opacity:0.23756906;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||||
|
id="path7305"
|
||||||
|
cx="481.57138"
|
||||||
|
cy="559.4649"
|
||||||
|
r="1.5" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.6 KiB |
+2396
-85
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 100 KiB |
+210
-51
@@ -38,14 +38,13 @@ stage {
|
|||||||
icon-shadow: 0 1px black; }
|
icon-shadow: 0 1px black; }
|
||||||
.button:focus {
|
.button:focus {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
border-color: #4a90d9;
|
|
||||||
box-shadow: inset 0 1px #454f52;
|
|
||||||
text-shadow: 0 1px black;
|
text-shadow: 0 1px black;
|
||||||
icon-shadow: 0 1px black; }
|
icon-shadow: 0 1px black;
|
||||||
|
box-shadow: inset 0px 0px 0px 1px #4a90d9; }
|
||||||
.button:insensitive {
|
.button:insensitive {
|
||||||
color: #8d9091;
|
color: #8e9192;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
background-color: rgba(65, 70, 72, 0.7);
|
background-color: rgba(65, 71, 72, 0.7);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none; }
|
icon-shadow: none; }
|
||||||
@@ -53,9 +52,46 @@ stage {
|
|||||||
color: white;
|
color: white;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
background-color: #222728;
|
background-color: #222728;
|
||||||
|
box-shadow: inset 0 0 black;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
|
||||||
|
.modal-dialog-linked-button {
|
||||||
|
border-right-width: 1px;
|
||||||
|
color: #eeeeec;
|
||||||
|
background-color: #2e3436;
|
||||||
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
|
box-shadow: inset 0 1px #454f52;
|
||||||
|
text-shadow: 0 1px black;
|
||||||
|
icon-shadow: 0 1px black;
|
||||||
|
padding: 12px; }
|
||||||
|
.modal-dialog-linked-button:insensitive {
|
||||||
|
color: #8e9192;
|
||||||
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
|
background-color: rgba(65, 71, 72, 0.7);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none; }
|
icon-shadow: none; }
|
||||||
|
.modal-dialog-linked-button:active {
|
||||||
|
color: white;
|
||||||
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
|
background-color: #222728;
|
||||||
|
box-shadow: inset 0 0 black;
|
||||||
|
text-shadow: none;
|
||||||
|
icon-shadow: none; }
|
||||||
|
.modal-dialog-linked-button:focus {
|
||||||
|
color: #eeeeec;
|
||||||
|
text-shadow: 0 1px black;
|
||||||
|
icon-shadow: 0 1px black;
|
||||||
|
box-shadow: inset 0px 0px 0px 1px #4a90d9; }
|
||||||
|
.modal-dialog-linked-button:first-child {
|
||||||
|
border-radius: 0px 0px 0px 6px; }
|
||||||
|
.modal-dialog-linked-button:last-child {
|
||||||
|
border-right-width: 0px;
|
||||||
|
border-radius: 0px 0px 6px 0px; }
|
||||||
|
.modal-dialog-linked-button:first-child:last-child {
|
||||||
|
border-right-width: 0px;
|
||||||
|
border-radius: 0px 0px 6px 6px; }
|
||||||
|
|
||||||
/* Entries */
|
/* Entries */
|
||||||
StEntry {
|
StEntry {
|
||||||
@@ -72,7 +108,7 @@ StEntry {
|
|||||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
|
||||||
border-color: rgba(0, 0, 0, 0.5); }
|
border-color: rgba(0, 0, 0, 0.5); }
|
||||||
StEntry:insensitive {
|
StEntry:insensitive {
|
||||||
color: #8d9091;
|
color: #8e9192;
|
||||||
border-color: #f4f4f4;
|
border-color: #f4f4f4;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
StEntry StIcon.capslock-warning {
|
StEntry StIcon.capslock-warning {
|
||||||
@@ -96,10 +132,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: #54595b; }
|
||||||
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
|
||||||
background-color: #4a90d9; }
|
background-color: #4a90d9; }
|
||||||
|
|
||||||
@@ -161,11 +197,12 @@ StScrollBar {
|
|||||||
background-color: white; }
|
background-color: white; }
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
border-radius: 5px;
|
border-radius: 9px;
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: rgba(23, 25, 26, 0.95);
|
background-color: rgba(23, 25, 26, 0.95);
|
||||||
border: 3px solid rgba(238, 238, 236, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.2); }
|
||||||
padding: 24px; }
|
.modal-dialog .modal-dialog-content-box {
|
||||||
|
padding: 24px; }
|
||||||
.modal-dialog .run-dialog-entry {
|
.modal-dialog .run-dialog-entry {
|
||||||
width: 20em;
|
width: 20em;
|
||||||
margin-bottom: 6px; }
|
margin-bottom: 6px; }
|
||||||
@@ -180,10 +217,6 @@ StScrollBar {
|
|||||||
color: #d6d6d1;
|
color: #d6d6d1;
|
||||||
padding-bottom: .4em; }
|
padding-bottom: .4em; }
|
||||||
|
|
||||||
.button-dialog-button-box {
|
|
||||||
spacing: 18px;
|
|
||||||
padding-top: 48px; }
|
|
||||||
|
|
||||||
.show-processes-dialog-subject,
|
.show-processes-dialog-subject,
|
||||||
.mount-question-dialog-subject,
|
.mount-question-dialog-subject,
|
||||||
.end-session-dialog-subject {
|
.end-session-dialog-subject {
|
||||||
@@ -192,7 +225,7 @@ StScrollBar {
|
|||||||
/* End Session Dialog */
|
/* End Session Dialog */
|
||||||
.end-session-dialog {
|
.end-session-dialog {
|
||||||
spacing: 42px;
|
spacing: 42px;
|
||||||
border: 3px solid rgba(238, 238, 236, 0.2); }
|
border: 1px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.end-session-dialog-list {
|
.end-session-dialog-list {
|
||||||
padding-top: 20px; }
|
padding-top: 20px; }
|
||||||
@@ -367,6 +400,77 @@ StScrollBar {
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px; }
|
height: 48px; }
|
||||||
|
|
||||||
|
/* Audio selection dialog */
|
||||||
|
.audio-device-selection-dialog {
|
||||||
|
spacing: 30px; }
|
||||||
|
|
||||||
|
.audio-selection-content {
|
||||||
|
spacing: 20px;
|
||||||
|
padding: 24px; }
|
||||||
|
|
||||||
|
.audio-selection-title {
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center; }
|
||||||
|
|
||||||
|
.audio-selection-box {
|
||||||
|
spacing: 20px; }
|
||||||
|
|
||||||
|
.audio-selection-device {
|
||||||
|
border: 1px solid rgba(238, 238, 236, 0.2);
|
||||||
|
border-radius: 12px; }
|
||||||
|
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
|
||||||
|
background-color: #4a90d9; }
|
||||||
|
|
||||||
|
.audio-selection-device-box {
|
||||||
|
padding: 20px;
|
||||||
|
spacing: 20px; }
|
||||||
|
|
||||||
|
.audio-selection-device-icon {
|
||||||
|
icon-size: 64px; }
|
||||||
|
|
||||||
|
/* Access Dialog */
|
||||||
|
.access-dialog {
|
||||||
|
spacing: 30px; }
|
||||||
|
|
||||||
|
.access-dialog-main-layout {
|
||||||
|
padding: 12px 20px 0;
|
||||||
|
spacing: 12px; }
|
||||||
|
|
||||||
|
.access-dialog-content {
|
||||||
|
max-width: 28em;
|
||||||
|
spacing: 20px; }
|
||||||
|
|
||||||
|
.access-dialog-icon {
|
||||||
|
min-width: 48px;
|
||||||
|
icon-size: 48px; }
|
||||||
|
|
||||||
|
.access-dialog-title {
|
||||||
|
font-weight: bold; }
|
||||||
|
|
||||||
|
.access-dialog-subtitle {
|
||||||
|
color: black;
|
||||||
|
font-weight: bold; }
|
||||||
|
|
||||||
|
/* Geolocation Dialog */
|
||||||
|
.geolocation-dialog {
|
||||||
|
spacing: 30px; }
|
||||||
|
|
||||||
|
.geolocation-dialog-main-layout {
|
||||||
|
spacing: 12px; }
|
||||||
|
|
||||||
|
.geolocation-dialog-content {
|
||||||
|
spacing: 20px; }
|
||||||
|
|
||||||
|
.geolocation-dialog-icon {
|
||||||
|
icon-size: 48px; }
|
||||||
|
|
||||||
|
.geolocation-dialog-title {
|
||||||
|
font-weight: bold; }
|
||||||
|
|
||||||
|
.geolocation-dialog-reason {
|
||||||
|
color: black;
|
||||||
|
font-weight: bold; }
|
||||||
|
|
||||||
/* Network Agent Dialog */
|
/* Network Agent Dialog */
|
||||||
.network-dialog-secret-table {
|
.network-dialog-secret-table {
|
||||||
spacing-rows: 15px;
|
spacing-rows: 15px;
|
||||||
@@ -376,9 +480,9 @@ StScrollBar {
|
|||||||
spacing-rows: 15px;
|
spacing-rows: 15px;
|
||||||
spacing-columns: 1em; }
|
spacing-columns: 1em; }
|
||||||
|
|
||||||
/* Popvers/Menus */
|
/* Popovers/Menus */
|
||||||
.popup-menu {
|
.popup-menu {
|
||||||
min-width: 200px; }
|
min-width: 15em; }
|
||||||
.popup-menu .popup-sub-menu {
|
.popup-menu .popup-sub-menu {
|
||||||
background-color: #e8e8e8;
|
background-color: #e8e8e8;
|
||||||
box-shadow: inset 0 -1px 0px #adadad; }
|
box-shadow: inset 0 -1px 0px #adadad; }
|
||||||
@@ -412,7 +516,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.popup-menu-ornament {
|
.popup-menu-ornament {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 1em; }
|
width: 1.2em; }
|
||||||
|
|
||||||
.popup-menu-boxpointer,
|
.popup-menu-boxpointer,
|
||||||
.candidate-popup-boxpointer {
|
.candidate-popup-boxpointer {
|
||||||
@@ -455,6 +559,9 @@ StScrollBar {
|
|||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
background-color: rgba(11, 12, 13, 0.5);
|
background-color: rgba(11, 12, 13, 0.5);
|
||||||
color: #eeeeec; }
|
color: #eeeeec; }
|
||||||
|
.osd-window .level-bar {
|
||||||
|
background-color: #eeeeec;
|
||||||
|
border-radius: 0.3em; }
|
||||||
|
|
||||||
/* App Switcher */
|
/* App Switcher */
|
||||||
.switcher-popup {
|
.switcher-popup {
|
||||||
@@ -489,16 +596,19 @@ 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;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px; }
|
height: 96px; }
|
||||||
|
|
||||||
|
/* Window Cycler */
|
||||||
|
.cycler-highlight {
|
||||||
|
border: 5px solid #4a90d9; }
|
||||||
|
|
||||||
/* Workspace Switcher */
|
/* Workspace Switcher */
|
||||||
.workspace-switcher-group {
|
.workspace-switcher-group {
|
||||||
padding: 12px; }
|
padding: 12px; }
|
||||||
@@ -594,6 +704,8 @@ StScrollBar {
|
|||||||
#panel .panel-status-indicators-box,
|
#panel .panel-status-indicators-box,
|
||||||
#panel .panel-status-menu-box {
|
#panel .panel-status-menu-box {
|
||||||
spacing: 2px; }
|
spacing: 2px; }
|
||||||
|
#panel .power-status.panel-status-indicators-box {
|
||||||
|
spacing: 0; }
|
||||||
#panel .screencast-indicator {
|
#panel .screencast-indicator {
|
||||||
color: #f57900; }
|
color: #f57900; }
|
||||||
|
|
||||||
@@ -685,7 +797,7 @@ StScrollBar {
|
|||||||
border-radius: 1.4em; }
|
border-radius: 1.4em; }
|
||||||
.calendar-day-base:hover, .calendar-day-base:focus {
|
.calendar-day-base:hover, .calendar-day-base:focus {
|
||||||
background-color: #fafafa; }
|
background-color: #fafafa; }
|
||||||
.calendar-day-base:active {
|
.calendar-day-base:active, .calendar-day-base:selected {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #4a90d9;
|
background-color: #4a90d9;
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
@@ -704,23 +816,35 @@ StScrollBar {
|
|||||||
border-left-width: 1px; }
|
border-left-width: 1px; }
|
||||||
|
|
||||||
.calendar-nonwork-day {
|
.calendar-nonwork-day {
|
||||||
color: #8d9091; }
|
color: #8e9192; }
|
||||||
|
|
||||||
.calendar-today {
|
.calendar-today {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid rgba(161, 161, 161, 0.5); }
|
border: 1px solid rgba(161, 161, 161, 0.5); }
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
color: #222728;
|
color: #454f52;
|
||||||
font-weight: bold; }
|
font-weight: bold;
|
||||||
|
background-image: url("resource:///org/gnome/shell/theme/calendar-today.svg"); }
|
||||||
|
|
||||||
.calendar-other-month-day {
|
.calendar-other-month-day {
|
||||||
color: rgba(46, 52, 54, 0.15);
|
color: rgba(46, 52, 54, 0.15);
|
||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
|
.calendar-week-number {
|
||||||
|
font-size: 70%;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 2.3em;
|
||||||
|
height: 1.8em;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 0.5em 0 0;
|
||||||
|
margin: 6px;
|
||||||
|
background-color: rgba(46, 52, 54, 0.3);
|
||||||
|
color: #ededed; }
|
||||||
|
|
||||||
/* Message list */
|
/* Message list */
|
||||||
.message-list {
|
.message-list {
|
||||||
width: 420px; }
|
width: 31.5em; }
|
||||||
|
|
||||||
.message-list-sections {
|
.message-list-sections {
|
||||||
spacing: 1.5em; }
|
spacing: 1.5em; }
|
||||||
@@ -755,7 +879,12 @@ StScrollBar {
|
|||||||
padding: 8px 8px 8px 0px; }
|
padding: 8px 8px 8px 0px; }
|
||||||
|
|
||||||
.message-icon-bin > StIcon {
|
.message-icon-bin > StIcon {
|
||||||
icon-size: 48px; }
|
icon-size: 32px; }
|
||||||
|
|
||||||
|
.message-secondary-bin:ltr {
|
||||||
|
padding-left: 8px; }
|
||||||
|
.message-secondary-bin:rtl {
|
||||||
|
padding-right: 8px; }
|
||||||
|
|
||||||
.message-secondary-bin {
|
.message-secondary-bin {
|
||||||
color: black; }
|
color: black; }
|
||||||
@@ -764,14 +893,37 @@ StScrollBar {
|
|||||||
icon-size: 16px; }
|
icon-size: 16px; }
|
||||||
|
|
||||||
.message-title {
|
.message-title {
|
||||||
font-weight: bold; }
|
font-weight: bold;
|
||||||
|
font-size: 1.1em; }
|
||||||
|
|
||||||
.message-content {
|
.message-content {
|
||||||
padding: 8px; }
|
padding: 8px;
|
||||||
|
font-size: .9em; }
|
||||||
|
|
||||||
.system-switch-user-submenu-icon {
|
.message-media-control {
|
||||||
icon-size: 24px;
|
padding: 6px; }
|
||||||
border: 1px solid rgba(46, 52, 54, 0.4); }
|
.message-media-control:last-child:ltr {
|
||||||
|
padding-right: 18px; }
|
||||||
|
.message-media-control:last-child:rtl {
|
||||||
|
padding-left: 18px; }
|
||||||
|
|
||||||
|
.media-message-cover-icon {
|
||||||
|
icon-size: 32px; }
|
||||||
|
.media-message-cover-icon.fallback {
|
||||||
|
color: white;
|
||||||
|
background-color: #ededed;
|
||||||
|
border: 2px solid #ededed;
|
||||||
|
border-radius: 2px;
|
||||||
|
icon-size: 16px;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
|
.system-switch-user-submenu-icon.user-icon {
|
||||||
|
icon-size: 20px;
|
||||||
|
padding: 0 2px; }
|
||||||
|
|
||||||
|
.system-switch-user-submenu-icon.default-icon {
|
||||||
|
icon-size: 16px;
|
||||||
|
padding: 0 4px; }
|
||||||
|
|
||||||
#appMenu {
|
#appMenu {
|
||||||
spinner-image: url("resource:///org/gnome/shell/theme/process-working.svg");
|
spinner-image: url("resource:///org/gnome/shell/theme/process-working.svg");
|
||||||
@@ -780,7 +932,7 @@ StScrollBar {
|
|||||||
color: transparent; }
|
color: transparent; }
|
||||||
|
|
||||||
.aggregate-menu {
|
.aggregate-menu {
|
||||||
width: 360px; }
|
min-width: 21em; }
|
||||||
.aggregate-menu .popup-menu-icon {
|
.aggregate-menu .popup-menu-icon {
|
||||||
padding: 0 4px; }
|
padding: 0 4px; }
|
||||||
|
|
||||||
@@ -835,7 +987,8 @@ StScrollBar {
|
|||||||
min-width: 470px; }
|
min-width: 470px; }
|
||||||
|
|
||||||
.nm-dialog-content {
|
.nm-dialog-content {
|
||||||
spacing: 20px; }
|
spacing: 20px;
|
||||||
|
padding: 24px; }
|
||||||
|
|
||||||
.nm-dialog-header-hbox {
|
.nm-dialog-header-hbox {
|
||||||
spacing: 10px; }
|
spacing: 10px; }
|
||||||
@@ -916,10 +1069,14 @@ StScrollBar {
|
|||||||
.search-entry {
|
.search-entry {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
padding: 7px 9px;
|
padding: 7px 9px;
|
||||||
border-radius: 6px; }
|
border-radius: 6px;
|
||||||
|
border-color: #747467;
|
||||||
|
color: #eeeeec;
|
||||||
|
background-color: #2e3436; }
|
||||||
.search-entry:focus {
|
.search-entry:focus {
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
border-width: 2px; }
|
border-width: 2px;
|
||||||
|
border-color: #4a90d9; }
|
||||||
.search-entry .search-entry-icon {
|
.search-entry .search-entry-icon {
|
||||||
icon-size: 1em;
|
icon-size: 1em;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
@@ -1017,7 +1174,7 @@ StScrollBar {
|
|||||||
color: white;
|
color: white;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
background-color: #222728;
|
background-color: #222728;
|
||||||
box-shadow: none;
|
box-shadow: inset 0 0 black;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none; }
|
icon-shadow: none; }
|
||||||
.app-view-control:first-child {
|
.app-view-control:first-child {
|
||||||
@@ -1336,10 +1493,9 @@ StScrollBar {
|
|||||||
color: white; }
|
color: white; }
|
||||||
.keyboard-key:focus {
|
.keyboard-key:focus {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
border-color: #4a90d9;
|
|
||||||
box-shadow: inset 0 1px #454f52;
|
|
||||||
text-shadow: 0 1px black;
|
text-shadow: 0 1px black;
|
||||||
icon-shadow: 0 1px black; }
|
icon-shadow: 0 1px black;
|
||||||
|
box-shadow: inset 0px 0px 0px 1px #4a90d9; }
|
||||||
.keyboard-key:hover, .keyboard-key:checked {
|
.keyboard-key:hover, .keyboard-key:checked {
|
||||||
color: white;
|
color: white;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
@@ -1351,7 +1507,7 @@ StScrollBar {
|
|||||||
color: white;
|
color: white;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
background-color: #222728;
|
background-color: #222728;
|
||||||
box-shadow: none;
|
box-shadow: inset 0 0 black;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none; }
|
icon-shadow: none; }
|
||||||
.keyboard-key:grayed {
|
.keyboard-key:grayed {
|
||||||
@@ -1444,13 +1600,13 @@ StScrollBar {
|
|||||||
color: white;
|
color: white;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
background-color: #3583d5;
|
background-color: #3583d5;
|
||||||
box-shadow: none;
|
box-shadow: inset 0 0 black;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none; }
|
icon-shadow: none; }
|
||||||
.login-dialog .modal-dialog-button:default:insensitive {
|
.login-dialog .modal-dialog-button:default:insensitive {
|
||||||
color: #8d9091;
|
color: #8e9192;
|
||||||
border-color: rgba(0, 0, 0, 0.7);
|
border-color: rgba(0, 0, 0, 0.7);
|
||||||
background-color: rgba(65, 70, 72, 0.7);
|
background-color: rgba(65, 71, 72, 0.7);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none; }
|
icon-shadow: none; }
|
||||||
@@ -1742,13 +1898,13 @@ StScrollBar {
|
|||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
#panel.lock-screen .panel-button, #panel.unlock-screen .panel-button, #panel.login-screen .panel-button {
|
#panel.lock-screen .panel-button, #panel.unlock-screen .panel-button, #panel.login-screen .panel-button {
|
||||||
color: #eeeeec; }
|
color: #eeeeec; }
|
||||||
|
#panel .popup-menu-arrow {
|
||||||
|
width: 0;
|
||||||
|
height: 0; }
|
||||||
|
|
||||||
#appMenu {
|
#appMenu {
|
||||||
padding: 0 8px 0 8px; }
|
padding: 0 8px 0 8px;
|
||||||
|
spinner-image: url("classic-process-working.svg"); }
|
||||||
.popup-menu-arrow {
|
|
||||||
width: 0;
|
|
||||||
height: 0; }
|
|
||||||
|
|
||||||
.tile-preview-left.on-primary,
|
.tile-preview-left.on-primary,
|
||||||
.tile-preview-right.on-primary,
|
.tile-preview-right.on-primary,
|
||||||
@@ -1765,3 +1921,6 @@ StScrollBar {
|
|||||||
background-image: url("classic-toggle-off-intl.svg"); }
|
background-image: url("classic-toggle-off-intl.svg"); }
|
||||||
.toggle-switch-intl:checked {
|
.toggle-switch-intl:checked {
|
||||||
background-image: url("classic-toggle-on-intl.svg"); }
|
background-image: url("classic-toggle-on-intl.svg"); }
|
||||||
|
|
||||||
|
.calendar-day-with-events {
|
||||||
|
background-image: url("calendar-today.svg"); }
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=GNOME Classic
|
Name=GNOME Classic
|
||||||
_Comment=This session logs you into GNOME Classic
|
Comment=This session logs you into GNOME Classic
|
||||||
Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
|
Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
|
||||||
TryExec=gnome-session
|
TryExec=gnome-session
|
||||||
Icon=
|
|
||||||
Type=Application
|
Type=Application
|
||||||
DesktopNames=GNOME-Classic;GNOME
|
DesktopNames=GNOME-Classic;GNOME;
|
||||||
|
|||||||
@@ -57,11 +57,13 @@ $variant: 'light';
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
.panel-button { color: $osd_fg_color; }
|
.panel-button { color: $osd_fg_color; }
|
||||||
}
|
}
|
||||||
|
.popup-menu-arrow { width: 0; height: 0; } // shell's display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#appMenu { padding: 0 8px 0 8px; }
|
#appMenu {
|
||||||
.popup-menu-arrow { width: 0; height: 0; } // shell's display: none;
|
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 {
|
||||||
@@ -69,8 +71,6 @@ $variant: 'light';
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@each $v in us, intl {
|
@each $v in us, intl {
|
||||||
.toggle-switch-#{$v} {
|
.toggle-switch-#{$v} {
|
||||||
background-image: url("classic-toggle-off-#{$v}.svg");
|
background-image: url("classic-toggle-off-#{$v}.svg");
|
||||||
@@ -78,3 +78,6 @@ $variant: 'light';
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calendar-day-with-events {
|
||||||
|
background-image: url("calendar-today.svg");
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[GNOME Session]
|
||||||
|
Name=GNOME Classic
|
||||||
|
RequiredComponents=org.gnome.Shell;org.gnome.SettingsDaemon.A11yKeyboard;org.gnome.SettingsDaemon.A11ySettings;org.gnome.SettingsDaemon.Clipboard;org.gnome.SettingsDaemon.Color;org.gnome.SettingsDaemon.Datetime;org.gnome.SettingsDaemon.Housekeeping;org.gnome.SettingsDaemon.Keyboard;org.gnome.SettingsDaemon.MediaKeys;org.gnome.SettingsDaemon.Mouse;org.gnome.SettingsDaemon.Orientation;org.gnome.SettingsDaemon.Power;org.gnome.SettingsDaemon.PrintNotifications;org.gnome.SettingsDaemon.Rfkill;org.gnome.SettingsDaemon.ScreensaverProxy;org.gnome.SettingsDaemon.Sharing;org.gnome.SettingsDaemon.Smartcard;org.gnome.SettingsDaemon.Sound;org.gnome.SettingsDaemon.Wacom;org.gnome.SettingsDaemon.XRANDR;org.gnome.SettingsDaemon.XSettings;nautilus-classic;
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[GNOME Session]
|
|
||||||
_Name=GNOME Classic
|
|
||||||
RequiredComponents=gnome-shell;gnome-settings-daemon;nautilus-classic;
|
|
||||||
+1
-1
Submodule data/gnome-shell-sass updated: b890a4003e...b2190083c2
+15
-15
@@ -4,43 +4,43 @@
|
|||||||
gettext-domain="gnome-shell-extensions">
|
gettext-domain="gnome-shell-extensions">
|
||||||
<key name="attach-modal-dialogs" type="b">
|
<key name="attach-modal-dialogs" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Attach modal dialog to the parent window</_summary>
|
<summary>Attach modal dialog to the parent window</summary>
|
||||||
<_description>
|
<description>
|
||||||
This key overrides the key in org.gnome.mutter when running
|
This key overrides the key in org.gnome.mutter when running
|
||||||
GNOME Shell.
|
GNOME Shell.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key name="button-layout" type="s">
|
<key name="button-layout" type="s">
|
||||||
<default>"appmenu:minimize,maximize,close"</default>
|
<default>"appmenu:minimize,maximize,close"</default>
|
||||||
<_summary>Arrangement of buttons on the titlebar</_summary>
|
<summary>Arrangement of buttons on the titlebar</summary>
|
||||||
<_description>
|
<description>
|
||||||
This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell.
|
This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key name="edge-tiling" type="b">
|
<key name="edge-tiling" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Enable edge tiling when dropping windows on screen edges</_summary>
|
<summary>Enable edge tiling when dropping windows on screen edges</summary>
|
||||||
<_description>
|
<description>
|
||||||
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.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key name="workspaces-only-on-primary" type="b">
|
<key name="workspaces-only-on-primary" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Workspaces only on primary monitor</_summary>
|
<summary>Workspaces only on primary monitor</summary>
|
||||||
<_description>
|
<description>
|
||||||
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.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key name="focus-change-on-pointer-rest" type="b">
|
<key name="focus-change-on-pointer-rest" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Delay focus changes in mouse mode until the pointer stops moving</_summary>
|
<summary>Delay focus changes in mouse mode until the pointer stops moving</summary>
|
||||||
<_description>
|
<description>
|
||||||
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.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -7,6 +7,7 @@ const Shell = imports.gi.Shell;
|
|||||||
|
|
||||||
const AltTab = imports.ui.altTab;
|
const AltTab = imports.ui.altTab;
|
||||||
const Main = imports.ui.main;
|
const Main = imports.ui.main;
|
||||||
|
const WindowManager = imports.ui.windowManager;
|
||||||
|
|
||||||
let injections = {};
|
let injections = {};
|
||||||
|
|
||||||
@@ -22,31 +23,37 @@ function enable() {
|
|||||||
AltTab.WindowSwitcherPopup.prototype._keyPressHandler = function(keysym, action) {
|
AltTab.WindowSwitcherPopup.prototype._keyPressHandler = function(keysym, action) {
|
||||||
switch(action) {
|
switch(action) {
|
||||||
case Meta.KeyBindingAction.SWITCH_APPLICATIONS:
|
case Meta.KeyBindingAction.SWITCH_APPLICATIONS:
|
||||||
case Meta.KeyBindingAction.SWITCH_GROUP:
|
|
||||||
action = Meta.KeyBindingAction.SWITCH_WINDOWS;
|
action = Meta.KeyBindingAction.SWITCH_WINDOWS;
|
||||||
break;
|
break;
|
||||||
case Meta.KeyBindingAction.SWITCH_APPLICATIONS_BACKWARD:
|
case Meta.KeyBindingAction.SWITCH_APPLICATIONS_BACKWARD:
|
||||||
case Meta.KeyBindingAction.SWITCH_GROUP_BACKWARD:
|
|
||||||
action = Meta.KeyBindingAction.SWITCH_WINDOWS_BACKWARD;
|
action = Meta.KeyBindingAction.SWITCH_WINDOWS_BACKWARD;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return injections['_keyPressHandler'].call(this, keysym, action);
|
return injections['_keyPressHandler'].call(this, keysym, action);
|
||||||
};
|
};
|
||||||
|
|
||||||
setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startWindowSwitcher));
|
Main.wm._forcedWindowSwitcher = function(display, screen, window, binding) {
|
||||||
setKeybinding('switch-group', Lang.bind(Main.wm, Main.wm._startWindowSwitcher));
|
/* prevent a corner case where both popups show up at once */
|
||||||
setKeybinding('switch-applications-backward', Lang.bind(Main.wm, Main.wm._startWindowSwitcher));
|
if (this._workspaceSwitcherPopup != null)
|
||||||
setKeybinding('switch-group-backward', Lang.bind(Main.wm, Main.wm._startWindowSwitcher));
|
this._workspaceSwitcherPopup.destroy();
|
||||||
|
|
||||||
|
let tabPopup = new AltTab.WindowSwitcherPopup();
|
||||||
|
|
||||||
|
if (!tabPopup.show(binding.is_reversed(), binding.get_name(), binding.get_mask()))
|
||||||
|
tabPopup.destroy();
|
||||||
|
};
|
||||||
|
|
||||||
|
setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._forcedWindowSwitcher));
|
||||||
|
setKeybinding('switch-applications-backward', Lang.bind(Main.wm, Main.wm._forcedWindowSwitcher));
|
||||||
}
|
}
|
||||||
|
|
||||||
function disable() {
|
function disable() {
|
||||||
var prop;
|
var prop;
|
||||||
|
|
||||||
setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startAppSwitcher));
|
setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startSwitcher));
|
||||||
setKeybinding('switch-group', Lang.bind(Main.wm, Main.wm._startAppSwitcher));
|
setKeybinding('switch-applications-backward', Lang.bind(Main.wm, Main.wm._startSwitcher));
|
||||||
setKeybinding('switch-applications-backward', Lang.bind(Main.wm, Main.wm._startAppSwitcher));
|
|
||||||
setKeybinding('switch-group-backward', Lang.bind(Main.wm, Main.wm._startAppSwitcher));
|
|
||||||
|
|
||||||
for (prop in injections)
|
for (prop in injections)
|
||||||
AltTab.WindowSwitcherPopup.prototype[prop] = injections[prop];
|
AltTab.WindowSwitcherPopup.prototype[prop] = injections[prop];
|
||||||
|
delete Main.wm._forcedWindowSwitcher;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ const PopupMenu = imports.ui.popupMenu;
|
|||||||
const Gtk = imports.gi.Gtk;
|
const Gtk = imports.gi.Gtk;
|
||||||
const GLib = imports.gi.GLib;
|
const GLib = imports.gi.GLib;
|
||||||
const Signals = imports.signals;
|
const Signals = imports.signals;
|
||||||
const Layout = imports.ui.layout;
|
|
||||||
const Pango = imports.gi.Pango;
|
const Pango = imports.gi.Pango;
|
||||||
|
|
||||||
const Gettext = imports.gettext.domain('gnome-shell-extensions');
|
const Gettext = imports.gettext.domain('gnome-shell-extensions');
|
||||||
@@ -74,7 +73,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);
|
||||||
@@ -191,6 +190,11 @@ const CategoryMenuItem = new Lang.Class({
|
|||||||
this._oldY = -1;
|
this._oldY = -1;
|
||||||
this.actor.hover = false;
|
this.actor.hover = false;
|
||||||
Clutter.ungrab_pointer();
|
Clutter.ungrab_pointer();
|
||||||
|
|
||||||
|
let source = event.get_source();
|
||||||
|
if (source instanceof St.Widget)
|
||||||
|
source.sync_hover();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -203,23 +207,6 @@ const CategoryMenuItem = new Lang.Class({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const HotCorner = new Lang.Class({
|
|
||||||
Name: 'HotCorner',
|
|
||||||
Extends: Layout.HotCorner,
|
|
||||||
|
|
||||||
_onCornerEntered : function() {
|
|
||||||
if (!this._entered) {
|
|
||||||
this._entered = true;
|
|
||||||
if (!Main.overview.animationInProgress) {
|
|
||||||
this._activationTime = Date.now() / 1000;
|
|
||||||
this.rippleAnimation();
|
|
||||||
Main.overview.toggle();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const ApplicationsMenu = new Lang.Class({
|
const ApplicationsMenu = new Lang.Class({
|
||||||
Name: 'ApplicationsMenu',
|
Name: 'ApplicationsMenu',
|
||||||
Extends: PopupMenu.PopupMenu,
|
Extends: PopupMenu.PopupMenu,
|
||||||
@@ -410,12 +397,17 @@ const ApplicationsButton = new Lang.Class({
|
|||||||
while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) {
|
while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) {
|
||||||
if (nextType == GMenu.TreeItemType.ENTRY) {
|
if (nextType == GMenu.TreeItemType.ENTRY) {
|
||||||
let entry = iter.get_entry();
|
let entry = iter.get_entry();
|
||||||
let appInfo = entry.get_app_info();
|
let id;
|
||||||
let app = appSys.lookup_app(entry.get_desktop_file_id());
|
try {
|
||||||
if (appInfo.should_show()) {
|
id = entry.get_desktop_file_id(); // catch non-UTF8 filenames
|
||||||
let menu_id = dir.get_menu_id();
|
} catch(e) {
|
||||||
this.applicationsByCategory[categoryId].push(app);
|
continue;
|
||||||
}
|
}
|
||||||
|
let app = appSys.lookup_app(id);
|
||||||
|
if (!app)
|
||||||
|
app = new Shell.App({ app_info: entry.get_app_info() });
|
||||||
|
if (app.get_app_info().should_show())
|
||||||
|
this.applicationsByCategory[categoryId].push(app);
|
||||||
} else if (nextType == GMenu.TreeItemType.DIRECTORY) {
|
} else if (nextType == GMenu.TreeItemType.DIRECTORY) {
|
||||||
let subdir = iter.get_directory();
|
let subdir = iter.get_directory();
|
||||||
if (!subdir.get_is_nodisplay())
|
if (!subdir.get_is_nodisplay())
|
||||||
|
|||||||
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
<key name="application-list" type="as">
|
<key name="application-list" type="as">
|
||||||
<!-- FIXME: should be a(su), when JS supports more of GVariant -->
|
<!-- FIXME: should be a(su), when JS supports more of GVariant -->
|
||||||
<default>[ ]</default>
|
<default>[ ]</default>
|
||||||
<_summary>Application and workspace list</_summary>
|
<summary>Application and workspace list</summary>
|
||||||
<_description>A list of strings, each containing an application id (desktop file name), followed by a colon and the workspace number</_description>
|
<description>A list of strings, each containing an application id (desktop file name), followed by a colon and the workspace number</description>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -103,7 +103,7 @@ const MountMenuItem = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_reportFailure: function(exception) {
|
_reportFailure: function(exception) {
|
||||||
let msg = _("Ejecting drive '%s' failed:").format(this.mount.get_name());
|
let msg = _("Ejecting drive “%s” failed:").format(this.mount.get_name());
|
||||||
Main.notifyError(msg, exception.message);
|
Main.notifyError(msg, exception.message);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -2,8 +2,8 @@
|
|||||||
<schema id="org.gnome.shell.extensions.example" path="/org/gnome/shell/extensions/example/">
|
<schema id="org.gnome.shell.extensions.example" path="/org/gnome/shell/extensions/example/">
|
||||||
<key name="hello-text" type="s">
|
<key name="hello-text" type="s">
|
||||||
<default>''</default>
|
<default>''</default>
|
||||||
<_summary>Alternative greeting text.</_summary>
|
<summary>Alternative greeting text.</summary>
|
||||||
<_description>If not empty, it contains the text that will be shown when clicking on the panel.</_description>
|
<description>If not empty, it contains the text that will be shown when clicking on the panel.</description>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -42,7 +42,7 @@ const ExamplePrefsWidget = new GObject.Class({
|
|||||||
// translated
|
// translated
|
||||||
let primaryText = _("Example aims to show how to build well behaved \
|
let primaryText = _("Example aims to show how to build well behaved \
|
||||||
extensions for the Shell and as such it has little functionality on its own.\n\
|
extensions for the Shell and as such 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.");
|
||||||
|
|
||||||
this.add(new Gtk.Label({ label: primaryText,
|
this.add(new Gtk.Label({ label: primaryText,
|
||||||
wrap: true, xalign: 0 }));
|
wrap: true, xalign: 0 }));
|
||||||
|
|||||||
@@ -407,31 +407,16 @@ function enable() {
|
|||||||
/// This is almost a direct copy of the original relayout function. Differences are marked.
|
/// This is almost a direct copy of the original relayout function. Differences are marked.
|
||||||
winInjections['relayout'] = Workspace.WindowOverlay.prototype.relayout;
|
winInjections['relayout'] = Workspace.WindowOverlay.prototype.relayout;
|
||||||
Workspace.WindowOverlay.prototype.relayout = function(animate) {
|
Workspace.WindowOverlay.prototype.relayout = function(animate) {
|
||||||
let button = this.closeButton;
|
winInjections['relayout'].call(this, animate);
|
||||||
let title = this.title;
|
let title = this.title;
|
||||||
let border = this.border;
|
let border = this.border;
|
||||||
|
|
||||||
Tweener.removeTweens(button);
|
this._parentActor.set_child_above_sibling(title, border);
|
||||||
|
|
||||||
Tweener.removeTweens(title);
|
Tweener.removeTweens(title);
|
||||||
Tweener.removeTweens(border);
|
|
||||||
|
|
||||||
let [cloneX, cloneY, cloneWidth, cloneHeight] = this._windowClone.slot;
|
let [cloneX, cloneY, cloneWidth, cloneHeight] = this._windowClone.slot;
|
||||||
|
|
||||||
let layout = Meta.prefs_get_button_layout();
|
|
||||||
let side = layout.left_buttons.indexOf(Meta.ButtonFunction.CLOSE) > -1 ? St.Side.LEFT : St.Side.RIGHT;
|
|
||||||
|
|
||||||
let buttonX;
|
|
||||||
let buttonY = cloneY - (button.height - button._overlap);
|
|
||||||
if (side == St.Side.LEFT)
|
|
||||||
buttonX = cloneX - (button.width - button._overlap);
|
|
||||||
else
|
|
||||||
buttonX = cloneX + (cloneWidth - button._overlap);
|
|
||||||
|
|
||||||
if (animate)
|
|
||||||
this._animateOverlayActor(button, Math.floor(buttonX), Math.floor(buttonY), button.width);
|
|
||||||
else
|
|
||||||
button.set_position(Math.floor(buttonX), Math.floor(buttonY));
|
|
||||||
|
|
||||||
// Clutter.Actor.get_preferred_width() will return the fixed width if one
|
// Clutter.Actor.get_preferred_width() will return the fixed width if one
|
||||||
// is set, so we need to reset the width by calling set_width(-1), to forward
|
// is set, so we need to reset the width by calling set_width(-1), to forward
|
||||||
// the call down to StLabel.
|
// the call down to StLabel.
|
||||||
@@ -455,19 +440,6 @@ function enable() {
|
|||||||
title.width = titleWidth;
|
title.width = titleWidth;
|
||||||
title.set_position(Math.floor(titleX), Math.floor(titleY));
|
title.set_position(Math.floor(titleX), Math.floor(titleY));
|
||||||
}
|
}
|
||||||
|
|
||||||
let borderX = cloneX - this.borderSize;
|
|
||||||
let borderY = cloneY - this.borderSize;
|
|
||||||
let borderWidth = cloneWidth + 2 * this.borderSize;
|
|
||||||
let borderHeight = cloneHeight + 2 * this.borderSize;
|
|
||||||
|
|
||||||
if (animate) {
|
|
||||||
this._animateOverlayActor(this.border, borderX, borderY,
|
|
||||||
borderWidth, borderHeight);
|
|
||||||
} else {
|
|
||||||
this.border.set_position(borderX, borderY);
|
|
||||||
this.border.set_size(borderWidth, borderHeight);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+6
-6
@@ -2,15 +2,15 @@
|
|||||||
<schema id="org.gnome.shell.extensions.native-window-placement" path="/org/gnome/shell/extensions/native-window-placement/">
|
<schema id="org.gnome.shell.extensions.native-window-placement" path="/org/gnome/shell/extensions/native-window-placement/">
|
||||||
<key name="use-more-screen" type="b">
|
<key name="use-more-screen" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Use more screen for windows</_summary>
|
<summary>Use more screen for windows</summary>
|
||||||
<_description>Try to use more screen for placing window thumbnails by adapting to screen aspect ratio, and consolidating
|
<description>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.</_description>
|
them further to reduce the bounding box. This setting applies only with the natural placement strategy.</description>
|
||||||
</key>
|
</key>
|
||||||
<key name="window-captions-on-top" type="b">
|
<key name="window-captions-on-top" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
<_summary>Place window captions on top</_summary>
|
<summary>Place window captions on top</summary>
|
||||||
<_description>If true, place window captions on top the respective thumbnail, overriding shell default of placing it at
|
<description>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.</_description>
|
the bottom. Changing this setting requires restarting the shell to have any effect.</description>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -18,6 +18,8 @@ const Gettext = imports.gettext.domain('gnome-shell-extensions');
|
|||||||
const _ = Gettext.gettext;
|
const _ = Gettext.gettext;
|
||||||
const N_ = function(x) { return x; }
|
const N_ = function(x) { return x; }
|
||||||
|
|
||||||
|
const BACKGROUND_SCHEMA = 'org.gnome.desktop.background';
|
||||||
|
|
||||||
const Hostname1Iface = '<node> \
|
const Hostname1Iface = '<node> \
|
||||||
<interface name="org.freedesktop.hostname1"> \
|
<interface name="org.freedesktop.hostname1"> \
|
||||||
<property name="PrettyHostname" type="s" access="read" /> \
|
<property name="PrettyHostname" type="s" access="read" /> \
|
||||||
@@ -54,7 +56,7 @@ const PlaceInfo = new Lang.Class({
|
|||||||
Gio.AppInfo.launch_default_for_uri(file.get_uri(), launchContext);
|
Gio.AppInfo.launch_default_for_uri(file.get_uri(), launchContext);
|
||||||
});
|
});
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
Main.notifyError(_("Failed to launch \"%s\"").format(this.name), e.message);
|
Main.notifyError(_("Failed to launch “%s”").format(this.name), e.message);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -193,32 +195,11 @@ const PlacesManager = new Lang.Class({
|
|||||||
network: [],
|
network: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
let homePath = GLib.get_home_dir();
|
this._settings = new Gio.Settings({ schema_id: BACKGROUND_SCHEMA });
|
||||||
|
this._showDesktopIconsChangedId =
|
||||||
this._places.special.push(new PlaceInfo('special',
|
this._settings.connect('changed::show-desktop-icons',
|
||||||
Gio.File.new_for_path(homePath),
|
Lang.bind(this, this._updateSpecials));
|
||||||
_("Home")));
|
this._updateSpecials();
|
||||||
|
|
||||||
let specials = [];
|
|
||||||
for (let i = 0; i < DEFAULT_DIRECTORIES.length; i++) {
|
|
||||||
let specialPath = GLib.get_user_special_dir(DEFAULT_DIRECTORIES[i]);
|
|
||||||
if (specialPath == null || specialPath == homePath)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
let file = Gio.File.new_for_path(specialPath), info;
|
|
||||||
try {
|
|
||||||
info = new PlaceInfo('special', file);
|
|
||||||
} catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_FOUND)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
specials.push(info);
|
|
||||||
}
|
|
||||||
|
|
||||||
specials.sort(function(a, b) {
|
|
||||||
return GLib.utf8_collate(a.name, b.name);
|
|
||||||
});
|
|
||||||
this._places.special = this._places.special.concat(specials);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Show devices, code more or less ported from nautilus-places-sidebar.c
|
* Show devices, code more or less ported from nautilus-places-sidebar.c
|
||||||
@@ -262,6 +243,10 @@ const PlacesManager = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
destroy: function() {
|
destroy: function() {
|
||||||
|
if (this._settings)
|
||||||
|
this._settings.disconnect(this._showDesktopIconsChangedId);
|
||||||
|
this._settings = null;
|
||||||
|
|
||||||
for (let i = 0; i < this._volumeMonitorSignals.length; i++)
|
for (let i = 0; i < this._volumeMonitorSignals.length; i++)
|
||||||
this._volumeMonitor.disconnect(this._volumeMonitorSignals[i]);
|
this._volumeMonitor.disconnect(this._volumeMonitorSignals[i]);
|
||||||
|
|
||||||
@@ -271,6 +256,45 @@ const PlacesManager = new Lang.Class({
|
|||||||
Mainloop.source_remove(this._bookmarkTimeoutId);
|
Mainloop.source_remove(this._bookmarkTimeoutId);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_updateSpecials: function() {
|
||||||
|
this._places.special.forEach(function (p) { p.destroy(); });
|
||||||
|
this._places.special = [];
|
||||||
|
|
||||||
|
let homePath = GLib.get_home_dir();
|
||||||
|
|
||||||
|
this._places.special.push(new PlaceInfo('special',
|
||||||
|
Gio.File.new_for_path(homePath),
|
||||||
|
_("Home")));
|
||||||
|
|
||||||
|
let specials = [];
|
||||||
|
let dirs = DEFAULT_DIRECTORIES.slice();
|
||||||
|
|
||||||
|
if (this._settings.get_boolean('show-desktop-icons'))
|
||||||
|
dirs.push(GLib.UserDirectory.DIRECTORY_DESKTOP);
|
||||||
|
|
||||||
|
for (let i = 0; i < dirs.length; i++) {
|
||||||
|
let specialPath = GLib.get_user_special_dir(dirs[i]);
|
||||||
|
if (specialPath == null || specialPath == homePath)
|
||||||
|
continue;
|
||||||
|
|
||||||
|
let file = Gio.File.new_for_path(specialPath), info;
|
||||||
|
try {
|
||||||
|
info = new PlaceInfo('special', file);
|
||||||
|
} catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_FOUND)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
specials.push(info);
|
||||||
|
}
|
||||||
|
|
||||||
|
specials.sort(function(a, b) {
|
||||||
|
return GLib.utf8_collate(a.name, b.name);
|
||||||
|
});
|
||||||
|
this._places.special = this._places.special.concat(specials);
|
||||||
|
|
||||||
|
this.emit('special-updated');
|
||||||
|
},
|
||||||
|
|
||||||
_updateMounts: function() {
|
_updateMounts: function() {
|
||||||
let networkMounts = [];
|
let networkMounts = [];
|
||||||
let networkVolumes = [];
|
let networkVolumes = [];
|
||||||
|
|||||||
@@ -82,12 +82,20 @@ function cycleScreenshotSizes(display, screen, window, binding) {
|
|||||||
let workArea = window.get_work_area_current_monitor();
|
let workArea = window.get_work_area_current_monitor();
|
||||||
let outerRect = window.get_frame_rect();
|
let outerRect = window.get_frame_rect();
|
||||||
|
|
||||||
|
// Double both axes if on a hidpi display
|
||||||
|
let scaleFactor = St.ThemeContext.get_for_stage(global.stage).scale_factor;
|
||||||
|
let scaledSizes = SIZES.map(function(size) {
|
||||||
|
return size.map(function(wh) {
|
||||||
|
return wh * scaleFactor;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// 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;
|
||||||
let nearestError;
|
let nearestError;
|
||||||
|
|
||||||
for (let i = 0; i < SIZES.length; i++) {
|
for (let i = 0; i < scaledSizes.length; i++) {
|
||||||
let [width, height] = SIZES[i];
|
let [width, height] = scaledSizes[i];
|
||||||
|
|
||||||
// ignore sizes bigger than the workArea
|
// ignore sizes bigger than the workArea
|
||||||
if (width > workArea.width || height > workArea.height)
|
if (width > workArea.width || height > workArea.height)
|
||||||
@@ -102,11 +110,11 @@ function cycleScreenshotSizes(display, screen, window, binding) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get the next size up or down from ideal
|
// get the next size up or down from ideal
|
||||||
let newIndex = (nearestIndex + (backwards ? -1 : 1)) % SIZES.length;
|
let newIndex = (nearestIndex + (backwards ? -1 : 1)) % scaledSizes.length;
|
||||||
let newWidth, newHeight;
|
let newWidth, newHeight;
|
||||||
[newWidth, newHeight] = SIZES[newIndex];
|
[newWidth, newHeight] = scaledSizes[newIndex];
|
||||||
if (newWidth > workArea.width || newHeight > workArea.height)
|
if (newWidth > workArea.width || newHeight > workArea.height)
|
||||||
[newWidth, newHeight] = SIZES[0];
|
[newWidth, newHeight] = scaledSizes[0];
|
||||||
|
|
||||||
// Push the window onscreen if it would be resized offscreen
|
// Push the window onscreen if it would be resized offscreen
|
||||||
let newX = outerRect.x;
|
let newX = outerRect.x;
|
||||||
@@ -119,7 +127,9 @@ 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_frame_rect();
|
let newOuterRect = window.get_frame_rect();
|
||||||
let message = newOuterRect.width + 'x' + newOuterRect.height;
|
let message = '%d×%d'.format(
|
||||||
|
(newOuterRect.width / scaleFactor),
|
||||||
|
(newOuterRect.height / scaleFactor));
|
||||||
|
|
||||||
// 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
|
||||||
// a terminal) - in that case, include the actual ratio to the message
|
// a terminal) - in that case, include the actual ratio to the message
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
path="/org/gnome/shell/extensions/screenshot-window-sizer/">
|
path="/org/gnome/shell/extensions/screenshot-window-sizer/">
|
||||||
<key type="as" name="cycle-screenshot-sizes">
|
<key type="as" name="cycle-screenshot-sizes">
|
||||||
<default><![CDATA[['<Alt><Control>s']]]></default>
|
<default><![CDATA[['<Alt><Control>s']]]></default>
|
||||||
<_summary>Cycle Screenshot Sizes</_summary>
|
<summary>Cycle Screenshot Sizes</summary>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
+2
-2
@@ -2,8 +2,8 @@
|
|||||||
<schema id="org.gnome.shell.extensions.user-theme" path="/org/gnome/shell/extensions/user-theme/">
|
<schema id="org.gnome.shell.extensions.user-theme" path="/org/gnome/shell/extensions/user-theme/">
|
||||||
<key name="name" type="s">
|
<key name="name" type="s">
|
||||||
<default>""</default>
|
<default>""</default>
|
||||||
<_summary>Theme name</_summary>
|
<summary>Theme name</summary>
|
||||||
<_description>The name of the theme, to be loaded from ~/.themes/name/gnome-shell</_description>
|
<description>The name of the theme, to be loaded from ~/.themes/name/gnome-shell</description>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -3,42 +3,44 @@
|
|||||||
#panel.bottom-panel {
|
#panel.bottom-panel {
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
border-bottom-width: 0px;
|
border-bottom-width: 0px;
|
||||||
height: 32px !important;
|
height: 2.25em ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-panel .window-button > StWidget {
|
.bottom-panel .window-button > StWidget {
|
||||||
background-color: #e9e9e9 !important;
|
background-gradient-drection: vertical;
|
||||||
background-gradient-direction: vertical;
|
background-color: #fff;
|
||||||
background-gradient-end: #d0d0d0;
|
background-gradient-start: #fff;
|
||||||
color: #555 !important;
|
background-gradient-end: #eee;
|
||||||
border-radius: 2px !important;
|
color: #000;
|
||||||
padding: 4px 6px 2px !important;
|
-st-natural-width: 18.7em;
|
||||||
|
max-width: 18.75em;
|
||||||
|
color: #2e3436;
|
||||||
|
background-color: #eee;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 3px 6px 1px;
|
||||||
|
box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
|
||||||
text-shadow: 0 0 transparent;
|
text-shadow: 0 0 transparent;
|
||||||
box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-panel .window-button:hover > StWidget {
|
.bottom-panel .window-button:hover > StWidget {
|
||||||
background-color: #f9f9f9 !important;
|
background-color: #f9f9f9;
|
||||||
background-gradient-end: #e0e0e0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-panel .window-button:active > StWidget {
|
.bottom-panel .window-button:active > StWidget,
|
||||||
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important;
|
.bottom-panel .window-button:focus > StWidget {
|
||||||
|
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-panel .window-button.focused > StWidget {
|
.bottom-panel .window-button.focused > StWidget {
|
||||||
background-color: #a9a9a9 !important;
|
background-color: #ddd;
|
||||||
background-gradient-end: #b0b0b0;
|
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
|
||||||
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-panel .window-button.focused:hover > StWidget {
|
.bottom-panel .window-button.focused:hover > StWidget {
|
||||||
background-color: #b9b9b9 !important;
|
background-color: #e9e9e9;
|
||||||
background-gradient-end: #c0c0c0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-panel .window-button.minimized > StWidget {
|
.bottom-panel .window-button.minimized > StWidget {
|
||||||
color: #888 !important;
|
color: #888;
|
||||||
box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4) !important;
|
box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,8 @@ function _onMenuStateChanged(menu, isOpen) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _getAppStableSequence(app) {
|
function _getAppStableSequence(app) {
|
||||||
return app.get_windows().reduce(function(prev, cur) {
|
let windows = app.get_windows().filter(function(w) { return !w.skip_taskbar; });
|
||||||
|
return windows.reduce(function(prev, cur) {
|
||||||
return Math.min(prev, cur.get_stable_sequence());
|
return Math.min(prev, cur.get_stable_sequence());
|
||||||
}, Infinity);
|
}, Infinity);
|
||||||
}
|
}
|
||||||
@@ -139,17 +140,24 @@ const WindowTitle = new Lang.Class({
|
|||||||
|
|
||||||
_init: function(metaWindow) {
|
_init: function(metaWindow) {
|
||||||
this._metaWindow = metaWindow;
|
this._metaWindow = metaWindow;
|
||||||
this.actor = new St.BoxLayout({ style_class: 'window-button-box' });
|
this.actor = new St.BoxLayout({ style_class: 'window-button-box',
|
||||||
|
x_expand: true, y_expand: true });
|
||||||
|
|
||||||
this._icon = new St.Bin({ style_class: 'window-button-icon' });
|
this._icon = new St.Bin({ style_class: 'window-button-icon' });
|
||||||
this.actor.add(this._icon);
|
this.actor.add(this._icon);
|
||||||
this._label = new St.Label();
|
this.label_actor = new St.Label({ y_align: Clutter.ActorAlign.CENTER });
|
||||||
this.actor.add(this._label);
|
this.actor.add(this.label_actor);
|
||||||
|
|
||||||
this._textureCache = St.TextureCache.get_default();
|
this._textureCache = St.TextureCache.get_default();
|
||||||
this._iconThemeChangedId =
|
this._iconThemeChangedId =
|
||||||
this._textureCache.connect('icon-theme-changed',
|
this._textureCache.connect('icon-theme-changed',
|
||||||
Lang.bind(this, this._updateIcon));
|
Lang.bind(this, this._updateIcon));
|
||||||
|
this._notifyWmClass =
|
||||||
|
this._metaWindow.connect('notify::wm-class',
|
||||||
|
Lang.bind(this, this._updateIcon));
|
||||||
|
this._notifyAppId =
|
||||||
|
this._metaWindow.connect('notify::gtk-application-id',
|
||||||
|
Lang.bind(this, this._updateIcon));
|
||||||
this._updateIcon();
|
this._updateIcon();
|
||||||
|
|
||||||
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
|
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
|
||||||
@@ -173,9 +181,9 @@ const WindowTitle = new Lang.Class({
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (this._metaWindow.minimized)
|
if (this._metaWindow.minimized)
|
||||||
this._label.text = '[%s]'.format(this._metaWindow.title);
|
this.label_actor.text = '[%s]'.format(this._metaWindow.title);
|
||||||
else
|
else
|
||||||
this._label.text = this._metaWindow.title;
|
this.label_actor.text = this._metaWindow.title;
|
||||||
},
|
},
|
||||||
|
|
||||||
_updateIcon: function() {
|
_updateIcon: function() {
|
||||||
@@ -191,6 +199,8 @@ const WindowTitle = new Lang.Class({
|
|||||||
this._textureCache.disconnect(this._iconThemeChangedId);
|
this._textureCache.disconnect(this._iconThemeChangedId);
|
||||||
this._metaWindow.disconnect(this._notifyTitleId);
|
this._metaWindow.disconnect(this._notifyTitleId);
|
||||||
this._metaWindow.disconnect(this._notifyMinimizedId);
|
this._metaWindow.disconnect(this._notifyMinimizedId);
|
||||||
|
this._metaWindow.disconnect(this._notifyWmClass);
|
||||||
|
this._metaWindow.disconnect(this._notifyAppId);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -205,6 +215,7 @@ const BaseButton = new Lang.Class({
|
|||||||
|
|
||||||
this.actor = new St.Button({ style_class: 'window-button',
|
this.actor = new St.Button({ style_class: 'window-button',
|
||||||
x_fill: true,
|
x_fill: true,
|
||||||
|
y_fill: true,
|
||||||
can_focus: true,
|
can_focus: true,
|
||||||
button_mask: St.ButtonMask.ONE |
|
button_mask: St.ButtonMask.ONE |
|
||||||
St.ButtonMask.THREE });
|
St.ButtonMask.THREE });
|
||||||
@@ -323,6 +334,7 @@ const WindowButton = new Lang.Class({
|
|||||||
|
|
||||||
this._windowTitle = new WindowTitle(this.metaWindow);
|
this._windowTitle = new WindowTitle(this.metaWindow);
|
||||||
this.actor.set_child(this._windowTitle.actor);
|
this.actor.set_child(this._windowTitle.actor);
|
||||||
|
this.actor.label_actor = this._windowTitle.label_actor;
|
||||||
|
|
||||||
this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow);
|
this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow);
|
||||||
this._contextMenu.connect('open-state-changed', _onMenuStateChanged);
|
this._contextMenu.connect('open-state-changed', _onMenuStateChanged);
|
||||||
@@ -472,6 +484,7 @@ const AppButton = new Lang.Class({
|
|||||||
this.actor.set_child(stack);
|
this.actor.set_child(stack);
|
||||||
|
|
||||||
this._singleWindowTitle = new St.Bin({ x_expand: true,
|
this._singleWindowTitle = new St.Bin({ x_expand: true,
|
||||||
|
y_fill: true,
|
||||||
x_align: St.Align.START });
|
x_align: St.Align.START });
|
||||||
stack.add_actor(this._singleWindowTitle);
|
stack.add_actor(this._singleWindowTitle);
|
||||||
|
|
||||||
@@ -482,7 +495,11 @@ const AppButton = new Lang.Class({
|
|||||||
this._icon = new St.Bin({ style_class: 'window-button-icon',
|
this._icon = new St.Bin({ style_class: 'window-button-icon',
|
||||||
child: app.create_icon_texture(ICON_TEXTURE_SIZE) });
|
child: app.create_icon_texture(ICON_TEXTURE_SIZE) });
|
||||||
this._multiWindowTitle.add(this._icon);
|
this._multiWindowTitle.add(this._icon);
|
||||||
this._multiWindowTitle.add(new St.Label({ text: app.get_name() }));
|
|
||||||
|
let label = new St.Label({ text: app.get_name(),
|
||||||
|
y_align: Clutter.ActorAlign.CENTER });
|
||||||
|
this._multiWindowTitle.add(label);
|
||||||
|
this._multiWindowTitle.label_actor = label;
|
||||||
|
|
||||||
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
||||||
this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM);
|
this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM);
|
||||||
@@ -573,6 +590,7 @@ const AppButton = new Lang.Class({
|
|||||||
}
|
}
|
||||||
this._contextMenuManager.removeMenu(this._appContextMenu);
|
this._contextMenuManager.removeMenu(this._appContextMenu);
|
||||||
this._contextMenu = this._windowContextMenu;
|
this._contextMenu = this._windowContextMenu;
|
||||||
|
this.actor.label_actor = this._windowTitle.label_actor;
|
||||||
} else {
|
} else {
|
||||||
if (this._windowTitle) {
|
if (this._windowTitle) {
|
||||||
this.metaWindow = null;
|
this.metaWindow = null;
|
||||||
@@ -583,6 +601,7 @@ const AppButton = new Lang.Class({
|
|||||||
}
|
}
|
||||||
this._contextMenu = this._appContextMenu;
|
this._contextMenu = this._appContextMenu;
|
||||||
this._contextMenuManager.addMenu(this._appContextMenu);
|
this._contextMenuManager.addMenu(this._appContextMenu);
|
||||||
|
this.actor.label_actor = this._multiWindowTitle.label_actor;
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -794,10 +813,15 @@ const WindowList = new Lang.Class({
|
|||||||
this._workspaceIndicator = new WorkspaceIndicator();
|
this._workspaceIndicator = new WorkspaceIndicator();
|
||||||
indicatorsBox.add(this._workspaceIndicator.container, { expand: false, y_fill: true });
|
indicatorsBox.add(this._workspaceIndicator.container, { expand: false, y_fill: true });
|
||||||
|
|
||||||
|
this._mutterSettings = new Gio.Settings({ schema_id: 'org.gnome.mutter' });
|
||||||
this._workspaceSettings = this._getWorkspaceSettings();
|
this._workspaceSettings = this._getWorkspaceSettings();
|
||||||
this._workspacesOnlyOnPrimaryChangedId =
|
this._workspacesOnlyOnPrimaryChangedId =
|
||||||
this._workspaceSettings.connect('changed::workspaces-only-on-primary',
|
this._workspaceSettings.connect('changed::workspaces-only-on-primary',
|
||||||
Lang.bind(this, this._updateWorkspaceIndicatorVisibility));
|
Lang.bind(this, this._updateWorkspaceIndicatorVisibility));
|
||||||
|
this._dynamicWorkspacesSettings = this._getDynamicWorkspacesSettings();
|
||||||
|
this._dynamicWorkspacesChangedId =
|
||||||
|
this._dynamicWorkspacesSettings.connect('changed::dynamic-workspaces',
|
||||||
|
Lang.bind(this, this._updateWorkspaceIndicatorVisibility));
|
||||||
this._updateWorkspaceIndicatorVisibility();
|
this._updateWorkspaceIndicatorVisibility();
|
||||||
|
|
||||||
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
this._menuManager = new PopupMenu.PopupMenuManager(this);
|
||||||
@@ -809,8 +833,8 @@ const WindowList = new Lang.Class({
|
|||||||
Main.ctrlAltTabManager.addGroup(this.actor, _("Window List"), 'start-here-symbolic');
|
Main.ctrlAltTabManager.addGroup(this.actor, _("Window List"), 'start-here-symbolic');
|
||||||
|
|
||||||
this.actor.width = this._monitor.width;
|
this.actor.width = this._monitor.width;
|
||||||
this.actor.set_position(this._monitor.x,
|
this.actor.connect('notify::height', Lang.bind(this, this._updatePosition));
|
||||||
this._monitor.y + this._monitor.height - this.actor.height);
|
this._updatePosition();
|
||||||
|
|
||||||
this._appSystem = Shell.AppSystem.get_default();
|
this._appSystem = Shell.AppSystem.get_default();
|
||||||
this._appStateChangedId =
|
this._appStateChangedId =
|
||||||
@@ -879,11 +903,17 @@ const WindowList = new Lang.Class({
|
|||||||
this._groupingModeChanged();
|
this._groupingModeChanged();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_getDynamicWorkspacesSettings: function() {
|
||||||
|
if (this._workspaceSettings.list_keys().indexOf('dynamic-workspaces') > -1)
|
||||||
|
return this._workspaceSettings;
|
||||||
|
return this._mutterSettings;
|
||||||
|
},
|
||||||
|
|
||||||
_getWorkspaceSettings: function() {
|
_getWorkspaceSettings: function() {
|
||||||
let settings = global.get_overrides_settings();
|
let settings = global.get_overrides_settings();
|
||||||
if (settings.list_keys().indexOf('workspaces-only-on-primary') > -1)
|
if (settings.list_keys().indexOf('workspaces-only-on-primary') > -1)
|
||||||
return settings;
|
return settings;
|
||||||
return new Gio.Settings({ schema_id: 'org.gnome.mutter' });
|
return this._mutterSettings;
|
||||||
},
|
},
|
||||||
|
|
||||||
_onScrollEvent: function(actor, event) {
|
_onScrollEvent: function(actor, event) {
|
||||||
@@ -911,10 +941,18 @@ const WindowList = new Lang.Class({
|
|||||||
children[active].activate();
|
children[active].activate();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
_updatePosition: function() {
|
||||||
|
this.actor.set_position(this._monitor.x,
|
||||||
|
this._monitor.y + this._monitor.height - this.actor.height);
|
||||||
|
},
|
||||||
|
|
||||||
_updateWorkspaceIndicatorVisibility: function() {
|
_updateWorkspaceIndicatorVisibility: function() {
|
||||||
this._workspaceIndicator.actor.visible =
|
let hasWorkspaces = this._dynamicWorkspacesSettings.get_boolean('dynamic-workspaces') ||
|
||||||
this._monitor == Main.layoutManager.primaryMonitor ||
|
global.screen.n_workspaces > 1;
|
||||||
!this._workspaceSettings.get_boolean('workspaces-only-on-primary');
|
let workspacesOnMonitor = this._monitor == Main.layoutManager.primaryMonitor ||
|
||||||
|
!this._workspaceSettings.get_boolean('workspaces-only-on-primary');
|
||||||
|
|
||||||
|
this._workspaceIndicator.actor.visible = hasWorkspaces && workspacesOnMonitor;
|
||||||
},
|
},
|
||||||
|
|
||||||
_getPreferredUngroupedWindowListWidth: function() {
|
_getPreferredUngroupedWindowListWidth: function() {
|
||||||
@@ -1085,6 +1123,8 @@ const WindowList = new Lang.Class({
|
|||||||
Lang.bind(this, this._onWindowRemoved));
|
Lang.bind(this, this._onWindowRemoved));
|
||||||
this._workspaceSignals.set(workspace, signals);
|
this._workspaceSignals.set(workspace, signals);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._updateWorkspaceIndicatorVisibility();
|
||||||
},
|
},
|
||||||
|
|
||||||
_disconnectWorkspaceSignals: function() {
|
_disconnectWorkspaceSignals: function() {
|
||||||
@@ -1153,6 +1193,7 @@ const WindowList = new Lang.Class({
|
|||||||
|
|
||||||
_onDestroy: function() {
|
_onDestroy: function() {
|
||||||
this._workspaceSettings.disconnect(this._workspacesOnlyOnPrimaryChangedId);
|
this._workspaceSettings.disconnect(this._workspacesOnlyOnPrimaryChangedId);
|
||||||
|
this._dynamicWorkspacesSettings.disconnect(this._dynamicWorkspacesChangedId);
|
||||||
|
|
||||||
this._workspaceIndicator.destroy();
|
this._workspaceIndicator.destroy();
|
||||||
|
|
||||||
|
|||||||
+7
-7
@@ -9,19 +9,19 @@
|
|||||||
<key name="grouping-mode"
|
<key name="grouping-mode"
|
||||||
enum="org.gnome.shell.extensions.window-list.GroupingMode">
|
enum="org.gnome.shell.extensions.window-list.GroupingMode">
|
||||||
<default>'never'</default>
|
<default>'never'</default>
|
||||||
<_summary>When to group windows</_summary>
|
<summary>When to group windows</summary>
|
||||||
<_description>
|
<description>
|
||||||
Decides when to group windows from the same application on the
|
Decides when to group windows from the same application on the
|
||||||
window list. Possible values are "never", "auto" and "always".
|
window list. Possible values are “never”, “auto” and “always”.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
<key name="show-on-all-monitors" type="b">
|
<key name="show-on-all-monitors" type="b">
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
<_summary>Show the window list on all monitors</_summary>
|
<summary>Show the window list on all monitors</summary>
|
||||||
<_description>
|
<description>
|
||||||
Whether to show the window list on all connected monitors or
|
Whether to show the window list on all connected monitors or
|
||||||
only on the primary one.
|
only on the primary one.
|
||||||
</_description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
/* .window-button-icon height +
|
/* .window-button-icon height +
|
||||||
.window-button vertical padding +
|
.window-button vertical padding +
|
||||||
.window-button > StWidget vertical padding) */
|
.window-button > StWidget vertical padding) */
|
||||||
height: 30px;
|
height: 2.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-list {
|
.window-list {
|
||||||
@@ -27,8 +27,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.window-button > StWidget {
|
.window-button > StWidget {
|
||||||
-st-natural-width: 250px;
|
-st-natural-width: 18.75em;
|
||||||
max-width: 250px;
|
max-width: 18.75em;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ const WorkspaceSettingsWidget = new GObject.Class({
|
|||||||
let iter = this._store.append();
|
let iter = this._store.append();
|
||||||
let index = this._store.get_path(iter).get_indices()[0];
|
let index = this._store.get_path(iter).get_indices()[0];
|
||||||
|
|
||||||
let label = _("Workspace %d").format(index);
|
let label = _("Workspace %d").format(index + 1);
|
||||||
this._store.set(iter, [this._store.Columns.LABEL], [label]);
|
this._store.set(iter, [this._store.Columns.LABEL], [label]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -27,4 +27,11 @@ and will be picked automatically at next login.
|
|||||||
<gnome:userid>gcampagna</gnome:userid>
|
<gnome:userid>gcampagna</gnome:userid>
|
||||||
</foaf:Person>
|
</foaf:Person>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<maintainer>
|
||||||
|
<foaf:Person>
|
||||||
|
<foaf:name>Florian Müllner</foaf:name>
|
||||||
|
<foaf:mbox rdf:resource="mailto:fmuellner@gnome.org" />
|
||||||
|
<gnome:userid>fmuellner</gnome:userid>
|
||||||
|
</foaf:Person>
|
||||||
|
</maintainer>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ af
|
|||||||
an
|
an
|
||||||
ar
|
ar
|
||||||
as
|
as
|
||||||
|
be
|
||||||
bg
|
bg
|
||||||
bn_IN
|
bn_IN
|
||||||
bs
|
bs
|
||||||
@@ -20,6 +21,7 @@ fa
|
|||||||
fi
|
fi
|
||||||
fr
|
fr
|
||||||
fur
|
fur
|
||||||
|
gd
|
||||||
gl
|
gl
|
||||||
gu
|
gu
|
||||||
he
|
he
|
||||||
@@ -41,6 +43,7 @@ ms
|
|||||||
nb
|
nb
|
||||||
ne
|
ne
|
||||||
nl
|
nl
|
||||||
|
oc
|
||||||
or
|
or
|
||||||
pa
|
pa
|
||||||
pl
|
pl
|
||||||
|
|||||||
+68
@@ -0,0 +1,68 @@
|
|||||||
|
# Makefile variables for PO directory in any package using GNU gettext.
|
||||||
|
|
||||||
|
# Usually the message domain is the same as the package name.
|
||||||
|
DOMAIN = $(PACKAGE)
|
||||||
|
|
||||||
|
# These two variables depend on the location of this directory.
|
||||||
|
subdir = po
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
|
# These options get passed to xgettext.
|
||||||
|
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ \
|
||||||
|
--keyword=C_:1c,2 --keyword=NC_:1c,2 \
|
||||||
|
--keyword=g_dngettext:2,3 --add-comments \
|
||||||
|
--flag=g_dngettext:2:pass-c-format \
|
||||||
|
--flag=g_strdup_printf:1:c-format \
|
||||||
|
--flag=g_string_printf:2:c-format \
|
||||||
|
--flag=g_string_append_printf:2:c-format \
|
||||||
|
--flag=g_error_new:3:c-format \
|
||||||
|
--flag=g_set_error:4:c-format \
|
||||||
|
--flag=g_markup_printf_escaped:1:c-format \
|
||||||
|
--flag=g_log:3:c-format \
|
||||||
|
--flag=g_print:1:c-format \
|
||||||
|
--flag=g_printerr:1:c-format \
|
||||||
|
--flag=g_printf:1:c-format \
|
||||||
|
--flag=g_fprintf:2:c-format \
|
||||||
|
--flag=g_sprintf:2:c-format \
|
||||||
|
--flag=g_snprintf:3:c-format
|
||||||
|
|
||||||
|
|
||||||
|
# This is the copyright holder that gets inserted into the header of the
|
||||||
|
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||||
|
# package. (Note that the msgstr strings, extracted from the package's
|
||||||
|
# sources, belong to the copyright holder of the package.) Translators are
|
||||||
|
# expected to transfer the copyright for their translations to this person
|
||||||
|
# or entity, or to disclaim their copyright. The empty string stands for
|
||||||
|
# the public domain; in this case the translators are expected to disclaim
|
||||||
|
# their copyright.
|
||||||
|
COPYRIGHT_HOLDER = Translation copyright holder
|
||||||
|
# This is the email address or URL to which the translators shall report
|
||||||
|
# bugs in the untranslated strings:
|
||||||
|
# - Strings which are not entire sentences, see the maintainer guidelines
|
||||||
|
# in the GNU gettext documentation, section 'Preparing Strings'.
|
||||||
|
# - Strings which use unclear terms or require additional context to be
|
||||||
|
# understood.
|
||||||
|
# - Strings which make invalid assumptions about notation of date, time or
|
||||||
|
# money.
|
||||||
|
# - Pluralisation problems.
|
||||||
|
# - Incorrect English spelling.
|
||||||
|
# - Incorrect formatting.
|
||||||
|
# It can be your email address, or a mailing list address where translators
|
||||||
|
# can write to without being subscribed, or the URL of a web page through
|
||||||
|
# which the translators can contact you.
|
||||||
|
MSGID_BUGS_ADDRESS = http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions
|
||||||
|
|
||||||
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
EXTRA_LOCALE_CATEGORIES =
|
||||||
|
|
||||||
|
# Ignore the timestamp of the .pot file, as git clones do not have
|
||||||
|
# deterministic timestamps, and .po files are updated by translators
|
||||||
|
# (only) in GNOME projects.
|
||||||
|
PO_DEPENDS_ON_POT = no
|
||||||
|
|
||||||
|
# This tells whether or not to forcibly update $(DOMAIN).pot and
|
||||||
|
# regenerate PO files on "make dist". Possible values are "yes" and
|
||||||
|
# "no". Set this to no if the POT file and PO files are maintained
|
||||||
|
# externally.
|
||||||
|
DIST_DEPENDS_ON_UPDATE_PO = no
|
||||||
+8
-8
@@ -1,24 +1,24 @@
|
|||||||
data/gnome-classic.desktop.in
|
data/gnome-classic.desktop.in
|
||||||
data/gnome-classic.session.desktop.in.in
|
data/gnome-classic.session.desktop.in
|
||||||
data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in
|
data/org.gnome.shell.extensions.classic-overrides.gschema.xml
|
||||||
extensions/alternate-tab/prefs.js
|
extensions/alternate-tab/prefs.js
|
||||||
extensions/apps-menu/extension.js
|
extensions/apps-menu/extension.js
|
||||||
extensions/auto-move-windows/extension.js
|
extensions/auto-move-windows/extension.js
|
||||||
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in
|
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml
|
||||||
extensions/auto-move-windows/prefs.js
|
extensions/auto-move-windows/prefs.js
|
||||||
extensions/drive-menu/extension.js
|
extensions/drive-menu/extension.js
|
||||||
extensions/example/extension.js
|
extensions/example/extension.js
|
||||||
extensions/example/org.gnome.shell.extensions.example.gschema.xml.in
|
extensions/example/org.gnome.shell.extensions.example.gschema.xml
|
||||||
extensions/example/prefs.js
|
extensions/example/prefs.js
|
||||||
extensions/native-window-placement/extension.js
|
extensions/native-window-placement/extension.js
|
||||||
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in
|
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml
|
||||||
extensions/places-menu/extension.js
|
extensions/places-menu/extension.js
|
||||||
extensions/places-menu/placeDisplay.js
|
extensions/places-menu/placeDisplay.js
|
||||||
extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in
|
extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
|
||||||
extensions/user-theme/extension.js
|
extensions/user-theme/extension.js
|
||||||
extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in
|
extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml
|
||||||
extensions/window-list/extension.js
|
extensions/window-list/extension.js
|
||||||
extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in
|
extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml
|
||||||
extensions/window-list/prefs.js
|
extensions/window-list/prefs.js
|
||||||
extensions/windowsNavigator/extension.js
|
extensions/windowsNavigator/extension.js
|
||||||
extensions/workspace-indicator/extension.js
|
extensions/workspace-indicator/extension.js
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
# SOME DESCRIPTIVE TITLE.
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# Khaled Hosny <khaledhosny@eglug.org>, 2012, 2013.
|
# Khaled Hosny <khaledhosny@eglug.org>, 2012, 2013, 2015.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-12-11 06:42+0200\n"
|
"POT-Creation-Date: 2015-09-23 23:54+0200\n"
|
||||||
"PO-Revision-Date: 2013-12-11 06:43+0200\n"
|
"PO-Revision-Date: 2015-09-23 23:56+0200\n"
|
||||||
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
|
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
|
||||||
"Language-Team: Arabic <doc@arabeyes.org>\n"
|
"Language-Team: Arabic <doc@arabeyes.org>\n"
|
||||||
"Language: ar\n"
|
"Language: ar\n"
|
||||||
@@ -16,7 +16,7 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||||
"X-Generator: Virtaal 0.7.1-rc1\n"
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: ../data/gnome-classic.desktop.in.h:1
|
||||||
@@ -28,17 +28,9 @@ 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 "اربط المربعات الحوارية العائمة بالنافذة الأم"
|
||||||
|
|
||||||
#: ../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 ""
|
||||||
@@ -46,14 +38,24 @@ msgid ""
|
|||||||
msgstr ""
|
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.desktop.wm.preferences when running "
|
||||||
|
"GNOME Shell."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
|
||||||
@@ -69,23 +71,23 @@ 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 "أظهر نوافذ مساحات العمل الحالية فقط"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "ملخص الأنشطة"
|
msgstr "ملخص الأنشطة"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "المفضّلات"
|
msgstr "المفضّلات"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: ../extensions/apps-menu/extension.js:261
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "التطبيقات"
|
msgstr "التطبيقات"
|
||||||
|
|
||||||
@@ -99,37 +101,37 @@ msgid ""
|
|||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
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"
|
||||||
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
|
||||||
#, javascript-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:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "افتح الملف"
|
msgstr "افتح الملف"
|
||||||
|
|
||||||
@@ -139,7 +141,7 @@ msgstr "أهلا، يا عالم!"
|
|||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr ""
|
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 ""
|
||||||
@@ -148,16 +150,18 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "الرسالة"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: ../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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it's possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../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 ""
|
||||||
@@ -185,31 +189,27 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "الأماكن"
|
msgstr "الأماكن"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:58
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "فشل تشغيل \"%s\""
|
msgstr "فشل تشغيل \"%s\""
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:100
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:123
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "الحاسوب"
|
msgstr "الحاسوب"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:201
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "المنزل"
|
msgstr "المنزل"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:288
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
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"
|
||||||
@@ -219,52 +219,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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:92
|
#: ../extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "أغلق"
|
msgstr "أغلق"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:102
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "ألغِ التصغير"
|
msgstr "ألغِ التصغير"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:103
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "صغّر"
|
msgstr "صغّر"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "ألغِ التكبير"
|
msgstr "ألغِ التكبير"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "كبّر"
|
msgstr "كبّر"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:270
|
#: ../extensions/window-list/extension.js:403
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "صغّر الكل"
|
msgstr "صغّر الكل"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:278
|
#: ../extensions/window-list/extension.js:411
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "ألغِ تصغير الكل"
|
msgstr "ألغِ تصغير الكل"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:286
|
#: ../extensions/window-list/extension.js:419
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "كبّر الكل"
|
msgstr "كبّر الكل"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:295
|
#: ../extensions/window-list/extension.js:428
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "ألغِ تكبير الكل"
|
msgstr "ألغِ تكبير الكل"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:437
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "أغلق الكل"
|
msgstr "أغلق الكل"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:591
|
#: ../extensions/window-list/extension.js:661
|
||||||
#: ../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:820
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "قائمة النوافذ"
|
msgstr "قائمة النوافذ"
|
||||||
|
|
||||||
@@ -280,35 +280,62 @@ msgstr ""
|
|||||||
"يقرر متى تجمع نوافذ نفس التطبيق في قائمة النوافذ. القيم الممكنة هي \"never"
|
"يقرر متى تجمع نوافذ نفس التطبيق في قائمة النوافذ. القيم الممكنة هي \"never"
|
||||||
"\"، \"auto\" و \"always\"."
|
"\"، \"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:"
|
#, fuzzy
|
||||||
|
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
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "مساحة العمل %Id"
|
msgstr "مساحة العمل %Id"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "صدفة جنوم تقليدية"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "إدارة النوافذ وإطلاق التطبيقات"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "المعالج"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "الذاكرة"
|
||||||
|
|
||||||
#~ msgid "Normal"
|
#~ msgid "Normal"
|
||||||
#~ msgstr "عادي"
|
#~ msgstr "عادي"
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2014-08-13 17:37+0530\n"
|
"PO-Revision-Date: 2014-08-13 17:37+0530\n"
|
||||||
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
|
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
|
||||||
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
||||||
"Language: en_US\n"
|
"Language: as\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"
|
||||||
|
|||||||
@@ -0,0 +1,346 @@
|
|||||||
|
# Belarusian translation for gnome-shell-extensions.
|
||||||
|
# Copyright (C) 2017 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
|
# Yuras Shumovich <shumovichy@gmail.com>, 2017
|
||||||
|
#
|
||||||
|
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: 2017-01-20 15:31+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-02-04 12:24+0300\n"
|
||||||
|
"Language-Team: Belarusian <i18n-bel-gnome@googlegroups.com>\n"
|
||||||
|
"Language: be\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||||
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
"Last-Translator: Yuras Shumovich <shumovichy@gmail.com>\n"
|
||||||
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
|
msgid "GNOME Classic"
|
||||||
|
msgstr "Класічны GNOME"
|
||||||
|
|
||||||
|
#: data/gnome-classic.desktop.in:4
|
||||||
|
msgid "This session logs you into GNOME Classic"
|
||||||
|
msgstr "Гэты сеанс выкарыстоўвае класічны GNOME"
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
|
msgid "Attach modal dialog to the parent window"
|
||||||
|
msgstr "Прымацаваць мадальны дыялог да бацькоўскага акна"
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
|
msgid ""
|
||||||
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
|
msgstr ""
|
||||||
|
"Гэты ключ засланяе ключ у org.gnome.mutter калі запушчаны GNOME Shell."
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
|
msgstr "Парадак кнопак у загалоўнай стужцы"
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
|
msgid ""
|
||||||
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
|
"GNOME Shell."
|
||||||
|
msgstr ""
|
||||||
|
"Гэты ключ засланяе ключ у org.gnome.desktop.wm.preferences калі запушчаны "
|
||||||
|
"GNOME Shell."
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
msgstr "Аўтаматычна змяняць памеры акна пры перамяшчэнні да края экрана"
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
|
msgid "Workspaces only on primary monitor"
|
||||||
|
msgstr "Працоўныя прасторы толькі на асноўным маніторы"
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "Затрымліваць змяненні фокуса ў рэжыме мышы да спынення паказальніка"
|
||||||
|
|
||||||
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
|
msgid "Thumbnail only"
|
||||||
|
msgstr "Толькі мініяцюра"
|
||||||
|
|
||||||
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
|
msgid "Application icon only"
|
||||||
|
msgstr "Толькі значок праграмы"
|
||||||
|
|
||||||
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
|
msgid "Thumbnail and application icon"
|
||||||
|
msgstr "Мініяцюра і значок праграмы"
|
||||||
|
|
||||||
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
|
msgid "Present windows as"
|
||||||
|
msgstr "Адлюстроўваць вокны як"
|
||||||
|
|
||||||
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
|
msgid "Show only windows in the current workspace"
|
||||||
|
msgstr "Паказваць вокны толькі з бягучай працоўная прасторы"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:38
|
||||||
|
msgid "Activities Overview"
|
||||||
|
msgstr "Агляд заняткаў"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:109
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "Упадабаныя"
|
||||||
|
|
||||||
|
#: extensions/apps-menu/extension.js:266
|
||||||
|
msgid "Applications"
|
||||||
|
msgstr "Праграмы"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
|
msgid "Application and workspace list"
|
||||||
|
msgstr "Праграма і спіс працоўных прастораў"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
|
msgid ""
|
||||||
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
|
"followed by a colon and the workspace number"
|
||||||
|
msgstr ""
|
||||||
|
"Спіс радкоў, кожны з якіх утрымлівае ідэнтыфікатар праграмы (імя *.desktop "
|
||||||
|
"файла), затым двукроп'е і нумар працоўнай прасторы"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
|
msgid "Application"
|
||||||
|
msgstr "Праграма"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
|
msgid "Workspace"
|
||||||
|
msgstr "Працоўная прастора"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
|
msgid "Add Rule"
|
||||||
|
msgstr "Дадаць правіла"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
|
msgid "Create new matching rule"
|
||||||
|
msgstr "Стварыць новае правіла адпаведнасці"
|
||||||
|
|
||||||
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "Дадаць"
|
||||||
|
|
||||||
|
#: extensions/drive-menu/extension.js:106
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgstr "Не ўдалося выняць прывод '%s':"
|
||||||
|
|
||||||
|
#: extensions/drive-menu/extension.js:124
|
||||||
|
msgid "Removable devices"
|
||||||
|
msgstr "Зменныя прыстасаванні"
|
||||||
|
|
||||||
|
#: extensions/drive-menu/extension.js:149
|
||||||
|
msgid "Open File"
|
||||||
|
msgstr "Адкрыць файл"
|
||||||
|
|
||||||
|
#: extensions/example/extension.js:17
|
||||||
|
msgid "Hello, world!"
|
||||||
|
msgstr "Прывітанне, свет!"
|
||||||
|
|
||||||
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
|
msgid "Alternative greeting text."
|
||||||
|
msgstr "Альтэрнатыўны тэкст вітання."
|
||||||
|
|
||||||
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
|
msgid ""
|
||||||
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
|
"panel."
|
||||||
|
msgstr ""
|
||||||
|
"Калі не пуста, ўтрымлівае тэкст, які будзе паказвацца пры націсканні на "
|
||||||
|
"панэль."
|
||||||
|
|
||||||
|
#: extensions/example/prefs.js:30
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Паведамленне"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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 ""
|
||||||
|
"Example пакажа як ствараць пашырэнні для Shell. Сам па сабе ён мае мала "
|
||||||
|
"функцыянальнасці.\n"
|
||||||
|
"Тым не менш, можна змяніць тэкст прывітання."
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
||||||
|
msgid "Use more screen for windows"
|
||||||
|
msgstr "Выкарыстоўваць большую плошчу экрана для вокнаў"
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
|
msgid ""
|
||||||
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
|
"This setting applies only with the natural placement strategy."
|
||||||
|
msgstr ""
|
||||||
|
"Спрабаваць выкарыстаць большую плошчу экрана для размяшчэння мініяцюр "
|
||||||
|
"шляхам змянення суадносінаў бакоў экрана і ўшчыльняючы іх з мэтай змяншэння "
|
||||||
|
"памераў абмежавальнай рамкі. Гэты параметр ужываецца толькі разам з "
|
||||||
|
"звычайным размяшчэннем мініяцюр."
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
||||||
|
msgid "Place window captions on top"
|
||||||
|
msgstr "Змяшчаць загалоўкі вокнаў зверху"
|
||||||
|
|
||||||
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
|
||||||
|
msgid ""
|
||||||
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
|
"restarting the shell to have any effect."
|
||||||
|
msgstr ""
|
||||||
|
"Калі выбрана, загалоўкі вокнаў будуць размешчаны ўверсе мініяцюры, а не "
|
||||||
|
"знізу, як прадвызначана. Для таго, каб гэтая настройка ўступіла ў сілу, "
|
||||||
|
"трэба перазапусціць абалонку."
|
||||||
|
|
||||||
|
#: extensions/places-menu/extension.js:78
|
||||||
|
#: extensions/places-menu/extension.js:81
|
||||||
|
msgid "Places"
|
||||||
|
msgstr "Месцы"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Failed to launch \"%s\""
|
||||||
|
msgstr "Не ўдалося запусціць \"%s\""
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
|
msgid "Computer"
|
||||||
|
msgstr "Камп'ютар"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
|
msgid "Home"
|
||||||
|
msgstr "Дамашняя папка"
|
||||||
|
|
||||||
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
|
msgid "Browse Network"
|
||||||
|
msgstr "Агляд сеткі"
|
||||||
|
|
||||||
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
||||||
|
msgid "Cycle Screenshot Sizes"
|
||||||
|
msgstr "Чаргаваць памеры экраннага здымка"
|
||||||
|
|
||||||
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
|
msgid "Theme name"
|
||||||
|
msgstr "Імя матыву аздаблення"
|
||||||
|
|
||||||
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
|
msgstr ""
|
||||||
|
"Імя матыву аздаблення, які будзе загружаны з ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:110
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Закрыць"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:120
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "Скасаваць мінімалізацыю"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:121
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "Мінімалізаваць"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:127
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "Скасаваць максімалізацыю"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:128
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "Максімалізаваць"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:411
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "Мінімалізаваць усе"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:419
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "Скасаваць мінімалізацыю для ўсіх"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:427
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "Максімалізаваць усе"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:436
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "Скасаваць максімалізацыю для ўсіх"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:445
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "Закрыць усе"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:669
|
||||||
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "Індыкатар працоўнай прасторы"
|
||||||
|
|
||||||
|
#: extensions/window-list/extension.js:833
|
||||||
|
msgid "Window List"
|
||||||
|
msgstr "Спіс вокнаў"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
|
msgid "When to group windows"
|
||||||
|
msgstr "Калі групаваць вокны"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
|
||||||
|
msgid ""
|
||||||
|
"Decides when to group windows from the same application on the window list. "
|
||||||
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
|
msgstr ""
|
||||||
|
"Вырашае калі групаваць вокны адной праграмы ў спісе вокнаў. Магчымыя "
|
||||||
|
"значэнні: \"never\" (ніколі), \"auto\" (аўтаматычна), \"always\" (заўсёды)."
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
|
msgid "Show the window list on all monitors"
|
||||||
|
msgstr "Паказаць спіс вокнаў на ўсіх маніторах"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
|
msgid ""
|
||||||
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
|
msgstr ""
|
||||||
|
"Ці паказваць спіс вокнаў на ўсіх злучаных маніторах або толькі на галоўным."
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:32
|
||||||
|
msgid "Window Grouping"
|
||||||
|
msgstr "Групаванне вокнаў"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:50
|
||||||
|
msgid "Never group windows"
|
||||||
|
msgstr "Ніколі не групаваць вокны"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:51
|
||||||
|
msgid "Group windows when space is limited"
|
||||||
|
msgstr "Групаваць вокны калі не хапае месца"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:52
|
||||||
|
msgid "Always group windows"
|
||||||
|
msgstr "Заўсёды групаваць вокны"
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "Паказаць усе маніторы"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Назвы працоўных прастораў"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Імя"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Workspace %d"
|
||||||
|
msgstr "Працоўная прастора %d"
|
||||||
+1
-1
@@ -8,7 +8,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2014-09-22 16:37+0000\n"
|
"PO-Revision-Date: 2014-09-22 16:37+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
||||||
"Language: bn-IN\n"
|
"Language: bn_IN\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"
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ msgstr ""
|
|||||||
"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"
|
||||||
"Language: ca-XV\n"
|
"Language: ca@valencia\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: 8bits\n"
|
"Content-Transfer-Encoding: 8bits\n"
|
||||||
|
|||||||
@@ -5,48 +5,51 @@
|
|||||||
# Christian Kirbach <Christian.Kirbach@googlemail.com>, 2011, 2012.
|
# Christian Kirbach <Christian.Kirbach@googlemail.com>, 2011, 2012.
|
||||||
# Benjamin Steinwender <b@stbe.at>, 2013.
|
# Benjamin Steinwender <b@stbe.at>, 2013.
|
||||||
# Wolfgang Stöggl <c72578@yahoo.de>, 2014.
|
# Wolfgang Stöggl <c72578@yahoo.de>, 2014.
|
||||||
|
# Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>, 2017.
|
||||||
#
|
#
|
||||||
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: https://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-12-26 20:41+0000\n"
|
"POT-Creation-Date: 2017-02-22 18:40+0000\n"
|
||||||
"PO-Revision-Date: 2015-01-08 23:43+0100\n"
|
"PO-Revision-Date: 2017-02-28 20:40+0100\n"
|
||||||
"Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
|
"Last-Translator: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>\n"
|
||||||
"Language-Team: Deutsch <gnome-de@gnome.org>\n"
|
"Language-Team: Deutsch <gnome-de@gnome.org>\n"
|
||||||
"Language: de_DE\n"
|
"Language: de\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 1.5.4\n"
|
"X-Generator: Poedit 1.6.10\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Classic"
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Diese Sitzung meldet Sie in GNOME Classic an"
|
msgstr "Diese Sitzung meldet Sie in GNOME Classic an"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Einen modalen Dialog an das übergeordnete Fenster anhängen"
|
msgstr "Einen modalen Dialog an das übergeordnete Fenster anhängen"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Dieser Schlüssel überschreibt den Schlüssel in »org.gnome.mutter«, wenn die "
|
"Dieser Schlüssel überschreibt den Schlüssel in »org.gnome.mutter«, wenn die "
|
||||||
"GNOME-Shell ausgeführt wird."
|
"GNOME-Shell ausgeführt wird."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Anordnung von Knöpfen auf der Titelleiste"
|
msgstr "Anordnung von Knöpfen auf der Titelleiste"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -55,58 +58,58 @@ msgstr ""
|
|||||||
"preferences«, wenn die GNOME-Shell ausgeführt wird."
|
"preferences«, wenn die GNOME-Shell ausgeführt wird."
|
||||||
|
|
||||||
# identisch zum Schüssel in »gnome-shell«
|
# identisch zum Schüssel in »gnome-shell«
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Größenanpassung aktivieren, wenn ein Fenster an die Bildschirmkante "
|
"Größenanpassung aktivieren, wenn ein Fenster an die Bildschirmkante "
|
||||||
"verschoben wird"
|
"verschoben wird"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Arbeitsflächen nur auf dem Primärmonitor"
|
msgstr "Arbeitsflächen nur auf dem Primärmonitor"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Fokuswechsel im Mausmodus verzögern, bis sich der Zeiger nicht mehr bewegt."
|
"Fokuswechsel im Mausmodus verzögern, bis sich der Zeiger nicht mehr bewegt."
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Nur Vorschaubild"
|
msgstr "Nur Vorschaubild"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Nur Anwendungssymbol"
|
msgstr "Nur Anwendungssymbol"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Vorschaubild und Anwendungssymbol"
|
msgstr "Vorschaubild und Anwendungssymbol"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Fenster darstellen als"
|
msgstr "Fenster darstellen als"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Nur Fenster der aktuellen Arbeitsfläche anzeigen"
|
msgstr "Nur Fenster der aktuellen Arbeitsfläche anzeigen"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Aktivitäten-Übersicht"
|
msgstr "Aktivitäten-Übersicht"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoriten"
|
msgstr "Favoriten"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Anwendungen"
|
msgstr "Anwendungen"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Anwendungs- und Arbeitsflächenliste"
|
msgstr "Anwendungs- und Arbeitsflächenliste"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -115,49 +118,49 @@ msgstr ""
|
|||||||
"Datei) enthält, gefolgt von einem Doppelpunkt und der Nummer der "
|
"Datei) enthält, gefolgt von einem Doppelpunkt und der Nummer der "
|
||||||
"Arbeitsfläche"
|
"Arbeitsfläche"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Anwendung"
|
msgstr "Anwendung"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Arbeitsfläche "
|
msgstr "Arbeitsfläche "
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Regel hinzufügen"
|
msgstr "Regel hinzufügen"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Neue Übereinstimmungsregel erstellen"
|
msgstr "Neue Übereinstimmungsregel erstellen"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Hinzufügen"
|
msgstr "Hinzufügen"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Auswerfen von Laufwerk »%s« schlug fehl:"
|
msgstr "Auswerfen von Laufwerk »%s« schlug fehl:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Wechseldatenträger"
|
msgstr "Wechseldatenträger"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Datei öffnen"
|
msgstr "Datei öffnen"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hallo Welt!"
|
msgstr "Hallo Welt!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternativer Begrüßungstext."
|
msgstr "Alternativer Begrüßungstext."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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."
|
||||||
@@ -165,25 +168,27 @@ msgstr ""
|
|||||||
"Falls nicht leer, ist dies der Text, der beim Anklicken des Panels angezeigt "
|
"Falls nicht leer, ist dies der Text, der beim Anklicken des Panels angezeigt "
|
||||||
"wird."
|
"wird."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Nachricht"
|
msgstr "Nachricht"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Das Beispiel soll zeigen, wie sich korrekt verhaltende Erweiterungen für die "
|
"Das Beispiel soll zeigen, wie sich korrekt verhaltende Erweiterungen für die "
|
||||||
"Shell erstellt werden. Es enthält grundlegende Funktionalität.\n"
|
"Shell erstellt werden. Es enthält grundlegende Funktionalität.\n"
|
||||||
"Es ist möglich, die Begrüßungsnachricht zu ändern."
|
"Es ist möglich, die Begrüßungsnachricht zu ändern."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Mehr Bildschirmbereich für Fenster verwenden"
|
msgstr "Mehr Bildschirmbereich für Fenster verwenden"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -195,11 +200,11 @@ msgstr ""
|
|||||||
"verkleinern. Diese Einstellung betrifft nur den natürlichen "
|
"verkleinern. Diese Einstellung betrifft nur den natürlichen "
|
||||||
"Platzierungsalgorithmus."
|
"Platzierungsalgorithmus."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Fensterbeschriftungen oben platzieren"
|
msgstr "Fensterbeschriftungen oben platzieren"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -209,118 +214,110 @@ msgstr ""
|
|||||||
"Vorschaubild platziert und damit die Voreinstellung der Shell übergangen. "
|
"Vorschaubild platziert und damit die Voreinstellung der Shell übergangen. "
|
||||||
"Eine Änderungseinstellung tritt erst mit einem Neustart der Shell in Kraft."
|
"Eine Änderungseinstellung tritt erst mit einem Neustart der Shell in Kraft."
|
||||||
|
|
||||||
#: ../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 "Orte"
|
msgstr "Orte"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Starten von »%s« fehlgeschlagen"
|
msgstr "Starten von »%s« fehlgeschlagen"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Rechner"
|
msgstr "Rechner"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Persönlicher Ordner"
|
msgstr "Persönlicher Ordner"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Netzwerk durchsuchen"
|
msgstr "Netzwerk durchsuchen"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Bildschirmfotogrößen nacheinander anzeigen"
|
msgstr "Bildschirmfotogrößen nacheinander anzeigen"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Speicher"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Themenname"
|
msgstr "Themenname"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Der Name des Themas, welches aus ~/.themes/name/gnome-shell geladen werden "
|
"Der Name des Themas, welches aus ~/.themes/name/gnome-shell geladen werden "
|
||||||
"soll"
|
"soll"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Schließen"
|
msgstr "Schließen"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Minimieren rückgängig"
|
msgstr "Minimieren rückgängig"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimieren"
|
msgstr "Minimieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Maximieren rückgängig"
|
msgstr "Maximieren rückgängig"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximieren"
|
msgstr "Maximieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Alle minimieren"
|
msgstr "Alle minimieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Alle minimieren rückgängig"
|
msgstr "Alle minimieren rückgängig"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Alle maximieren"
|
msgstr "Alle maximieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Alle maximieren rückgängig"
|
msgstr "Alle maximieren rückgängig"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Alle schließen"
|
msgstr "Alle schließen"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Arbeitsflächenindikator"
|
msgstr "Arbeitsflächenindikator"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Fensterliste"
|
msgstr "Fensterliste"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Legt fest, wann Fenster gruppiert werden"
|
msgstr "Legt fest, wann Fenster gruppiert werden"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Legt fest, ob Fenster der gleichen Anwendung in der Fensterliste gruppiert "
|
"Legt fest, ob Fenster der gleichen Anwendung in der Fensterliste gruppiert "
|
||||||
"werden sollen. Mögliche Werte sind »never« (nie), »auto« (automatisch) und "
|
"werden sollen. Mögliche Werte sind »never« (nie), »auto« (automatisch) und "
|
||||||
"»always« (immer)."
|
"»always« (immer)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Die Fensterliste auf allen Bildschirmen anzeigen"
|
msgstr "Die Fensterliste auf allen Bildschirmen anzeigen"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -328,39 +325,45 @@ msgstr ""
|
|||||||
"Legt fest, ob die Fensterliste auf allen angeschlossenen Bildschirmen "
|
"Legt fest, ob die Fensterliste auf allen angeschlossenen Bildschirmen "
|
||||||
"angezeigt wird oder nur auf dem Primären."
|
"angezeigt wird oder nur auf dem Primären."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Fenstergruppierung"
|
msgstr "Fenstergruppierung"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Fenster niemals gruppieren"
|
msgstr "Fenster niemals gruppieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Fenster bei Platzmangel gruppieren"
|
msgstr "Fenster bei Platzmangel gruppieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Fenster immer gruppieren"
|
msgstr "Fenster immer gruppieren"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Auf allen Bildschirmen anzeigen"
|
msgstr "Auf allen Bildschirmen anzeigen"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Namen der Arbeitsflächen"
|
msgstr "Namen der Arbeitsflächen"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Arbeitsfläche %d"
|
msgstr "Arbeitsfläche %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Speicher"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell Classic"
|
#~ msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
|
|||||||
+116
-95
@@ -7,10 +7,11 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions\n"
|
"Project-Id-Version: gnome-shell-extensions\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2014-05-27 22:05+0100\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2012-09-21 21:00-0400\n"
|
"POT-Creation-Date: 2016-08-19 21:17+0000\n"
|
||||||
"Last-Translator: Philip Withnall <philip@tecnocode.co.uk>\n"
|
"PO-Revision-Date: 2016-09-18 12:40+0200\n"
|
||||||
|
"Last-Translator: David King <amigadave@amigadave.com>\n"
|
||||||
"Language-Team: Sugar Labs\n"
|
"Language-Team: Sugar Labs\n"
|
||||||
"Language: en_GB\n"
|
"Language: en_GB\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -20,38 +21,32 @@ msgstr ""
|
|||||||
"X-Generator: Virtaal 0.7.1\n"
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Classic"
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "This session logs you into GNOME Classic"
|
msgstr "This session logs you into GNOME Classic"
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "GNOME Shell Classic"
|
|
||||||
msgstr "GNOME Shell Classic"
|
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:2
|
|
||||||
msgid "Window management and application launching"
|
|
||||||
msgstr "Window management and application launching"
|
|
||||||
|
|
||||||
#: ../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 "Attach modal dialogue to the parent window"
|
msgstr "Attach modal dialogue to the parent window"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"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."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Arrangement of buttons on the titlebar"
|
msgstr "Arrangement of buttons on the titlebar"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -59,55 +54,55 @@ msgstr ""
|
|||||||
"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."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Enable edge tiling when dropping windows on screen edges"
|
msgstr "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Workspaces only on primary monitor"
|
msgstr "Workspaces only on primary monitor"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Delay focus changes in mouse mode until the pointer stops moving"
|
msgstr "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Thumbnail only"
|
msgstr "Thumbnail only"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Application icon only"
|
msgstr "Application icon only"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Thumbnail and application icon"
|
msgstr "Thumbnail and application icon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:37
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Present windows as"
|
msgstr "Present windows as"
|
||||||
|
|
||||||
#: ../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 "Show only windows in the current workspace"
|
msgstr "Show only windows in the current workspace"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Activities Overview"
|
msgstr "Activities Overview"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favourites"
|
msgstr "Favourites"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Applications"
|
msgstr "Applications"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Application and workspace list"
|
msgstr "Application and workspace list"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -115,49 +110,49 @@ msgstr ""
|
|||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:55
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Application"
|
msgstr "Application"
|
||||||
|
|
||||||
#: ../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 "Workspace"
|
msgstr "Workspace"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:80
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add rule"
|
msgid "Add Rule"
|
||||||
msgstr "Add rule"
|
msgstr "Add Rule"
|
||||||
|
|
||||||
#: ../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 "Create new matching rule"
|
msgstr "Create new matching rule"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:98
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Add"
|
msgstr "Add"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Ejecting drive '%s' failed:"
|
msgstr "Ejecting drive '%s' failed:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:123
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Removable devices"
|
msgstr "Removable devices"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:150
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Open File"
|
msgstr "Open File"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hello, world!"
|
msgstr "Hello, world!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternative greeting text."
|
msgstr "Alternative greeting text."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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."
|
||||||
@@ -165,7 +160,13 @@ msgstr ""
|
|||||||
"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."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Message"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
@@ -175,15 +176,11 @@ msgstr ""
|
|||||||
"as such it has little functionality on its own.\n"
|
"as such 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."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:36
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
||||||
msgid "Message:"
|
|
||||||
msgstr "Message:"
|
|
||||||
|
|
||||||
#: ../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 "Use more screen for windows"
|
msgstr "Use more screen for windows"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -193,11 +190,11 @@ msgstr ""
|
|||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Place window captions on top"
|
msgstr "Place window captions on top"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -207,99 +204,95 @@ msgstr ""
|
|||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
|
|
||||||
#: ../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 "Places"
|
msgstr "Places"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "Failed to launch \"%s\""
|
msgstr "Failed to launch \"%s\""
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Computer"
|
msgstr "Computer"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Browse Network"
|
msgstr "Browse Network"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
||||||
msgid "CPU"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "CPU"
|
msgstr "Cycle Screenshot Sizes"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memory"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Theme name"
|
msgstr "Theme name"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgstr "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Close"
|
msgstr "Close"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Unminimise"
|
msgstr "Unminimise"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimise"
|
msgstr "Minimise"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Unmaximise"
|
msgstr "Unmaximise"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximise"
|
msgstr "Maximise"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:300
|
#: extensions/window-list/extension.js:403
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimise all"
|
msgstr "Minimise all"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:308
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Unminimise all"
|
msgstr "Unminimise all"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:316
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximise all"
|
msgstr "Maximise all"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:325
|
#: extensions/window-list/extension.js:428
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Unmaximise all"
|
msgstr "Unmaximise all"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:334
|
#: extensions/window-list/extension.js:437
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Close all"
|
msgstr "Close all"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:644
|
#: extensions/window-list/extension.js:661
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Workspace Indicator"
|
msgstr "Workspace Indicator"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:798
|
#: extensions/window-list/extension.js:820
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Window List"
|
msgstr "Window List"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "When to group windows"
|
msgstr "When to group windows"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
@@ -307,35 +300,63 @@ msgstr ""
|
|||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:30
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
|
msgid "Show the window list on all monitors"
|
||||||
|
msgstr "Show the window list on all monitors"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
|
msgid ""
|
||||||
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
|
msgstr ""
|
||||||
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
|
|
||||||
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Window Grouping"
|
msgstr "Window Grouping"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:49
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Never group windows"
|
msgstr "Never group windows"
|
||||||
|
|
||||||
#: ../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 "Group windows when space is limited"
|
msgstr "Group windows when space is limited"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Always group windows"
|
msgstr "Always group windows"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Workspace names:"
|
msgid "Show on all monitors"
|
||||||
msgstr "Workspace names:"
|
msgstr "Show on all monitors"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:152
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Workspace Names"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:186
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Workspace %d"
|
msgstr "Workspace %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "Window management and application launching"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memory"
|
||||||
|
|
||||||
#~ msgid "The application icon mode."
|
#~ msgid "The application icon mode."
|
||||||
#~ msgstr "The application icon mode."
|
#~ msgstr "The application icon mode."
|
||||||
|
|
||||||
|
|||||||
@@ -4,48 +4,50 @@
|
|||||||
# Jorge González <jorgegonz@svn.gnome.org>, 2011.
|
# Jorge González <jorgegonz@svn.gnome.org>, 2011.
|
||||||
# Nicolás Satragno <nsatragno@gmail.com>, 2011.
|
# Nicolás Satragno <nsatragno@gmail.com>, 2011.
|
||||||
#
|
#
|
||||||
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2011, 2012.
|
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2011, 2012.
|
||||||
, 2013, 2014, 2015, 2017.
|
, 2013, 2014, 2015, 2017.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: gnome-shell-extensions master\n"
|
||||||
"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: https://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-08 08:35+0000\n"
|
"POT-Creation-Date: 2017-02-22 18:40+0000\n"
|
||||||
"PO-Revision-Date: 2017-02-27 10:04+0100\n"
|
"PO-Revision-Date: 2017-02-27 10:04+0100\n"
|
||||||
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
|
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
|
||||||
"Language-Team: Español; Castellano <gnome-es-list@gnome.org>\n"
|
"Language-Team: es <gnome-es-list@gnome.org>\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Gtranslator 2.91.6\n"
|
"X-Generator: Gtranslator 2.91.6\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
|
||||||
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME clásico"
|
msgstr "GNOME clásico"
|
||||||
|
|
||||||
#: data/gnome-classic.desktop.in:4
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Esta sesión inicia GNOME clásico"
|
msgstr "Esta sesión inicia GNOME clásico"
|
||||||
|
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Acoplar un diálogo modal a la ventana padre"
|
msgstr "Acoplar un diálogo modal a la ventana padre"
|
||||||
|
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Esta clave sobrescribe la clave en org.gnome.mutter al ejecutar GNOME Shell."
|
"Esta clave sobrescribe la clave en org.gnome.mutter al ejecutar GNOME Shell."
|
||||||
|
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Ordenación de los botones en la barra de título"
|
msgstr "Ordenación de los botones en la barra de título"
|
||||||
|
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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 "
|
||||||
@@ -53,58 +55,58 @@ msgstr ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta clave sobrescribe la clave en org.gnome.desktop.wm.preferences al "
|
"Esta clave sobrescribe la clave en org.gnome.desktop.wm.preferences al "
|
||||||
"ejecutar GNOME Shell."
|
"ejecutar GNOME Shell."
|
||||||
|
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Activar el mosaico en los bordes al arrastrar ventanas a los bordes de la "
|
"Activar el mosaico en los bordes al arrastrar ventanas a los bordes de la "
|
||||||
"ventana"
|
"ventana"
|
||||||
|
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Áreas de trabajo solo en la pantalla principal"
|
msgstr "Áreas de trabajo solo en la pantalla principal"
|
||||||
|
|
||||||
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Retrasar el cambio del foco del ratón hasta que el puntero deje de moverse"
|
"Retrasar el cambio del foco del ratón hasta que el puntero deje de moverse"
|
||||||
|
|
||||||
#: extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Sólo miniaturas"
|
msgstr "Sólo miniaturas"
|
||||||
|
|
||||||
#: extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Sólo icono de la aplicación"
|
msgstr "Sólo icono de la aplicación"
|
||||||
|
|
||||||
#: extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniatura e icono de la aplicación"
|
msgstr "Miniatura e icono de la aplicación"
|
||||||
|
|
||||||
#: extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Presentar ventanas como"
|
msgstr "Presentar ventanas como"
|
||||||
|
|
||||||
#: extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Mostrar ventanas solamente en el área de trabajo actual"
|
msgstr "Mostrar ventanas solamente en el área de trabajo actual"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:38
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Vista de actividades"
|
msgstr "Vista de actividades"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:109
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoritos"
|
msgstr "Favoritos"
|
||||||
|
|
||||||
#: extensions/apps-menu/extension.js:266
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicaciones"
|
msgstr "Aplicaciones"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Lista de aplicaciones y áreas de trabajo"
|
msgstr "Lista de aplicaciones y áreas de trabajo"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
@@ -112,49 +114,50 @@ msgstr ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Una lista de cadenas, conteniendo cada una un ID de aplicación (nombre de "
|
"Una lista de cadenas, conteniendo cada una un ID de aplicación (nombre de "
|
||||||
"archivo de escritorio), seguido de dos puntos y el número del área de trabajo"
|
"archivo de escritorio), seguido de dos puntos y el número del área de trabajo"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Aplicación"
|
msgstr "Aplicación"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Área de trabajo"
|
msgstr "Área de trabajo"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Añadir regla"
|
msgstr "Añadir regla"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Crear regla de coincidencia nueva"
|
msgstr "Crear regla de coincidencia nueva"
|
||||||
|
|
||||||
#: extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Añadir"
|
msgstr "Añadir"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
#| msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Falló al expulsar el dispositivo «%s»:"
|
msgstr "Falló al expulsar el dispositivo «%s»:"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispositivos extraíbles"
|
msgstr "Dispositivos extraíbles"
|
||||||
|
|
||||||
#: extensions/drive-menu/extension.js:149
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Abrir archivo"
|
msgstr "Abrir archivo"
|
||||||
|
|
||||||
#: extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "¡Hola, mundo!"
|
msgstr "¡Hola, mundo!"
|
||||||
|
|
||||||
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Texto de bienvenida alternativo."
|
msgstr "Texto de bienvenida alternativo."
|
||||||
|
|
||||||
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 "
|
||||||
@@ -162,26 +165,32 @@ msgstr ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Si no está vacío, contiene el texto que se desplegará al pulsar sobre el "
|
"Si no está vacío, contiene el texto que se desplegará al pulsar sobre el "
|
||||||
"panel."
|
"panel."
|
||||||
|
|
||||||
#: extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Mensaje"
|
msgstr "Mensaje"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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."
|
#| "Nevertheless it's possible to customize the greeting message."
|
||||||
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"
|
||||||
"Nevertheless it’s possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"«Example» tiene por objeto mostrar cómo construir extensiones de buen "
|
"«Example» tiene por objeto mostrar cómo construir extensiones de buen "
|
||||||
"comportamiento para la Shell y por eso tiene poca funcionalidad por sí "
|
"comportamiento para la Shell y por eso tiene poca funcionalidad por sí "
|
||||||
"solo.\n"
|
"solo.\n"
|
||||||
"Sin embargo, es posible personalizar el mensaje de bienvenida."
|
"Sin embargo, es posible personalizar el mensaje de bienvenida."
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Usar más pantalla para las ventanas"
|
msgstr "Usar más pantalla para las ventanas"
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
@@ -191,11 +200,11 @@ msgstr ""
|
|||||||
"Intente utilizar más espacio para situar las miniaturas, adaptándolas a la "
|
"Intente utilizar más espacio para situar las miniaturas, adaptándolas a la "
|
||||||
"forma de la pantalla, y consolidarlas aún más para reducir el área ocupada. "
|
"forma de la pantalla, y consolidarlas aún más para reducir el área ocupada. "
|
||||||
"Esta opción sólo se aplica a la estrategia de posicionamiento «natural»."
|
"Esta opción sólo se aplica a la estrategia de posicionamiento «natural»."
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Situar los títulos de ventanas arriba"
|
msgstr "Situar los títulos de ventanas arriba"
|
||||||
|
|
||||||
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
@@ -206,115 +215,111 @@ msgstr ""
|
|||||||
"correspondientes, cambiando el comportamiento predeterminado de shell, que "
|
"correspondientes, cambiando el comportamiento predeterminado de shell, que "
|
||||||
"los sitúa por debajo. Cambiar esta configuración requiere reiniciar la shell "
|
"los sitúa por debajo. Cambiar esta configuración requiere reiniciar la shell "
|
||||||
"para que tenga efecto."
|
"para que tenga efecto."
|
||||||
|
|
||||||
#: ../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 "Lugares"
|
msgstr "Lugares"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:59
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
|
#| msgid "Failed to launch \"%s\""
|
||||||
msgid "Failed to launch “%s”"
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Falló al lanzar «%s»"
|
msgstr "Falló al lanzar «%s»"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: extensions/places-menu/placeDisplay.js:124
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Equipo"
|
msgstr "Equipo"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:267
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Carpeta personal"
|
msgstr "Carpeta personal"
|
||||||
|
|
||||||
#: extensions/places-menu/placeDisplay.js:311
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Examinar la red"
|
msgstr "Examinar la red"
|
||||||
|
|
||||||
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Tamaños de capturas de pantalla cíclicos"
|
msgstr "Tamaños de capturas de pantalla cíclicos"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memoria"
|
|
||||||
|
|
||||||
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Nombre del tema"
|
msgstr "Nombre del tema"
|
||||||
|
|
||||||
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "El nombre del tema, que se carga desde ~/.themes/nombre/gnome-shell"
|
msgstr "El nombre del tema, que se carga desde ~/.themes/nombre/gnome-shell"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Cerrar"
|
msgstr "Cerrar"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Desminimizar"
|
msgstr "Desminimizar"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizar"
|
msgstr "Minimizar"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Desmaximizar"
|
msgstr "Desmaximizar"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximizar"
|
msgstr "Maximizar"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:411
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizar todo"
|
msgstr "Minimizar todo"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:419
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Desminimizar todo"
|
msgstr "Desminimizar todo"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:427
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximizar todo"
|
msgstr "Maximizar todo"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:436
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Desmaximizar todo"
|
msgstr "Desmaximizar todo"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:445
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Cerrar todo"
|
msgstr "Cerrar todo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicador de área de trabajo"
|
msgstr "Indicador de área de trabajo"
|
||||||
|
|
||||||
#: extensions/window-list/extension.js:833
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Lista de ventanas"
|
msgstr "Lista de ventanas"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Cuándo agrupar las ventanas"
|
msgstr "Cuándo agrupar las ventanas"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
|
||||||
|
#| msgid ""
|
||||||
|
#| "Decides when to group windows from the same application on the window "
|
||||||
#| "list. Possible values are \"never\", \"auto\" and \"always\"."
|
#| "list. Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are “never”, “auto” and “always”."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Decide cuándo agrupar ventanas para la misma aplicación en la lista de "
|
"Decide cuándo agrupar ventanas para la misma aplicación en la lista de "
|
||||||
"ventanas. Los valores posibles son «never», «auto» y «always»."
|
"ventanas. Los valores posibles son «never», «auto» y «always»."
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Mostrar la lista de ventanas en todas las pantallas"
|
msgstr "Mostrar la lista de ventanas en todas las pantallas"
|
||||||
|
|
||||||
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
@@ -322,39 +327,45 @@ msgstr ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Indica si se debe mostrar la lista de ventanas en todas las pantallas "
|
"Indica si se debe mostrar la lista de ventanas en todas las pantallas "
|
||||||
"conectadas o sólo en la primaria."
|
"conectadas o sólo en la primaria."
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Agrupación de ventanas"
|
msgstr "Agrupación de ventanas"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Nunca agrupar las ventanas"
|
msgstr "Nunca agrupar las ventanas"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Agrupar las ventanas cuando el espacio esté limitado"
|
msgstr "Agrupar las ventanas cuando el espacio esté limitado"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Siempre agrupar las ventanas"
|
msgstr "Siempre agrupar las ventanas"
|
||||||
|
|
||||||
#: extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Mostrar en todas las pantallas"
|
msgstr "Mostrar en todas las pantallas"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nombres de los áreas de trabajo"
|
msgstr "Nombres de los áreas de trabajo"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nombre"
|
msgstr "Nombre"
|
||||||
|
|
||||||
#: extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Área de trabajo %d"
|
msgstr "Área de trabajo %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memoria"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell clásico"
|
#~ msgstr "GNOME Shell clásico"
|
||||||
|
|||||||
@@ -3,51 +3,52 @@
|
|||||||
# 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.
|
||||||
#
|
#
|
||||||
# assar <asiersar@yahoo.com>, 2011.
|
# assar <asiersar@yahoo.com>, 2011.
|
||||||
# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2013, 2015.
|
# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2013, 2015, 2017.
|
||||||
# Edurne Labaka <elabaka@uzei.com>, 2015.
|
# Edurne Labaka <elabaka@uzei.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: 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-02-07 16:48+0100\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-02-07 16:50+0100\n"
|
"PO-Revision-Date: 2017-02-16 18:30+0100\n"
|
||||||
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
|
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
|
||||||
"Language-Team: Basque <librezale@librezale.org>\n"
|
"Language-Team: Basque <librezale@librezale.eus>\n"
|
||||||
"Language: eu\n"
|
"Language: eu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Lokalize 1.4\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Klasikoa"
|
msgstr "GNOME Klasikoa"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Saio honek GNOME Klasikoa hasten du"
|
msgstr "Saio honek GNOME Klasikoa hasten du"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Erantsi elkarrizketa-koadro modala leiho gurasoari"
|
msgstr "Erantsi elkarrizketa-koadro modala leiho gurasoari"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Gako honek org.gnome.mutter-eko gakoa gainidazten du GNOME Shell exekutatzen "
|
"Gako honek org.gnome.mutter-eko gakoa gainidazten du GNOME Shell exekutatzen "
|
||||||
"ari denean."
|
"ari denean."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Botoien antolamendua titulu-barran"
|
msgstr "Botoien antolamendua titulu-barran"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -55,58 +56,58 @@ msgstr ""
|
|||||||
"Gako honekorg.gnome.desktop.wm.preferences-eko gakoa gainidazten du GNOME "
|
"Gako honekorg.gnome.desktop.wm.preferences-eko gakoa gainidazten du GNOME "
|
||||||
"Shell exekutatzen ari denean."
|
"Shell exekutatzen ari denean."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Gaitu ertza lauza gisa ezartzea leihoak pantailaren ertzetara jaregitean"
|
"Gaitu ertza lauza gisa ezartzea leihoak pantailaren ertzetara jaregitean"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Laneko areak pantaila nagusian soilik"
|
msgstr "Laneko areak pantaila nagusian soilik"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Fokuaren aldaketaren atzerapena saguaren moduan erakusleak mugitzeari utzi "
|
"Fokuaren aldaketaren atzerapena saguaren moduan erakusleak mugitzeari utzi "
|
||||||
"arte"
|
"arte"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Koadro txikiak soilik"
|
msgstr "Koadro txikiak soilik"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Aplikazioen ikonoa soilik"
|
msgstr "Aplikazioen ikonoa soilik"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Koadro txikien eta aplikazioen ikonoa"
|
msgstr "Koadro txikien eta aplikazioen ikonoa"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Aurkeztu leihoa honela"
|
msgstr "Aurkeztu leihoa honela"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Erakutsi leihoak bakarrik uneko laneko arean"
|
msgstr "Erakutsi leihoak bakarrik uneko laneko arean"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Jardueren ikuspegi orokorra"
|
msgstr "Jardueren ikuspegi orokorra"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Gogokoak"
|
msgstr "Gogokoak"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplikazioak"
|
msgstr "Aplikazioak"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Aplikazioen eta laneko areen zerrenda"
|
msgstr "Aplikazioen eta laneko areen zerrenda"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -114,75 +115,80 @@ msgstr ""
|
|||||||
"Kateen zerrenda bat, bakoitzak aplikazio-ID bat duena (mahaigainaren "
|
"Kateen zerrenda bat, bakoitzak aplikazio-ID bat duena (mahaigainaren "
|
||||||
"fitxategi-izena) eta jarraian bi puntu eta laneko arearen zenbakia dituena"
|
"fitxategi-izena) eta jarraian bi puntu eta laneko arearen zenbakia dituena"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Aplikazioa"
|
msgstr "Aplikazioa"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Laneko area"
|
msgstr "Laneko area"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Gehitu araua"
|
msgstr "Gehitu araua"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Sortu bat datorren arau berria"
|
msgstr "Sortu bat datorren arau berria"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Gehitu"
|
msgstr "Gehitu"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
#| msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Huts egin du '%s' unitatea egoztean: "
|
msgid "Ejecting drive “%s” failed:"
|
||||||
|
msgstr "Huts egin du “%s“ unitatea egoztean: "
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Gailu aldagarriak"
|
msgstr "Gailu aldagarriak"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Ireki fitxategia"
|
msgstr "Ireki fitxategia"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Kaixo mundua!"
|
msgstr "Kaixo mundua!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Ongi etorriaren bestelako testua."
|
msgstr "Ongi etorriaren bestelako testua."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 "Ez badago hutsik, panelean klik egitean erakutsiko den testua dauka."
|
msgstr "Ez badago hutsik, panelean klik egitean erakutsiko den testua dauka."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Mezua"
|
msgstr "Mezua"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
#. translated
|
#. translated
|
||||||
#: ../extensions/example/prefs.js:43
|
#: 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."
|
||||||
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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Shell-erako portaera egokia duten hedapenak nola eraikitzen den erakusteko "
|
"Shell-erako portaera egokia duten hedapenak nola eraikitzen den erakusteko "
|
||||||
"helburua du adibideak, ondorioz bere kasa funtzionalitate baxukoa da.\n"
|
"helburua du adibideak, ondorioz bere kasa funtzionalitate baxukoa da.\n"
|
||||||
"Hala ere, ongi etorriko mezua pertsonalizatzeko aukera dago."
|
"Hala ere, ongi etorriko mezua pertsonalizatzeko aukera dago."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Erabili pantaila gehiago leihoentzako"
|
msgstr "Erabili pantaila gehiago leihoentzako"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -193,11 +199,11 @@ msgstr ""
|
|||||||
"txikiagotzeko. Ezarpen hau kokapen naturalaren estrategiarekin soilik "
|
"txikiagotzeko. Ezarpen hau kokapen naturalaren estrategiarekin soilik "
|
||||||
"aplikatzen da."
|
"aplikatzen da."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Jarri leihoaren epigrafea gainean"
|
msgstr "Jarri leihoaren epigrafea gainean"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -207,116 +213,112 @@ msgstr ""
|
|||||||
"ditu, Shell-aren lehenespena (behean jartzearena) gainidatziz. Ezarpen hau "
|
"ditu, Shell-aren lehenespena (behean jartzearena) gainidatziz. Ezarpen hau "
|
||||||
"aldatzeko eta aplikatzeko Shell berrabiarazi behar da."
|
"aldatzeko eta aplikatzeko Shell berrabiarazi behar da."
|
||||||
|
|
||||||
#: ../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 "Lekuak"
|
msgstr "Lekuak"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
#| msgid "Failed to launch \"%s\""
|
||||||
msgstr "Huts egin du '%s' abiaraztean"
|
msgid "Failed to launch “%s”"
|
||||||
|
msgstr "Huts egin du “%s“ abiaraztean"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Ordenagailua"
|
msgstr "Ordenagailua"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Karpeta nagusia"
|
msgstr "Karpeta nagusia"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Arakatu sarea"
|
msgstr "Arakatu sarea"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Pantaila-argazkien tamainak begiztan"
|
msgstr "Pantaila-argazkien tamainak begiztan"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "PUZ"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memoria"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Gaiaren izena"
|
msgstr "Gaiaren izena"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Gaiaren izena, ~/.themes/izena/gnome-shell direktoriotik kargatzeko"
|
msgstr "Gaiaren izena, ~/.themes/izena/gnome-shell direktoriotik kargatzeko"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Itxi"
|
msgstr "Itxi"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Leheneratu"
|
msgstr "Leheneratu"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizatu"
|
msgstr "Minimizatu"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Desmaximizatu"
|
msgstr "Desmaximizatu"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximizatu"
|
msgstr "Maximizatu"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizatu denak"
|
msgstr "Minimizatu denak"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Leheneratu denak"
|
msgstr "Leheneratu denak"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximizatu denak"
|
msgstr "Maximizatu denak"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Desmaximizatu denak"
|
msgstr "Desmaximizatu denak"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Itxi denak"
|
msgstr "Itxi denak"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Lan arearen adierazlea"
|
msgstr "Lan arearen adierazlea"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:870
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Leihoen zerrenda"
|
msgstr "Leihoen zerrenda"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Noiz elkartu leihoak"
|
msgstr "Noiz elkartu leihoak"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
|
#| msgid ""
|
||||||
|
#| "Decides when to group windows from the same application on the window "
|
||||||
|
#| "list. Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aplikazio bereko leihoak leihoen zerrendan noiz elkartuko diren erabakitzen "
|
"Aplikazio bereko leihoak leihoen zerrendan noiz elkartuko diren erabakitzen "
|
||||||
"du. Balio erabilgarriak: 'never' (inoiz ere ez), 'auto' (automatikoa) eta "
|
"du. Balio erabilgarriak: “never“ (inoiz ere ez), “auto“ (automatikoa) eta "
|
||||||
"'always' (beti)."
|
"“always“ (beti)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Erakutsi leihoen zerrenda pantaila guztietan"
|
msgstr "Erakutsi leihoen zerrenda pantaila guztietan"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -324,39 +326,45 @@ msgstr ""
|
|||||||
"Leihoen zerrenda konektatutako pantaila guztietan edo soilik pantaila "
|
"Leihoen zerrenda konektatutako pantaila guztietan edo soilik pantaila "
|
||||||
"nagusian erakutsiko den."
|
"nagusian erakutsiko den."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Leihoak elkartzea"
|
msgstr "Leihoak elkartzea"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Leihoak inoiz ez elkartu"
|
msgstr "Leihoak inoiz ez elkartu"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Elkartu leihoak lekua mugatuta dagoenean"
|
msgstr "Elkartu leihoak lekua mugatuta dagoenean"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Elkartu beti leihoak"
|
msgstr "Elkartu beti leihoak"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Erakutsi pantaila guztietan"
|
msgstr "Erakutsi pantaila guztietan"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Laneko areen izenak"
|
msgstr "Laneko areen izenak"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Izena"
|
msgstr "Izena"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, c-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "%d. laneko area"
|
msgstr "%d. laneko area"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "PUZ"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memoria"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell Klasikoa"
|
#~ msgstr "GNOME Shell Klasikoa"
|
||||||
|
|
||||||
|
|||||||
@@ -1,27 +1,26 @@
|
|||||||
# Persian translation for gnome-shell-extensions.
|
# Persian translation for gnome-shell-extensions.
|
||||||
# Copyright (C) 2011 Iranian Free Software Users Group (IFSUG.org) translation team.
|
# Copyright (C) 2011 Iranian Free Software Users Group (IFSUG.org) translation team.
|
||||||
# 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.
|
||||||
# Arash Mousavi <mousavi.arash@gmail.com>, 2011, 2013, 2014.
|
# Arash Mousavi <mousavi.arash@gmail.com>, 2011, 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-08-28 07:40+0000\n"
|
"POT-Creation-Date: 2015-09-10 20:20+0000\n"
|
||||||
"PO-Revision-Date: 2014-08-28 19:59+0430\n"
|
"PO-Revision-Date: 2015-09-11 23:44+0430\n"
|
||||||
"Last-Translator: Arash Mousavi <mousavi.arash@gmail.com>\n"
|
"Last-Translator: Arash Mousavi <mousavi.arash@gmail.com>\n"
|
||||||
"Language-Team: Persian <>\n"
|
"Language-Team: Persian <>\n"
|
||||||
"Language: fa_IR\n"
|
"Language: fa\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-Poedit-SourceCharset: utf-8\n"
|
"X-Poedit-SourceCharset: utf-8\n"
|
||||||
"X-Generator: Gtranslator 2.91.6\n"
|
"X-Generator: Poedit 1.8.4\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 "گنوم کلاسیک"
|
msgstr "گنوم کلاسیک"
|
||||||
|
|
||||||
@@ -29,42 +28,29 @@ 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 "اتصال محاوره modal به پنجره والد"
|
msgstr "اتصال محاوره modal به پنجره والد"
|
||||||
|
|
||||||
#: ../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 "این کلید، کلید org.gnome.mutter را در هنگام اجرای گنومشل بازنویسی میکند."
|
||||||
msgstr ""
|
|
||||||
"این کلید، کلید 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
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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 "
|
||||||
"GNOME Shell."
|
"Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"این کلید، کلید org.gnome.desktop.wm.preferences را در هنگام اجرای گنومشل "
|
"این کلید، کلید 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
|
||||||
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:6
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
@@ -72,9 +58,7 @@ msgstr "فضاهای کاری تنها در نمایشگر اصلی"
|
|||||||
|
|
||||||
#: ../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 "به تاخیر انداختن تغییر تمرکز در حالت موشی تا زمانی که نشانگر از حرکت باز ایستد"
|
||||||
"به تاخیر انداختن تغییر تمرکز در حالت موشی تا زمانی که نشانگر از حرکت باز "
|
|
||||||
"ایستد"
|
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
@@ -96,15 +80,15 @@ msgstr "نمایش پنجره به عنوان"
|
|||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "نمایش پنجرهها تنها در فضایکاری فعلی"
|
msgstr "نمایش پنجرهها تنها در فضایکاری فعلی"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "نمایکلی فعالیتها"
|
msgstr "نمایکلی فعالیتها"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "علاقهمندیها"
|
msgstr "علاقهمندیها"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: ../extensions/apps-menu/extension.js:261
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "برنامهها"
|
msgstr "برنامهها"
|
||||||
|
|
||||||
@@ -114,11 +98,11 @@ 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"
|
||||||
@@ -130,7 +114,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 "اضافه کردن قاعده"
|
||||||
|
|
||||||
@@ -147,11 +130,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 "باز کردن پرونده"
|
||||||
|
|
||||||
@@ -165,25 +148,22 @@ 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
|
||||||
#| msgid "Message:"
|
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "پیام"
|
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 ""
|
||||||
"هدف Example این است که نشان دهد چگونه میتوان متصلشوندههای صحیح برای گنومشل "
|
"هدف Example این است که نشان دهد چگونه میتوان متصلشوندههای صحیح برای گنومشل ساخت و "
|
||||||
"ساخت و برای نمونه کمی قابلیت از خود نیز دارد.\n"
|
"برای نمونه کمی قابلیت از خود نیز دارد.\n"
|
||||||
"با این وجود میتوان پیام خوشآمد را تغییر داد."
|
"با این وجود میتوان پیام خوشآمد را تغییر داد."
|
||||||
|
|
||||||
#: ../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
|
||||||
@@ -192,13 +172,13 @@ 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 ""
|
||||||
"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."
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -206,44 +186,38 @@ 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 ""
|
||||||
"اگر بر روی درست باشد، عنوان پنجره را بالای تصویر آن قرار میدهد، که حالت "
|
"اگر بر روی درست باشد، عنوان پنجره را بالای تصویر آن قرار میدهد، که حالت پیشفرض شل در "
|
||||||
"پیشفرض شل در پایین را تغییر میدهد. تغییر این گزینه، نیاز به راهاندازی مجدد "
|
"پایین را تغییر میدهد. تغییر این گزینه، نیاز به راهاندازی مجدد شل دارد تا تاثیر بگذارد."
|
||||||
"شل دارد تا تاثیر بگذارد."
|
|
||||||
|
|
||||||
#: ../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 "مکانها"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "اجرای «%s» شکست خورد"
|
msgstr "اجرای «%s» شکست خورد"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "رایانه"
|
msgstr "رایانه"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "خانه"
|
msgstr "خانه"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
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"
|
||||||
@@ -273,32 +247,32 @@ msgstr "ناحداکثر کردن"
|
|||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "حداکثر کردن"
|
msgstr "حداکثر کردن"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:300
|
#: ../extensions/window-list/extension.js:402
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "حداقل کردن همه"
|
msgstr "حداقل کردن همه"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:308
|
#: ../extensions/window-list/extension.js:410
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "ناحداقل کردن همه"
|
msgstr "ناحداقل کردن همه"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:316
|
#: ../extensions/window-list/extension.js:418
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "حداکثر کردن همه"
|
msgstr "حداکثر کردن همه"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:325
|
#: ../extensions/window-list/extension.js:427
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "ناحداکثر کردن همه"
|
msgstr "ناحداکثر کردن همه"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:334
|
#: ../extensions/window-list/extension.js:436
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "بستن همه"
|
msgstr "بستن همه"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:644
|
#: ../extensions/window-list/extension.js:655
|
||||||
#: ../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:814
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "فهرست پنجره"
|
msgstr "فهرست پنجره"
|
||||||
|
|
||||||
@@ -308,30 +282,43 @@ 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»، «auto» و «always»"
|
"ممکن عبارتند از «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"
|
msgid "Workspace Names"
|
||||||
msgstr "نام فضاهای کاری"
|
msgstr "نام فضاهای کاری"
|
||||||
|
|
||||||
@@ -344,6 +331,18 @@ msgstr "نام"
|
|||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "فضایکاری %Id"
|
msgstr "فضایکاری %Id"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "گنومشل کلاسیک"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "مدیریت پنجرهها و اجرا کننده برنامهها"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "سیپییو"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "حافظه"
|
||||||
|
|
||||||
#~ msgid "The alt tab behaviour."
|
#~ msgid "The alt tab behaviour."
|
||||||
#~ msgstr "رفتار alt tab."
|
#~ msgstr "رفتار alt tab."
|
||||||
|
|
||||||
@@ -361,11 +360,11 @@ msgstr "فضایکاری %Id"
|
|||||||
#~ 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 ""
|
||||||
#~ "«جایگزین Tab» میتواند در حالتهای مختلفی استفاده شود، که در نحوه باز شدن و "
|
#~ "«جایگزین Tab» میتواند در حالتهای مختلفی استفاده شود، که در نحوه باز شدن و انتخاب "
|
||||||
#~ "انتخاب پنجرهها تاثیر میگذارد."
|
#~ "پنجرهها تاثیر میگذارد."
|
||||||
|
|
||||||
#~ msgid "Suspend"
|
#~ msgid "Suspend"
|
||||||
#~ msgstr "تعلیق"
|
#~ msgstr "تعلیق"
|
||||||
|
|||||||
@@ -5,185 +5,190 @@
|
|||||||
# 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, 2015.
|
# Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2012, 2013, 2014, 2015, 2017.
|
||||||
#
|
#
|
||||||
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: 2015-03-02 20:59+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-03-02 23:09+0200\n"
|
"PO-Revision-Date: 2017-02-18 20:43+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 <lokalisointi-lista@googlegroups.com>\n"
|
||||||
"Language: fi\n"
|
"Language: fi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Gtranslator 2.91.6\n"
|
"X-Generator: Gtranslator 2.91.7\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
"X-POT-Import-Date: 2012-03-05 15:06:12+0000\n"
|
"X-POT-Import-Date: 2012-03-05 15:06:12+0000\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Perinteinen Gnome"
|
msgstr "Perinteinen Gnome"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
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/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
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"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Painikkeiden järjestys otsikkopalkissa"
|
msgstr "Painikkeiden järjestys otsikkopalkissa"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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 ""
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
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:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Työtilat vain ensisijaisella näytöllä"
|
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:40
|
||||||
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 "
|
"Aseta viive kohdistusmuutoksille hiiritilassa, kunnes hiiren osoitin "
|
||||||
"lopettaa liikkumisen"
|
"lopettaa liikkumisen"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Pelkkä pienoiskuva"
|
msgstr "Pelkkä pienoiskuva"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Pelkkä sovelluksen kuvake"
|
msgstr "Pelkkä sovelluksen kuvake"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Pienoiskuva ja sovelluksen kuvake"
|
msgstr "Pienoiskuva ja sovelluksen kuvake"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Ikkunoiden esittäminen"
|
msgstr "Ikkunoiden esittäminen"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Näytä vain nykyisessä työtilassa olevat ikkunat"
|
msgstr "Näytä vain nykyisessä työtilassa olevat ikkunat"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Yleisnäkymä"
|
msgstr "Yleisnäkymä"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Suosikit"
|
msgstr "Suosikit"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Sovellukset"
|
msgstr "Sovellukset"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Sovellus- ja työtilaluettelo"
|
msgstr "Sovellus- ja työtilaluettelo"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by 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"
|
||||||
msgstr "Sovellus"
|
msgstr "Sovellus"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
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"
|
||||||
msgstr "Lisää sääntö"
|
msgstr "Lisää sääntö"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Luo uusi vastaava sääntö"
|
msgstr "Luo uusi vastaava sääntö"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Lisää"
|
msgstr "Lisää"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
#| msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Aseman \"%s\" irrottaminen epäonnistui:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
|
msgstr "Aseman “%s” irrottaminen epäonnistui:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: 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:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Avaa tiedosto"
|
msgstr "Avaa tiedosto"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hei, maailma!"
|
msgstr "Hei, maailma!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Vaihtoehtoinen tervehdysteksti."
|
msgstr "Vaihtoehtoinen tervehdysteksti."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 "Jos ei tyhjä, sisältää paneelia napsauttaessa näytettävän tekstin."
|
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"
|
||||||
msgstr "Viesti"
|
msgstr "Viesti"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Käytä enemmän tilaa ikkunoille"
|
msgstr "Käytä enemmän tilaa ikkunoille"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Aseta ikkunoiden otsikkoteksti ylös"
|
msgstr "Aseta ikkunoiden otsikkoteksti ylös"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -193,115 +198,111 @@ msgstr ""
|
|||||||
"Tämä syrjäyttää oletusasetuksen, eli otsikkotekstin asettamisen pienoiskuvan "
|
"Tämä syrjäyttää oletusasetuksen, eli otsikkotekstin asettamisen pienoiskuvan "
|
||||||
"alle. Tämän asetuksen muutos vaatii Gnomen uudelleenkäynnistyksen."
|
"alle. Tämän asetuksen muutos vaatii Gnomen uudelleenkäynnistyksen."
|
||||||
|
|
||||||
#: ../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 "Sijainnit"
|
msgstr "Sijainnit"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
#| msgid "Failed to launch \"%s\""
|
||||||
msgstr "Kohteen \"%s\" käynnistys epäonnistui"
|
msgid "Failed to launch “%s”"
|
||||||
|
msgstr "Kohteen “%s” käynnistys epäonnistui"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Tietokone"
|
msgstr "Tietokone"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Koti"
|
msgstr "Koti"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
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
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Vaihtele kuvakaappausten kokojen välillä"
|
msgstr "Vaihtele kuvakaappausten kokojen välillä"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "Suoritin"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Muisti"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Teeman nimi"
|
msgstr "Teeman nimi"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
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:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Sulje"
|
msgstr "Sulje"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Palauta pienennys"
|
msgstr "Palauta pienennys"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Pienennä"
|
msgstr "Pienennä"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Palauta suurennus"
|
msgstr "Palauta suurennus"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Suurenna"
|
msgstr "Suurenna"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:399
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Pienennä kaikki"
|
msgstr "Pienennä kaikki"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:407
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Palauta kaikkien koko"
|
msgstr "Palauta kaikkien koko"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Suurenna kaikki"
|
msgstr "Suurenna kaikki"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Palauta kaikkien koko"
|
msgstr "Palauta kaikkien koko"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:433
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Sulje kaikki"
|
msgstr "Sulje kaikki"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:650
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../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:807
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Ikkunaluettelo"
|
msgstr "Ikkunaluettelo"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Milloin ikkunat ryhmitetään"
|
msgstr "Milloin ikkunat ryhmitetään"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
|
#| msgid ""
|
||||||
|
#| "Decides when to group windows from the same application on the window "
|
||||||
|
#| "list. Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"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/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Näytä ikkunaluettelo kaikilla näytöillä"
|
msgstr "Näytä ikkunaluettelo kaikilla näytöillä"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -309,39 +310,45 @@ msgstr ""
|
|||||||
"Näytetäänkö ikkunaluettelo kaikilla liitetyillä näytöillä vai ainoastaan "
|
"Näytetäänkö ikkunaluettelo kaikilla liitetyillä näytöillä vai ainoastaan "
|
||||||
"ensisijaisella näytöllä."
|
"ensisijaisella näytöllä."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Ikkunoiden ryhmitys"
|
msgstr "Ikkunoiden ryhmitys"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: 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:51
|
#: 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:52
|
#: 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
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Näytä kaikilla näytöillä"
|
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"
|
||||||
msgstr "Työtilojen nimet"
|
msgstr "Työtilojen nimet"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nimi"
|
msgstr "Nimi"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Työtila %d"
|
msgstr "Työtila %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "Suoritin"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Muisti"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Gnome Shell - perinteinen"
|
#~ msgstr "Gnome Shell - perinteinen"
|
||||||
|
|
||||||
|
|||||||
@@ -9,41 +9,43 @@ 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: 2015-02-19 08:55+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2014-08-25 23:50+0200\n"
|
"PO-Revision-Date: 2017-02-22 19:33+0100\n"
|
||||||
"Last-Translator: Alain Lojewski <allomervan@gmail.com>\n"
|
"Last-Translator: Alain Lojewski <allomervan@gmail.com>\n"
|
||||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
||||||
"Language: \n"
|
"Language: fr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Classique"
|
msgstr "GNOME Classique"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Cette session vous connnecte à GNOME Classique"
|
msgstr "Cette session vous connnecte à GNOME Classique"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Attacher les boîtes de dialogue modales à leur fenêtre parente"
|
msgstr "Attacher les boîtes de dialogue modales à leur fenêtre parente"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Cette clé remplace la clé dans org.gnome.mutter lorsque GNOME Shell est en "
|
"Cette clé remplace la clé dans org.gnome.mutter lorsque GNOME Shell est en "
|
||||||
"cours d'exécution."
|
"cours d'exécution."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Ordre des boutons dans la barre de titre"
|
msgstr "Ordre des boutons dans la barre de titre"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -51,59 +53,59 @@ msgstr ""
|
|||||||
"Cette clé remplace la clé dans org.gnome.desktop.wm.preferences lorsque "
|
"Cette clé remplace la clé dans org.gnome.desktop.wm.preferences lorsque "
|
||||||
"GNOME Shell est en cours d'exécution."
|
"GNOME Shell est en cours d'exécution."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Activer la disposition verticale lorsque les fenêtres sont déposées aux "
|
"Activer la disposition verticale lorsque les fenêtres sont déposées aux "
|
||||||
"bords de l'écran"
|
"bords de l'écran"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Espaces de travail uniquement sur l'écran principal"
|
msgstr "Espaces de travail uniquement sur l'écran principal"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Retarder les changements de focus en mode souris jusqu'à ce que le pointeur "
|
"Retarder les changements de focus en mode souris jusqu'à ce que le pointeur "
|
||||||
"arrête de bouger"
|
"arrête de bouger"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Vignette seulement"
|
msgstr "Vignette seulement"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Icône d'application seulement"
|
msgstr "Icône d'application seulement"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Vignette et icône d'application"
|
msgstr "Vignette et icône d'application"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Présenter la fenêtre comme"
|
msgstr "Présenter la fenêtre comme"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "N'afficher les fenêtres que sur l'espace de travail actuel"
|
msgstr "N'afficher les fenêtres que sur l'espace de travail actuel"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Vue d'ensemble des activités"
|
msgstr "Vue d'ensemble des activités"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoris"
|
msgstr "Favoris"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Applications"
|
msgstr "Applications"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Liste d'applications et d'espaces de travail"
|
msgstr "Liste d'applications et d'espaces de travail"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -112,49 +114,49 @@ msgstr ""
|
|||||||
"d'application (nom de fichier desktop), suivi par un deux-points et le "
|
"d'application (nom de fichier desktop), suivi par un deux-points et le "
|
||||||
"numéro de l'espace de travail"
|
"numéro de l'espace de travail"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Application"
|
msgstr "Application"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Espace de travail"
|
msgstr "Espace de travail"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Ajouter une règle"
|
msgstr "Ajouter une règle"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Créer une nouvelle règle de concordance"
|
msgstr "Créer une nouvelle règle de concordance"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Ajouter"
|
msgstr "Ajouter"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "L'éjection du disque « %s » a échoué :"
|
msgstr "L'éjection du disque « %s » a échoué :"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Périphériques amovibles"
|
msgstr "Périphériques amovibles"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Ouvrir le fichier"
|
msgstr "Ouvrir le fichier"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Bonjour le monde !"
|
msgstr "Bonjour le monde !"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Autre texte d'accueil."
|
msgstr "Autre texte d'accueil."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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."
|
||||||
@@ -162,25 +164,27 @@ msgstr ""
|
|||||||
"S'il n'est pas vide, il contient le texte qui s'affiche lorsque vous cliquez "
|
"S'il n'est pas vide, il contient le texte qui s'affiche lorsque vous cliquez "
|
||||||
"sur le tableau de bord."
|
"sur le tableau de bord."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Message"
|
msgstr "Message"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Example a pour but de montrer comment construire de bonnes extensions pour "
|
"Example a pour but de montrer comment construire de bonnes extensions pour "
|
||||||
"le Shell et en tant que tel, il n'a que peu de fonctionnalités en soi.\n"
|
"le Shell et en tant que tel, il n'a que peu de fonctionnalités en soi.\n"
|
||||||
"Il est néanmoins possible de personnaliser le message d'accueil."
|
"Il est néanmoins possible de personnaliser le message d'accueil."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Utiliser plus d'écran pour les fenêtres"
|
msgstr "Utiliser plus d'écran pour les fenêtres"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -191,11 +195,11 @@ msgstr ""
|
|||||||
"pour réduire la zone englobante. Ce paramètre ne s'applique qu'en utilisant "
|
"pour réduire la zone englobante. Ce paramètre ne s'applique qu'en utilisant "
|
||||||
"la stratégie de placement « natural »."
|
"la stratégie de placement « natural »."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Placer les titres des fenêtres au-dessus"
|
msgstr "Placer les titres des fenêtres au-dessus"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -206,151 +210,150 @@ msgstr ""
|
|||||||
"dessous. Pour que ce paramètre soit pris en compte, il faut redémarrer le "
|
"dessous. Pour que ce paramètre soit pris en compte, il faut redémarrer le "
|
||||||
"Shell."
|
"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 "Emplacements"
|
msgstr "Emplacements"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Impossible de lancer « %s »"
|
msgstr "Impossible de lancer « %s »"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Ordinateur"
|
msgstr "Ordinateur"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Dossier personnel"
|
msgstr "Dossier personnel"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Parcourir le réseau"
|
msgstr "Parcourir le réseau"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Passer à la taille de capture suivante"
|
msgstr "Passer à la taille de capture suivante"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Mémoire"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Nom du thème"
|
msgstr "Nom du thème"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Le nom du thème, à charger à partir de ~/.themes/name/gnome-shell"
|
msgstr "Le nom du thème, à charger à partir de ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Fermer"
|
msgstr "Fermer"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Restaurer"
|
msgstr "Restaurer"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Réduire"
|
msgstr "Réduire"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Restaurer"
|
msgstr "Restaurer"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximiser"
|
msgstr "Maximiser"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Réduire tout"
|
msgstr "Réduire tout"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Restaurer tout"
|
msgstr "Restaurer tout"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximiser tout"
|
msgstr "Maximiser tout"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Restaurer tout"
|
msgstr "Restaurer tout"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Fermer tout"
|
msgstr "Fermer tout"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicateur d'espace de travail"
|
msgstr "Indicateur d'espace de travail"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:870
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Liste de fenêtres"
|
msgstr "Liste de fenêtres"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Quand regrouper les fenêtres"
|
msgstr "Quand regrouper les fenêtres"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Décide quand regrouper les fenêtres d'une même application sur la liste des "
|
"Décide quand regrouper les fenêtres d'une même application sur la liste des "
|
||||||
"fenêtres. Les valeurs possibles sont « never » (jamais), « auto » et "
|
"fenêtres. Les valeurs possibles sont « never » (jamais), « auto » et "
|
||||||
"« always » (toujours)."
|
"« always » (toujours)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Afficher la liste des fenêtres sur tous les écrans"
|
msgstr "Afficher la liste des fenêtres sur tous les écrans"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
msgstr "Indique s'il faut afficher la liste des fenêtres sur tous les écrans connectés ou seulement l'écran principal."
|
msgstr ""
|
||||||
|
"Indique s'il faut afficher la liste des fenêtres sur tous les écrans "
|
||||||
|
"connectés ou seulement l'écran principal."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Regroupement de fenêtres"
|
msgstr "Regroupement de fenêtres"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Ne jamais regrouper les fenêtres"
|
msgstr "Ne jamais regrouper les fenêtres"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Regrouper les fenêtres quand l'espace est limité"
|
msgstr "Regrouper les fenêtres quand l'espace est limité"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Toujours regrouper les fenêtres"
|
msgstr "Toujours regrouper les fenêtres"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Afficher sur tous les écrans"
|
msgstr "Afficher sur tous les écrans"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Noms des espaces de travail"
|
msgstr "Noms des espaces de travail"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nom"
|
msgstr "Nom"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Espace de travail %d"
|
msgstr "Espace de travail %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Mémoire"
|
||||||
|
|||||||
@@ -6,45 +6,45 @@
|
|||||||
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: https://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-20 08:37+0000\n"
|
"POT-Creation-Date: 2017-02-22 18:40+0000\n"
|
||||||
"PO-Revision-Date: 2015-01-20 21:20+0100\n"
|
"PO-Revision-Date: 2017-02-24 00:51+0100\n"
|
||||||
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
|
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
|
||||||
"Language-Team: Friulian <fur@li.org>\n"
|
"Language-Team: Friulian <fur@li.org>\n"
|
||||||
"Language: fur\n"
|
"Language: fur\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.8.11\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Classic"
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Cheste session a si invie cun GNOME classic"
|
msgstr "Cheste session a si invie cun GNOME classic"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Tache il balcon modâl al balcon gjenitôr"
|
msgstr "Tache il balcon modâl al balcon gjenitôr"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Cheste clâf a sorplante che in org.gnome.mutter quanche al è in esecuzion "
|
"Cheste clâf a sorplante che in org.gnome.mutter quanche al è in esecuzion "
|
||||||
"GNOME Shell."
|
"GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Disposizion dai botons te sbare dal titul"
|
msgstr "Disposizion dai botons te sbare dal titul"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
#| 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."
|
||||||
@@ -52,59 +52,59 @@ msgstr ""
|
|||||||
"Cheste clâf a sorplante chê in org.gnome.desktop.wm.preferences cuant che al "
|
"Cheste clâf a sorplante chê in org.gnome.desktop.wm.preferences cuant che al "
|
||||||
"è in esecuzion GNOME Shell."
|
"è in esecuzion GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Abilite la tasseladure sul ôr cuant che i balcons a vegnin molâts sul ôr dal "
|
"Abilite la tasseladure sul ôr cuant che i balcons a vegnin molâts sul ôr dal "
|
||||||
"visôr"
|
"visôr"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Spazis di lavôr dome sul visôr principâl"
|
msgstr "Spazis di lavôr dome sul visôr principâl"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Tarde la mude dal focus te modalitât mouse fintremai che il pontadôr no si "
|
"Tarde la mude dal focus te modalitât mouse fintremai che il pontadôr no si "
|
||||||
"ferme"
|
"ferme"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Dome miniaturis"
|
msgstr "Dome miniaturis"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Dome l'icone de aplicazion"
|
msgstr "Dome l'icone de aplicazion"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniature e icone de aplicazion"
|
msgstr "Miniature e icone de aplicazion"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Mostre i barcons come"
|
msgstr "Mostre i barcons come"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Mostre dome i balcons dal spazi di lavôr corint"
|
msgstr "Mostre dome i balcons dal spazi di lavôr corint"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Panoramiche ativitâts"
|
msgstr "Panoramiche ativitâts"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Preferîts"
|
msgstr "Preferîts"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicazions"
|
msgstr "Aplicazions"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Liste aplicazions e spazi di lavôr"
|
msgstr "Liste aplicazions e spazi di lavôr"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -112,74 +112,75 @@ msgstr ""
|
|||||||
"Une liste di stringhis, ogniune a ten il ID di une aplicazion (non dal file ."
|
"Une liste di stringhis, ogniune a ten il ID di une aplicazion (non dal file ."
|
||||||
"desktop), seguît di doi ponts e il numar dal spazi di lavôr"
|
"desktop), seguît di doi ponts e il numar dal spazi di lavôr"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Aplicazion"
|
msgstr "Aplicazion"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Spazi di lavôr"
|
msgstr "Spazi di lavôr"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
#| msgid "Add rule"
|
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Zonte regule"
|
msgstr "Zonte regule"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Cree une gnove regule di corispondence"
|
msgstr "Cree une gnove regule di corispondence"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Zonte"
|
msgstr "Zonte"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
msgid "Ejecting drive '%s' failed:"
|
#, javascript-format
|
||||||
msgstr "No rivât a parâ fûr l'unitât «%s»:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
|
msgstr "No si è rivâts a parâ fûr la unitât “%s”»:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Argagn rimovibil"
|
msgstr "Argagn rimovibil"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Vierç File"
|
msgstr "Vierç File"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Mandi, mont!"
|
msgstr "Mandi, mont!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Test di benvignût alternatîf"
|
msgstr "Test di benvignût alternatîf"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 "Se no vueit, al ten il test che al vegnarà mostrât scliçant sul panel."
|
msgstr "Se no vueit, al ten il test che al vegnarà mostrât scliçant sul panel."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
#| msgid "Message:"
|
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Messaç"
|
msgstr "Messaç"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Example al ponte a mostrâ come imbastî une estension de Shell che a si "
|
"Example al ponte a mostrâ cemût imbastî estensions de Shell che si "
|
||||||
"compuarti ben e par chest no'n d'a tantis funzions.\n"
|
"compuartedin ben e par chest no 'ndi à tantis funzions.\n"
|
||||||
"Ad ogni mût al è pussibil modificâ il messaç di benvignût. "
|
"Ad ogni mût al è pussibil personalizâ il messaç di benvignût."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Dopre plui spazi par i balcons"
|
msgstr "Dopre plui spazi par i balcons"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -190,11 +191,11 @@ msgstr ""
|
|||||||
"spazi complessîf. Cheste impostazion a si apliche dome se l'algoritmo di "
|
"spazi complessîf. Cheste impostazion a si apliche dome se l'algoritmo di "
|
||||||
"posizionament al è \"natural\"."
|
"posizionament al è \"natural\"."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Met il titul dal balcon insomp"
|
msgstr "Met il titul dal balcon insomp"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -204,115 +205,107 @@ msgstr ""
|
|||||||
"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste "
|
"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste "
|
||||||
"impostazion a si scugne tornâ a inviâ la shell."
|
"impostazion a si scugne tornâ a inviâ la 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 "Puescj"
|
msgstr "Puescj"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
msgid "Failed to launch \"%s\""
|
#, javascript-format
|
||||||
msgstr "Inviament di «%s» falît"
|
msgid "Failed to launch “%s”"
|
||||||
|
msgstr "No si è rivâts a inviâ “%s”"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Computer"
|
msgstr "Computer"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Cjase"
|
msgstr "Cjase"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Esplore rêt"
|
msgstr "Esplore rêt"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr ""
|
msgstr "Dimensions screenshot ciclic"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memorie"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Non dal teme"
|
msgstr "Non dal teme"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Il non dal teme, che si cjame da ~/.themes/name/gnome-shell"
|
msgstr "Il non dal teme, che si cjame da ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Siere"
|
msgstr "Siere"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Gjave minimizazion"
|
msgstr "Gjave minimizazion"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimize"
|
msgstr "Minimize"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Gjave massimizazion"
|
msgstr "Gjave massimizazion"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Massimize"
|
msgstr "Massimize"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimize ducj"
|
msgstr "Minimize ducj"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Gjave a ducj la minimizazion"
|
msgstr "Gjave a ducj la minimizazion"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Massimize ducj"
|
msgstr "Massimize ducj"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Gjave a ducj la massimizazion"
|
msgstr "Gjave a ducj la massimizazion"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Siere ducj"
|
msgstr "Siere ducj"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicadôr spazi di lavôr"
|
msgstr "Indicadôr spazi di lavôr"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:870
|
#: extensions/window-list/extension.js:833
|
||||||
#| msgid "Window Grouping"
|
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Liste balcons"
|
msgstr "Liste balcons"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Quant ingrumâ i balcons"
|
msgstr "Quant ingrumâ i balcons"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Decît quant ingrumâ i balcons de stesse aplicazion su le liste dai balcons. "
|
"Al decît cuant intropâ i balcons de stesse aplicazion su le liste dai "
|
||||||
"I pussibii valôrs a son \"never\", \"auto\" e \"always\"."
|
"balcons. I pussibii valôrs a son “never”, “auto” e “always”."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Mostre la liste dai barcons su ducj i visôrs"
|
msgstr "Mostre la liste dai barcons su ducj i visôrs"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -320,39 +313,45 @@ msgstr ""
|
|||||||
"Indiche se mostrâ la liste dai barcons su ducj i visôrs tacâts o nome sul "
|
"Indiche se mostrâ la liste dai barcons su ducj i visôrs tacâts o nome sul "
|
||||||
"principâl."
|
"principâl."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Ingrumament balcons"
|
msgstr "Ingrumament balcons"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "No ingrumâ i balcons"
|
msgstr "No ingrumâ i balcons"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Ingrume i balcons quanche al'è pôc puest"
|
msgstr "Ingrume i balcons quanche al'è pôc puest"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Ingrume simpri i balcons"
|
msgstr "Ingrume simpri i balcons"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Mostre su ducj i visôrs"
|
msgstr "Mostre su ducj i visôrs"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
#| msgid "Workspace names:"
|
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nons dai spazis di lavôr"
|
msgstr "Nons dai spazis di lavôr"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Non"
|
msgstr "Non"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Spazi di lavôr %d"
|
msgstr "Spazi di lavôr %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memorie"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell Classic"
|
#~ msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,479 @@
|
|||||||
|
# Scottish Gaelic translation for gnome-shell-extensions.
|
||||||
|
# Copyright (C) 2015 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
|
# GunChleoc <fios@foramnagaidhlig.net>, 2015, 2016.
|
||||||
|
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: 2016-04-29 09:49+0000\n"
|
||||||
|
"PO-Revision-Date: 2016-04-29 11:09+0100\n"
|
||||||
|
"Last-Translator: GunChleoc <fios@foramnagaidhlig.net>\n"
|
||||||
|
"Language-Team: Fòram na Gàidhlig\n"
|
||||||
|
"Language: gd\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
|
||||||
|
"(n > 2 && n < 20) ? 2 : 3;\n"
|
||||||
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
|
"X-DamnedLies-Scope: partial\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 clasaigeach"
|
||||||
|
|
||||||
|
#: ../data/gnome-classic.desktop.in.h:2
|
||||||
|
msgid "This session logs you into GNOME Classic"
|
||||||
|
msgstr "Clàraidh an seisean seo a-steach gu GNOME clasaigeach thu"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
||||||
|
msgid "Attach modal dialog to the parent window"
|
||||||
|
msgstr "Ceangail còmhradh mòdach ris an uinneag-pàraint"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Tar-àithnidh an iuchair seo an iuchair ann an org.gnome.mutter nuair a thèid "
|
||||||
|
"Slige GNOME a ruith."
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
||||||
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
|
msgstr "Seòrsachadh nam putanan air a' bhàr-tiotail"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Tar-àithnidh an iuchair seo an iuchair ann an "
|
||||||
|
"org.gnome.desktop.wm.preferences nuair a thèid Slige GNOME a ruith."
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
|
msgstr ""
|
||||||
|
"Cuir leacadh nan oirean an comas nuair a thèid uinneagan a leigeil às aig "
|
||||||
|
"oir na sgrìn"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
||||||
|
msgid "Workspaces only on primary monitor"
|
||||||
|
msgstr "Rumannan-obrach air a' phrìomh-sgrìn a-mhàin"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Cuir dàil air atharraichean an fòcais ann am modh luchaige gus an sguir an "
|
||||||
|
"tomhaire air gluasad"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
|
msgid "Thumbnail only"
|
||||||
|
msgstr "Dealbhagan a-mhàin"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:21
|
||||||
|
msgid "Application icon only"
|
||||||
|
msgstr "Ìomhaigheag na h-aplacaid a-mhàin"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:22
|
||||||
|
msgid "Thumbnail and application icon"
|
||||||
|
msgstr "Dealbhag is ìomhaigheag na h-aplacaid"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:38
|
||||||
|
msgid "Present windows as"
|
||||||
|
msgstr "Seall uinneagan mar"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:69
|
||||||
|
msgid "Show only windows in the current workspace"
|
||||||
|
msgstr "Na seall ach na h-uinneagan san rum-obrach làithreach"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
|
msgid "Activities Overview"
|
||||||
|
msgstr "Foir-shealladh nan gnìomhachdan"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "Annsachdan"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:266
|
||||||
|
msgid "Applications"
|
||||||
|
msgstr "Aplacaidean"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
||||||
|
msgid "Application and workspace list"
|
||||||
|
msgstr "Ìomhaigheag na h-aplacaid is liosta nan rumannan-obrach"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Liosta dhe shreangan le id aplacaid (ainm faidhle desktop) aig gach tè air a "
|
||||||
|
"leantainn le còilean is àireamh an ruim-obrach"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:60
|
||||||
|
msgid "Application"
|
||||||
|
msgstr "Aplacaid"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:69
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:127
|
||||||
|
msgid "Workspace"
|
||||||
|
msgstr "Rum-obrach"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:85
|
||||||
|
msgid "Add Rule"
|
||||||
|
msgstr "Cuir riaghailt ris"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:106
|
||||||
|
msgid "Create new matching rule"
|
||||||
|
msgstr "Cruthaich riaghailt maidsidh ùr"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:111
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "Cuir ris"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgstr "Cha deach leinn draibh \"%s\" a ghluasad a-mach:"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:124
|
||||||
|
msgid "Removable devices"
|
||||||
|
msgstr "Draibhean so-ghiùlain"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
|
msgid "Open File"
|
||||||
|
msgstr "Fosgail am faidhle"
|
||||||
|
|
||||||
|
#: ../extensions/example/extension.js:17
|
||||||
|
msgid "Hello, world!"
|
||||||
|
msgstr "Shin thu, a shaoghail!"
|
||||||
|
|
||||||
|
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
||||||
|
msgid "Alternative greeting text."
|
||||||
|
msgstr "Teacsa fàilteachaidh eile."
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Mur eil seo falamh, tha an teacsa 'na bhroinn a thèid a shealltainn le "
|
||||||
|
"briogadh air a' phanail."
|
||||||
|
|
||||||
|
#: ../extensions/example/prefs.js:30
|
||||||
|
msgid "Message"
|
||||||
|
msgstr "Teachdaireachd"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: ../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 ""
|
||||||
|
"Tha am ball-eisimpleir airson sealltainn dhut mar a thogas tu leudachain le "
|
||||||
|
"deagh-ghiùlan airson na Slige agus mar sin cha dèan e fhèin mòran.\n"
|
||||||
|
"'S urrainn dhut an teachdaireachd fàilteachaidh a ghnàthachadh co-dhiù."
|
||||||
|
|
||||||
|
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
|
||||||
|
msgid "Use more screen for windows"
|
||||||
|
msgstr "Cleachd cuid nas motha dhen sgrìn airson uinneagan"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Feuch barrachd rum air an sgrìn a chleachdadh nuair a thèid dealbhagan nan "
|
||||||
|
"uinneagan a chur ann le gleusadh a-rèir co-mheas deilbh na sgrìn agus le "
|
||||||
|
"barrachd co-dhaingneachaidh ach am bi am bogsa-iadhaidh nas lugha. Cha bhi "
|
||||||
|
"an roghainn seo an sàs ach leis an ro-innleachd suidheachaidh nàdarra."
|
||||||
|
|
||||||
|
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
|
||||||
|
msgid "Place window captions on top"
|
||||||
|
msgstr "Cuir caipseanan nan uinneagan air a' bharr"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Mas e true a th' ann, thèid caipseanan nan uinneagan a chur ri barr nan "
|
||||||
|
"dealbhagan, a' tar-àithneadh bun-roghainn na slige a chuireas aig a' bhonn "
|
||||||
|
"iad. Ma dh'atharraicheas tu an roghainn seo, feumaidh tu an t-slige a "
|
||||||
|
"thòiseachadh às ùr gus an dèid a cur an sàs."
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/extension.js:78
|
||||||
|
#: ../extensions/places-menu/extension.js:81
|
||||||
|
msgid "Places"
|
||||||
|
msgstr "Ionadan"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Failed to launch \"%s\""
|
||||||
|
msgstr "Cha b' urrainn dhuinn \"%s\" a chur gu dol"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
|
msgid "Computer"
|
||||||
|
msgstr "Coimpiutair"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
|
msgid "Home"
|
||||||
|
msgstr "Dachaigh"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
|
msgid "Browse Network"
|
||||||
|
msgstr "Brabhsaich an lìonra"
|
||||||
|
|
||||||
|
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
|
||||||
|
msgid "Cycle Screenshot Sizes"
|
||||||
|
msgstr "Cuartaich meudan nan glacaidhean-sgrìn"
|
||||||
|
|
||||||
|
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
||||||
|
msgid "Theme name"
|
||||||
|
msgstr "Ainm an ùrlair"
|
||||||
|
|
||||||
|
#: ../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 "Ainm an ùrlair a thèid a luchdadh o ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:110
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Dùin"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:120
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "Neo-fhìor-lùghdaich"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:121
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "Fìor-lùghdaich"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:127
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "Neo-làn-mheudaich"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:128
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "Làn-mheudaich"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:403
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "Fìor-lùghdaich na h-uile"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:411
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "Neo-fhìor-lùghdaich na h-uile"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:419
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "Làn-mheudaich na h-uile"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:428
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "Neo-làn-mheudaich na h-uile"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:437
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "Dùin na h-uile"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:661
|
||||||
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "Taisbeanair ruim-obrach"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:820
|
||||||
|
msgid "Window List"
|
||||||
|
msgstr "Liosta nan uinneagan"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
||||||
|
msgid "When to group windows"
|
||||||
|
msgstr "Cuin a thèid na h-uinneagan a bhuidhneachadh"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Mìnichidh seo cuin a thèid uinneagan aig an aon aplacaid a bhuidhneachadh "
|
||||||
|
"air liosta nan uinneagan. 'S e \"never\", \"auto\" agus \"always\" a tha sna "
|
||||||
|
"roghainnean dligheach."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
||||||
|
msgid "Show the window list on all monitors"
|
||||||
|
msgstr "Seall liosta nan uinneagan air a h-uile sgrìn"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Co-dhiù an dèid liosta nan uinneagan a shealltainn air gach sgrìn "
|
||||||
|
"cheangailte no air a' phrìomh-thè a-mhàin."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:32
|
||||||
|
msgid "Window Grouping"
|
||||||
|
msgstr "Buidhneachadh nan uinneagan"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:50
|
||||||
|
msgid "Never group windows"
|
||||||
|
msgstr "Na buidhnich na h-uinneagan idir"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:51
|
||||||
|
msgid "Group windows when space is limited"
|
||||||
|
msgstr "Buidhnich na h-uinneagan nuair a bhios an rum gann"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:52
|
||||||
|
msgid "Always group windows"
|
||||||
|
msgstr "Buidhnich na h-uinneagan an-còmhnaidh"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "Seall air a h-uile sgrìn"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Ainmean nan rumannan-obrach"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:157
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Ainm"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:198
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Workspace %d"
|
||||||
|
msgstr "Rum-obrach %d"
|
||||||
|
|
||||||
|
#~ msgid "Notifications"
|
||||||
|
#~ msgstr "Brathan"
|
||||||
|
|
||||||
|
#~ msgid "Online Accounts"
|
||||||
|
#~ msgstr "Cunntasan air loidhne"
|
||||||
|
|
||||||
|
#~ msgid "System Settings"
|
||||||
|
#~ msgstr "Roghainnean an t-siostaim"
|
||||||
|
|
||||||
|
#~ msgid "Lock Screen"
|
||||||
|
#~ msgstr "Glais an sgrìn"
|
||||||
|
|
||||||
|
#~ msgid "Switch User"
|
||||||
|
#~ msgstr "Gearr leum gu cleachdaiche eile"
|
||||||
|
|
||||||
|
#~ msgid "Log Out..."
|
||||||
|
#~ msgstr "Clàraich a-mach..."
|
||||||
|
|
||||||
|
#~ msgid "Suspend"
|
||||||
|
#~ msgstr "Cuir 'na dhàil"
|
||||||
|
|
||||||
|
#~ msgid "Hibernate"
|
||||||
|
#~ msgstr "Dèan cadal-geamhraidh"
|
||||||
|
|
||||||
|
#~ msgid "Power Off..."
|
||||||
|
#~ msgstr "Cuir a' chumhachd dheth..."
|
||||||
|
|
||||||
|
#~ 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 ""
|
||||||
|
#~ "Seo a' chiad turas a chì thu leudachan Alt Taba chaochlaidich. \n"
|
||||||
|
#~ "Tagh an giùlan as fhearr leat:\n"
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Na h-uile ⁊ dealbhagan:\n"
|
||||||
|
#~ " Seallaidh am modh seo dhut a h-uile aplacaid on a h-uile rum-obrach "
|
||||||
|
#~ "san aon\n"
|
||||||
|
#~ " liosta taghaidh. An àite a bhith a' cleachdadh ìomhaigheag na h-"
|
||||||
|
#~ "aplacaide aig\n"
|
||||||
|
#~ " gach uinneag, cleachdaidh e dealbhagan beaga a bhios coltach ris an "
|
||||||
|
#~ "uinneag \n"
|
||||||
|
#~ " fhèin.\n"
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Rum-obrach ⁊ dealbhagan:\n"
|
||||||
|
#~ " Leis a' mhodh seo, 's urrainn ghut leum a ghearradh eadar aplacaidean "
|
||||||
|
#~ "an\n"
|
||||||
|
#~ " ruim-obrach làithrich agad is gheibh thu roghainn a bharrachd gus "
|
||||||
|
#~ "leum a\n"
|
||||||
|
#~ " ghearradh dhan aplacaid mu dheireadh a chleachd thu san rum-obrach "
|
||||||
|
#~ "roimhe.\n"
|
||||||
|
#~ " 'S e an samhla mu dheireadh air an liosta a bhios ann an-còmhnaidh "
|
||||||
|
#~ "agus thèid\n"
|
||||||
|
#~ " e a sgaradh le sgaradair/loidhne inghearach ma bhios seo ri làimh. \n"
|
||||||
|
#~ " Thèid gach uinneag a riochdachadh le ìomhaigheag a h-aplacaide. \n"
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Tùsail:\n"
|
||||||
|
#~ " 'S e an giùlan tùsail aig GNOME 3 a tha sa mhodh seo agus is ciall "
|
||||||
|
#~ "dha: Ma nì \n"
|
||||||
|
#~ " thu briogadh air \"tùsail\", cuiridh seo leudachan Alt Taba dheth. \n"
|
||||||
|
|
||||||
|
#~ msgid "Alt Tab Behaviour"
|
||||||
|
#~ msgstr "Giùlan aig Alt Tab"
|
||||||
|
|
||||||
|
#~ msgid "Native"
|
||||||
|
#~ msgstr "Tùsail"
|
||||||
|
|
||||||
|
#~ msgid "Cancel"
|
||||||
|
#~ msgstr "Sguir dheth"
|
||||||
|
|
||||||
|
#~ msgid "Drag here to add favorites"
|
||||||
|
#~ msgstr "Slaod an-seo gus annsachdan a chur ris"
|
||||||
|
|
||||||
|
#~ msgid "New Window"
|
||||||
|
#~ msgstr "Uinneag ùr"
|
||||||
|
|
||||||
|
#~ msgid "Remove from Favorites"
|
||||||
|
#~ msgstr "Thoir air falbh o na h-annsachdan"
|
||||||
|
|
||||||
|
#~ msgid "%s is away."
|
||||||
|
#~ msgstr "Tha %s air falbh."
|
||||||
|
|
||||||
|
#~ msgid "%s is offline."
|
||||||
|
#~ msgstr "Tha %s far loidhne."
|
||||||
|
|
||||||
|
#~ msgid "%s is online."
|
||||||
|
#~ msgstr "Tha %s air loidhne."
|
||||||
|
|
||||||
|
#~ msgid "%s is busy."
|
||||||
|
#~ msgstr "Tha %s trang."
|
||||||
|
|
||||||
|
#~ msgid "Normal"
|
||||||
|
#~ msgstr "Àbhaisteach"
|
||||||
|
|
||||||
|
#~ msgid "Left"
|
||||||
|
#~ msgstr "Clì"
|
||||||
|
|
||||||
|
#~ msgid "Right"
|
||||||
|
#~ msgstr "Deas"
|
||||||
|
|
||||||
|
#~ msgid "Upside-down"
|
||||||
|
#~ msgstr "Bun os cionn"
|
||||||
|
|
||||||
|
#~ msgid "Configure display settings..."
|
||||||
|
#~ msgstr "Rèitich roghainnean an uidheim-thaisbeanaidh..."
|
||||||
@@ -2,48 +2,40 @@
|
|||||||
# 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.
|
||||||
# Fran Diéguez <frandieguez@gnome.org>, 2011.
|
# Fran Diéguez <frandieguez@gnome.org>, 2011.
|
||||||
# Fran Dieguez <frandieguez@gnome.org>, 2011, 2012, 2013, 2014, 2015.
|
# Fran Dieguez <frandieguez@gnome.org>, 2011, 2012, 2013, 2014, 2015, 2017.
|
||||||
#
|
#
|
||||||
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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2015-03-03 01:28+0100\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2015-03-03 01:29+0100\n"
|
"POT-Creation-Date: 2017-02-26 01:13+0100\n"
|
||||||
|
"PO-Revision-Date: 2017-02-26 01:15+0100\n"
|
||||||
"Last-Translator: Fran Dieguez <frandieguez@gnome.org>\n"
|
"Last-Translator: Fran Dieguez <frandieguez@gnome.org>\n"
|
||||||
"Language-Team: Galician <>\n"
|
"Language-Team: Galician <gnome-l10n-gl@gnome.org>\n"
|
||||||
"Language: gl\n"
|
"Language: gl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Gtranslator 2.91.6\n"
|
"X-Generator: Gtranslator 2.91.7\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.h:1
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
|
||||||
msgstr "GNOME clasico"
|
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
|
||||||
msgid "This session logs you into GNOME Classic"
|
|
||||||
msgstr "Esta sesión iniciarao en GNOME clásico"
|
|
||||||
|
|
||||||
#: ../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 "Anexar o diálogo modal á xanela pai"
|
msgstr "Anexar o diálogo modal á xanela pai"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.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 ""
|
msgstr ""
|
||||||
"Esta chave sobrescribe a chave en org.gnome.mutter cando executa GNOME Shell."
|
"Esta chave sobrescribe a chave en org.gnome.mutter cando executa GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.h:3
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Ordenación dos botóns na barra de título"
|
msgstr "Ordenación dos botóns na barra de título"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.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 Shell."
|
"GNOME Shell."
|
||||||
@@ -51,15 +43,15 @@ msgstr ""
|
|||||||
"Esta chave sobrescribe a chave en org.gnome.desktop.wm.preferences ao "
|
"Esta chave sobrescribe a chave en org.gnome.desktop.wm.preferences ao "
|
||||||
"executar GNOME Shell."
|
"executar GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.h:5
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Activar o mosaico nos bordos ao arrastrar xanelas aos bordos da xanela"
|
msgstr "Activar o mosaico nos bordos ao arrastrar xanelas aos bordos da xanela"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.h:6
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Espazos de traballo só no monitor primario"
|
msgstr "Espazos de traballo só no monitor primario"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.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 ""
|
||||||
"Atrasar o cambio de foco no modo rato até que o punteiro se deteña ao moverse"
|
"Atrasar o cambio de foco no modo rato até que o punteiro se deteña ao moverse"
|
||||||
@@ -84,23 +76,23 @@ msgstr "Presentar xanelas como"
|
|||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Mostrar só as xanelas na área de traballo actual"
|
msgstr "Mostrar só as xanelas na área de traballo actual"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Vista xeral de actividades"
|
msgstr "Vista xeral de actividades"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoritos"
|
msgstr "Favoritos"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: ../extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicativos"
|
msgstr "Aplicativos"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.h:1
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Lista de aplicativos e espazos de traballo"
|
msgstr "Lista de aplicativos e espazos de traballo"
|
||||||
|
|
||||||
#: ../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.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 a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -131,14 +123,14 @@ msgstr "Engadir"
|
|||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Fallo ao extraer a unidade «%s»:"
|
msgstr "Fallo ao extraer a unidade «%s»:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: ../extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispositivos extraíbeis"
|
msgstr "Dispositivos extraíbeis"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Abrir ficheiro"
|
msgstr "Abrir ficheiro"
|
||||||
|
|
||||||
@@ -146,11 +138,11 @@ msgstr "Abrir ficheiro"
|
|||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hola, mundo!"
|
msgstr "Hola, mundo!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.h:1
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Texto de benvida alternativo"
|
msgstr "Texto de benvida alternativo"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.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."
|
||||||
@@ -167,17 +159,17 @@ msgstr "Mensaxe"
|
|||||||
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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"«Example» ten por exemplo mostrar como construir extensións de bo "
|
"«Exemplo» pretende mostrar como construir extensións de bo comportamento "
|
||||||
"comportamento para a Shell e por iso ten pouca funcionalidade por si só.\n"
|
"para a Shell e por iso ten pouca funcionalidade por si só.\n"
|
||||||
"Porén, é posíbel personalizar a mensaxe de benvida."
|
"Porén, é posíbel personalizar a mensaxe de benvida."
|
||||||
|
|
||||||
#: ../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.h:1
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Usar máis pantalla para as xanelas"
|
msgstr "Usar máis pantalla para as xanelas"
|
||||||
|
|
||||||
#: ../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.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 ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -187,11 +179,11 @@ msgstr ""
|
|||||||
"taxa de aspecto da pantalla e consolidalas para reducir a caixa saltante. "
|
"taxa de aspecto da pantalla e consolidalas para reducir a caixa saltante. "
|
||||||
"Esta configuración aplícase só para a estratexia de disposición natural."
|
"Esta configuración aplícase só para a estratexia de disposición natural."
|
||||||
|
|
||||||
#: ../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.h:3
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Pór a xanela sempre na parte superior"
|
msgstr "Pór a xanela sempre na parte superior"
|
||||||
|
|
||||||
#: ../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.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 default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -206,111 +198,103 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Lugares"
|
msgstr "Lugares"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Produciuse un fallo ao iniciar «%s»"
|
msgstr "Produciuse un fallo ao iniciar «%s»"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Computador"
|
msgstr "Computador"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Cartafol persoal"
|
msgstr "Cartafol persoal"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Explorar a rede"
|
msgstr "Explorar a rede"
|
||||||
|
|
||||||
#: ../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.h:1
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Tamaño de capturas de pantalla cíclicos"
|
msgstr "Tamaño de capturas de pantalla cíclicos"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.h:1
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memoria"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Nome do tema"
|
msgstr "Nome do tema"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.h:2
|
||||||
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 "O nome do tema, a cargar desde ~/.themes/name/gnome-shell"
|
msgstr "O nome do tema, a cargar desde ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Pechar"
|
msgstr "Pechar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Restabelecer"
|
msgstr "Restabelecer"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizar"
|
msgstr "Minimizar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Restaurar"
|
msgstr "Restaurar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: ../extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximizar"
|
msgstr "Maximizar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:399
|
#: ../extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizar todo"
|
msgstr "Minimizar todo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:407
|
#: ../extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Restaurar todo"
|
msgstr "Restaurar todo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: ../extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximizar todo"
|
msgstr "Maximizar todo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: ../extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Restaurar todo"
|
msgstr "Restaurar todo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:433
|
#: ../extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Pechar todo"
|
msgstr "Pechar todo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:650
|
#: ../extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicador de espazo de traballo"
|
msgstr "Indicador de espazo de traballo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:807
|
#: ../extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Lista de xanelas"
|
msgstr "Lista de xanelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.h:1
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Cando agrupar xanelas"
|
msgstr "Cando agrupar xanelas"
|
||||||
|
|
||||||
#: ../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.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 values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Decide cando agrupar as xanelas do mesmo aplicativo na lista de xanelas. Os "
|
"Decide cando agrupar as xanelas do mesmo aplicativo na lista de xanelas. Os "
|
||||||
"valores posíbeis son \"never\" (nunca), \"auto\" (automático) e \"always"
|
"valores posíbeis son «never» (nunca), «auto» (automático) e "
|
||||||
"\" (sempre)."
|
"«always» (sempre)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.h:3
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Mostrar a lista de xanelas en todos os monitores"
|
msgstr "Mostrar a lista de xanelas en todos os monitores"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.h:4
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -351,6 +335,18 @@ msgstr "Nome"
|
|||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Espazos de traballo %d"
|
msgstr "Espazos de traballo %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Classic"
|
||||||
|
#~ msgstr "GNOME clasico"
|
||||||
|
|
||||||
|
#~ msgid "This session logs you into GNOME Classic"
|
||||||
|
#~ msgstr "Esta sesión iniciarao en GNOME clásico"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memoria"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell clásico"
|
#~ msgstr "GNOME Shell clásico"
|
||||||
|
|
||||||
|
|||||||
@@ -5,21 +5,21 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug."
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"cgi?product=gnome-shell&keywords=I18N+L10N&component=extensions\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"POT-Creation-Date: 2014-09-02 07:39+0000\n"
|
"POT-Creation-Date: 2016-05-05 09:58+0000\n"
|
||||||
"PO-Revision-Date: 2014-09-02 15:45+0530\n"
|
"PO-Revision-Date: 2016-07-11 22:04+0200\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: વિશાલ ભલાણી <vishalbhalani89@gmail.com>\n"
|
||||||
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
||||||
"Language: \n"
|
"Language: gu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Lokalize 1.0\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-DamnedLies-Scope: partial\n"
|
||||||
|
"X-Generator: Poedit 1.8.7.1\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 ક્લાસિક"
|
||||||
|
|
||||||
@@ -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 "મુખ્ય વિન્ડોમાં મોડલ સંવાદને જોડો"
|
||||||
@@ -48,13 +40,8 @@ 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 ""
|
msgid "This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell."
|
||||||
#| "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
msgstr "આ કી org.gnome.desktop.wm.preferences માં કી ઉપર લખાઇ જશે જ્યારે GNOME શેલ ચાલી રહ્યુ હોય."
|
||||||
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
|
#: ../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"
|
||||||
@@ -88,15 +75,15 @@ msgstr "આ તરીકે વિન્ડોને હાજર કરો"
|
|||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "વર્તમાન કામ કરવાની જગ્યામાં ફક્ત વિન્ડોને બતાવો"
|
msgstr "વર્તમાન કામ કરવાની જગ્યામાં ફક્ત વિન્ડોને બતાવો"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "પ્રવૃત્તિ દૃશ્ય"
|
msgstr "પ્રવૃત્તિ દૃશ્ય"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "પસંદીદા"
|
msgstr "પસંદીદા"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: ../extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "કાર્યક્રમો"
|
msgstr "કાર્યક્રમો"
|
||||||
|
|
||||||
@@ -106,23 +93,21 @@ 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 a colon "
|
||||||
"followed by a colon and the workspace number"
|
"and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"શબ્દમાળાઓની યાદી, દરેક રંગ અને કામ કરવાની જગ્યા નંબર દ્દારા અનુસરેલ કાર્યક્રમ id "
|
"શબ્દમાળાઓની યાદી, દરેક રંગ અને કામ કરવાની જગ્યા નંબર દ્દારા અનુસરેલ કાર્યક્રમ id (ડેસ્કટોપ ફાઇલ નામ) ને "
|
||||||
"(ડેસ્કટોપ ફાઇલ નામ) ને સામવી રહ્યુ છે"
|
"સામવી રહ્યુ છે"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: ../extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "કાર્યક્રમ"
|
msgstr "કાર્યક્રમ"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: ../extensions/auto-move-windows/prefs.js:69 ../extensions/auto-move-windows/prefs.js:127
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
|
||||||
msgid "Workspace"
|
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 "નિયમ ઉમેરો"
|
||||||
|
|
||||||
@@ -139,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 "ફાઇલને ખોલો"
|
||||||
|
|
||||||
@@ -156,24 +141,23 @@ msgid "Alternative greeting text."
|
|||||||
msgstr "વૈકલ્પિક શુભેચ્છા લખાણ."
|
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 panel."
|
||||||
"If not empty, it contains the text that will be shown when clicking on the "
|
|
||||||
"panel."
|
|
||||||
msgstr "જો ખાલી ન હોય તો, તે લખાણને સમાવે છે કે જે બતાવશે જ્યારે પેનલ પર ક્લિક કરી રહ્યા હોય."
|
msgstr "જો ખાલી ન હોય તો, તે લખાણને સમાવે છે કે જે બતાવશે જ્યારે પેનલ પર ક્લિક કરી રહ્યા હોય."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
#| msgid "Message:"
|
|
||||||
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 as such it has "
|
||||||
"as such it has little functionality on its own.\n"
|
"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 ""
|
||||||
"શેલ માટે સારી વર્તણૂકવાળા શેલ એક્સટેન્શનને કેવી રીતે બનાવવા તે આ ઉદાહરણ બતાવે છે તેની સાથે "
|
"શેલ માટે સારી વર્તણૂકવાળા શેલ એક્સટેન્શનને કેવી રીતે બનાવવા તે આ ઉદાહરણ બતાવે છે તેની સાથે તેની પાસે તેની પોતાની "
|
||||||
"તેની પાસે તેની પોતાની પર થોડી કાર્યક્ષમતા છે.\n"
|
"પર થોડી કાર્યક્ષમતા છે.\n"
|
||||||
"તેમ છતાં શુભેચ્છા સંદેશ કસ્ટમાઇઝ કરવા માટે શક્ય છે."
|
"તેમ છતાં શુભેચ્છા સંદેશ કસ્ટમાઇઝ કરવા માટે શક્ય છે."
|
||||||
|
|
||||||
#: ../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
|
||||||
@@ -182,13 +166,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 ratio, and "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"consolidating them further to reduce the bounding box. This setting applies only with the "
|
||||||
"This setting applies only with the natural placement strategy."
|
"natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"સ્ક્રીન આશરે દરને અપનાવીને વિન્ડો થમ્ભનેઇલને સ્થિત કરવા માટે વધારે સ્ક્રીનને વાપરવાનો પ્રયત્ન "
|
"સ્ક્રીન આશરે દરને અપનાવીને વિન્ડો થમ્ભનેઇલને સ્થિત કરવા માટે વધારે સ્ક્રીનને વાપરવાનો પ્રયત્ન કરો, અને બાઉન્ડીંગ "
|
||||||
"કરો, અને બાઉન્ડીંગ બોક્સને ઘટાડવા માટે તેઓને આગળ આશ્ર્વાસન આપો. આ સુયોજન ફક્ત કુદરતી સ્થાન "
|
"બોક્સને ઘટાડવા માટે તેઓને આગળ આશ્ર્વાસન આપો. આ સુયોજન ફક્ત કુદરતી સ્થાન યોજના સાથે લાગુ થાય છે."
|
||||||
"યોજના સાથે લાગુ થાય છે."
|
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.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"
|
||||||
@@ -196,44 +179,34 @@ 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 default of "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"placing it at the bottom. Changing this setting requires restarting the shell to have any "
|
||||||
"restarting the shell to have any effect."
|
"effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"જો true હોય તો, થમ્ભનેઇલ પર કૅપ્શન વિન્ડોને સ્થિત કરો, નીચે તેને સ્થિત કરીને શેલ મૂળભૂત પર "
|
"જો true હોય તો, થમ્ભનેઇલ પર કૅપ્શન વિન્ડોને સ્થિત કરો, નીચે તેને સ્થિત કરીને શેલ મૂળભૂત પર લખી રહ્યા છે. આ "
|
||||||
"લખી રહ્યા છે. આ સુયોજનને બદલવાથી કોઇપણ અસર લાવવા માટે શેલને પુન:શરૂ કરવાની જરૂર છે."
|
"સુયોજનને બદલવાથી કોઇપણ અસર લાવવા માટે શેલને પુન:શરૂ કરવાની જરૂર છે."
|
||||||
|
|
||||||
#: ../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 "સ્થાનો"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "\"%s\" ને શરૂ કરવામાં નિષ્ફળતા"
|
msgstr "\"%s\" ને શરૂ કરવામાં નિષ્ફળતા"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: ../extensions/places-menu/placeDisplay.js:101 ../extensions/places-menu/placeDisplay.js:124
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "કમ્પ્યૂટર"
|
msgstr "કમ્પ્યૂટર"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "ઘર"
|
msgstr "ઘર"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "નેટવર્ક બ્રાઉઝ કરો"
|
msgstr "નેટવર્ક બ્રાઉઝ કરો"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../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 "થીમનું નામ"
|
||||||
@@ -262,33 +235,31 @@ msgstr "મહત્તમમાંથી પાછુ લાવો"
|
|||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "મહત્તમ કરો"
|
msgstr "મહત્તમ કરો"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:300
|
#: ../extensions/window-list/extension.js:403
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "બધુ મહત્તમ કરો"
|
msgstr "બધુ મહત્તમ કરો"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:308
|
#: ../extensions/window-list/extension.js:411
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "બધાને ન્યૂનત્તમમાંથી પાછુ લાવો"
|
msgstr "બધાને ન્યૂનત્તમમાંથી પાછુ લાવો"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:316
|
#: ../extensions/window-list/extension.js:419
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "બધુ મહત્તમ કરો"
|
msgstr "બધુ મહત્તમ કરો"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:325
|
#: ../extensions/window-list/extension.js:428
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "બધાને મહત્તમમાંથી પાછુ લાવો"
|
msgstr "બધાને મહત્તમમાંથી પાછુ લાવો"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:334
|
#: ../extensions/window-list/extension.js:437
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "બધુ બંધ કરો"
|
msgstr "બધુ બંધ કરો"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:644
|
#: ../extensions/window-list/extension.js:661 ../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:820
|
||||||
#| msgid "Window Grouping"
|
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "વિન્ડો યાદી"
|
msgstr "વિન્ડો યાદી"
|
||||||
|
|
||||||
@@ -298,30 +269,33 @@ 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 values "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"are \"never\", \"auto\" and \"always\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"વિન્ડોની મેનુ પર એક જ કાર્યક્રમમાંથી વિન્ડોના જૂથો કયારે પાડવા તે નક્કી કરે છે. \"ક્યારેય "
|
"વિન્ડોની મેનુ પર એક જ કાર્યક્રમમાંથી વિન્ડોના જૂથો કયારે પાડવા તે નક્કી કરે છે. \"ક્યારેય નહિ\", \"આપોઆપ\" "
|
||||||
"નહિ\", \"આપોઆપ\" અને \"હંમેશા\" તેની શક્ય કિંમતો છે."
|
"અને \"હંમેશા\" તેની શક્ય કિંમતો છે."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:30
|
#: ../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 "કામ કરવાની જગ્યાના નામો"
|
||||||
|
|
||||||
@@ -334,6 +308,18 @@ msgstr "નામ"
|
|||||||
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 "અટકાવો"
|
||||||
|
|
||||||
|
|||||||
@@ -10,42 +10,44 @@ 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-12-20 08:36+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2014-12-20 13:34+0100\n"
|
"PO-Revision-Date: 2017-02-22 17:12+0100\n"
|
||||||
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
|
"Last-Translator: Meskó Balázs <meskobalazs@gmail.com>\n"
|
||||||
"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
|
"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
|
||||||
"Language: hu\n"
|
"Language: hu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Lokalize 1.2\n"
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Klasszikus GNOME"
|
msgstr "Klasszikus GNOME"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Bejelentkezés a klasszikus GNOME környezetbe"
|
msgstr "Bejelentkezés a klasszikus GNOME környezetbe"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Kizárólagos ablak csatlakoztatása a szülő ablakhoz"
|
msgstr "Kizárólagos ablak csatlakoztatása a szülő ablakhoz"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Ez a beállítás felülírja az org.gnome.mutter séma beállításokat, amikor a "
|
"Ez a beállítás felülírja az org.gnome.mutter séma beállításokat, amikor a "
|
||||||
"GNOME Shell fut."
|
"GNOME Shell fut."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "A gombok elrendezése az ablak címsorában"
|
msgstr "A gombok elrendezése az ablak címsorában"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -53,56 +55,56 @@ msgstr ""
|
|||||||
"Ez a beállítás felülírja az org.gnome.desktop.wm.preferences séma "
|
"Ez a beállítás felülírja az org.gnome.desktop.wm.preferences séma "
|
||||||
"beállításokat, amikor a GNOME Shell fut."
|
"beállításokat, amikor a GNOME Shell fut."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Szélek csempézésének engedélyezése ablakok képernyőszélekre ejtésekor"
|
msgstr "Szélek csempézésének engedélyezése ablakok képernyőszélekre ejtésekor"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Munkaterületek megjelenítése csak az elsődleges monitoron"
|
msgstr "Munkaterületek megjelenítése csak az elsődleges monitoron"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Fókuszváltozások késleltetése a mutató mozgásának megállásáig egér módban"
|
"Fókuszváltozások késleltetése a mutató mozgásának megállásáig egér módban"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Csak bélyegkép"
|
msgstr "Csak bélyegkép"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Csak alkalmazásikon"
|
msgstr "Csak alkalmazásikon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Bélyegkép és alkalmazásikon"
|
msgstr "Bélyegkép és alkalmazásikon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Ablakok megjelenítése mint"
|
msgstr "Ablakok megjelenítése mint"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Csak az aktuális munkaterület ablakainak megjelenítése"
|
msgstr "Csak az aktuális munkaterület ablakainak megjelenítése"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Tevékenységek áttekintés"
|
msgstr "Tevékenységek áttekintés"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Kedvencek"
|
msgstr "Kedvencek"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Alkalmazások"
|
msgstr "Alkalmazások"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Alkalmazások és munkaterületek listája"
|
msgstr "Alkalmazások és munkaterületek listája"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -110,74 +112,76 @@ msgstr ""
|
|||||||
"Alkalmazásazonosítókat (.desktop fájl neve), majd kettősponttal elválasztva "
|
"Alkalmazásazonosítókat (.desktop fájl neve), majd kettősponttal elválasztva "
|
||||||
"a munkaterület számát tartalmazó karakterláncok sorozata"
|
"a munkaterület számát tartalmazó karakterláncok sorozata"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Alkalmazás"
|
msgstr "Alkalmazás"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Munkaterület"
|
msgstr "Munkaterület"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Szabály hozzáadása"
|
msgstr "Szabály hozzáadása"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Új illesztési szabály létrehozása"
|
msgstr "Új illesztési szabály létrehozása"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Hozzáadás"
|
msgstr "Hozzáadás"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "A(z) „%s” meghajtó kiadása nem sikerült:"
|
msgstr "A(z) „%s” meghajtó kiadása nem sikerült:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Cserélhető eszközök"
|
msgstr "Cserélhető eszközök"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Fájl megnyitása"
|
msgstr "Fájl megnyitása"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Helló, világ!"
|
msgstr "Helló, világ!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternatív üdvözlőszöveg."
|
msgstr "Alternatív üdvözlőszöveg."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 ""
|
||||||
"Ha nem üres, akkor a panelre kattintáskor megjelenő szöveget tartalmazza."
|
"Ha nem üres, akkor a panelre kattintáskor megjelenő szöveget tartalmazza."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Üzenet"
|
msgstr "Üzenet"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Az Example célja a jól működő Shell kiterjesztések készítésének bemutatása, "
|
"Az Example célja a jól működő Shell kiterjesztések készítésének bemutatása, "
|
||||||
"és mint ilyen, önmagában nem sok mindenre használható.\n"
|
"és mint ilyen, önmagában nem sok mindenre használható.\n"
|
||||||
"Ugyanakkor az üdvözlőszöveg megváltoztatható."
|
"Ugyanakkor az üdvözlőszöveg megváltoztatható."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Nagyobb képernyőterület használata ablakokhoz"
|
msgstr "Nagyobb képernyőterület használata ablakokhoz"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -188,11 +192,11 @@ msgstr ""
|
|||||||
"csökkentéséhez. Ez a beállítás csak a természetes elhelyezési stratégiára "
|
"csökkentéséhez. Ez a beállítás csak a természetes elhelyezési stratégiára "
|
||||||
"érvényes."
|
"érvényes."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Ablakfeliratok elhelyezése felül"
|
msgstr "Ablakfeliratok elhelyezése felül"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -202,116 +206,108 @@ msgstr ""
|
|||||||
"tetejére helyezi el, az alapértelmezett alja helyett. Ezen beállítás "
|
"tetejére helyezi el, az alapértelmezett alja helyett. Ezen beállítás "
|
||||||
"módosítása a Shell újraindítását igényli."
|
"módosítása a Shell újraindítását igényli."
|
||||||
|
|
||||||
#: ../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 "Helyek"
|
msgstr "Helyek"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "„%s” indítása meghiúsult"
|
msgstr "„%s” indítása meghiúsult"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Számítógép"
|
msgstr "Számítógép"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Saját mappa"
|
msgstr "Saját mappa"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Hálózat tallózása"
|
msgstr "Hálózat tallózása"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Képernyőképméretek végigléptetése"
|
msgstr "Képernyőképméretek végigléptetése"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
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"
|
msgid "Theme name"
|
||||||
msgstr "Témanév"
|
msgstr "Témanév"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "A ~/.themes/név/gnome-shell alól betöltendő téma neve"
|
msgstr "A ~/.themes/név/gnome-shell alól betöltendő téma neve"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Bezárás"
|
msgstr "Bezárás"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Minimalizálás megszüntetése"
|
msgstr "Minimalizálás megszüntetése"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimalizálás"
|
msgstr "Minimalizálás"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Maximalizálás megszüntetése"
|
msgstr "Maximalizálás megszüntetése"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximalizálás"
|
msgstr "Maximalizálás"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minden minimalizálása"
|
msgstr "Minden minimalizálása"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Minden minimalizálásának megszüntetése"
|
msgstr "Minden minimalizálásának megszüntetése"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Minden maximalizálása"
|
msgstr "Minden maximalizálása"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Minden maximalizálásának megszüntetése"
|
msgstr "Minden maximalizálásának megszüntetése"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Minden bezárása"
|
msgstr "Minden bezárása"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Munkaterület indikátor"
|
msgstr "Munkaterület indikátor"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Ablaklista"
|
msgstr "Ablaklista"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Mikor legyenek az ablakok csoportosítva"
|
msgstr "Mikor legyenek az ablakok csoportosítva"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Megadja, mikor csoportosítsa az Ablaklista kisalkalmazás egyazon alkalmazás "
|
"Megadja, mikor csoportosítsa az Ablaklista kisalkalmazás egyazon alkalmazás "
|
||||||
"ablakait. Lehetséges értékek „never” (soha), „auto” (automatikus) és "
|
"ablakait. Lehetséges értékek „never” (soha), „auto” (automatikus) és "
|
||||||
"„always” (mindig)."
|
"„always” (mindig)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Az ablaklista megjelenítése minden monitoron"
|
msgstr "Az ablaklista megjelenítése minden monitoron"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -319,39 +315,45 @@ msgstr ""
|
|||||||
"Megjelenjen-e az ablaklista minden csatlakoztatott monitoron vagy csak az "
|
"Megjelenjen-e az ablaklista minden csatlakoztatott monitoron vagy csak az "
|
||||||
"elsődlegesen."
|
"elsődlegesen."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Ablakcsoportosítás"
|
msgstr "Ablakcsoportosítás"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Soha ne csoportosítsa az ablakokat"
|
msgstr "Soha ne csoportosítsa az ablakokat"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Ablakok csoportosítása, ha kevés a hely"
|
msgstr "Ablakok csoportosítása, ha kevés a hely"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Mindig csoportosítsa az ablakokat"
|
msgstr "Mindig csoportosítsa az ablakokat"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Megjelenítés minden monitoron"
|
msgstr "Megjelenítés minden monitoron"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Munkaterületnevek"
|
msgstr "Munkaterületnevek"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Név"
|
msgstr "Név"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "%d. munkaterület"
|
msgstr "%d. munkaterület"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memória"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Klasszikus GNOME Shell"
|
#~ msgstr "Klasszikus GNOME Shell"
|
||||||
|
|
||||||
|
|||||||
@@ -7,11 +7,11 @@
|
|||||||
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"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"+L10N&component=extensions\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"POT-Creation-Date: 2014-12-23 20:39+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2014-12-24 11:53+0700\n"
|
"PO-Revision-Date: 2017-02-21 16:47+0700\n"
|
||||||
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
|
"Last-Translator: Kukuh Syafaat <syafaatkukuh@gmail.com>\n"
|
||||||
"Language-Team: Indonesian <gnome@i15n.org>\n"
|
"Language-Team: Indonesian <gnome@i15n.org>\n"
|
||||||
"Language: id\n"
|
"Language: id\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,310 +19,338 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
"X-Generator: Poedit 1.7.1\n"
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1 ../data/gnome-classic.session.desktop.in.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Klasik"
|
msgstr "GNOME Klasik"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Sesi ini memasukkan Anda ke GNOME Klasik"
|
msgstr "Sesi ini memasukkan Anda ke GNOME Klasik"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Cantolkan dialog modal ke jendela induk"
|
msgstr "Cantolkan dialog modal ke jendela induk"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
msgstr "Kunci ini menimpa kunci dalam org.gnome.mutter ketika menjalankan GNOME Shell."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
|
msgid ""
|
||||||
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
|
msgstr ""
|
||||||
|
"Kunci ini menimpa kunci dalam org.gnome.mutter ketika menjalankan GNOME "
|
||||||
|
"Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Pengaturan tombol-tombol pada bilah judul"
|
msgstr "Pengaturan tombol-tombol pada bilah judul"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
msgid "This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell."
|
msgid ""
|
||||||
msgstr "Kunci ini menimpa kunci dalam org.gnome.desktop.wm.preferences ketika menjalankan GNOME Shell."
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
|
"GNOME Shell."
|
||||||
|
msgstr ""
|
||||||
|
"Kunci ini menimpa kunci dalam org.gnome.desktop.wm.preferences ketika "
|
||||||
|
"menjalankan GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Aktifkan pengubinan tepi ketika menjatuhkan jendela ke tepi layar"
|
msgstr "Aktifkan pengubinan tepi ketika menjatuhkan jendela ke tepi layar"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Ruang kerja hanya pada monitor primer"
|
msgstr "Ruang kerja hanya pada monitor primer"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Tunda perubahan fokus dalam mode tetikus sampai penunjuk berhenti bergerak"
|
msgstr ""
|
||||||
|
"Tunda perubahan fokus dalam mode tetikus sampai penunjuk berhenti bergerak"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Hanya gambar mini"
|
msgstr "Hanya gambar mini"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Hanya ikon aplikasi"
|
msgstr "Hanya ikon aplikasi"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Gambar mini dan ikon aplikasi"
|
msgstr "Gambar mini dan ikon aplikasi"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Sajikan jendela sebagai"
|
msgstr "Sajikan jendela sebagai"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Hanya tampilkan jendela dalam ruang kerja kini"
|
msgstr "Hanya tampilkan jendela dalam ruang kerja kini"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Ringkasan Aktivitas"
|
msgstr "Ringkasan Aktivitas"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favorit"
|
msgstr "Favorit"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplikasi"
|
msgstr "Aplikasi"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Aplikasi dan daftar ruang kerja"
|
msgstr "Aplikasi dan daftar ruang kerja"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), followed by a colon and the "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Daftar string, masing-masing memuat id aplikasi (nama berkas desktop), diikuti oleh titik dua dan nomor "
|
"Daftar string, masing-masing memuat id aplikasi (nama berkas desktop), "
|
||||||
"ruang kerja"
|
"diikuti oleh titik dua dan nomor ruang kerja"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Aplikasi"
|
msgstr "Aplikasi"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69 ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Ruang Kerja"
|
msgstr "Ruang Kerja"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Tambah Aturan"
|
msgstr "Tambah Aturan"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Buat aturan pencocokan baru"
|
msgstr "Buat aturan pencocokan baru"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Tambah"
|
msgstr "Tambah"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Saat mengeluarkan drive '%s' gagal:"
|
msgstr "Saat mengeluarkan drive \"%s\" gagal:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Perangkat yang dapat dilepas"
|
msgstr "Perangkat yang dapat dilepas"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Buka Berkas"
|
msgstr "Buka Berkas"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hai, dunia!"
|
msgstr "Hai, dunia!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Teks penyapa alternatif."
|
msgstr "Teks penyapa alternatif."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
msgid "If not empty, it contains the text that will be shown when clicking on the panel."
|
msgid ""
|
||||||
msgstr "Bila tak kosong, ini memuat teks yang akan ditampilkan ketika klik pada panel."
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
|
"panel."
|
||||||
|
msgstr ""
|
||||||
|
"Bila tak kosong, ini memuat teks yang akan ditampilkan ketika klik pada "
|
||||||
|
"panel."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Pesan"
|
msgstr "Pesan"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: extensions/example/prefs.js:43
|
||||||
msgid ""
|
msgid ""
|
||||||
"Example aims to show how to build well behaved extensions for the Shell and as such it has little "
|
"Example aims to show how to build well behaved extensions for the Shell and "
|
||||||
"functionality on its own.\n"
|
"as such 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 ""
|
||||||
"Example bertujuan menampilkan bagaimana membangun ekstensi yang berkelakuan baik bagi Shell dan karena itu "
|
"Example bertujuan menampilkan bagaimana membangun ekstensi yang berkelakuan "
|
||||||
"hanya memiliki sedikit fungsi.\n"
|
"baik bagi Shell dan karena itu hanya memiliki sedikit fungsi.\n"
|
||||||
"Namun, tetap mungkin untuk mengatur pesan sapaan."
|
"Namun, tetap mungkin untuk mengatur pesan sapaan."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Pakai lebih banyak layar bagi jendela"
|
msgstr "Pakai lebih banyak layar bagi jendela"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen aspect ratio, and consolidating "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"them further to reduce the bounding box. This setting applies only with the natural placement strategy."
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Mencoba memakai lebih banyak layar untuk menempatkan gambar mini jendela dengan menyesuaikan ke rasio aspek "
|
"Mencoba memakai lebih banyak layar untuk menempatkan gambar mini jendela "
|
||||||
"layar, dan menyatukan mereka lebih jauh untuk mengurangi kotak pembatas. Pengaturan ini hanya berlaku pada "
|
"dengan menyesuaikan ke rasio aspek layar, dan menyatukan mereka lebih jauh "
|
||||||
"strategi penempatan alami."
|
"untuk mengurangi kotak pembatas. Pengaturan ini hanya berlaku pada strategi "
|
||||||
|
"penempatan alami."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Tempatkan keterangan jendela di atas"
|
msgstr "Tempatkan keterangan jendela di atas"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding shell default of placing it at "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"the bottom. Changing this setting requires restarting the shell to have any effect."
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bila true, menempatkan keterangan jendela di bagian atas gambar mini masing-masing, menimpa bawaan shell "
|
"Bila true, menempatkan keterangan jendela di bagian atas gambar mini masing-"
|
||||||
"yang menempatkannya di bagian bawah. Mengubah ini memerlukan memulai ulang shell agar berdampak."
|
"masing, menimpa bawaan shell yang menempatkannya di bagian bawah. Mengubah "
|
||||||
|
"ini memerlukan memulai ulang shell agar berdampak."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78 ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:78
|
||||||
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Tempat"
|
msgstr "Tempat"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Gagal meluncurkan \"%s\""
|
msgstr "Gagal meluncurkan \"%s\""
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99 ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Komputer"
|
msgstr "Komputer"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Rumah"
|
msgstr "Rumah"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Ramban Jaringan"
|
msgstr "Ramban Jaringan"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Berpindah Antar Ukuran Cuplikan Layar"
|
msgstr "Berpindah Antar Ukuran Cuplikan Layar"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memori"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Nama tema"
|
msgstr "Nama tema"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Nama tema, untuk dimuat dari ~/.themes/name/gnome-shell"
|
msgstr "Nama tema, untuk dimuat dari ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Tutup"
|
msgstr "Tutup"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Tak minimalkan"
|
msgstr "Tak minimalkan"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimalkan"
|
msgstr "Minimalkan"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Tak maksimalkan"
|
msgstr "Tak maksimalkan"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maksimalkan"
|
msgstr "Maksimalkan"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimalkan semua"
|
msgstr "Minimalkan semua"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Tak minimalkan semua"
|
msgstr "Tak minimalkan semua"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maksimalkan semua"
|
msgstr "Maksimalkan semua"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Tak maksimalkan semua"
|
msgstr "Tak maksimalkan semua"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Tutup semua"
|
msgstr "Tutup semua"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706 ../extensions/workspace-indicator/extension.js:30
|
#: extensions/window-list/extension.js:669
|
||||||
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indikator Ruang Kerja"
|
msgstr "Indikator Ruang Kerja"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Daftar Jendela"
|
msgstr "Daftar Jendela"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Kapan mengelompokkan jendela"
|
msgstr "Kapan mengelompokkan jendela"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. Possible values are \"never\", "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"\"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Menentukan kapan mengelompokkan jendela dari aplikasi yang sama pada daftar jendela. Nilai-nilai yang "
|
"Menentukan kapan mengelompokkan jendela dari aplikasi yang sama pada daftar "
|
||||||
"mungkin adalah \"never\" (tak pernah), \"auto\" (otomatis), atau \"always\" (selalu)."
|
"jendela. Nilai-nilai yang mungkin adalah \"never\" (tak pernah), \"auto"
|
||||||
|
"\" (otomatis), atau \"always\" (selalu)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Tampilkan daftar jendela pada semua monitor"
|
msgstr "Tampilkan daftar jendela pada semua monitor"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid "Whether to show the window list on all connected monitors or only on the primary one."
|
msgid ""
|
||||||
msgstr "Apakah menampilkan daftar jendela pada semua monitor yang tersambung atau hanya pada yang utama."
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
|
msgstr ""
|
||||||
|
"Apakah menampilkan daftar jendela pada semua monitor yang tersambung atau "
|
||||||
|
"hanya pada yang utama."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Pengelompokan Jendela"
|
msgstr "Pengelompokan Jendela"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Jangan pernah kelompokkan jendela"
|
msgstr "Jangan pernah kelompokkan jendela"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Kelompokkan jendela ketika ruang terbatas"
|
msgstr "Kelompokkan jendela ketika ruang terbatas"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Selalu kelompokkan jendela"
|
msgstr "Selalu kelompokkan jendela"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Tampilkan pada semua monitor"
|
msgstr "Tampilkan pada semua monitor"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nama Ruang Kerja"
|
msgstr "Nama Ruang Kerja"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nama"
|
msgstr "Nama"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Ruang Kerja %d"
|
msgstr "Ruang Kerja %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memori"
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ 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: 2015-01-15 08:36+0000\n"
|
"POT-Creation-Date: 2015-12-04 22:18+0000\n"
|
||||||
"PO-Revision-Date: 2015-01-26 13:42+0000\n"
|
"PO-Revision-Date: 2015-12-05 12:20+0000\n"
|
||||||
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
||||||
"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
|
"Language-Team: Icelandic <translation-team-is@lists.sourceforge.org>\n"
|
||||||
"Language: is\n"
|
"Language: is\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"
|
||||||
@@ -29,12 +29,14 @@ msgstr "Þessi seta skráir þig inn í klassískt GNOME"
|
|||||||
|
|
||||||
#: ../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 "Festa kvaðningarglugga við yfirglugga"
|
||||||
|
|
||||||
#: ../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 ""
|
msgstr ""
|
||||||
|
"Þetta hefur forgang fram yfir lykilinn í kjörstillingum org.gnome.mutter "
|
||||||
|
"þegar GNOME Skelin er keyrð."
|
||||||
|
|
||||||
#: ../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"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
@@ -45,10 +47,12 @@ 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 ""
|
||||||
|
"Þetta hefur forgang fram yfir lykilinn í kjörstillingum "
|
||||||
|
"org.gnome.desktop.wm.þegar GNOME Skelin er keyrð."
|
||||||
|
|
||||||
#: ../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"
|
||||||
msgstr ""
|
msgstr "Virkja flísalögn við jaðra þegar gluggum er sleppt á skjájaðra"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
@@ -57,6 +61,7 @@ msgstr "Vinnusvæði einungis á aðalskjá"
|
|||||||
#: ../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 ""
|
||||||
|
"Fresta breytingum á virkni í músarham þar til bendillinn hefur stöðvast"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
@@ -72,7 +77,7 @@ msgstr "Smámynd og táknmynd"
|
|||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: ../extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr ""
|
msgstr "Birta glugga sem"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: ../extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
@@ -82,11 +87,11 @@ msgstr "Birta eingöngu glugga á núverandi vinnusvæði"
|
|||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Virkniyfirlit"
|
msgstr "Virkniyfirlit"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: ../extensions/apps-menu/extension.js:110
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Eftirlæti"
|
msgstr "Eftirlæti"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: ../extensions/apps-menu/extension.js:279
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Forrit"
|
msgstr "Forrit"
|
||||||
|
|
||||||
@@ -99,6 +104,8 @@ msgid ""
|
|||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Listi yfir textastrengi, þar sem hver þeirra inniheldur forritsauðkenni "
|
||||||
|
"(heiti skjáborðsskrár) að viðbættum tvípunkti og svo númeri vinnusvæðis"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: ../extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
@@ -115,7 +122,7 @@ msgstr "Bæta við reglu"
|
|||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: ../extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr ""
|
msgstr "Búa til nýja samsvörunarreglu"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: ../extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
@@ -130,7 +137,7 @@ msgstr "Útspýting drifsins '%s' mistókst:"
|
|||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Útskiptanleg tæki"
|
msgstr "Útskiptanleg tæki"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Opna skrá"
|
msgstr "Opna skrá"
|
||||||
|
|
||||||
@@ -147,11 +154,15 @@ 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 ""
|
||||||
|
"Ef þetta er ekki autt, inniheldur það textann sem birtist þegar smellt er á "
|
||||||
|
"spjaldið."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Skilaboð"
|
msgstr "Skilaboð"
|
||||||
|
|
||||||
|
#. 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 "
|
||||||
@@ -161,7 +172,7 @@ 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 "Nota meira af skjánum fyrir glugga"
|
||||||
|
|
||||||
#: ../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 ""
|
||||||
@@ -208,14 +219,6 @@ msgstr "Flakka um net"
|
|||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Fletta í gegnum skjámyndastærðir"
|
msgstr "Fletta í gegnum skjámyndastærðir"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
|
||||||
msgid "CPU"
|
|
||||||
msgstr "Örgjörvi"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Minni"
|
|
||||||
|
|
||||||
#: ../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 "Heiti þema"
|
msgstr "Heiti þema"
|
||||||
@@ -224,52 +227,52 @@ msgstr "Heiti þema"
|
|||||||
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 "Heiti á þema, hlaðið inn frá ~/.themes/name/gnome-shell"
|
msgstr "Heiti á þema, hlaðið inn frá ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:109
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Loka"
|
msgstr "Loka"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: ../extensions/window-list/extension.js:119
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Endurheimta"
|
msgstr "Endurheimta"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Lágmarka"
|
msgstr "Lágmarka"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: ../extensions/window-list/extension.js:126
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Minnka glugga"
|
msgstr "Minnka glugga"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Hámarka"
|
msgstr "Hámarka"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: ../extensions/window-list/extension.js:399
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Lágmarka allt"
|
msgstr "Lágmarka allt"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: ../extensions/window-list/extension.js:407
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Endurheimta allt"
|
msgstr "Endurheimta allt"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: ../extensions/window-list/extension.js:415
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Hámarka allt"
|
msgstr "Hámarka allt"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: ../extensions/window-list/extension.js:424
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Minnka allt"
|
msgstr "Minnka allt"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: ../extensions/window-list/extension.js:433
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Loka öllu"
|
msgstr "Loka öllu"
|
||||||
|
|
||||||
#: ../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 "Vinnusvæðavísir"
|
msgstr "Vinnusvæðavísir"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: ../extensions/window-list/extension.js:809
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Gluggalisti"
|
msgstr "Gluggalisti"
|
||||||
|
|
||||||
@@ -329,4 +332,8 @@ msgstr "Heiti"
|
|||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Vinnusvæði %d"
|
msgstr "Vinnusvæði %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "Örgjörvi"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Minni"
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
# Italian translations for GNOME Shell extensions
|
# Italian translations for GNOME Shell extensions
|
||||||
# Copyright (C) 2011 Giovanni Campagna et al.
|
# Copyright (C) 2011 Giovanni Campagna et al.
|
||||||
# Copyright (C) 2012, 2013, 2014, 2015 The Free Software Foundation, Inc.
|
# Copyright (C) 2012, 2013, 2014, 2015, 2017 The Free Software Foundation, Inc.
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
|
# Giovanni Campagna <scampa.giovanni@gmail.com>, 2011
|
||||||
# Milo Casagrande <milo@milo.name>, 2013, 2014, 2015.
|
# Milo Casagrande <milo@milo.name>, 2013, 2014, 2015, 2017.
|
||||||
#
|
#
|
||||||
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: 2015-02-23 20:41+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-02-24 09:37+0100\n"
|
"PO-Revision-Date: 2017-02-17 19:27+0100\n"
|
||||||
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
|
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
|
||||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
@@ -19,33 +19,35 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
||||||
"X-Generator: Poedit 1.7.4\n"
|
"X-Generator: Poedit 2.0beta3\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME classico"
|
msgstr "GNOME classico"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Questa sessione si avvia con GNOME classico"
|
msgstr "Questa sessione si avvia con GNOME classico"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Collega la finestra modale alla finestra genitore"
|
msgstr "Collega la finestra modale alla finestra genitore"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Questa chiave scavalca quella in org.gnome.mutter quando è in esecuzione "
|
"Questa chiave scavalca quella in org.gnome.mutter quando è in esecuzione "
|
||||||
"GNOME Shell."
|
"GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Disposizione dei pulsanti nella barra del titolo"
|
msgstr "Disposizione dei pulsanti nella barra del titolo"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -53,60 +55,60 @@ msgstr ""
|
|||||||
"Questa chiave scavalca quella in org.gnome.desktop.wm.preferences quando è "
|
"Questa chiave scavalca quella in org.gnome.desktop.wm.preferences quando è "
|
||||||
"in esecuzione GNOME Shell."
|
"in esecuzione GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Abilita la tassellatura sul bordo quando le finestre vengono rilasciate ai "
|
"Abilita la tassellatura sul bordo quando le finestre vengono rilasciate ai "
|
||||||
"bordi dello schermo"
|
"bordi dello schermo"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Spazi di lavoro solo sul monitor principale"
|
msgstr "Spazi di lavoro solo sul monitor principale"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Ritarda il cambio del focus nella modalità mouse finché il puntantore non si "
|
"Ritarda il cambio del focus nella modalità mouse finché il puntantore non si "
|
||||||
"ferma"
|
"ferma"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Solo la miniatura"
|
msgstr "Solo la miniatura"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Solo l'icona dell'applicazione"
|
msgstr "Solo l'icona dell'applicazione"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "La miniatura e l'icona dell'applicazione"
|
msgstr "La miniatura e l'icona dell'applicazione"
|
||||||
|
|
||||||
# ndt: con invece che come, perchè altrimenti l'articolo sta male
|
# ndt: con invece che come, perchè altrimenti l'articolo sta male
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Mostra le finestre con"
|
msgstr "Mostra le finestre con"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Mostra solo le finestre dello spazio di lavoro corrente"
|
msgstr "Mostra solo le finestre dello spazio di lavoro corrente"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Panoramica attività"
|
msgstr "Panoramica attività"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Preferiti"
|
msgstr "Preferiti"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Applicazioni"
|
msgstr "Applicazioni"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Elenco applicazioni e spazi di lavoro"
|
msgstr "Elenco applicazioni e spazi di lavoro"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -114,49 +116,49 @@ msgstr ""
|
|||||||
"Un elenco di stringhe, ognuna contenente l'ID di un'applicazione (nome del "
|
"Un elenco di stringhe, ognuna contenente l'ID di un'applicazione (nome del "
|
||||||
"file .desktop) seguito da due punti e il numero dello spazio di lavoro"
|
"file .desktop) seguito da due punti e il numero dello spazio di lavoro"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Applicazione"
|
msgstr "Applicazione"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Spazio di lavoro"
|
msgstr "Spazio di lavoro"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Aggiungi regola"
|
msgstr "Aggiungi regola"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Crea una nuova regola di corrispondenza"
|
msgstr "Crea una nuova regola di corrispondenza"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Aggiungi"
|
msgstr "Aggiungi"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Espulsione dell'unità «%s» non riuscita:"
|
msgstr "Espulsione dell'unità «%s» non riuscita:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispositivi rimovibili"
|
msgstr "Dispositivi rimovibili"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Apri file"
|
msgstr "Apri file"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Ciao, mondo!"
|
msgstr "Ciao, mondo!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Testo di benvenuto alternativo"
|
msgstr "Testo di benvenuto alternativo"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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."
|
||||||
@@ -164,25 +166,27 @@ msgstr ""
|
|||||||
"Se non vuoto, contiene il testo che verrà mostrato cliccando sulla barra "
|
"Se non vuoto, contiene il testo che verrà mostrato cliccando sulla barra "
|
||||||
"superiore."
|
"superiore."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Messaggio"
|
msgstr "Messaggio"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Example mira a mostrare come costruire un'estensione della Shell che si "
|
"Example mira a mostrare come costruire un'estensione della Shell che si "
|
||||||
"comporti bene e come tale non ha molte funzioni vere e proprie.\n"
|
"comporti bene e come tale non ha molte funzioni vere e proprie.\n"
|
||||||
"In ogni caso è possibile personalizzare il messaggio di benvenuto."
|
"In ogni caso è possibile personalizzare il messaggio di benvenuto."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Usa più spazio per le finestre"
|
msgstr "Usa più spazio per le finestre"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -193,11 +197,11 @@ msgstr ""
|
|||||||
"ulteriormente per ridurre lo spazio complessivo. Questa impostazione si "
|
"ulteriormente per ridurre lo spazio complessivo. Questa impostazione si "
|
||||||
"applica solo se l'algoritmo di posizionamento è \"natural\"."
|
"applica solo se l'algoritmo di posizionamento è \"natural\"."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Posiziona i titoli delle finestre in cima"
|
msgstr "Posiziona i titoli delle finestre in cima"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -207,115 +211,107 @@ msgstr ""
|
|||||||
"miniature, aggirando il comportamento normale della shell, che li colloca in "
|
"miniature, aggirando il comportamento normale della shell, che li colloca in "
|
||||||
"basso. Modificare questa impostazione richiede di riavviare la shell."
|
"basso. Modificare questa impostazione richiede di riavviare la shell."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78
|
#: extensions/places-menu/extension.js:78
|
||||||
#: ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Posizioni"
|
msgstr "Posizioni"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Avvio di «%s» non riuscito"
|
msgstr "Avvio di «%s» non riuscito"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Computer"
|
msgstr "Computer"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Home"
|
msgstr "Home"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Esplora rete"
|
msgstr "Esplora rete"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Dimensione schermata"
|
msgstr "Dimensione schermata"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memoria"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Nome del tema"
|
msgstr "Nome del tema"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell"
|
msgstr "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Chiudi"
|
msgstr "Chiudi"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Deminimizza"
|
msgstr "Deminimizza"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizza"
|
msgstr "Minimizza"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Demassimizza"
|
msgstr "Demassimizza"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Massimizza"
|
msgstr "Massimizza"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:396
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizza tutto"
|
msgstr "Minimizza tutto"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:404
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Deminimizza tutto"
|
msgstr "Deminimizza tutto"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:412
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Massimizza tutto"
|
msgstr "Massimizza tutto"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:421
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Demassimizza tutto"
|
msgstr "Demassimizza tutto"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:430
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Chiudi tutto"
|
msgstr "Chiudi tutto"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:647
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicatore spazi di lavoro"
|
msgstr "Indicatore spazi di lavoro"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:804
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Elenco finestre"
|
msgstr "Elenco finestre"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Quando raggruppare le finestre"
|
msgstr "Quando raggruppare le finestre"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Decide quando raggruppare le finestre della stessa applicazione sull'elenco "
|
"Decide quando raggruppare le finestre della stessa applicazione sull'elenco "
|
||||||
"delle finestre. I possibili valori sono \"never\", \"auto\" e \"always\"."
|
"delle finestre. I possibili valori sono \"never\", \"auto\" e \"always\"."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Mostra l'elenco finestre su tutti i monitor"
|
msgstr "Mostra l'elenco finestre su tutti i monitor"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -323,35 +319,41 @@ msgstr ""
|
|||||||
"Indica se mostrare l'elenco delle finestre su tutti i monitor collegato o "
|
"Indica se mostrare l'elenco delle finestre su tutti i monitor collegato o "
|
||||||
"solo su quello primario."
|
"solo su quello primario."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Raggruppamento finestre"
|
msgstr "Raggruppamento finestre"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Non raggruppare le finestre"
|
msgstr "Non raggruppare le finestre"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Raggruppare le finestre quando c'è poco spazio"
|
msgstr "Raggruppare le finestre quando c'è poco spazio"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Raggruppare sempre le finestre"
|
msgstr "Raggruppare sempre le finestre"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Mostrare su tutti i monitor"
|
msgstr "Mostrare su tutti i monitor"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nomi degli spazi di lavoro"
|
msgstr "Nomi degli spazi di lavoro"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nome"
|
msgstr "Nome"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Spazio di lavoro %d"
|
msgstr "Spazio di lavoro %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memoria"
|
||||||
|
|||||||
@@ -8,337 +8,347 @@ 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: 2015-02-24 08:41+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-02-24 20:54+0500\n"
|
"PO-Revision-Date: 2017-02-16 09:08+0500\n"
|
||||||
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
|
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
|
||||||
"Language-Team: Kazakh <kk@li.org>\n"
|
"Language-Team: Kazakh <kk@li.org>\n"
|
||||||
"Language: kk\n"
|
"Language: kk\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.7.3\n"
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1 ../data/gnome-classic.session.desktop.in.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Классикалық GNOME"
|
msgstr "Классикалық GNOME"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Бұл сессия арқылы классикалық GNOME ішіне кіресіз"
|
msgstr "Бұл сессия арқылы классикалық GNOME ішіне кіресіз"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
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:8
|
||||||
msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
msgstr "Бұл кілт GNOME Shell орындау кезінде org.gnome.mutter кілтін үстінен басады."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
|
msgid ""
|
||||||
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
|
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:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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:17
|
||||||
msgid ""
|
msgid ""
|
||||||
"This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME "
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
"Shell."
|
"GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Бұл кілт GNOME Shell орындау кезінде org.gnome.desktop.wm.preferences кілтін үстінен "
|
"Бұл кілт 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:24
|
||||||
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:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
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:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Тышқан режиміндегі фокусты ауыстыру курсор тоқтағанша дейін кідірту"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Тек үлгі"
|
msgstr "Тек үлгі"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Тек қолданба таңбашасы"
|
msgstr "Тек қолданба таңбашасы"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Үлгі және қолданба таңбашасы"
|
msgstr "Үлгі және қолданба таңбашасы"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Терезелерді қалайша ұсыну"
|
msgstr "Терезелерді қалайша ұсыну"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Тек ағымдағы жұмыс орнынан терезелерді көрсету"
|
msgstr "Тек ағымдағы жұмыс орнынан терезелерді көрсету"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Шолу көрінісі"
|
msgstr "Шолу көрінісі"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Таңдамалылар"
|
msgstr "Таңдамалылар"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Қолданбалар"
|
msgstr "Қолданбалар"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Қолданба және жұмыс орындар тізімі"
|
msgstr "Қолданба және жұмыс орындар тізімі"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), followed by "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Жолдар тізімі, әрқайсысы қолданба анықтағышын сақтайды (desktop файлының аты), "
|
"Жолдар тізімі, әрқайсысы қолданба анықтағышын сақтайды (desktop файлының "
|
||||||
"соңында үтір және жұмыс орнының нөмірі тұрады"
|
"аты), соңында үтір және жұмыс орнының нөмірі тұрады"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Қолданба"
|
msgstr "Қолданба"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Жұмыс орны"
|
msgstr "Жұмыс орны"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Ережені қосу"
|
msgstr "Ережені қосу"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: 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:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Қосу"
|
msgstr "Қосу"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "'%s' дискін шығару сәтсіз аяқталды:"
|
msgstr "\"%s\" жетегін шығару сәтсіз аяқталды:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
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 "Файлды ашу"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Сәлем, әлем!"
|
msgstr "Сәлем, әлем!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Альтернативті сәлемдесу мәтіні."
|
msgstr "Альтернативті сәлемдесу мәтіні."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"If not empty, it contains the text that will be shown when clicking on the panel."
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
|
"panel."
|
||||||
msgstr "Бос болмаса, панельге шерту кезінде көрсетілетін мәтінді сақтайды."
|
msgstr "Бос болмаса, панельге шерту кезінде көрсетілетін мәтінді сақтайды."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Хабарлама"
|
msgstr "Хабарлама"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: extensions/example/prefs.js:43
|
||||||
msgid ""
|
msgid ""
|
||||||
"Example aims to show how to build well behaved extensions for the Shell and as such "
|
"Example aims to show how to build well behaved extensions for the Shell and "
|
||||||
"it has little functionality on its own.\n"
|
"as such 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 үшін тиянақты жұмыс жасайтын кеңейтулерді қалай жасау керек екенін "
|
"Бұл мысал Shell үшін тиянақты жұмыс жасайтын кеңейтулерді қалай жасау керек "
|
||||||
"көрсетуге тырысады, сондықтан оның өз мүмкіндіктері аз.\n"
|
"екенін көрсетуге тырысады, сондықтан оның өз мүмкіндіктері аз.\n"
|
||||||
"Сонда да сәлемдесу хабарламасын өзгертуге болады."
|
"Сонда да сәлемдесу хабарламасын өзгертуге болады."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Терезелер үшін көбірек экранды қолдану"
|
msgstr "Терезелер үшін көбірек экранды қолдану"
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen aspect "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"ratio, and consolidating them further to reduce the bounding box. This setting "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"applies only with the natural placement strategy."
|
"This setting 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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Терезелер атауларын жоғарыға орналастыру"
|
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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding shell "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"default of placing it at the bottom. Changing this setting requires restarting the "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"True болса, терезе атауларын сәйкес келетін үлгінің үстіне орналастыру, үнсіз келісім "
|
"True болса, терезе атауларын сәйкес келетін үлгінің үстіне орналастыру, "
|
||||||
"бойынша астына орналастырудың орнына. Бұл баптау іске асыру үшін қоршамды қайта іске "
|
"үнсіз келісім бойынша астына орналастырудың орнына. Бұл баптау іске асыру "
|
||||||
"қосу керек."
|
"үшін қоршамды қайта іске қосу керек."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78 ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:78
|
||||||
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Орындар"
|
msgstr "Орындар"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "\"%s\" жөнелту сәтсіз аяқталды"
|
msgstr "\"%s\" жөнелту сәтсіз аяқталды"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Компьютер"
|
msgstr "Компьютер"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Үй бумасы"
|
msgstr "Үй бумасы"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Желіні шолу"
|
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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Скриншоттар өлшемдерін ауыстырып көрсету"
|
msgstr "Скриншоттар өлшемдерін ауыстырып көрсету"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
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
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Тема атауы"
|
msgstr "Тема атауы"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
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:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Жабу"
|
msgstr "Жабу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Қайырылған емес қылу"
|
msgstr "Қайырылған емес қылу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Қайыру"
|
msgstr "Қайыру"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Жазық емес қылу"
|
msgstr "Жазық емес қылу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Жазық қылу"
|
msgstr "Жазық қылу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:396
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Барлығын қайыру"
|
msgstr "Барлығын қайыру"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:404
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Барлығын қайырылған емес қылу"
|
msgstr "Барлығын қайырылған емес қылу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:412
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Барлығын жазық қылу"
|
msgstr "Барлығын жазық қылу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:421
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Барлығын жазық емес қылу"
|
msgstr "Барлығын жазық емес қылу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:430
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Барлығын жабу"
|
msgstr "Барлығын жабу"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:647
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../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:804
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Терезелер тізімі"
|
msgstr "Терезелер тізімі"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Терезелерді қашан топтау керек"
|
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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. Possible "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Терезелер тізімінде бір қолданбаның терезелерін қашан топтау керек екенін сипаттайды. "
|
"Терезелер тізімінде бір қолданбаның терезелерін қашан топтау керек екенін "
|
||||||
"Мүмкін мәндері: \"never\", \"auto\" және \"always\"."
|
"сипаттайды. Мүмкін мәндері: \"never\", \"auto\" және \"always\"."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Терезелер тізімін барлық мониторларда көрсету"
|
msgstr "Терезелер тізімін барлық мониторларда көрсету"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the primary one."
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Терезелер тізімін барлық жалғанған мониторларда, немесе тек біріншілік мониторда "
|
"Терезелер тізімін барлық жалғанған мониторларда, немесе тек біріншілік "
|
||||||
"көрсету керек пе."
|
"мониторда көрсету керек пе."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Терезелерді топтау"
|
msgstr "Терезелерді топтау"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Терезелерді ешқашан топтамау"
|
msgstr "Терезелерді ешқашан топтамау"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: 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:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Терезелерді әрқашан топтау"
|
msgstr "Терезелерді әрқашан топтау"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Барлық мониторларда көрсету"
|
msgstr "Барлық мониторларда көрсету"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Жұмыс орын атаулары"
|
msgstr "Жұмыс орын атаулары"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Атауы"
|
msgstr "Атауы"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
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"
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: lt\n"
|
"Project-Id-Version: lt\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-02-23 20:41+0000\n"
|
"POT-Creation-Date: 2016-01-05 10:22+0000\n"
|
||||||
"PO-Revision-Date: 2015-02-23 23:09+0200\n"
|
"PO-Revision-Date: 2016-01-05 17:17+0200\n"
|
||||||
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
|
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
|
||||||
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
|
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
|
||||||
"Language: lt\n"
|
"Language: lt\n"
|
||||||
@@ -19,7 +19,7 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Gtranslator 2.91.6\n"
|
"X-Generator: Poedit 1.8.6\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
|
||||||
@@ -49,7 +49,7 @@ 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 ""
|
||||||
"Šis raktas padaro org.gnome.desktop.wm.preferences raktą neveiksniu "
|
"Šis raktas padaro org.gnome.desktop.wm.preferences raktą neveiksniu, "
|
||||||
"naudojant GNOME Shell."
|
"naudojant GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
@@ -58,7 +58,7 @@ msgstr "Įjungti išplėtimą kraštuose nutempiant langus į ekrano kraštus"
|
|||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: ../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 "Darbalaukiai tik pagrindiniame monitoriuje"
|
msgstr "Darbo sritys tik pagrindiniame monitoriuje"
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -82,31 +82,31 @@ msgstr "Pateikti langus kaip"
|
|||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: ../extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Rodyti tik dabartinio darbalaukio langus"
|
msgstr "Rodyti tik dabartinės darbo srities langus"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Veiklų apžvalga"
|
msgstr "Veiklų apžvalga"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Mėgiamiausi"
|
msgstr "Mėgiamiausi"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: ../extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Programos"
|
msgstr "Programos"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Programų ir darbalaukių sąrašas"
|
msgstr "Programų ir darbo sričių sąrašas"
|
||||||
|
|
||||||
#: ../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 a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Eilučių sąrašas, kur kiekviena turi programos id (darbastalio failo vardą), "
|
"Eilučių sąrašas, kur kiekviena eilutė turi programos id (darbalaukio failo "
|
||||||
"po jo dvitaškis ir darbalaukio numeris"
|
"vardą), po jo dvitaškis ir darbo srities numeris"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: ../extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
@@ -115,7 +115,7 @@ msgstr "Programa"
|
|||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: ../extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: ../extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Darbalaukis"
|
msgstr "Darbo sritis"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: ../extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
@@ -138,7 +138,7 @@ msgstr "Laikmenos „%s“ išstūmimas nepavyko:"
|
|||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Išimami įrenginiai"
|
msgstr "Išimami įrenginiai"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Atverti failą"
|
msgstr "Atverti failą"
|
||||||
|
|
||||||
@@ -161,6 +161,8 @@ msgstr ""
|
|||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Pranešimas"
|
msgstr "Pranešimas"
|
||||||
|
|
||||||
|
#. 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 "
|
||||||
@@ -196,7 +198,7 @@ msgid ""
|
|||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jei teigiama, patalpinti lango antraštes virš atitinkamos miniatiūros, "
|
"Jei teigiama, patalpinti lango antraštes virš atitinkamos miniatiūros, "
|
||||||
"nepaisant numatyto talpinimo apačioje. Pakeitus šiuos nustatymus reikės "
|
"nepaisant numatyto talpinimo apačioje. Pakeitus šiuos nustatymus, reikės "
|
||||||
"paleisti apvalkalą iš naujo."
|
"paleisti apvalkalą iš naujo."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78
|
#: ../extensions/places-menu/extension.js:78
|
||||||
@@ -204,21 +206,21 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Vietos"
|
msgstr "Vietos"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "Nepavyko paleisti „%s“"
|
msgstr "Nepavyko paleisti „%s“"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Kompiuteris"
|
msgstr "Kompiuteris"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Namų aplankas"
|
msgstr "Namų aplankas"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Naršyti tinklą"
|
msgstr "Naršyti tinklą"
|
||||||
|
|
||||||
@@ -226,14 +228,6 @@ msgstr "Naršyti tinklą"
|
|||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Sukti ekranvaizdžių dydžius ratu"
|
msgstr "Sukti ekranvaizdžių dydžius ratu"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Atmintis"
|
|
||||||
|
|
||||||
#: ../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 "Temos pavadinimas"
|
msgstr "Temos pavadinimas"
|
||||||
@@ -242,52 +236,52 @@ msgstr "Temos pavadinimas"
|
|||||||
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 "Temos pavadinimas, kuri bus įkrauta iš ~/.themes/name/gnome-shell"
|
msgstr "Temos pavadinimas, kuri bus įkrauta iš ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: ../extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Užverti"
|
msgstr "Užverti"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Grąžinti iš sumažinimo"
|
msgstr "Grąžinti iš sumažinimo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Sumažinti"
|
msgstr "Sumažinti"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Grąžinti iš išdidinimo"
|
msgstr "Grąžinti iš išdidinimo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: ../extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Išdidinti"
|
msgstr "Išdidinti"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:396
|
#: ../extensions/window-list/extension.js:403
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Sumažinti visus"
|
msgstr "Sumažinti visus"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:404
|
#: ../extensions/window-list/extension.js:411
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Grąžinti visus iš sumažinimo"
|
msgstr "Grąžinti visus iš sumažinimo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:412
|
#: ../extensions/window-list/extension.js:419
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Išdidinti visus"
|
msgstr "Išdidinti visus"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:421
|
#: ../extensions/window-list/extension.js:428
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Grąžinti visus iš išdidinimo"
|
msgstr "Grąžinti visus iš išdidinimo"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:430
|
#: ../extensions/window-list/extension.js:437
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Užverti visus"
|
msgstr "Užverti visus"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:647
|
#: ../extensions/window-list/extension.js:661
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Darbalaukio indikatorius"
|
msgstr "Darbo srities indikatorius"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:804
|
#: ../extensions/window-list/extension.js:820
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Langų sąrašas"
|
msgstr "Langų sąrašas"
|
||||||
|
|
||||||
@@ -337,7 +331,7 @@ msgstr "Rodyti visuose monitoriuose"
|
|||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Darbalaukių pavadinimai"
|
msgstr "Darbo sričių pavadinimai"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: ../extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -346,7 +340,13 @@ msgstr "Pavadinimas"
|
|||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: ../extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Darbalaukis %d"
|
msgstr "Darbo sritis %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Atmintis"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Klasikinis GNOME Shell"
|
#~ msgstr "Klasikinis GNOME Shell"
|
||||||
|
|||||||
@@ -1,46 +1,48 @@
|
|||||||
# Norwegian bokmål translation of gnome-shell-extensions.
|
# Norwegian bokmål translation of gnome-shell-extensions.
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# Kjartan Maraas <kmaraas@gnome.org>, 2011-2014.
|
# Kjartan Maraas <kmaraas@gnome.org>, 2011-2017.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions 3.15.x\n"
|
"Project-Id-Version: gnome-shell-extensions 3.23.x\n"
|
||||||
"Report-Msgid-Bugs-To: \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-12-31 00:48+0100\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2014-12-31 00:49+0100\n"
|
"PO-Revision-Date: 2017-02-19 17:40+0100\n"
|
||||||
"Last-Translator: Åka Sikrom <a4@hush.com>\n"
|
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||||
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
|
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
|
||||||
"Language: Norwegian bokmål\n"
|
"Language: nb\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.5.4\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Klassisk GNOME"
|
msgstr "Klassisk GNOME"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Denne økten logger inn i klassisk GNOME"
|
msgstr "Denne økten logger inn i klassisk GNOME"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Fest modal dialog til opphavsvindu"
|
msgstr "Fest modal dialog til opphavsvindu"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Denne nøkkelen overstyrer nøkkelen i org.gnome.mutter når GNOME Shell kjører."
|
"Denne nøkkelen overstyrer nøkkelen i org.gnome.mutter når GNOME Shell kjører."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Plassering av knapper på tittellinjen"
|
msgstr "Plassering av knapper på tittellinjen"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -48,56 +50,56 @@ msgstr ""
|
|||||||
"Denne nøkkelen overstyrer nøkkelen i org.gnome.desktop.wm.preferences når "
|
"Denne nøkkelen overstyrer nøkkelen i org.gnome.desktop.wm.preferences når "
|
||||||
"GNOME Shell kjører."
|
"GNOME Shell kjører."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Del opp skjermkantene i fliser når brukeren drar og slipper vinduer på dem"
|
"Del opp skjermkantene i fliser når brukeren drar og slipper vinduer på dem"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Arbeidsområder kun på hovedskjerm"
|
msgstr "Arbeidsområder kun på hovedskjerm"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Vent med å endre fokus i mus-modus til pekeren holdes i ro"
|
msgstr "Vent med å endre fokus i mus-modus til pekeren holdes i ro"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Kun miniatyr"
|
msgstr "Kun miniatyr"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Kun programikon"
|
msgstr "Kun programikon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniatyr og programikon"
|
msgstr "Miniatyr og programikon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Vis vinduer som"
|
msgstr "Vis vinduer som"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Vis kun vinduer i aktivt arbeidsområde"
|
msgstr "Vis kun vinduer i aktivt arbeidsområde"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Aktivitetsoversikt"
|
msgstr "Aktivitetsoversikt"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoritter"
|
msgstr "Favoritter"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Programmer"
|
msgstr "Programmer"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Liste med programmer og arbeidsområder"
|
msgstr "Liste med programmer og arbeidsområder"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -105,49 +107,49 @@ msgstr ""
|
|||||||
"En liste med strenger som inneholder en ID for et program (navn på .desktop-"
|
"En liste med strenger som inneholder en ID for et program (navn på .desktop-"
|
||||||
"fil), fulgt av et kolon og arbeidsområdenummeret"
|
"fil), fulgt av et kolon og arbeidsområdenummeret"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Program"
|
msgstr "Program"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Arbeidsområde"
|
msgstr "Arbeidsområde"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Legg til regel"
|
msgstr "Legg til regel"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Lag en ny regel for treff"
|
msgstr "Lag en ny regel for treff"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Legg til"
|
msgstr "Legg til"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Utløsing av stasjon «%s» feilet:"
|
msgstr "Utløsing av stasjon «%s» feilet:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Avtagbare enheter"
|
msgstr "Avtagbare enheter"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Åpne fil"
|
msgstr "Åpne fil"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hallo verden!"
|
msgstr "Hallo verden!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternativ velkomsttekst."
|
msgstr "Alternativ velkomsttekst."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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."
|
||||||
@@ -155,28 +157,28 @@ msgstr ""
|
|||||||
"Hvis denne ikke er tom, inneholder den tekst som vises når brukeren klikker "
|
"Hvis denne ikke er tom, inneholder den tekst som vises når brukeren klikker "
|
||||||
"på panelet."
|
"på panelet."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Melding"
|
msgstr "Melding"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
#. translated
|
#. 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 "
|
||||||
"as such it has little functionality on its own.\n"
|
"as such 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 ""
|
||||||
"Example har som hensikt å vise hvordan du kan bygge godt fungerende "
|
"Example har som hensikt å vise hvordan du kan bygge godt fungerende "
|
||||||
"utvidelser til Gnome-skallet, og byr dermed på lite funksjonalitet i seg "
|
"utvidelser til Gnome-skallet, og byr dermed på lite funksjonalitet i seg "
|
||||||
"selv.\n"
|
"selv.\n"
|
||||||
"Hvis du likevel har lyst, kan du tilpasse velkomstmeldingen."
|
"Hvis du likevel har lyst, kan du tilpasse velkomstmeldingen."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Bruk mer skjerm til vinduer"
|
msgstr "Bruk mer skjerm til vinduer"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -187,11 +189,11 @@ msgstr ""
|
|||||||
"å redusere avgrensingsboksen. Denne innstillinga gjelder bare med naturlig "
|
"å redusere avgrensingsboksen. Denne innstillinga gjelder bare med naturlig "
|
||||||
"plassering-strategien."
|
"plassering-strategien."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Plasser vindutekster i toppen"
|
msgstr "Plasser vindutekster i toppen"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -202,149 +204,143 @@ msgstr ""
|
|||||||
"endrer denne innstillinga, må du starte skallet på nytt for at den skal tre "
|
"endrer denne innstillinga, må du starte skallet på nytt for at den skal tre "
|
||||||
"i kraft."
|
"i kraft."
|
||||||
|
|
||||||
#: ../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 "Steder"
|
msgstr "Steder"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Klarte ikke å starte «%s»"
|
msgstr "Klarte ikke å starte «%s»"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Datamaskin"
|
msgstr "Datamaskin"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Hjem"
|
msgstr "Hjem"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Bla gjennom nettverk"
|
msgstr "Bla gjennom nettverk"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Bla gjennom størrelser på skjermdump"
|
msgstr "Bla gjennom størrelser på skjermdump"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Minne"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Navn på tema"
|
msgstr "Navn på tema"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Navn på tema som skal lastes fra ~/.themes/name/gnome-shell"
|
msgstr "Navn på tema som skal lastes fra ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Lukk"
|
msgstr "Lukk"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Gjenopprett"
|
msgstr "Gjenopprett"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimer"
|
msgstr "Minimer"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Gjenopprett"
|
msgstr "Gjenopprett"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maksimer"
|
msgstr "Maksimer"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimer alle"
|
msgstr "Minimer alle"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Gjenopprett alle"
|
msgstr "Gjenopprett alle"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maksimer alle"
|
msgstr "Maksimer alle"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Gjenopprett alle"
|
msgstr "Gjenopprett alle"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Lukk alle"
|
msgstr "Lukk alle"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Arbeidsområdeindikator"
|
msgstr "Arbeidsområdeindikator"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Vinduliste"
|
msgstr "Vinduliste"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Når vinduer skal grupperes"
|
msgstr "Når vinduer skal grupperes"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Avgjør når vinduer fra samme program skal grupperes i vindulista. Mulige "
|
"Avgjør når vinduer fra samme program skal grupperes i vindulista. Mulige "
|
||||||
"verdier er «never» (aldri), «auto» og «always» (alltid)."
|
"verdier er «never» (aldri), «auto» og «always» (alltid)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Vis vindulisten på alle skjermer"
|
msgstr "Vis vindulisten på alle skjermer"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
msgstr "Hvorvidt vindulisten skal vises på alle tilkoblede skjermer eller bare primærskjerm."
|
msgstr ""
|
||||||
|
"Hvorvidt vindulisten skal vises på alle tilkoblede skjermer eller bare "
|
||||||
|
"primærskjerm."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Gruppering av vinduer"
|
msgstr "Gruppering av vinduer"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Aldri grupper vinduer"
|
msgstr "Aldri grupper vinduer"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Grupper vinduer når det er begrenset med plass"
|
msgstr "Grupper vinduer når det er begrenset med plass"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Alltid grupper vinduer"
|
msgstr "Alltid grupper vinduer"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Vis på alle skjermer"
|
msgstr "Vis på alle skjermer"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Navn på arbeidsområder"
|
msgstr "Navn på arbeidsområder"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Navn"
|
msgstr "Navn"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Arbeidsområde %d"
|
msgstr "Arbeidsområde %d"
|
||||||
|
|||||||
@@ -2,20 +2,23 @@
|
|||||||
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# Reinout van Schouwen <reinouts@gnome.org>, 2013, 2014.
|
# Reinout van Schouwen <reinouts@gnome.org>, 2013, 2014.
|
||||||
|
# Nathan Follens <nthn@unseen.is>, 2015.
|
||||||
|
# Hannie Dumoleyn <hannie@ubuntu-nl.org>, 2015.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions master\n"
|
"Project-Id-Version: gnome-shell-extensions master\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2014-08-12 23:29+0200\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2014-08-12 23:30+0200\n"
|
"POT-Creation-Date: 2015-07-30 16:25+0000\n"
|
||||||
"Last-Translator: Reinout van Schouwen <reinouts@gnome.org>\n"
|
"PO-Revision-Date: 2015-08-29 17:58+0200\n"
|
||||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
"Last-Translator: Hannie Dumoleyn <hannie@ubuntu-nl.org>\n"
|
||||||
|
"Language-Team: Dutch <gnome-nl-list@gnome.org>\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Virtaal 0.7.1\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: ../data/gnome-classic.desktop.in.h:1
|
||||||
@@ -27,14 +30,6 @@ msgstr "Gnome klassiek"
|
|||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Deze sessie meldt u aan bij Gnome klassiek"
|
msgstr "Deze sessie meldt u aan bij Gnome klassiek"
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Shell Classic"
|
|
||||||
msgstr "Gnome Shell klassiek"
|
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:2
|
|
||||||
msgid "Window management and application launching"
|
|
||||||
msgstr "Vensterbeheer en toepassingen starten"
|
|
||||||
|
|
||||||
#: ../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 "Modaal dialoogvenster vastmaken aan bovenliggend venster"
|
msgstr "Modaal dialoogvenster vastmaken aan bovenliggend venster"
|
||||||
@@ -55,8 +50,8 @@ 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 ""
|
||||||
"Deze sleutel heeft voorrang op de sleutel in "
|
"Deze sleutel heeft voorrang op de sleutel in org.gnome.desktop.wm."
|
||||||
"org.gnome.desktop.wm.preferences bij het draaien van Gnome Shell."
|
"preferences bij het draaien van Gnome Shell."
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -90,15 +85,15 @@ msgstr "Vensters presenteren als"
|
|||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Alleen vensters op het huidige werkblad tonen"
|
msgstr "Alleen vensters op het huidige werkblad tonen"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Activiteitenoverzicht"
|
msgstr "Activiteitenoverzicht"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favorieten"
|
msgstr "Favorieten"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: ../extensions/apps-menu/extension.js:261
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Toepassingen"
|
msgstr "Toepassingen"
|
||||||
|
|
||||||
@@ -111,8 +106,8 @@ msgid ""
|
|||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Een lijst van strings, die elk een toepassings-id (desktop-bestandsnaam) "
|
"Een lijst van tekenreeksen, elk bestaande uit een toepassings-id "
|
||||||
"bevatten, gevolgd door een dubbele punt en het werkbladnummer"
|
"(desktop-bestandsnaam), gevolgd door een dubbele punt en het werkbladnummer"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: ../extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
@@ -140,11 +135,11 @@ msgstr "Toevoegen"
|
|||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Uitwerpen van station ‘%s’ mislukt:"
|
msgstr "Uitwerpen van station ‘%s’ mislukt:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:123
|
#: ../extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Verwijderbare apparaten"
|
msgstr "Verwijderbare apparaten"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:150
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Bestand openen"
|
msgstr "Bestand openen"
|
||||||
|
|
||||||
@@ -168,8 +163,6 @@ msgstr ""
|
|||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Bericht"
|
msgstr "Bericht"
|
||||||
|
|
||||||
#. 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 "
|
||||||
@@ -193,8 +186,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Proberen om meer schermruimte te gebruiken voor het plaatsen van "
|
"Proberen om meer schermruimte te gebruiken voor het plaatsen van "
|
||||||
"vensterminiaturen door aanpassing aan de schermverhoudingen en door ze "
|
"vensterminiaturen door aanpassing aan de schermverhoudingen en door ze "
|
||||||
"verder te consolideren teneinde de begrenzingsveld te reduceren. Deze "
|
"verder te consolideren teneinde het begrenzingskader te reduceren. Deze "
|
||||||
"instelling heeft alleen effect bij de natuurlijke-plaatsingsstrategie."
|
"instelling heeft alleen effect bij de natuurlijke plaatsingsstrategie."
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -234,13 +227,9 @@ msgstr "Persoonlijke map"
|
|||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Netwerk doorbladeren"
|
msgstr "Netwerk doorbladeren"
|
||||||
|
|
||||||
#: ../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 "Schermafdrukafmetingen doorlopen"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Geheugen"
|
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -270,32 +259,32 @@ msgstr "Herstellen"
|
|||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximaliseren"
|
msgstr "Maximaliseren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:300
|
#: ../extensions/window-list/extension.js:402
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Alles minimaliseren"
|
msgstr "Alles minimaliseren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:308
|
#: ../extensions/window-list/extension.js:410
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Alles zichtbaar maken"
|
msgstr "Alles zichtbaar maken"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:316
|
#: ../extensions/window-list/extension.js:418
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Alles maximaliseren"
|
msgstr "Alles maximaliseren"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:325
|
#: ../extensions/window-list/extension.js:427
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Alles herstellen"
|
msgstr "Alles herstellen"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:334
|
#: ../extensions/window-list/extension.js:436
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Alles sluiten"
|
msgstr "Alles sluiten"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:644
|
#: ../extensions/window-list/extension.js:655
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Werkbladindicator"
|
msgstr "Werkbladindicator"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:798
|
#: ../extensions/window-list/extension.js:814
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Vensterlijst"
|
msgstr "Vensterlijst"
|
||||||
|
|
||||||
@@ -311,22 +300,38 @@ msgstr ""
|
|||||||
"Beslist wanneer vensters van dezelfde toepassing in de vensterlijst te "
|
"Beslist wanneer vensters van dezelfde toepassing in de vensterlijst te "
|
||||||
"groeperen. Mogelijke waarden zijn \"never\", \"auto\" en \"always\"."
|
"groeperen. Mogelijke waarden zijn \"never\", \"auto\" en \"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 "De vensterlijst op alle beeldschermen tonen"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Bepaalt of de vensterlijst op alle verbonden beeldschermen of enkel op het "
|
||||||
|
"primaire beeldscherm wordt weergegeven."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Venstergroepering"
|
msgstr "Venstergroepering"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:49
|
#: ../extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Vensters nooit groeperen"
|
msgstr "Vensters nooit groeperen"
|
||||||
|
|
||||||
#: ../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 "Vensters groeperen wanneer de ruimte beperkt is"
|
msgstr "Vensters groeperen wanneer de ruimte beperkt is"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: ../extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Vensters altijd groeperen"
|
msgstr "Vensters altijd groeperen"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "Tonen op alle beeldschermen"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Werkbladnamen"
|
msgstr "Werkbladnamen"
|
||||||
@@ -339,3 +344,15 @@ msgstr "Naam"
|
|||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Werkblad %d"
|
msgstr "Werkblad %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "Gnome Shell klassiek"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "Vensterbeheer en toepassingen starten"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Geheugen"
|
||||||
|
|||||||
@@ -0,0 +1,410 @@
|
|||||||
|
# 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.
|
||||||
|
# Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>, 2016.
|
||||||
|
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: 2016-05-09 19:09+0000\n"
|
||||||
|
"PO-Revision-Date: 2016-05-08 18:59+0200\n"
|
||||||
|
"Last-Translator: Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>\n"
|
||||||
|
"Language-Team: Tot En Òc\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 session vos connècta a GNOME Classic"
|
||||||
|
|
||||||
|
#: ../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 "Arrangement of buttons on the titlebar"
|
||||||
|
msgstr "òrdre dels botons dins la barra de títol"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Aquesta clau remplaça la clau dins org.gnome.desktop.wm.preferences quand "
|
||||||
|
"GNOME Shell es en cors d'execucion."
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
||||||
|
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:6
|
||||||
|
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:7
|
||||||
|
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:38
|
||||||
|
msgid "Present windows as"
|
||||||
|
msgstr "Presentar la fenèstra coma"
|
||||||
|
|
||||||
|
#: ../extensions/alternate-tab/prefs.js:69
|
||||||
|
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:38
|
||||||
|
msgid "Activities Overview"
|
||||||
|
msgstr "Vista d'ensemble de las activitats"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
|
msgid "Favorites"
|
||||||
|
msgstr "Favorits"
|
||||||
|
|
||||||
|
#: ../extensions/apps-menu/extension.js:266
|
||||||
|
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:60
|
||||||
|
msgid "Application"
|
||||||
|
msgstr "Aplicacion"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:69
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:127
|
||||||
|
msgid "Workspace"
|
||||||
|
msgstr "Espaci de trabalh"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:85
|
||||||
|
msgid "Add Rule"
|
||||||
|
msgstr "Apondre una règla"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:106
|
||||||
|
msgid "Create new matching rule"
|
||||||
|
msgstr "Crear una règla novèla de concordància"
|
||||||
|
|
||||||
|
#: ../extensions/auto-move-windows/prefs.js:111
|
||||||
|
msgid "Add"
|
||||||
|
msgstr "Apondre"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgstr "L'ejeccion del disc « %s » a fracassat :"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:124
|
||||||
|
msgid "Removable devices"
|
||||||
|
msgstr "Periferics amovibles"
|
||||||
|
|
||||||
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
|
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 "Message"
|
||||||
|
msgstr "Message"
|
||||||
|
|
||||||
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: ../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 ""
|
||||||
|
"Exemple 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/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 reduire 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:59
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Failed to launch \"%s\""
|
||||||
|
msgstr "Impossible d'aviar « %s »"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
|
msgid "Computer"
|
||||||
|
msgstr "Ordenador"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
|
msgid "Home"
|
||||||
|
msgstr "Dorsièr personal"
|
||||||
|
|
||||||
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
|
msgid "Browse Network"
|
||||||
|
msgstr "Percórrer la ret"
|
||||||
|
|
||||||
|
#: ../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
|
||||||
|
msgid "Cycle Screenshot Sizes"
|
||||||
|
msgstr "Passar a la talha de captura seguenta"
|
||||||
|
|
||||||
|
#: ../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:110
|
||||||
|
msgid "Close"
|
||||||
|
msgstr "Tampar"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:120
|
||||||
|
msgid "Unminimize"
|
||||||
|
msgstr "Restablir"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:121
|
||||||
|
msgid "Minimize"
|
||||||
|
msgstr "Reduire"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:127
|
||||||
|
msgid "Unmaximize"
|
||||||
|
msgstr "Restablir"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:128
|
||||||
|
msgid "Maximize"
|
||||||
|
msgstr "Maximizar"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:403
|
||||||
|
msgid "Minimize all"
|
||||||
|
msgstr "Reduire tot"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:411
|
||||||
|
msgid "Unminimize all"
|
||||||
|
msgstr "Restablir tot"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:419
|
||||||
|
msgid "Maximize all"
|
||||||
|
msgstr "Maximizar tot"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:428
|
||||||
|
msgid "Unmaximize all"
|
||||||
|
msgstr "Restablir tot"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:437
|
||||||
|
msgid "Close all"
|
||||||
|
msgstr "Tampar tot"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:661
|
||||||
|
#: ../extensions/workspace-indicator/extension.js:30
|
||||||
|
msgid "Workspace Indicator"
|
||||||
|
msgstr "Indicator d'espaci de trabalh"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/extension.js:820
|
||||||
|
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/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
||||||
|
msgid "Show the window list on all monitors"
|
||||||
|
msgstr "Afichar la lista de las fenèstras sus totes los ecrans"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Indica se cal afichar la lista de las fenèstras sus totes los ecrans "
|
||||||
|
"connectats o solament l'ecran principal."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:32
|
||||||
|
msgid "Window Grouping"
|
||||||
|
msgstr "Regropament de fenèstras"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:50
|
||||||
|
msgid "Never group windows"
|
||||||
|
msgstr "Regropar pas jamai las fenèstras"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:51
|
||||||
|
msgid "Group windows when space is limited"
|
||||||
|
msgstr "Regropar las fenèstras quand l'espaci es limitat"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:52
|
||||||
|
msgid "Always group windows"
|
||||||
|
msgstr "Regropar totjorn las fenèstras"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "Afichar sus totes los ecrans"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
|
msgid "Workspace Names"
|
||||||
|
msgstr "Noms dels espacis de trabalh"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:157
|
||||||
|
msgid "Name"
|
||||||
|
msgstr "Nom"
|
||||||
|
|
||||||
|
#: ../extensions/workspace-indicator/prefs.js:198
|
||||||
|
#, javascript-format
|
||||||
|
msgid "Workspace %d"
|
||||||
|
msgstr "Espaci de trabalh %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "Gestion de las fenèstras e aviada d'aplicacions"
|
||||||
|
|
||||||
|
#~ msgid "Add rule"
|
||||||
|
#~ msgstr "Apondre una règla"
|
||||||
|
|
||||||
|
#~ msgid "Message:"
|
||||||
|
#~ msgstr "Messatge :"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memòria"
|
||||||
|
|
||||||
|
#~ msgid "Workspace names:"
|
||||||
|
#~ msgstr "Noms dels espacis de trabalh :"
|
||||||
|
|
||||||
|
#~ 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 "Activar l'ivernacion"
|
||||||
|
|
||||||
|
#~ 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 "Dreita"
|
||||||
|
|
||||||
|
#~ msgid "Upside-down"
|
||||||
|
#~ msgstr "Capvirat"
|
||||||
|
|
||||||
|
#~ msgid "Display"
|
||||||
|
#~ msgstr "Afichar"
|
||||||
|
|
||||||
|
#~ msgid "Display Settings"
|
||||||
|
#~ msgstr "Afichar los paramètres"
|
||||||
@@ -1,323 +1,314 @@
|
|||||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
# Polish translation for gnome-shell-extensions.
|
||||||
# Aviary.pl
|
# Copyright © 2011-2017 the gnome-shell-extensions authors.
|
||||||
# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas:
|
# Piotr Drąg <piotrdrag@gmail.com>, 2011-2017.
|
||||||
# gnomepl@aviary.pl
|
# Aviary.pl <community-poland@mozilla.org>, 2011-2017.
|
||||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
#
|
||||||
# Piotr Drąg <piotrdrag@gmail.com>, 2011-2015.
|
|
||||||
# Aviary.pl <gnomepl@aviary.pl>, 2011-2015.
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell-extensions\n"
|
"Project-Id-Version: gnome-shell-extensions\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2015-03-04 23:17+0100\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2015-03-04 23:18+0100\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
|
"PO-Revision-Date: 2017-02-19 21:50+0100\n"
|
||||||
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
||||||
"Language-Team: Polish <gnomepl@aviary.pl>\n"
|
"Language-Team: Polish <community-poland@mozilla.org>\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||||
"|| n%100>=20) ? 1 : 2);\n"
|
"|| n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Poedit-Language: Polish\n"
|
|
||||||
"X-Poedit-Country: Poland\n"
|
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Klasyczne GNOME"
|
msgstr "Klasyczne GNOME"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Ta sesja loguje do klasycznego środowiska GNOME"
|
msgstr "Ta sesja loguje do klasycznego środowiska GNOME"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Dołączanie modalnych okien dialogowych do okien nadrzędnych"
|
msgstr "Dołączanie modalnych okien dialogowych do okien nadrzędnych"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Ten klucz zastępuje klucz w \"org.gnome.mutter\", kiedy uruchomiona jest "
|
"Ten klucz zastępuje klucz w „org.gnome.mutter”, kiedy uruchomiona jest "
|
||||||
"powłoka GNOME."
|
"powłoka GNOME."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Kolejność przycisków na pasku tytułowym"
|
msgstr "Kolejność przycisków na pasku tytułowym"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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 ""
|
||||||
"Ten klucz zastępuje klucz w \"org.gnome.desktop.wm.preferences\", kiedy "
|
"Ten klucz zastępuje klucz w „org.gnome.desktop.wm.preferences”, kiedy "
|
||||||
"uruchomiona jest powłoka GNOME."
|
"uruchomiona jest powłoka GNOME."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Włączenie kafelkowania przy krawędziach podczas przenoszenia okien do "
|
"Włączenie kafelkowania przy krawędziach podczas przenoszenia okien do "
|
||||||
"krawędzi ekranu"
|
"krawędzi ekranu"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Obszary robocze tylko na pierwszym monitorze"
|
msgstr "Obszary robocze tylko na pierwszym monitorze"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 ""
|
||||||
"Opóźnienie zmiany aktywności w trybie myszy do momentu, w którym kursor się "
|
"Opóźnienie zmiany aktywności w trybie myszy do momentu, w którym kursor się "
|
||||||
"zatrzymuje"
|
"zatrzymuje"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Tylko miniatury"
|
msgstr "Tylko miniatury"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Tylko ikony programów"
|
msgstr "Tylko ikony programów"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniatura i ikona programu"
|
msgstr "Miniatura i ikona programu"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Wyświetlanie okien jako"
|
msgstr "Wyświetlanie okien jako"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Wyświetlanie tylko okien w bieżącym obszarze roboczym"
|
msgstr "Wyświetlanie tylko okien w bieżącym obszarze roboczym"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Ekran podglądu"
|
msgstr "Ekran podglądu"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Ulubione"
|
msgstr "Ulubione"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Programy"
|
msgstr "Programy"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Lista programów i obszarów roboczych"
|
msgstr "Lista programów i obszarów roboczych"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lista ciągów, każdy zawierający identyfikator programu (nazwę pliku ."
|
"Lista ciągów, każdy zawierający identyfikator programu (nazwę pliku ."
|
||||||
"desktop) z przecinkiem i numerem obszaru roboczego"
|
"desktop) z przecinkiem i numerem obszaru roboczego"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Program"
|
msgstr "Program"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Obszar roboczy"
|
msgstr "Obszar roboczy"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Dodaj regułę"
|
msgstr "Dodaj regułę"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Utwórz nową pasującą regułę"
|
msgstr "Utwórz nową pasującą regułę"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Dodaj"
|
msgstr "Dodaj"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Wysunięcie napędu \"%s\" się nie powiodło:"
|
msgstr "Wysunięcie napędu „%s” się nie powiodło:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Urządzenia wymienne"
|
msgstr "Urządzenia wymienne"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Otwórz plik"
|
msgstr "Otwórz plik"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Witaj, świecie!"
|
msgstr "Witaj, świecie!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternatywny tekst powitalny."
|
msgstr "Alternatywny tekst powitalny."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 ""
|
||||||
"Jeśli nie jest puste, to zawiera tekst wyświetlany po kliknięciu na panelu."
|
"Jeśli nie jest puste, to zawiera tekst wyświetlany po kliknięciu panelu."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Wiadomość"
|
msgstr "Wiadomość"
|
||||||
|
|
||||||
#. TRANSLATORS: Example is the name of the extension, should not be
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
#. translated
|
#. 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 "
|
||||||
"as such it has little functionality on its own.\n"
|
"as such 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 ""
|
||||||
"Przykład, jak tworzyć poprawne rozszerzenia dla powłoki, posiadający jak "
|
"Przykład, jak tworzyć poprawne rozszerzenia dla powłoki, mające jak najmniej "
|
||||||
"najmniej własnych funkcji.\n"
|
"własnych funkcji.\n"
|
||||||
"Niemniej można dostosować wiadomość powitalną."
|
"Niemniej można dostosować wiadomość powitalną."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Użycie więcej miejsca dla okien"
|
msgstr "Użycie więcej miejsca dla okien"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Próbuje użyć więcej miejsca do umieszczania miniatur okien przez "
|
"Próbuje użyć więcej miejsca do umieszczania miniatur okien przez "
|
||||||
"zaadaptowanie formatu ekranu i zbliżenie ich do siebie. To ustawienie ma "
|
"zaadaptowanie formatu ekranu i zbliżenie ich do siebie. To ustawienie ma "
|
||||||
"wpływ tylko na naturalną strategię umieszczania okien."
|
"wpływ tylko na naturalną strategię umieszczania okien."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Umieszczanie podpisów okien na górze"
|
msgstr "Umieszczanie podpisów okien na górze"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jeśli jest ustawione na \"true\", to umieszcza podpisy okien na górze "
|
"Jeśli jest ustawione na „true”, to umieszcza podpisy okien na górze "
|
||||||
"odpowiedniej miniatury, zastępując domyślne umieszczanie ich na dole przez "
|
"odpowiedniej miniatury, zastępując domyślne umieszczanie ich na dole przez "
|
||||||
"powłokę. Zmiana tego ustawienia wymaga ponownego uruchomienia powłoki, aby "
|
"powłokę. Zmiana tego ustawienia wymaga ponownego uruchomienia powłoki, aby "
|
||||||
"uwzględnić zmiany."
|
"uwzględnić zmiany."
|
||||||
|
|
||||||
#: ../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 "Miejsca"
|
msgstr "Miejsca"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Uruchomienie \"%s\" się nie powiodło"
|
msgstr "Uruchomienie „%s” się nie powiodło"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Komputer"
|
msgstr "Komputer"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Katalog domowy"
|
msgstr "Katalog domowy"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Przeglądaj sieć"
|
msgstr "Przeglądaj sieć"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Zmiana rozmiaru zrzutu ekranu"
|
msgstr "Zmiana rozmiaru zrzutu ekranu"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "Procesor"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Pamięć"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Nazwa motywu"
|
msgstr "Nazwa motywu"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Nazwa motywu do wczytania z katalogu ~/.themes/name/gnome-shell"
|
msgstr "Nazwa motywu do wczytania z katalogu ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Zamknij"
|
msgstr "Zamknij"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Cofnij minimalizację"
|
msgstr "Cofnij minimalizację"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Zminimalizuj"
|
msgstr "Zminimalizuj"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Cofnij maksymalizację"
|
msgstr "Cofnij maksymalizację"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Zmaksymalizuj"
|
msgstr "Zmaksymalizuj"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:399
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Zminimalizuj wszystkie"
|
msgstr "Zminimalizuj wszystkie"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:407
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Cofnij minimalizację wszystkich"
|
msgstr "Cofnij minimalizację wszystkich"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Zmaksymalizuj wszystkie"
|
msgstr "Zmaksymalizuj wszystkie"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Cofnij maksymalizację wszystkich"
|
msgstr "Cofnij maksymalizację wszystkich"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:433
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Zamknij wszystkie"
|
msgstr "Zamknij wszystkie"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:650
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Wskaźnik obszaru roboczego"
|
msgstr "Wskaźnik obszaru roboczego"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:807
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Lista okien"
|
msgstr "Lista okien"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Kiedy grupować okna"
|
msgstr "Kiedy grupować okna"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Określa, kiedy grupować okna tego samego programu na liście okien. Możliwe "
|
"Określa, kiedy grupować okna tego samego programu na liście okien. Możliwe "
|
||||||
"wartości to \"never\", \"auto\" i \"always\"."
|
"wartości to „never” (nigdy), „auto” (automatycznie) i „always” (zawsze)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Wyświetlanie listy okien na wszystkich monitorach"
|
msgstr "Wyświetlanie listy okien na wszystkich monitorach"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -325,35 +316,35 @@ msgstr ""
|
|||||||
"Określa, czy wyświetlać listę okien na wszystkich podłączonych monitorach, "
|
"Określa, czy wyświetlać listę okien na wszystkich podłączonych monitorach, "
|
||||||
"czy tylko na głównym."
|
"czy tylko na głównym."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Grupowanie okien"
|
msgstr "Grupowanie okien"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Bez grupowania okien"
|
msgstr "Bez grupowania okien"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Grupowanie okien, kiedy miejsce jest ograniczone"
|
msgstr "Grupowanie okien, kiedy miejsce jest ograniczone"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Zawsze grupowanie okien"
|
msgstr "Stałe grupowanie okien"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Wyświetlanie na wszystkich monitorach"
|
msgstr "Wyświetlanie na wszystkich monitorach"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nazwy obszarów roboczych"
|
msgstr "Nazwy obszarów roboczych"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nazwa"
|
msgstr "Nazwa"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Obszar roboczy %d"
|
msgstr "%d. obszar roboczy"
|
||||||
|
|||||||
@@ -5,50 +5,44 @@
|
|||||||
# Fernando Carvalho <phaetonkde@gmail.com>, 2013.
|
# Fernando Carvalho <phaetonkde@gmail.com>, 2013.
|
||||||
# António Lima <amrlima@gmail.com>, 2013.
|
# António Lima <amrlima@gmail.com>, 2013.
|
||||||
# Pedro Albuquerque <palbuquerque73@gmail.com>, 2014.
|
# Pedro Albuquerque <palbuquerque73@gmail.com>, 2014.
|
||||||
|
# Bruno Ramalhete <bram.512@gmail.com>, 2015.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 3.14\n"
|
"Project-Id-Version: 3.14\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-10-02 07:45+0000\n"
|
"POT-Creation-Date: 2015-06-07 20:06+0000\n"
|
||||||
"PO-Revision-Date: 2014-10-02 11:06+0100\n"
|
"PO-Revision-Date: 2015-06-08 08:46+0100\n"
|
||||||
"Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
|
"Last-Translator: Bruno Ramalhete <bram.512@gmail.com>\n"
|
||||||
"Language-Team: gnome_pt@yahoogroups.com\n"
|
"Language-Team: gnome_pt@yahoogroups.com\n"
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 1.5.4\n"
|
"X-Generator: Gtranslator 2.91.6\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\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 Clássico"
|
msgstr "GNOME clássico"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: ../data/gnome-classic.desktop.in.h:2
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Esta é uma sessão no GNOME Clássico"
|
msgstr "Esta sessão liga-o ao GNOME clássico"
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Shell Classic"
|
|
||||||
msgstr "Consola GNOME Clássico"
|
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:2
|
|
||||||
msgid "Window management and application launching"
|
|
||||||
msgstr "Gestão de janelas e iniciação de aplicações"
|
|
||||||
|
|
||||||
#: ../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 "Anexar diálogo modal para a janela pai"
|
msgstr "Anexar diálogo modal à janela mãe"
|
||||||
|
|
||||||
#: ../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 ""
|
msgstr ""
|
||||||
"Esta chave substitui a chave na org.gnome.mutter ao executar a Consola GNOME."
|
"Esta chave substitui a chave na org.gnome.mutter ao executar a interface "
|
||||||
|
"GNOME."
|
||||||
|
|
||||||
#: ../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"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
@@ -60,20 +54,21 @@ msgid ""
|
|||||||
"GNOME Shell."
|
"GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta chave substitui a chave na org.gnome.desktop.wm.preferences ao executar "
|
"Esta chave substitui a chave na org.gnome.desktop.wm.preferences ao executar "
|
||||||
"a Shell do GNOME."
|
"a interface do GNOME."
|
||||||
|
|
||||||
#: ../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"
|
||||||
msgstr "Ativar a margem dos mosaicos ao largar janelas nos limites do ecrã"
|
msgstr "Ativar margem em mosaicos ao largar janelas nas margens do ecrã"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: ../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 "Áreas de trabalho apenas para monitor principal"
|
msgstr "Áreas de trabalho só para monitor principal"
|
||||||
|
|
||||||
#: ../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 ""
|
||||||
"Atrasar alterações de foco nos modos de rato até que o ponteiro pare de mover"
|
"Atrasar alterações de foco nos modos de rato até que o ponteiro pare de se "
|
||||||
|
"mover"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
@@ -81,7 +76,7 @@ msgstr "Só miniaturas"
|
|||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: ../extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Apenas ícone da aplicação"
|
msgstr "Só ícone da aplicação"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: ../extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
@@ -93,17 +88,17 @@ msgstr "Apresentar janelas como"
|
|||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: ../extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Apresentar apenas janelas na área de trabalho atual"
|
msgstr "Mostrar só janelas na área de trabalho atual"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:39
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Resumo de atividades"
|
msgstr "Resumo de atividades"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: ../extensions/apps-menu/extension.js:110
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoritos"
|
msgstr "Favoritos"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: ../extensions/apps-menu/extension.js:279
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicações"
|
msgstr "Aplicações"
|
||||||
|
|
||||||
@@ -116,7 +111,7 @@ msgid ""
|
|||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do "
|
"Uma lista de cadeias, cada uma contendo uma id de aplicação (nome do "
|
||||||
"ficheiro desktop), seguido de dois pontos e o número da área de trabalho"
|
"ficheiro desktop), seguido de dois pontos e o número da área de trabalho"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: ../extensions/auto-move-windows/prefs.js:60
|
||||||
@@ -126,15 +121,15 @@ msgstr "Aplicação"
|
|||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: ../extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: ../extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Área de Trabalho"
|
msgstr "Área de trabalho"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: ../extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Adicionar Regra"
|
msgstr "Adicionar regra"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: ../extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Criar uma nova regra de correspondência"
|
msgstr "Criar uma nova regra de comparação"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: ../extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
@@ -145,13 +140,13 @@ msgstr "Adicionar"
|
|||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Falha ao ejetar a unidade '%s':"
|
msgstr "Falha ao ejetar a unidade '%s':"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:123
|
#: ../extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispositivos removíveis"
|
msgstr "Dispositivos removíveis"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:150
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Abrir Ficheiro"
|
msgstr "Abrir ficheiro"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: ../extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
@@ -166,8 +161,7 @@ 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 ""
|
||||||
"Se não estiver vazio, contém o texto que será apresentado ao se clicar no "
|
"Se não estiver vazio, contém o texto que será mostrado ao clicar no painel."
|
||||||
"painel."
|
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
@@ -180,7 +174,7 @@ msgid ""
|
|||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it's possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Exemplo tem como objetivo mostrar como construir extensões bem comportadas "
|
"Exemplo tem como objetivo mostrar como construir extensões bem comportadas "
|
||||||
"para a Consola e, como tal, tem uma funcionalidade reduzida.\n"
|
"para a interface e, como tal, tem uma funcionalidade reduzida.\n"
|
||||||
"No entanto, é possível personalizar a mensagem de saudação."
|
"No entanto, é possível personalizar a mensagem de saudação."
|
||||||
|
|
||||||
#: ../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
|
||||||
@@ -193,10 +187,10 @@ msgid ""
|
|||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tentar utilizar mais ecrã para colocar miniaturas de janelas, adaptando a "
|
"Tentar utilizar mais ecrã para colocar miniaturas de janelas, adaptando-se à "
|
||||||
"relação de aspecto do ecrã, e consolidá-los ainda mais para reduzir a caixa "
|
"proporção do ecrã e consolidando-as ainda mais para reduzir a caixa "
|
||||||
"delimitadora. Esta definição aplica-se apenas com a estratégia de "
|
"delimitadora. Esta definição só se aplica com a estratégia de posicionamento "
|
||||||
"posicionamento natural."
|
"natural."
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -208,9 +202,9 @@ msgid ""
|
|||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se verdade, colocar títulos de janelas em cima da respectiva miniatura, "
|
"Se verdadeiro, coloca títulos de janelas em cima da respectiva miniatura, "
|
||||||
"substituindo a omissão da Consola de colocá-los na parte inferior. Alterar "
|
"substituindo a predefinição, que as coloca no fundo. Alterar esta "
|
||||||
"esta configuração requer reinicializar a Consola para ter efeito."
|
"configuração requer reinicializar a interface para ter efeito."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78
|
#: ../extensions/places-menu/extension.js:78
|
||||||
#: ../extensions/places-menu/extension.js:81
|
#: ../extensions/places-menu/extension.js:81
|
||||||
@@ -229,19 +223,15 @@ msgstr "Computador"
|
|||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: ../extensions/places-menu/placeDisplay.js:200
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Página Inicial"
|
msgstr "Página inicial"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: ../extensions/places-menu/placeDisplay.js:287
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Explorar a Rede"
|
msgstr "Explorar a rede"
|
||||||
|
|
||||||
#: ../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 "Ciclo tamanhos de ecrã"
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -249,56 +239,56 @@ msgstr "Nome do tema"
|
|||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: ../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"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "O nome do tema, a ser lido de ~/.themes/name/gnome-shell"
|
msgstr "O nome do tema, a ser carregado de ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:109
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Fechar"
|
msgstr "Fechar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: ../extensions/window-list/extension.js:119
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Desminimizar"
|
msgstr "Remover minimização"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizar"
|
msgstr "Minimizar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: ../extensions/window-list/extension.js:126
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Desmaximizar"
|
msgstr "Remover maximização"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximizar"
|
msgstr "Maximizar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:300
|
#: ../extensions/window-list/extension.js:399
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizar todas"
|
msgstr "Minimizar todas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:308
|
#: ../extensions/window-list/extension.js:407
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Desminimizar todas"
|
msgstr "Remover todas as minimizações"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:316
|
#: ../extensions/window-list/extension.js:415
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximizar todas"
|
msgstr "Maximizar todas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:325
|
#: ../extensions/window-list/extension.js:424
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Desmaximizar todas"
|
msgstr "Remover todas as maximizações"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:334
|
#: ../extensions/window-list/extension.js:433
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Fechar todas"
|
msgstr "Fechar todas"
|
||||||
|
|
||||||
#: ../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 Área de Trabalho"
|
msgstr "Indicador de área de trabalho"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:808
|
#: ../extensions/window-list/extension.js:809
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Lista de Janelas"
|
msgstr "Lista de janelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
@@ -310,27 +300,43 @@ msgid ""
|
|||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Decide quando agrupar janelas da mesma aplicação na lista de janelas. "
|
"Decide quando agrupar janelas da mesma aplicação na lista de janelas. "
|
||||||
"Valores válidos são \"never\", \"auto\" e \"always\"."
|
"Valores válidos são \"nunca\", \"auto\" e \"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 "Mostrar a lista de janelas em todos os monitores"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Se deve mostrar a lista de janelas em todos os monitores ligados ou só no "
|
||||||
|
"principal."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Agrupar Janelas"
|
msgstr "Agrupar janelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:49
|
#: ../extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Nunca agrupar janelas"
|
msgstr "Nunca agrupar janelas"
|
||||||
|
|
||||||
#: ../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 "Agrupar janelas quando o espaço é limitado"
|
msgstr "Agrupar janelas quando o espaço é limitado"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: ../extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Agrupar sempre as janelas"
|
msgstr "Agrupar sempre as janelas"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "Mostrar em todos os monitores"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nomes das Áreas de Trabalho"
|
msgstr "Nomes das áreas de trabalho"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: ../extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -341,6 +347,18 @@ msgstr "Nome"
|
|||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Área de trabalho %d"
|
msgstr "Área de trabalho %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "Consola GNOME Clássico"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "Gestão de janelas e iniciação de aplicações"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memória"
|
||||||
|
|
||||||
#~ msgid "Suspend"
|
#~ msgid "Suspend"
|
||||||
#~ msgstr "Suspender"
|
#~ msgstr "Suspender"
|
||||||
|
|
||||||
|
|||||||
+97
-96
@@ -1,5 +1,5 @@
|
|||||||
# Brazilian Portuguese translation for gnome-shell-extensions.
|
# Brazilian Portuguese translation for gnome-shell-extensions.
|
||||||
# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2017 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.
|
||||||
# Felipe Borges <felipe10borges@gmail.com>, 2011.
|
# Felipe Borges <felipe10borges@gmail.com>, 2011.
|
||||||
# Rodrigo Padula <contato@rodrigopadula.com>, 2011.
|
# Rodrigo Padula <contato@rodrigopadula.com>, 2011.
|
||||||
@@ -7,51 +7,52 @@
|
|||||||
# Djavan Fagundes <djavan@comum.org>, 2012.
|
# Djavan Fagundes <djavan@comum.org>, 2012.
|
||||||
# Gabriel Speckhahn <gabspeck@gmail.com>, 2012.
|
# Gabriel Speckhahn <gabspeck@gmail.com>, 2012.
|
||||||
# Og Maciel <ogmaciel@gnome.org>, 2012.
|
# Og Maciel <ogmaciel@gnome.org>, 2012.
|
||||||
# Rafael Ferreira <rafael.f.f1@gmail.com>, 2013.
|
|
||||||
# Enrico Nicoletto <liverig@gmail.com>, 2013, 2014.
|
# Enrico Nicoletto <liverig@gmail.com>, 2013, 2014.
|
||||||
#
|
# Rafael Fontenelle <rafaelff@gnome.org>, 2013, 2017.
|
||||||
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: https://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-12-20 20:37+0000\n"
|
"POT-Creation-Date: 2017-02-22 18:40+0000\n"
|
||||||
"PO-Revision-Date: 2014-12-20 19:28-0300\n"
|
"PO-Revision-Date: 2017-02-25 17:43-0200\n"
|
||||||
"Last-Translator: Ricardo Barbosa <barbosa.cisco@gmail.com>\n"
|
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
|
||||||
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
|
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Poedit 1.7.1\n"
|
"X-Generator: Virtaal 1.0.0-beta1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Clássico"
|
msgstr "GNOME Clássico"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Essa sessão se inicia como GNOME Clássico"
|
msgstr "Essa sessão se inicia como GNOME Clássico"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Anexar diálogo modal à janela pai"
|
msgstr "Anexar diálogo modal à janela pai"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Esta chave sobrescreve a chave em org.gnome.mutter ao executar o Shell do "
|
"Esta chave sobrescreve a chave em org.gnome.mutter ao executar o Shell do "
|
||||||
"GNOME."
|
"GNOME."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Arranjo de botões na barra de títulos"
|
msgstr "Arranjo de botões na barra de títulos"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -60,56 +61,56 @@ msgstr ""
|
|||||||
"executar o Shell do GNOME."
|
"executar o Shell do GNOME."
|
||||||
|
|
||||||
# Precedentes no mutter e no gnome-shell
|
# Precedentes no mutter e no gnome-shell
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Habilitar contorno ladrilhado ao arrastar janelas sobre as bordas da tela"
|
"Habilitar contorno ladrilhado ao arrastar janelas sobre as bordas da tela"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Espaços de trabalho apenas no monitor primário"
|
msgstr "Espaços de trabalho apenas no monitor primário"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Atrasar foco altera o modo do mouse até o ponteiro parar de se mover"
|
msgstr "Atrasar foco altera o modo do mouse até o ponteiro parar de se mover"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Somente miniatura"
|
msgstr "Somente miniatura"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Somente ícone do aplicativo"
|
msgstr "Somente ícone do aplicativo"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniatura e ícone do aplicativo"
|
msgstr "Miniatura e ícone do aplicativo"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Apresentar janelas como"
|
msgstr "Apresentar janelas como"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Mostrar somente janelas no espaço de trabalho atual"
|
msgstr "Mostrar somente janelas no espaço de trabalho atual"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Panorama de atividades"
|
msgstr "Panorama de atividades"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoritos"
|
msgstr "Favoritos"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicativos"
|
msgstr "Aplicativos"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Lista de aplicativos e espaços de trabalho"
|
msgstr "Lista de aplicativos e espaços de trabalho"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -117,75 +118,77 @@ msgstr ""
|
|||||||
"Uma lista de strings, cada uma contendo um id de aplicativo (nome de arquivo "
|
"Uma lista de strings, cada uma contendo um id de aplicativo (nome de arquivo "
|
||||||
"desktop), seguido por dois pontos e o número do espaço de trabalho"
|
"desktop), seguido por dois pontos e o número do espaço de trabalho"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Aplicativo"
|
msgstr "Aplicativo"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Espaço de trabalho"
|
msgstr "Espaço de trabalho"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Adicionar regra"
|
msgstr "Adicionar regra"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Criar uma nova regra coincidente"
|
msgstr "Criar uma nova regra coincidente"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Adicionar"
|
msgstr "Adicionar"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Falha ao ejetar a unidade \"%s\":"
|
msgstr "Falha ao ejetar a unidade “%s”:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispositivos removíveis"
|
msgstr "Dispositivos removíveis"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Abrir arquivo"
|
msgstr "Abrir arquivo"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Olá, mundo!"
|
msgstr "Olá, mundo!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Texto de saudação alternativo."
|
msgstr "Texto de saudação alternativo."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 ""
|
||||||
"Quando não vazio, contém o texto que será exibido ao se clicar no painel."
|
"Quando não vazio, contém o texto que será exibido ao se clicar no painel."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Mensagem"
|
msgstr "Mensagem"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"A extensão \"Example\" procura mostrar como construir extensões bem "
|
"A extensão \"Example\" procura mostrar como construir extensões bem "
|
||||||
"comportadas para o Shell e portanto ela possui poucas funcionalidades "
|
"comportadas para o Shell e portanto ela possui poucas funcionalidades "
|
||||||
"próprias.\n"
|
"próprias.\n"
|
||||||
"De qualquer maneira, é possível personalizar a mensagem de saudação."
|
"De qualquer maneira, é possível personalizar a mensagem de saudação."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Usar mais tela para janelas"
|
msgstr "Usar mais tela para janelas"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -196,11 +199,11 @@ msgstr ""
|
|||||||
"delimitadora. Essa configuração aplica-se somente com a estratégia de "
|
"delimitadora. Essa configuração aplica-se somente com a estratégia de "
|
||||||
"posicionamento natural."
|
"posicionamento natural."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Colocar as legendas de janela em cima"
|
msgstr "Colocar as legendas de janela em cima"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -210,115 +213,107 @@ msgstr ""
|
|||||||
"sobrescrevendo o padrão do shell de colocá-lo na parte inferior. A alteração "
|
"sobrescrevendo o padrão do shell de colocá-lo na parte inferior. A alteração "
|
||||||
"dessa configuração requer o reinício do shell para ter algum efeito."
|
"dessa configuração requer o reinício do shell para ter algum efeito."
|
||||||
|
|
||||||
#: ../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 "Locais"
|
msgstr "Locais"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Falha ao iniciar \"%s\""
|
msgstr "Falha ao iniciar “%s”"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Computador"
|
msgstr "Computador"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Pasta pessoal"
|
msgstr "Pasta pessoal"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Navegar na rede"
|
msgstr "Navegar na rede"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Alterna entre tamanhos de captura de telas"
|
msgstr "Alterna entre tamanhos de captura de telas"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
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"
|
msgid "Theme name"
|
||||||
msgstr "Nome do tema"
|
msgstr "Nome do tema"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "O nome do tema, para ser carregado de ~/.themes/nome/gnome-shell"
|
msgstr "O nome do tema, para ser carregado de ~/.themes/nome/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Fechar"
|
msgstr "Fechar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Desfazer janelas minimizadas"
|
msgstr "Desfazer janelas minimizadas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizar"
|
msgstr "Minimizar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Desfazer janelas maximizadas"
|
msgstr "Desfazer janelas maximizadas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximizar"
|
msgstr "Maximizar"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizar todas"
|
msgstr "Minimizar todas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Desfazer todas as janelas minimizadas"
|
msgstr "Desfazer todas as janelas minimizadas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximizar todas"
|
msgstr "Maximizar todas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Desfazer todas as janelas maximizadas"
|
msgstr "Desfazer todas as janelas maximizadas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Fechar todas"
|
msgstr "Fechar todas"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indicador de espaços de trabalho"
|
msgstr "Indicador de espaços de trabalho"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Lista de janelas"
|
msgstr "Lista de janelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Quando agrupar janelas"
|
msgstr "Quando agrupar janelas"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Decide quando agrupar janelas do mesmo aplicativo na lista de janelas. "
|
"Decide quando agrupar janelas do mesmo aplicativo na lista de janelas. "
|
||||||
"Valores possíveis são \"nunca\", \"auto\" e \"sempre\"."
|
"Valores possíveis são “nunca”, “auto” e “sempre”."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Mostra a lista de janela em todos os monitores"
|
msgstr "Mostra a lista de janela em todos os monitores"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -326,39 +321,45 @@ msgstr ""
|
|||||||
"Se deve ser exibida a lista de janelas em todos os monitores ou somente no "
|
"Se deve ser exibida a lista de janelas em todos os monitores ou somente no "
|
||||||
"monitor principal."
|
"monitor principal."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Agrupamento de janelas"
|
msgstr "Agrupamento de janelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Nunca agrupar janelas"
|
msgstr "Nunca agrupar janelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Agrupar janelas quando o espaço estiver limitado"
|
msgstr "Agrupar janelas quando o espaço estiver limitado"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Sempre agrupar janelas"
|
msgstr "Sempre agrupar janelas"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Mostrar em todos os monitores"
|
msgstr "Mostrar em todos os monitores"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nomes de espaços de trabalho"
|
msgstr "Nomes de espaços de trabalho"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nome"
|
msgstr "Nome"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Espaço de trabalho %d"
|
msgstr "Espaço de trabalho %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memória"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell Clássico"
|
#~ msgstr "GNOME Shell Clássico"
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER
|
# Copyright (C) 2014 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.
|
||||||
# Bogdan Mințoi <mintoi.bogdan@gmail.com>, 2014.
|
# Bogdan Mințoi <mintoi.bogdan@gmail.com>, 2014.
|
||||||
# Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2014.
|
# Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 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: 2014-11-26 18:07+0000\n"
|
"POT-Creation-Date: 2015-06-19 08:07+0000\n"
|
||||||
"PO-Revision-Date: 2014-11-30 12:18+0200\n"
|
"PO-Revision-Date: 2015-06-19 20:23+0200\n"
|
||||||
"Last-Translator: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>\n"
|
"Last-Translator: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>\n"
|
||||||
"Language-Team: Gnome Romanian Translation Team\n"
|
"Language-Team: Gnome Romanian Translation Team\n"
|
||||||
"Language: ro\n"
|
"Language: ro\n"
|
||||||
@@ -30,14 +30,6 @@ msgstr "GNOME Clasic"
|
|||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Această sesiune vă autentifică în GNOME Clasic"
|
msgstr "Această sesiune vă autentifică în GNOME Clasic"
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Shell Classic"
|
|
||||||
msgstr "Interfața clasică GNOME"
|
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:2
|
|
||||||
msgid "Window management and application launching"
|
|
||||||
msgstr "Gestionarea ferestrei și lansarea aplicației"
|
|
||||||
|
|
||||||
#: ../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 "Atașează dialogul modal la fereastra părinte"
|
msgstr "Atașează dialogul modal la fereastra părinte"
|
||||||
@@ -72,6 +64,7 @@ msgstr "Spații de lucru doar pe monitorul principal"
|
|||||||
#: ../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 ""
|
||||||
|
"Întârzie schimbările de focus în modul maus până când cursorul se oprește"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: ../extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
@@ -97,11 +90,11 @@ msgstr "Arată doar ferestrele aflate în spațiul de lucru actual"
|
|||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Panoramă activități"
|
msgstr "Panoramă activități"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: ../extensions/apps-menu/extension.js:110
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favorite"
|
msgstr "Favorite"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: ../extensions/apps-menu/extension.js:279
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplicații"
|
msgstr "Aplicații"
|
||||||
|
|
||||||
@@ -148,7 +141,7 @@ msgstr "Scoaterea unității „%s” a eșuat:"
|
|||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Dispozitive detașabile"
|
msgstr "Dispozitive detașabile"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: ../extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Deschide fișier"
|
msgstr "Deschide fișier"
|
||||||
|
|
||||||
@@ -165,6 +158,8 @@ 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 ""
|
||||||
|
"Dacă nu este gol, conține un text care va fi afișat când se apasă clic pe "
|
||||||
|
"panou."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: ../extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
@@ -190,6 +185,10 @@ msgid ""
|
|||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"This setting applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Încearcă să utilizeze mai mult ecran pentru a plasa miniaturile ferestrelor "
|
||||||
|
"adaptând raportul de aspect al ecranului, și consolidându-le pentru a reduce "
|
||||||
|
"cadrul înconjurător. Această configurare este valabilă numai pentru "
|
||||||
|
"strategia de plasare naturală."
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -201,6 +200,10 @@ msgid ""
|
|||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"restarting the shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Dacă este adevărat, va plasa titlul ferestrelor deasupra miniaturilor "
|
||||||
|
"respective, înlocuind plasarea implicită a shell-ului în partea de jos. "
|
||||||
|
"Schimbând această configurare necesită repornire shell-ului pentru a avea "
|
||||||
|
"efect."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78
|
#: ../extensions/places-menu/extension.js:78
|
||||||
#: ../extensions/places-menu/extension.js:81
|
#: ../extensions/places-menu/extension.js:81
|
||||||
@@ -227,15 +230,7 @@ msgstr "Navighează rețeaua"
|
|||||||
|
|
||||||
#: ../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
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr ""
|
msgstr "Ciclează dimensiunile capturilor de ecran"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Memorie"
|
|
||||||
|
|
||||||
#: ../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"
|
||||||
@@ -245,52 +240,52 @@ msgstr "Numele temei"
|
|||||||
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 "Numele temei, ce va fi încărcată din ~/.themes/name/gnome-shell"
|
msgstr "Numele temei, ce va fi încărcată din ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: ../extensions/window-list/extension.js:109
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Închide"
|
msgstr "Închide"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: ../extensions/window-list/extension.js:119
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Deminimizează"
|
msgstr "Deminimizează"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimizează"
|
msgstr "Minimizează"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: ../extensions/window-list/extension.js:126
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Demaximizează"
|
msgstr "Demaximizează"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximizează"
|
msgstr "Maximizează"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:304
|
#: ../extensions/window-list/extension.js:399
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimizează tot"
|
msgstr "Minimizează tot"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:312
|
#: ../extensions/window-list/extension.js:407
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Deminimizează tot"
|
msgstr "Deminimizează tot"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:320
|
#: ../extensions/window-list/extension.js:415
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximizează tot"
|
msgstr "Maximizează tot"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:329
|
#: ../extensions/window-list/extension.js:424
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Demaximizează tot"
|
msgstr "Demaximizează tot"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:338
|
#: ../extensions/window-list/extension.js:433
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Închide tot"
|
msgstr "Închide tot"
|
||||||
|
|
||||||
#: ../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 "Indicator al spațiului de lucru"
|
msgstr "Indicator al spațiului de lucru"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:799
|
#: ../extensions/window-list/extension.js:809
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Lista ferestrelor"
|
msgstr "Lista ferestrelor"
|
||||||
|
|
||||||
@@ -306,22 +301,38 @@ msgstr ""
|
|||||||
"Decide când să fie grupate ferestrele aceleiași aplicații în lista "
|
"Decide când să fie grupate ferestrele aceleiași aplicații în lista "
|
||||||
"ferestrei. Valorile posibile sunt „niciodată”, „auto” și „întotdeauna”."
|
"ferestrei. Valorile posibile sunt „niciodată”, „auto” și „întotdeauna”."
|
||||||
|
|
||||||
#: ../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 "Afișează lista ferestrelor pe toate monitoarele"
|
||||||
|
|
||||||
|
#: ../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 ""
|
||||||
|
"Dacă să se arate lista ferestrelor pe toate monitoarele conectate sau doar "
|
||||||
|
"pe cel primar."
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Gruparea ferestrelor"
|
msgstr "Gruparea ferestrelor"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:49
|
#: ../extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Nu grupa ferestrele niciodată"
|
msgstr "Nu grupa ferestrele niciodată"
|
||||||
|
|
||||||
#: ../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 "Grupează ferestrele când spațiul e limitat"
|
msgstr "Grupează ferestrele când spațiul e limitat"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: ../extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Grupează ferestrele întotdeauna"
|
msgstr "Grupează ferestrele întotdeauna"
|
||||||
|
|
||||||
|
#: ../extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "Arată pe toate monitoarele"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: ../extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Numele spațiilor de lucru"
|
msgstr "Numele spațiilor de lucru"
|
||||||
@@ -334,3 +345,15 @@ msgstr "Nume"
|
|||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Spațiu de lucru %d"
|
msgstr "Spațiu de lucru %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Shell Classic"
|
||||||
|
#~ msgstr "Interfața clasică GNOME"
|
||||||
|
|
||||||
|
#~ msgid "Window management and application launching"
|
||||||
|
#~ msgstr "Gestionarea ferestrei și lansarea aplicației"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memorie"
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ 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: 2015-02-21 08:57+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-02-21 17:17+0100\n"
|
"PO-Revision-Date: 2017-02-18 11:13+0100\n"
|
||||||
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
|
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
|
||||||
"Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
|
"Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
|
||||||
"Language: sk\n"
|
"Language: sk\n"
|
||||||
@@ -18,381 +18,391 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
|
||||||
"X-Generator: Poedit 1.7.4\n"
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1 ../data/gnome-classic.session.desktop.in.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Klasické prostredie GNOME"
|
msgstr "Klasické prostredie GNOME"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Táto relácia vás prihlási do klasického prostredia GNOME"
|
msgstr "Táto relácia vás prihlási do klasického prostredia GNOME"
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Pripojiť modálne dialógové okno k rodičovskému oknu"
|
msgstr "Pripojiť modálne dialógové okno k rodičovskému oknu"
|
||||||
|
|
||||||
# description
|
# description
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
|
msgid ""
|
||||||
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tento kľúč preváži kľúč v org.gnome.mutter, keď je spustené prostredie GNOME Shell."
|
"Tento kľúč preváži kľúč v org.gnome.mutter, keď je spustené prostredie GNOME "
|
||||||
|
"Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Usporiadanie tlačidiel v záhlaví okna"
|
msgstr "Usporiadanie tlačidiel v záhlaví okna"
|
||||||
|
|
||||||
# description
|
# description
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
msgid ""
|
msgid ""
|
||||||
"This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME "
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
"Shell."
|
"GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tento kľúč preváži kľúč v org.gnome.desktop.wm.preferences, keď je spustené "
|
"Tento kľúč preváži kľúč v org.gnome.desktop.wm.preferences, keď je spustené "
|
||||||
"prostredie GNOME Shell."
|
"prostredie GNOME Shell."
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Povoliť usporiadanie okien do dlaždíc pri ich pustení na okrajoch obrazovky"
|
msgstr ""
|
||||||
|
"Povoliť usporiadanie okien do dlaždíc pri ich pustení na okrajoch obrazovky"
|
||||||
|
|
||||||
# Label
|
# Label
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Pracovné priestory iba na hlavnom monitore"
|
msgstr "Pracovné priestory iba na hlavnom monitore"
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Oneskoriť pohyb zamerania v režime myši, až kým sa ukazovateľ nezastaví"
|
msgstr ""
|
||||||
|
"Oneskoriť pohyb zamerania v režime myši, až kým sa ukazovateľ nezastaví"
|
||||||
|
|
||||||
# RadioButton label
|
# RadioButton label
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Len miniatúra"
|
msgstr "Len miniatúra"
|
||||||
|
|
||||||
# RadioButton label
|
# RadioButton label
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Len ikona aplikácie"
|
msgstr "Len ikona aplikácie"
|
||||||
|
|
||||||
# RadioButton label
|
# RadioButton label
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniatúra a ikona aplikácie"
|
msgstr "Miniatúra a ikona aplikácie"
|
||||||
|
|
||||||
# Label
|
# Label
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Uvádzať okná ako"
|
msgstr "Uvádzať okná ako"
|
||||||
|
|
||||||
# CheckButton
|
# CheckButton
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Zobraziť len okná z aktuálneho pracovného priestoru"
|
msgstr "Zobraziť len okná z aktuálneho pracovného priestoru"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Prehľad aktivít"
|
msgstr "Prehľad aktivít"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Obľúbené"
|
msgstr "Obľúbené"
|
||||||
|
|
||||||
# TreeViewColumn
|
# TreeViewColumn
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Aplikácie"
|
msgstr "Aplikácie"
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Zoznam aplikácií a pracovných plôch"
|
msgstr "Zoznam aplikácií a pracovných plôch"
|
||||||
|
|
||||||
# description
|
# description
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), followed by "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Zoznam reťazcov, z ktorých každý obsahuje identifikátor aplikácie (názov súboru ."
|
"Zoznam reťazcov, z ktorých každý obsahuje identifikátor aplikácie (názov "
|
||||||
"desktop), nasledovaný čiarkou a číslom pracovného priestoru"
|
"súboru .desktop), nasledovaný čiarkou a číslom pracovného priestoru"
|
||||||
|
|
||||||
# TreeViewColumn
|
# TreeViewColumn
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Aplikácia"
|
msgstr "Aplikácia"
|
||||||
|
|
||||||
# TreeViewColumn; Label
|
# TreeViewColumn; Label
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Pracovný priestor"
|
msgstr "Pracovný priestor"
|
||||||
|
|
||||||
# ToolButton label
|
# ToolButton label
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Pridať pravidlo"
|
msgstr "Pridať pravidlo"
|
||||||
|
|
||||||
# Dialog title
|
# Dialog title
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Vytvorenie nového odpovedajúceho pravidla"
|
msgstr "Vytvorenie nového odpovedajúceho pravidla"
|
||||||
|
|
||||||
# button label
|
# button label
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Pridať"
|
msgstr "Pridať"
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687590
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687590
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Zlyhalo vysúvanie jednotky „%s“:"
|
msgstr "Zlyhalo vysúvanie jednotky „%s“:"
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Vymeniteľné zariadenia"
|
msgstr "Vymeniteľné zariadenia"
|
||||||
|
|
||||||
# Menu Action
|
# Menu Action
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Otvoriť súbor"
|
msgstr "Otvoriť súbor"
|
||||||
|
|
||||||
# PŠ: a toto by som teda neprekladal, tento text musia poznať všetci ;-)
|
# PŠ: a toto by som teda neprekladal, tento text musia poznať všetci ;-)
|
||||||
# PK: ja by som to prelozil ;)
|
# PK: ja by som to prelozil ;)
|
||||||
# DK: ja by som ho prelozil tiez
|
# DK: ja by som ho prelozil tiez
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Ahoj, Svet!"
|
msgstr "Ahoj, Svet!"
|
||||||
|
|
||||||
# gsetting summary
|
# gsetting summary
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternatívny text privítania."
|
msgstr "Alternatívny text privítania."
|
||||||
|
|
||||||
# gsetting desription
|
# gsetting desription
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"If not empty, it contains the text that will be shown when clicking on the panel."
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
|
"panel."
|
||||||
msgstr "Obsahuje text, ktorý bude zobrazený po kliknutí na panel."
|
msgstr "Obsahuje text, ktorý bude zobrazený po kliknutí na panel."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Správa"
|
msgstr "Správa"
|
||||||
|
|
||||||
# PM: podľa mňa chýba preklad druhej časti prvej vety
|
# PM: podľa mňa chýba preklad druhej časti prvej vety
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: extensions/example/prefs.js:43
|
||||||
msgid ""
|
msgid ""
|
||||||
"Example aims to show how to build well behaved extensions for the Shell and as such "
|
"Example aims to show how to build well behaved extensions for the Shell and "
|
||||||
"it has little functionality on its own.\n"
|
"as such 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 ""
|
||||||
"Rozšírenie Example vám má ukázať, ako sa dajú zostaviť dobre vyzerajúce a jednoduché "
|
"Rozšírenie Example vám má ukázať, ako sa dajú zostaviť dobre vyzerajúce a "
|
||||||
"rozšírenia pre Shell a demonštrovať tak funkčnosť.\n"
|
"jednoduché rozšírenia pre Shell a demonštrovať tak funkčnosť.\n"
|
||||||
"Napriek tomu je možné prispôsobiť správu privítania."
|
"Napriek tomu je možné prispôsobiť správu privítania."
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Použiť viac obrazovky pre okná"
|
msgstr "Použiť viac obrazovky pre okná"
|
||||||
|
|
||||||
# description
|
# description
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen aspect "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"ratio, and consolidating them further to reduce the bounding box. This setting "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pokúsi sa využiť viac obrazovky tým, že umiestnenie miniatúr okien sa prispôsobí "
|
"Pokúsi sa využiť viac obrazovky tým, že umiestnenie miniatúr okien sa "
|
||||||
"pomeru strán, a tiež sa zváži zmenšenie okrajov. Toto nastavenie sa aplikuje len pri "
|
"prispôsobí pomeru strán, a tiež sa zváži zmenšenie okrajov. Toto nastavenie "
|
||||||
"bežnom spôsobe umiestnenia."
|
"sa aplikuje len pri bežnom spôsobe umiestnenia."
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Umiestniť titulok okna navrch"
|
msgstr "Umiestniť titulok okna navrch"
|
||||||
|
|
||||||
# description
|
# description
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding shell "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"default of placing it at the bottom. Changing this setting requires restarting the "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pri nastavení na true, bude titulok okna umiestnený navrchu zodpovedajúcej miniatúry. "
|
"Pri nastavení na true, bude titulok okna umiestnený navrchu zodpovedajúcej "
|
||||||
"Prepíše sa tým predvolené nastavenie shellu, ktorý ho umiestňuje nadol. Aby sa "
|
"miniatúry. Prepíše sa tým predvolené nastavenie shellu, ktorý ho umiestňuje "
|
||||||
"prejavila zmena, je potrebné reštartovať shell."
|
"nadol. Aby sa prejavila zmena, je potrebné reštartovať shell."
|
||||||
|
|
||||||
# menu item
|
# menu item
|
||||||
#: ../extensions/places-menu/extension.js:78 ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:78
|
||||||
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Miesta"
|
msgstr "Miesta"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Zlyhalo spustenie „%s“"
|
msgstr "Zlyhalo spustenie „%s“"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Počítač"
|
msgstr "Počítač"
|
||||||
|
|
||||||
# Places
|
# Places
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Domov"
|
msgstr "Domov"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Prehliadať sieť"
|
msgstr "Prehliadať sieť"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Meniť veľkosti snímkov obrazovky"
|
msgstr "Meniť veľkosti snímkov obrazovky"
|
||||||
|
|
||||||
# Label
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
|
||||||
msgid "CPU"
|
|
||||||
msgstr "Procesor"
|
|
||||||
|
|
||||||
# Label
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Pamäť"
|
|
||||||
|
|
||||||
# summary
|
# summary
|
||||||
#: ../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:5
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Názov témy"
|
msgstr "Názov témy"
|
||||||
|
|
||||||
# description
|
# description
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Názov témy, ktorá sa načíta z ~/.themes/nazov/gnome-shell"
|
msgstr "Názov témy, ktorá sa načíta z ~/.themes/nazov/gnome-shell"
|
||||||
|
|
||||||
# PopupMenuItem
|
# PopupMenuItem
|
||||||
#: ../extensions/window-list/extension.js:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Zavrieť"
|
msgstr "Zavrieť"
|
||||||
|
|
||||||
# label
|
# label
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Odminimalizovať"
|
msgstr "Odminimalizovať"
|
||||||
|
|
||||||
# label
|
# label
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimalizovať"
|
msgstr "Minimalizovať"
|
||||||
|
|
||||||
# label
|
# label
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Odmaximalizovať"
|
msgstr "Odmaximalizovať"
|
||||||
|
|
||||||
# label
|
# label
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximalizovať"
|
msgstr "Maximalizovať"
|
||||||
|
|
||||||
# PopupMenuItem
|
# PopupMenuItem
|
||||||
#: ../extensions/window-list/extension.js:396
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimalizovať všetko"
|
msgstr "Minimalizovať všetko"
|
||||||
|
|
||||||
# PopupMenuItem
|
# PopupMenuItem
|
||||||
#: ../extensions/window-list/extension.js:404
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Odminimalizovať všetko"
|
msgstr "Odminimalizovať všetko"
|
||||||
|
|
||||||
# PopupMenuItem
|
# PopupMenuItem
|
||||||
#: ../extensions/window-list/extension.js:412
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximalizovať všetko"
|
msgstr "Maximalizovať všetko"
|
||||||
|
|
||||||
# PopupMenuItem
|
# PopupMenuItem
|
||||||
#: ../extensions/window-list/extension.js:421
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Odmaximalizovať všetko"
|
msgstr "Odmaximalizovať všetko"
|
||||||
|
|
||||||
# PopupMenuItem
|
# PopupMenuItem
|
||||||
#: ../extensions/window-list/extension.js:430
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Zavrieť všetko"
|
msgstr "Zavrieť všetko"
|
||||||
|
|
||||||
# Label
|
# Label
|
||||||
#: ../extensions/window-list/extension.js:647
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Indikátor pracovného priestoru"
|
msgstr "Indikátor pracovného priestoru"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:804
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Zoznam okien"
|
msgstr "Zoznam okien"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Kedy zoskupiť okná"
|
msgstr "Kedy zoskupiť okná"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. Possible "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Rozhoduje kedy sa majú v zozname okien zoskupiť okná tej istej aplikácie.Možné "
|
"Rozhoduje kedy sa majú v zozname okien zoskupiť okná tej istej aplikácie."
|
||||||
"hodnoty sú „never“ (nikdy), „auto“ (automaticky) a „always“ (vždy)."
|
"Možné hodnoty sú „never“ (nikdy), „auto“ (automaticky) a „always“ (vždy)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Zobraziť zoznam okien na všetkých monitoroch"
|
msgstr "Zobraziť zoznam okien na všetkých monitoroch"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the primary one."
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Určuje, či sa má zobraziť zoznam okien na všetkých pripojených monitoroch, alebo iba "
|
"Určuje, či sa má zobraziť zoznam okien na všetkých pripojených monitoroch, "
|
||||||
"na hlavnom."
|
"alebo iba na hlavnom."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Zoskupenie okien"
|
msgstr "Zoskupenie okien"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Nikdy nezoskupovať okná"
|
msgstr "Nikdy nezoskupovať okná"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Zoskupovať okna ak je obmedzený priestor"
|
msgstr "Zoskupovať okna ak je obmedzený priestor"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Vždy zoskupovať okná"
|
msgstr "Vždy zoskupovať okná"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Zobraziť na všetkých monitoroch"
|
msgstr "Zobraziť na všetkých monitoroch"
|
||||||
|
|
||||||
# Label
|
# Label
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Názvy pracovných priestorov"
|
msgstr "Názvy pracovných priestorov"
|
||||||
|
|
||||||
# TreeViewColumn
|
# TreeViewColumn
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Názov"
|
msgstr "Názov"
|
||||||
|
|
||||||
# store label
|
# store label
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Pracovný priestor č. %d"
|
msgstr "Pracovný priestor č. %d"
|
||||||
|
|
||||||
|
# Label
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "Procesor"
|
||||||
|
|
||||||
|
# Label
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Pamäť"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Klasický shell prostredia GNOME"
|
#~ msgstr "Klasický shell prostredia GNOME"
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2014-12-26 18:22+0100\n"
|
"PO-Revision-Date: 2014-12-26 18:22+0100\n"
|
||||||
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
|
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
|
||||||
"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
|
"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
|
||||||
"Language: sl_SI\n"
|
"Language: sl\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"
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
# Serbian translation for gnome-shell-extensions.
|
# Serbian translation for gnome-shell-extensions.
|
||||||
# Courtesy of Prevod.org team (http://prevod.org/) -- 2012—2014.
|
# Courtesy of Prevod.org team (http://prevod.org/) -- 2012—2017.
|
||||||
# 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—2015.
|
# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2012—2017.
|
||||||
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: 2015-03-04 08:45+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-03-05 22:45+0200\n"
|
"PO-Revision-Date: 2017-02-25 19:52+0200\n"
|
||||||
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
||||||
"Language-Team: Serbian <gnom@prevod.org>\n"
|
"Language-Team: Serbian <(nothing)>\n"
|
||||||
"Language: sr\n"
|
"Language: sr\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"
|
||||||
@@ -20,30 +20,32 @@ msgstr ""
|
|||||||
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Класичан Гном"
|
msgstr "Класичан Гном"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Ова сесија вас пријављује у класичан Гном"
|
msgstr "Ова сесија вас пријављује у класичан Гном"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
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:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Овај кључ превазилази кључ у „org.gnome.mutter“ када покреће Гномову шкољку."
|
"Овај кључ превазилази кључ у „org.gnome.mutter“ када покреће Гномову шкољку."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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:17
|
||||||
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."
|
||||||
@@ -51,131 +53,138 @@ msgstr ""
|
|||||||
"Овај кључ превазилази кључ у „org.gnome.desktop.wm.preferences“ када покреће "
|
"Овај кључ превазилази кључ у „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:24
|
||||||
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:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
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:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Застој првог плана се мења у режиму миша док се показивач не заустави"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Само сличице"
|
msgstr "Само сличице"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Само иконица програма"
|
msgstr "Само иконица програма"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Сличица и иконица програма"
|
msgstr "Сличица и иконица програма"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Прикажи прозоре као"
|
msgstr "Прикажи прозоре као"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Приказује само прозоре у текућем радном простору"
|
msgstr "Приказује само прозоре у текућем радном простору"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Преглед активности"
|
msgstr "Преглед активности"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Омиљено"
|
msgstr "Омиљено"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Програми"
|
msgstr "Програми"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Програм и списак радних простора"
|
msgstr "Програм и списак радних простора"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Списак ниски од којих свака садржи иб програма (назив датотеке „.desktop“), "
|
"Списак ниски од којих свака садржи иб програма (назив датотеке „.desktop“), "
|
||||||
"зарез и број радног простора."
|
"зарез и број радног простора"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Програм"
|
msgstr "Програм"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Радни простор"
|
msgstr "Радни простор"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Додај правило"
|
msgstr "Додај правило"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: 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:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Додај"
|
msgstr "Додај"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
#| msgid "Ejecting drive '%s' failed:"
|
||||||
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Нисам успео да избацим уређај „%s“:"
|
msgstr "Нисам успео да избацим уређај „%s“:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
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 "Отвори датотеку"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Поздрав свима!"
|
msgstr "Поздрав свима!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Неки други поздравни текст."
|
msgstr "Неки други поздравни текст."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Порука"
|
msgstr "Порука"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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."
|
||||||
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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Овај пример само показује како се пише добро проширење за Гномову шкољку, "
|
"Овај пример само показује како се пише добро проширење за Гномову шкољку, "
|
||||||
"тако да вам не значи пуно.\n"
|
"тако да вам не значи пуно.\n"
|
||||||
"Ипак, можете изменити поздравну поруку помоћу овог проширења."
|
"Ипак, можете изменити поздравну поруку помоћу овог проширења."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Користи више простора за прозор"
|
msgstr "Користи више простора за прозор"
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -185,11 +194,11 @@ 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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Поставља натписе прозора изнад приказа"
|
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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -199,116 +208,112 @@ msgstr ""
|
|||||||
"умањених приказа уместо испод приказа. Промена ових подешавања захтева да "
|
"умањених приказа уместо испод приказа. Промена ових подешавања захтева да "
|
||||||
"поново покренете Гномову шкољку."
|
"поново покренете Гномову шкољку."
|
||||||
|
|
||||||
#: ../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 "Места"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
#| msgid "Failed to launch \"%s\""
|
||||||
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Нисам успео да покренем „%s“"
|
msgstr "Нисам успео да покренем „%s“"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Рачунар"
|
msgstr "Рачунар"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Личнo"
|
msgstr "Личнo"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Разгледајте мрежу"
|
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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Кружи кроз величине снимака екрана"
|
msgstr "Кружи кроз величине снимака екрана"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
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
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Назив теме"
|
msgstr "Назив теме"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
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:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Затвори"
|
msgstr "Затвори"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Поништи умањење"
|
msgstr "Поништи умањење"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Умањи"
|
msgstr "Умањи"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Поништи увећање"
|
msgstr "Поништи увећање"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Увећај"
|
msgstr "Увећај"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:399
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Умањи све"
|
msgstr "Умањи све"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:407
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Поништи умањење свега"
|
msgstr "Поништи умањење свега"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Увећај све"
|
msgstr "Увећај све"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Поништи увећање свега"
|
msgstr "Поништи увећање свега"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:433
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Затвори све"
|
msgstr "Затвори све"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:650
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../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:807
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Списак прозора"
|
msgstr "Списак прозора"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Када груписати прозоре"
|
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:13
|
||||||
|
#| msgid ""
|
||||||
|
#| "Decides when to group windows from the same application on the window "
|
||||||
|
#| "list. Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Одређује када ће бити груписани прозори истог програма у списку прозора. "
|
"Одређује када ће бити груписани прозори истог програма у списку прозора. "
|
||||||
"Дозвољене вредности су „never“ (никад), „auto“ (аутоматски) и "
|
"Дозвољене вредности су „never“ (никад), „auto“ (аутоматски) и „always“ "
|
||||||
"„always“ (увек)."
|
"(увек)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Приказује списак прозора на свим мониторима"
|
msgstr "Приказује списак прозора на свим мониторима"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -316,39 +321,45 @@ msgstr ""
|
|||||||
"Да ли да прикаже списак прозора на свим прикљученим мониторима или само на "
|
"Да ли да прикаже списак прозора на свим прикљученим мониторима или само на "
|
||||||
"главном."
|
"главном."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Груписање прозора"
|
msgstr "Груписање прозора"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Никад не групиши прозоре"
|
msgstr "Никад не групиши прозоре"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: 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:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Увек групиши прозоре"
|
msgstr "Увек групиши прозоре"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Прикажи на свим мониторима"
|
msgstr "Прикажи на свим мониторима"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Називи радних простора"
|
msgstr "Називи радних простора"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Назив"
|
msgstr "Назив"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
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 "Класична Гномова шкољка"
|
#~ msgstr "Класична Гномова шкољка"
|
||||||
|
|
||||||
|
|||||||
+104
-93
@@ -1,17 +1,17 @@
|
|||||||
# Serbian translation for gnome-shell-extensions.
|
# Serbian translation for gnome-shell-extensions.
|
||||||
# Courtesy of Prevod.org team (http://prevod.org/) -- 2012—2014.
|
# Courtesy of Prevod.org team (http://prevod.org/) -- 2012—2017.
|
||||||
# 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—2015.
|
# Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2012—2017.
|
||||||
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: 2015-03-04 08:45+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-03-05 22:45+0200\n"
|
"PO-Revision-Date: 2017-02-25 19:52+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 <(nothing)>\n"
|
||||||
"Language: sr\n"
|
"Language: sr\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"
|
||||||
@@ -20,30 +20,32 @@ msgstr ""
|
|||||||
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "Klasičan Gnom"
|
msgstr "Klasičan Gnom"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
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/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
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"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Ovaj ključ prevazilazi ključ u „org.gnome.mutter“ kada pokreće Gnomovu školjku."
|
"Ovaj ključ prevazilazi ključ u „org.gnome.mutter“ kada pokreće Gnomovu školjku."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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:17
|
||||||
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."
|
||||||
@@ -51,131 +53,138 @@ msgstr ""
|
|||||||
"Ovaj ključ prevazilazi ključ u „org.gnome.desktop.wm.preferences“ kada pokreće "
|
"Ovaj ključ prevazilazi ključ u „org.gnome.desktop.wm.preferences“ kada pokreće "
|
||||||
"Gnomovu školjku."
|
"Gnomovu školjku."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Uključuje popločavanje ivice prilikom otpuštanja prozora na ivicama ekrana"
|
"Uključuje popločavanje ivice prilikom otpuštanja prozora na ivicama ekrana"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Radni prostori samo na primarnom monitoru"
|
msgstr "Radni prostori samo na primarnom monitoru"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Zastoj prvog plana se menja u režimu miša dok se pokazivač ne zaustavi"
|
msgstr "Zastoj prvog plana se menja u režimu miša dok se pokazivač ne zaustavi"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Samo sličice"
|
msgstr "Samo sličice"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Samo ikonica programa"
|
msgstr "Samo ikonica programa"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Sličica i ikonica programa"
|
msgstr "Sličica i ikonica programa"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Prikaži prozore kao"
|
msgstr "Prikaži prozore kao"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Prikazuje samo prozore u tekućem radnom prostoru"
|
msgstr "Prikazuje samo prozore u tekućem radnom prostoru"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Pregled aktivnosti"
|
msgstr "Pregled aktivnosti"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Omiljeno"
|
msgstr "Omiljeno"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Programi"
|
msgstr "Programi"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Program i spisak radnih prostora"
|
msgstr "Program i spisak radnih prostora"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Spisak niski od kojih svaka sadrži ib programa (naziv datoteke „.desktop“), "
|
"Spisak niski od kojih svaka sadrži ib programa (naziv datoteke „.desktop“), "
|
||||||
"zarez i broj radnog prostora."
|
"zarez i broj radnog prostora"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Program"
|
msgstr "Program"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
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"
|
||||||
msgstr "Dodaj pravilo"
|
msgstr "Dodaj pravilo"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Dodajte novo pravilo za poklapanje"
|
msgstr "Dodajte novo pravilo za poklapanje"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Dodaj"
|
msgstr "Dodaj"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
#| 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:124
|
#: 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:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Otvori datoteku"
|
msgstr "Otvori datoteku"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Pozdrav svima!"
|
msgstr "Pozdrav svima!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Neki drugi pozdravni tekst."
|
msgstr "Neki drugi pozdravni tekst."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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 ""
|
||||||
"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"
|
||||||
msgstr "Poruka"
|
msgstr "Poruka"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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."
|
||||||
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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ovaj primer samo pokazuje kako se piše dobro proširenje za Gnomovu školjku, "
|
"Ovaj primer samo pokazuje kako se piše dobro proširenje za Gnomovu školjku, "
|
||||||
"tako da vam ne znači puno.\n"
|
"tako da vam ne znači puno.\n"
|
||||||
"Ipak, možete izmeniti pozdravnu poruku pomoću ovog proširenja."
|
"Ipak, možete izmeniti pozdravnu poruku pomoću ovog proširenja."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Koristi više prostora za prozor"
|
msgstr "Koristi više prostora za prozor"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -185,11 +194,11 @@ msgstr ""
|
|||||||
"veličine ekrana. Ovo podešavanje važi samo ukoliko je strategija razmeštanja "
|
"veličine ekrana. Ovo podešavanje važi samo ukoliko je strategija razmeštanja "
|
||||||
"postavljena na prirodno."
|
"postavljena na prirodno."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Postavlja natpise prozora iznad prikaza"
|
msgstr "Postavlja natpise prozora iznad prikaza"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -199,116 +208,112 @@ msgstr ""
|
|||||||
"umanjenih prikaza umesto ispod prikaza. Promena ovih podešavanja zahteva da "
|
"umanjenih prikaza umesto ispod prikaza. Promena ovih podešavanja zahteva da "
|
||||||
"ponovo pokrenete Gnomovu školjku."
|
"ponovo pokrenete Gnomovu školjku."
|
||||||
|
|
||||||
#: ../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 "Mesta"
|
msgstr "Mesta"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
#| msgid "Failed to launch \"%s\""
|
||||||
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Nisam uspeo da pokrenem „%s“"
|
msgstr "Nisam uspeo da pokrenem „%s“"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Računar"
|
msgstr "Računar"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Lično"
|
msgstr "Lično"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
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
|
#: extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Kruži kroz veličine snimaka ekrana"
|
msgstr "Kruži kroz veličine snimaka ekrana"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "Procesor"
|
|
||||||
|
|
||||||
#: ../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"
|
msgid "Theme name"
|
||||||
msgstr "Naziv teme"
|
msgstr "Naziv teme"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
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:109
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Zatvori"
|
msgstr "Zatvori"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Poništi umanjenje"
|
msgstr "Poništi umanjenje"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Umanji"
|
msgstr "Umanji"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Poništi uvećanje"
|
msgstr "Poništi uvećanje"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Uvećaj"
|
msgstr "Uvećaj"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:399
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Umanji sve"
|
msgstr "Umanji sve"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:407
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Poništi umanjenje svega"
|
msgstr "Poništi umanjenje svega"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Uvećaj sve"
|
msgstr "Uvećaj sve"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Poništi uvećanje svega"
|
msgstr "Poništi uvećanje svega"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:433
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Zatvori sve"
|
msgstr "Zatvori sve"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:650
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../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:807
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Spisak prozora"
|
msgstr "Spisak prozora"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Kada grupisati prozore"
|
msgstr "Kada grupisati prozore"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
|
#| msgid ""
|
||||||
|
#| "Decides when to group windows from the same application on the window "
|
||||||
|
#| "list. Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Određuje kada će biti grupisani prozori istog programa u spisku prozora. "
|
"Određuje kada će biti grupisani prozori istog programa u spisku prozora. "
|
||||||
"Dozvoljene vrednosti su „never“ (nikad), „auto“ (automatski) i "
|
"Dozvoljene vrednosti su „never“ (nikad), „auto“ (automatski) i „always“ "
|
||||||
"„always“ (uvek)."
|
"(uvek)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Prikazuje spisak prozora na svim monitorima"
|
msgstr "Prikazuje spisak prozora na svim monitorima"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -316,39 +321,45 @@ msgstr ""
|
|||||||
"Da li da prikaže spisak prozora na svim priključenim monitorima ili samo na "
|
"Da li da prikaže spisak prozora na svim priključenim monitorima ili samo na "
|
||||||
"glavnom."
|
"glavnom."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Grupisanje prozora"
|
msgstr "Grupisanje prozora"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: 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:51
|
#: 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:52
|
#: 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
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Prikaži na svim monitorima"
|
msgstr "Prikaži na svim monitorima"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Nazivi radnih prostora"
|
msgstr "Nazivi radnih prostora"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Naziv"
|
msgstr "Naziv"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "%d. radni prostor"
|
msgstr "%d. radni prostor"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "Procesor"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Memorija"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Klasična Gnomova školjka"
|
#~ msgstr "Klasična Gnomova školjka"
|
||||||
|
|
||||||
|
|||||||
@@ -1,341 +1,352 @@
|
|||||||
# Swedish translation for gnome-shell-extensions.
|
# Swedish translation for gnome-shell-extensions.
|
||||||
# Copyright © 2011, 2012, 2014, 2015 Free Software Foundation, Inc.
|
# Copyright © 2011, 2012, 2014, 2015, 2017 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.
|
||||||
# Daniel Nylander <po@danielnylander.se>, 2011, 2012.
|
# Daniel Nylander <po@danielnylander.se>, 2011, 2012.
|
||||||
# Mattias Eriksson <snaggen@gmail.com>, 2014.
|
# Mattias Eriksson <snaggen@gmail.com>, 2014.
|
||||||
# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2015.
|
# Anders Jonsson <anders.jonsson@norsjovallen.se>, 2015, 2017.
|
||||||
#
|
#
|
||||||
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: 2015-01-24 08:34+0000\n"
|
"POT-Creation-Date: 2017-02-16 01:20+0000\n"
|
||||||
"PO-Revision-Date: 2015-01-25 11:46+0100\n"
|
"PO-Revision-Date: 2017-02-17 20:05+0100\n"
|
||||||
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
|
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
|
||||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||||
"Language: sv\n"
|
"Language: sv\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.7.3\n"
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1 ../data/gnome-classic.session.desktop.in.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Klassisk"
|
msgstr "GNOME Klassisk"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Denna session loggar in dig till GNOME Klassisk"
|
msgstr "Denna session loggar in dig till GNOME Klassisk"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Koppla samman modal dialog till föräldrafönstret"
|
msgstr "Koppla samman modal dialog till föräldrafönstret"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
msgstr "Denna nyckel överskuggar nyckeln i org.gnome.mutter när GNOME-skalet körs."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
|
msgid ""
|
||||||
|
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
||||||
|
msgstr ""
|
||||||
|
"Denna nyckel överskuggar nyckeln i org.gnome.mutter när GNOME-skalet körs."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Arrangemang för knappar i titelraden"
|
msgstr "Arrangemang för knappar i titelraden"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
msgid ""
|
msgid ""
|
||||||
"This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME "
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
"Shell."
|
"GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Denna nyckel överskuggar nyckeln i org.gnome.desktop.wm.preferences när GNOME-skalet "
|
"Denna nyckel överskuggar nyckeln i org.gnome.desktop.wm.preferences när "
|
||||||
"körs."
|
"GNOME-skalet körs."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Slå på kantdockning när fönster släpps på skärmkanter"
|
msgstr "Slå på kantdockning när fönster släpps på skärmkanter"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Arbetsytor endast på primär skärm"
|
msgstr "Arbetsytor endast på primär skärm"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Fördröj fokusändringar i musläge tills pekare slutar röra sig"
|
msgstr "Fördröj fokusändringar i musläge tills pekare slutar röra sig"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Endast miniatyrbild"
|
msgstr "Endast miniatyrbild"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Endast programikon"
|
msgstr "Endast programikon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Miniatyrbild och programikon"
|
msgstr "Miniatyrbild och programikon"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Presentera fönster som"
|
msgstr "Presentera fönster som"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Visa endast fönster på den aktuella arbetsytan"
|
msgstr "Visa endast fönster på den aktuella arbetsytan"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Aktivitetsöversikt"
|
msgstr "Aktivitetsöversikt"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Favoriter"
|
msgstr "Favoriter"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Program"
|
msgstr "Program"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Lista över program och arbetsyta"
|
msgstr "Lista över program och arbetsyta"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), followed by "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"En lista över strängar, var och en innehållande ett program-id (skrivbordsfilnamn), "
|
"En lista över strängar, var och en innehållande ett program-id "
|
||||||
"följt av ett kolontecken och arbetsytans nummer"
|
"(skrivbordsfilnamn), följt av ett kolontecken och arbetsytans nummer"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Program"
|
msgstr "Program"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Arbetsyta"
|
msgstr "Arbetsyta"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Lägg till regel"
|
msgstr "Lägg till regel"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Skapa ny matchande regel"
|
msgstr "Skapa ny matchande regel"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Lägg till"
|
msgstr "Lägg till"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Utmatning av disk \"%s\" misslyckades:"
|
msgstr "Utmatning av disk ”%s” misslyckades:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Flyttbara enheter"
|
msgstr "Flyttbara enheter"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Öppna fil"
|
msgstr "Öppna fil"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hej, världen!"
|
msgstr "Hej, världen!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Alternativ hälsningstext."
|
msgstr "Alternativ hälsningstext."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"If not empty, it contains the text that will be shown when clicking on the panel."
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
|
"panel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Om inte tom, innehåller den text som kommer att visas när man klickar på panelen."
|
"Om inte tom, innehåller den text som kommer att visas när man klickar på "
|
||||||
|
"panelen."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Meddelande"
|
msgstr "Meddelande"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: extensions/example/prefs.js:43
|
||||||
msgid ""
|
msgid ""
|
||||||
"Example aims to show how to build well behaved extensions for the Shell and as such "
|
"Example aims to show how to build well behaved extensions for the Shell and "
|
||||||
"it has little functionality on its own.\n"
|
"as such 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 ""
|
||||||
"Exemplet ämnar visa hur man bygger ett väluppfostrat tillägg för skalet och som "
|
"Exemplet ämnar visa hur man bygger ett väluppfostrat tillägg för skalet och "
|
||||||
"sådant har det lite funktionalitet i sig självt.\n"
|
"som sådant har det lite funktionalitet i sig självt.\n"
|
||||||
"Hur som helst är det i alla fall möjligt att anpassa välkomstmeddelandet."
|
"Hur som helst är det i alla fall möjligt att anpassa välkomstmeddelandet."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Använd mer av skärmen för fönster"
|
msgstr "Använd mer av skärmen för fönster"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen aspect "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"ratio, and consolidating them further to reduce the bounding box. This setting "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"applies only with the natural placement strategy."
|
"This setting applies only with the natural placement strategy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Försök att använda mer skärm för att placera fönsterminiatyrer genom att anpassa till "
|
"Försök att använda mer skärm för att placera fönsterminiatyrer genom att "
|
||||||
"skärmens bildförhållande, och sammanfoga dem ytterligare genom att reducera den "
|
"anpassa till skärmens bildförhållande, och sammanfoga dem ytterligare genom "
|
||||||
"begränsande ytan. Denna inställning gäller endast med naturlig placeringsstrategi."
|
"att reducera den begränsande ytan. Denna inställning gäller endast med "
|
||||||
|
"naturlig placeringsstrategi."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Placera fönstertitlar överst"
|
msgstr "Placera fönstertitlar överst"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding shell "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"default of placing it at the bottom. Changing this setting requires restarting the "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Om sant, placera fönster titlar över respektive miniatyrbild, överskuggar skalets "
|
"Om sant, placera fönster titlar över respektive miniatyrbild, överskuggar "
|
||||||
"standardplacering under miniatyrbilden. För att ändra denna inställning krävs att "
|
"skalets standardplacering under miniatyrbilden. För att ändra denna "
|
||||||
"skalet startas om för att den ska få effekt."
|
"inställning krävs att skalet startas om för att den ska få effekt."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78 ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:78
|
||||||
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Platser"
|
msgstr "Platser"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Misslyckades att starta \"%s\""
|
msgstr "Misslyckades att starta ”%s”"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Dator"
|
msgstr "Dator"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Hem"
|
msgstr "Hem"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Bläddra i nätverket"
|
msgstr "Bläddra i nätverket"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Växla skärmbildsstorlekar"
|
msgstr "Växla skärmbildsstorlekar"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Minne"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Temanamn"
|
msgstr "Temanamn"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Namnet på temat, kommer att läsas in från ~/.themes/name/gnome-shell"
|
msgstr "Namnet på temat, kommer att läsas in från ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Stäng"
|
msgstr "Stäng"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Avminimera"
|
msgstr "Avminimera"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Minimera"
|
msgstr "Minimera"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Avmaximera"
|
msgstr "Avmaximera"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Maximera"
|
msgstr "Maximera"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Minimera alla"
|
msgstr "Minimera alla"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Avminimera alla"
|
msgstr "Avminimera alla"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Maximera alla"
|
msgstr "Maximera alla"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Avmaximera alla"
|
msgstr "Avmaximera alla"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Stäng alla"
|
msgstr "Stäng alla"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Arbetsyteindikator"
|
msgstr "Arbetsyteindikator"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:870
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Fönsterlista"
|
msgstr "Fönsterlista"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "När ska fönster grupperas"
|
msgstr "När ska fönster grupperas"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. Possible "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Avgör när fönster från samma program ska grupperas i fönsterlistan. Möjliga värden är "
|
"Avgör när fönster från samma program ska grupperas i fönsterlistan. Möjliga "
|
||||||
"\"never\" (aldrig), \"auto\" och \"always\" (alltid)."
|
"värden är ”never” (aldrig), ”auto” och ”always” (alltid)."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Visa fönsterlistan på alla skärmar"
|
msgstr "Visa fönsterlistan på alla skärmar"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the primary one."
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
|
"primary one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Huruvida fönsterlistan ska visas på alla anslutna skärmar eller bara på den primära."
|
"Huruvida fönsterlistan ska visas på alla anslutna skärmar eller bara på den "
|
||||||
|
"primära."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Fönstergruppering"
|
msgstr "Fönstergruppering"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Gruppera aldrig fönster"
|
msgstr "Gruppera aldrig fönster"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Gruppera fönster när utrymmet är begränsat"
|
msgstr "Gruppera fönster när utrymmet är begränsat"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Gruppera alltid fönster"
|
msgstr "Gruppera alltid fönster"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Visa på alla skärmar"
|
msgstr "Visa på alla skärmar"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Namn på arbetsytor"
|
msgstr "Namn på arbetsytor"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Namn"
|
msgstr "Namn"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Arbetsyta %d"
|
msgstr "Arbetsyta %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Minne"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2015-02-14 15:43+0000\n"
|
"PO-Revision-Date: 2015-02-14 15:43+0000\n"
|
||||||
"Last-Translator: Muhammet Kara <muhammetk@gmail.com>\n"
|
"Last-Translator: Muhammet Kara <muhammetk@gmail.com>\n"
|
||||||
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
|
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
|
||||||
"Language: tr_TR\n"
|
"Language: tr\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"
|
||||||
|
|||||||
@@ -2,13 +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.
|
||||||
# Alexandr Toorchyn <ilex@mail.ua>, 2011.
|
# Alexandr Toorchyn <ilex@mail.ua>, 2011.
|
||||||
# Daniel Korostil <ted.korostiled@gmail.com>, 2013, 2014, 2015.
|
# Daniel Korostil <ted.korostiled@gmail.com>, 2013, 2014, 2015, 2017.
|
||||||
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: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"POT-Creation-Date: 2015-02-24 22:53+0200\n"
|
"shell&keywords=I18N+L10N&component=extensions\n"
|
||||||
"PO-Revision-Date: 2015-02-24 22:57+0300\n"
|
"POT-Creation-Date: 2017-02-20 13:55+0200\n"
|
||||||
|
"PO-Revision-Date: 2017-02-20 13:56+0300\n"
|
||||||
"Last-Translator: Daniel Korostil <ted.korostiled@gmail.com>\n"
|
"Last-Translator: Daniel Korostil <ted.korostiled@gmail.com>\n"
|
||||||
"Language-Team: linux.org.ua\n"
|
"Language-Team: linux.org.ua\n"
|
||||||
"Language: uk\n"
|
"Language: uk\n"
|
||||||
@@ -20,30 +21,21 @@ msgstr ""
|
|||||||
"X-Generator: Virtaal 0.7.1\n"
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.h:1
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
|
||||||
msgstr "Класичний GNOME"
|
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
|
||||||
msgid "This session logs you into GNOME Classic"
|
|
||||||
msgstr "Це — сеанс входу в класичний GNOME"
|
|
||||||
|
|
||||||
#: ../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.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 ""
|
msgstr ""
|
||||||
"Цей ключ нехтує ключем у org.gnome.mutter, коли запущено оболонку GNOME."
|
"Цей ключ нехтує ключем у org.gnome.mutter, коли запущено оболонку GNOME."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.h:3
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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.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 Shell."
|
"GNOME Shell."
|
||||||
@@ -51,15 +43,15 @@ msgstr ""
|
|||||||
"Цей ключ нехтує ключем у org.gnome.desktop.wm.preferences, коли запущено "
|
"Цей ключ нехтує ключем у org.gnome.desktop.wm.preferences, коли запущено "
|
||||||
"GNOME Shell."
|
"GNOME Shell."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.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:6
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.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:7
|
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.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 "Затримувати зміни фокусу миші, поки вказівник не перестане рухатись"
|
||||||
|
|
||||||
@@ -83,23 +75,23 @@ msgstr "Представляти вікна як"
|
|||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Показувати вікна тільки з поточного робочого простору"
|
msgstr "Показувати вікна тільки з поточного робочого простору"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: ../extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Огляд діяльності"
|
msgstr "Огляд діяльності"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: ../extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Улюблене"
|
msgstr "Улюблене"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: ../extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Програми"
|
msgstr "Програми"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.h:1
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Програма і список робочих просторів"
|
msgstr "Програма і список робочих просторів"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
|
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.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 a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
@@ -130,14 +122,14 @@ msgstr "Додати"
|
|||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: ../extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "Не вдалося витягнути пристрій «%s»:"
|
msgstr "Не вдалося витягнути пристрій «%s»:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: ../extensions/drive-menu/extension.js:124
|
||||||
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 "Відкрити Файли"
|
||||||
|
|
||||||
@@ -145,11 +137,11 @@ msgstr "Відкрити Файли"
|
|||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Привіт, світе!"
|
msgstr "Привіт, світе!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.h:1
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Додатковий вітальний текст."
|
msgstr "Додатковий вітальний текст."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.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."
|
||||||
@@ -167,17 +159,17 @@ msgstr "Надпис"
|
|||||||
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"
|
||||||
"Nevertheless it's possible to customize the greeting message."
|
"Nevertheless it’s possible to customize the greeting message."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Приклад зроблено, щоб показувати, як зібрати правильні розширення для "
|
"Приклад зроблено, щоб показувати, як зібрати правильні розширення для "
|
||||||
"оболонки і саме по собі воно не має багато функціональності.\n"
|
"оболонки і саме по собі воно не має багато функціональності.\n"
|
||||||
"Попри це, воно змінює вітальний текст. "
|
"Попри це, воно змінює вітальний текст. "
|
||||||
|
|
||||||
#: ../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.h:1
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Використовувати додаткову площу екрана для вікон"
|
msgstr "Використовувати додаткову площу екрана для вікон"
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
|
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.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 ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -188,11 +180,11 @@ msgstr ""
|
|||||||
"розмірів обмежувальної рамки. Цей параметр застосовується тільки для "
|
"розмірів обмежувальної рамки. Цей параметр застосовується тільки для "
|
||||||
"алгоритму розміщенням мініатюр «natural»."
|
"алгоритму розміщенням мініатюр «natural»."
|
||||||
|
|
||||||
#: ../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.h:3
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Розміщувати заголовки вікон зверху"
|
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.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 default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -207,110 +199,102 @@ msgstr ""
|
|||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Місця"
|
msgstr "Місця"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: ../extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "Не вдалося запустити «%s»"
|
msgstr "Не вдалося запустити «%s»"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: ../extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: ../extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Комп'ютер"
|
msgstr "Комп'ютер"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: ../extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Домівка"
|
msgstr "Домівка"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: ../extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Огляд мережі"
|
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.h:1
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Розміри циклічних знімків"
|
msgstr "Розміри циклічних знімків"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.h:1
|
||||||
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
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Назва теми"
|
msgstr "Назва теми"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.h:2
|
||||||
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:109
|
#: ../extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Закрити"
|
msgstr "Закрити"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:119
|
#: ../extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Відновити згорнуте"
|
msgstr "Відновити згорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: ../extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Згорнути"
|
msgstr "Згорнути"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:126
|
#: ../extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Відновити розгорнуте"
|
msgstr "Відновити розгорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: ../extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Розгорнути"
|
msgstr "Розгорнути"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:399
|
#: ../extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Згорнути все"
|
msgstr "Згорнути все"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:407
|
#: ../extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Відновити все згорнуте"
|
msgstr "Відновити все згорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: ../extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Розгорнути все"
|
msgstr "Розгорнути все"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: ../extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Відновити все розгорнуте"
|
msgstr "Відновити все розгорнуте"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:433
|
#: ../extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Закрити все"
|
msgstr "Закрити все"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:650
|
#: ../extensions/window-list/extension.js:669
|
||||||
#: ../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:807
|
#: ../extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Перелік вікон"
|
msgstr "Перелік вікон"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.h:1
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Умови групування вікон"
|
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.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 values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Визначає правила групування вікон програм у списку вікон. Можливими "
|
"Визначає правила групування вікон програм у списку вікон. Можливими "
|
||||||
"значеннями є «never», «auto» і «always»."
|
"значеннями є «never», «auto» і «always»."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.h:3
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Показати перелік вікон на всіх моніторах"
|
msgstr "Показати перелік вікон на всіх моніторах"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.h:4
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -351,6 +335,18 @@ msgstr "Назва"
|
|||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Робочий простір %d"
|
msgstr "Робочий простір %d"
|
||||||
|
|
||||||
|
#~ msgid "GNOME Classic"
|
||||||
|
#~ msgstr "Класичний GNOME"
|
||||||
|
|
||||||
|
#~ msgid "This session logs you into GNOME Classic"
|
||||||
|
#~ msgstr "Це — сеанс входу в класичний GNOME"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "Процесор"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Пам'ять"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Класична оболонка GNOME"
|
#~ msgstr "Класична оболонка GNOME"
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
# Vietnamese translation for gnome-shell-extensions.
|
# Vietnamese translation for gnome-shell-extensions.
|
||||||
# Copyright © 2014 GNOME i18n Project for Vietnamese.
|
# Copyright © 2016 GNOME i18n Project for Vietnamese.
|
||||||
# This file is distributed under the same license as the gnome-shell-extensions package.
|
# This file is distributed under the same license as the gnome-shell-extensions package.
|
||||||
# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2011.
|
# Nguyễn Thái Ngọc Duy <pclouds@gmail.com>, 2011.
|
||||||
# Trần Ngọc Quân <vnwildman@gmail.com>, 2014.
|
# Trần Ngọc Quân <vnwildman@gmail.com>, 2014, 2016.
|
||||||
#
|
#
|
||||||
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-12-29 20:38+0000\n"
|
"POT-Creation-Date: 2016-08-29 23:17+0000\n"
|
||||||
"PO-Revision-Date: 2014-12-30 08:41+0700\n"
|
"PO-Revision-Date: 2016-09-05 15:11+0700\n"
|
||||||
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
|
||||||
"Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
|
"Language-Team: Vietnamese <gnome-vi-list@gnome.org>\n"
|
||||||
"Language: vi\n"
|
"Language: vi\n"
|
||||||
@@ -18,32 +18,34 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Poedit 1.5.5\n"
|
"X-Generator: Gtranslator 2.91.7\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME cổ điển"
|
msgstr "GNOME cổ điển"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "Phiên làm việc này đăng nhập bạn vào GNOME Cổ điển"
|
msgstr "Phiên làm việc này đăng nhập bạn vào GNOME Cổ điển"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
msgid "Attach modal dialog to the parent window"
|
msgid "Attach modal dialog to the parent window"
|
||||||
msgstr "Gắn hộp thoại dạng luôn nằm trên cửa sổ mẹ"
|
msgstr "Gắn hộp thoại dạng luôn nằm trên cửa sổ mẹ"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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 ""
|
msgstr ""
|
||||||
"Khóa này sẽ đè lên khóa có trong org.gnome.mutter khi chạy Hệ vỏ GNOME."
|
"Khóa này sẽ đè lên khóa có trong org.gnome.mutter khi chạy Hệ vỏ GNOME."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Sắp xếp các nút trên thanh tiêu đề"
|
msgstr "Sắp xếp các nút trên thanh tiêu đề"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
|
||||||
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."
|
||||||
@@ -51,105 +53,105 @@ msgstr ""
|
|||||||
"Khóa này sẽ đè lên khóa có trong org.gnome.desktop.wm.preferences khi đang "
|
"Khóa này sẽ đè lên khóa có trong org.gnome.desktop.wm.preferences khi đang "
|
||||||
"chạy Hệ vỏ GNOME."
|
"chạy Hệ vỏ GNOME."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
|
||||||
msgid "Enable edge tiling when dropping windows on screen edges"
|
msgid "Enable edge tiling when dropping windows on screen edges"
|
||||||
msgstr "Bật xếp lớp ở cạnh khi thả cửa sổ vào cạnh màn hình"
|
msgstr "Bật xếp lớp ở cạnh khi thả cửa sổ vào cạnh màn hình"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Vùng làm việc chỉ ở trên màn hình chính"
|
msgstr "Không gian làm việc chỉ ở trên màn hình chính"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "Khoảng trễ chờ cho con chuột ngừng di chuyển"
|
msgstr "Khoảng trễ chờ cho con chuột ngừng di chuyển"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "Chỉ ảnh nhỏ"
|
msgstr "Chỉ ảnh nhỏ"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "Chỉ có ảnh nhỏ đại diện cho ứng dụng"
|
msgstr "Chỉ có ảnh nhỏ đại diện cho ứng dụng"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "Ảnh thu nhỏ và biểu tượng của ứng dụng"
|
msgstr "Ảnh thu nhỏ và biểu tượng của ứng dụng"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "Cửa sổ hiện tại như là"
|
msgstr "Cửa sổ hiện tại như là"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "Chỉ hiển thị các cửa sổ trong vùng làm việc hiện tại"
|
msgstr "Chỉ hiển thị các cửa sổ trong không gian làm việc hiện tại"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "Tổng quan hoạt động"
|
msgstr "Tổng quan hoạt động"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "Ưa thích"
|
msgstr "Ưa thích"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Ứng dụng"
|
msgstr "Ứng dụng"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "Danh sách ứng dụng và vùng làm việc"
|
msgstr "Danh sách ứng dụng và không gian làm việc"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Một danh sách chuỗi, mỗi chuỗi là một mã số của ứng dụng (tên tập tin ."
|
"Một danh sách chuỗi, mỗi chuỗi là một mã số của ứng dụng (tên tập tin ."
|
||||||
"desktop), theo sau là dấu hai chấm và mã số vùng làm việc"
|
"desktop), theo sau là dấu hai chấm và mã số không gian làm việc"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "Ứng dụng"
|
msgstr "Ứng dụng"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "Vùng làm việc"
|
msgstr "Không gian làm việc"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "Thêm quy tắc"
|
msgstr "Thêm quy tắc"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: extensions/auto-move-windows/prefs.js:106
|
||||||
msgid "Create new matching rule"
|
msgid "Create new matching rule"
|
||||||
msgstr "Tạo mới một quy tắc khớp mẫu"
|
msgstr "Tạo mới một quy tắc khớp mẫu"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "Thêm"
|
msgstr "Thêm"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive '%s' failed:"
|
||||||
msgstr "Gặp lỗi khi đẩy đĩa “%s” ra:"
|
msgstr "Gặp lỗi khi đẩy đĩa “%s” ra:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
msgid "Removable devices"
|
msgid "Removable devices"
|
||||||
msgstr "Đĩa di động"
|
msgstr "Đĩa di động"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:151
|
#: extensions/drive-menu/extension.js:149
|
||||||
msgid "Open File"
|
msgid "Open File"
|
||||||
msgstr "Mở tập tin"
|
msgstr "Mở tập tin"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Xin chào!"
|
msgstr "Xin chào!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "Lời chào thay thế."
|
msgstr "Lời chào thay thế."
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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."
|
||||||
@@ -157,11 +159,13 @@ msgstr ""
|
|||||||
"Nếu không rỗng, nó sẽ chứa chữ mà chữ này sẽ được hiển thị khi bấm chuột "
|
"Nếu không rỗng, nó sẽ chứa chữ mà chữ này sẽ được hiển thị khi bấm chuột "
|
||||||
"trên bảng điều khiển."
|
"trên bảng điều khiển."
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "Thông báo"
|
msgstr "Thông báo"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
@@ -171,11 +175,11 @@ msgstr ""
|
|||||||
"tốt cho Hệ vỏ và do vậy nó chỉ có một ít chức năng.\n"
|
"tốt cho Hệ vỏ và do vậy nó chỉ có một ít chức năng.\n"
|
||||||
"Tuy thế nó có khả năng cá nhân hóa lời chào."
|
"Tuy thế nó có khả năng cá nhân hóa lời chào."
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "Dùng nhiều màn hình cho các cửa sổ"
|
msgstr "Dùng nhiều màn hình cho các cửa sổ"
|
||||||
|
|
||||||
#: ../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:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -185,11 +189,11 @@ msgstr ""
|
|||||||
"sửa cho thích hợp với tỷ lệ dạng màn hình, và hợp nhất chúng hơn nữa để giảm "
|
"sửa cho thích hợp với tỷ lệ dạng màn hình, và hợp nhất chúng hơn nữa để giảm "
|
||||||
"bớt ô hạn biên. Cài đặt này chỉ áp dụng với chiến lược sắp đặt tự nhiên."
|
"bớt ô hạn biên. Cài đặt này chỉ áp dụng với chiến lược sắp đặt tự nhiên."
|
||||||
|
|
||||||
#: ../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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "Đặt thanh tiêu đề cửa sổ ở trên đỉnh"
|
msgstr "Đặt thanh tiêu đề cửa sổ ở trên đỉnh"
|
||||||
|
|
||||||
#: ../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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -199,103 +203,95 @@ msgstr ""
|
|||||||
"đè lên cách ứng xử mặc định của hệ vỏ là ở dưới đáy.Những thay đổi này cần "
|
"đè lên cách ứng xử mặc định của hệ vỏ là ở dưới đáy.Những thay đổi này cần "
|
||||||
"khởi động lại hệ vỏ để có tác dụng."
|
"khởi động lại hệ vỏ để có tác dụng."
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78
|
#: extensions/places-menu/extension.js:78
|
||||||
#: ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "Mở nhanh"
|
msgstr "Mở nhanh"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "Gặp lỗi khi khởi chạy \"%s\""
|
msgstr "Gặp lỗi khi khởi chạy \"%s\""
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "Máy tính"
|
msgstr "Máy tính"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "Thư mục riêng"
|
msgstr "Thư mục riêng"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "Duyệt mạng"
|
msgstr "Duyệt mạng"
|
||||||
|
|
||||||
#: ../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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "Đổi kích thước cửa sổ để chụp màn hình"
|
msgstr "Đổi kích thước cửa sổ để chụp màn hình"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "Bộ nhớ"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "Tên chủ đề"
|
msgstr "Tên chủ đề"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
||||||
msgstr "Tên chủ đề, được tải từ ~/.themes/name/gnome-shell"
|
msgstr "Tên của chủ đề, được tải từ ~/.themes/name/gnome-shell"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:110
|
#: extensions/window-list/extension.js:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Đóng"
|
msgstr "Đóng"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "Thôi thu nhỏ"
|
msgstr "Thôi thu nhỏ"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "Thu nhỏ"
|
msgstr "Thu nhỏ"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "Thôi phóng lớn"
|
msgstr "Thôi phóng lớn"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "Phóng to hết cỡ "
|
msgstr "Phóng to hết cỡ"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:403
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "Thu nhỏ tất cả"
|
msgstr "Thu nhỏ tất cả"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "Thôi thu nhỏ tất cả"
|
msgstr "Thôi thu nhỏ tất cả"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "Phóng to tất cả"
|
msgstr "Phóng to tất cả"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:428
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "Thôi phóng to tất cả"
|
msgstr "Thôi phóng to tất cả"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:437
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "Đóng tất cả"
|
msgstr "Đóng tất cả"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:661
|
||||||
#: ../extensions/workspace-indicator/extension.js:30
|
#: extensions/workspace-indicator/extension.js:30
|
||||||
msgid "Workspace Indicator"
|
msgid "Workspace Indicator"
|
||||||
msgstr "Bộ chỉ thị vùng làm việc"
|
msgstr "Bộ chỉ thị không gian làm việc"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:869
|
#: extensions/window-list/extension.js:820
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "Danh sách cửa sổ"
|
msgstr "Danh sách cửa sổ"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "Khi nào thì nhóm các cửa sổ lại"
|
msgstr "Khi nào thì nhóm các cửa sổ lại"
|
||||||
|
|
||||||
#: ../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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
@@ -303,11 +299,11 @@ msgstr ""
|
|||||||
"Quyết định khi nào thì nhóm các cửa sổ của cùng một ứng dụng trên danh sách "
|
"Quyết định khi nào thì nhóm các cửa sổ của cùng một ứng dụng trên danh sách "
|
||||||
"cửa số. Các giá trị có thể là \"never\", \"auto\" và \"always\"."
|
"cửa số. Các giá trị có thể là \"never\", \"auto\" và \"always\"."
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "Hiển thị danh sách cửa sổ ở mọi màn hình"
|
msgstr "Hiển thị danh sách cửa sổ ở mọi màn hình"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the "
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
"primary one."
|
"primary one."
|
||||||
@@ -315,38 +311,44 @@ msgstr ""
|
|||||||
"Có hiển thị danh sách cửa sổ trên mọi màn hình đã kết nối hay chỉ trên màn "
|
"Có hiển thị danh sách cửa sổ trên mọi màn hình đã kết nối hay chỉ trên màn "
|
||||||
"hình chính mà thôi."
|
"hình chính mà thôi."
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "Nhóm cửa sổ lại"
|
msgstr "Nhóm cửa sổ lại"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "Không bao giờ nhóm các cửa sổ lại với nhau"
|
msgstr "Không bao giờ nhóm các cửa sổ lại với nhau"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: extensions/window-list/prefs.js:51
|
||||||
msgid "Group windows when space is limited"
|
msgid "Group windows when space is limited"
|
||||||
msgstr "Nhóm các cửa sổ lại với nhau khi không đủ chỗ"
|
msgstr "Nhóm các cửa sổ lại với nhau khi không đủ chỗ"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "Luôn nhóm các cửa sổ lại với nhau"
|
msgstr "Luôn nhóm các cửa sổ lại với nhau"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "Hiển thị trên mọi màn hình"
|
msgstr "Hiển thị trên mọi màn hình"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "Tên vùng làm việc"
|
msgstr "Tên không gian làm việc"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Tên"
|
msgstr "Tên"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Vùng làm việc %d"
|
msgstr "Không gian làm việc %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "Bộ nhớ"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "Hệ vỏ GNOME cổ điển"
|
#~ msgstr "Hệ vỏ GNOME cổ điển"
|
||||||
|
|||||||
+108
-89
@@ -11,161 +11,158 @@ 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: 2016-10-11 08:03+0000\n"
|
||||||
"PO-Revision-Date: 2014-06-01 10:36+0800\n"
|
"PO-Revision-Date: 2016-10-18 17:53+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.8.9\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:3 data/gnome-classic.session.desktop.in:3
|
||||||
#: ../data/gnome-classic.session.desktop.in.in.h:1
|
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME 经典模式"
|
msgstr "GNOME 经典模式"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "该会话将登录到“GNOME 经典模式”"
|
msgstr "该会话将登录到“GNOME 经典模式”"
|
||||||
|
|
||||||
#: ../data/gnome-shell-classic.desktop.in.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
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
|
|
||||||
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:8
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
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:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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:17
|
||||||
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 "当运行 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:24
|
||||||
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:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
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:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "将鼠标模式下焦点的切换推迟到光标停止移动之后"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "仅缩略图"
|
msgstr "仅缩略图"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "仅应用程序图标"
|
msgstr "仅应用程序图标"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "缩略图和应用程序图标"
|
msgstr "缩略图和应用程序图标"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "窗口展现为"
|
msgstr "窗口展现为"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "仅显示当前工作区中的窗口"
|
msgstr "仅显示当前工作区中的窗口"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "活动概览"
|
msgstr "活动概览"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:113
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "收藏"
|
msgstr "收藏"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:282
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "应用程序"
|
msgstr "应用程序"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "应用程序和工作区列表"
|
msgstr "应用程序和工作区列表"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"followed by a colon and the workspace number"
|
"followed by 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"
|
||||||
msgstr "应用程序"
|
msgstr "应用程序"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "工作区"
|
msgstr "工作区"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "添加规则"
|
msgstr "添加规则"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: 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:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "添加"
|
msgstr "添加"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
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 "打开文件管理器"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "Hello, world!"
|
msgstr "Hello, world!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "替代的祝福语。"
|
msgstr "替代的祝福语。"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
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
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "消息"
|
msgstr "消息"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: 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"
|
||||||
@@ -174,11 +171,11 @@ msgstr ""
|
|||||||
"示例意在展示如何为 Shell 创建良好工作的扩展,本身功能有限。\n"
|
"示例意在展示如何为 Shell 创建良好工作的扩展,本身功能有限。\n"
|
||||||
"尽管如此,它还是具备定制祝福语的功能。"
|
"尽管如此,它还是具备定制祝福语的功能。"
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "展现窗口时利用更多屏幕空间"
|
msgstr "展现窗口时利用更多屏幕空间"
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
@@ -187,11 +184,11 @@ 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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "窗口说明文字在上"
|
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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"shell default of placing it at the bottom. Changing this setting requires "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
@@ -200,99 +197,95 @@ 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 "位置"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch \"%s\""
|
||||||
msgstr "无法启动“%s”"
|
msgstr "无法启动“%s”"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "计算机"
|
msgstr "计算机"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "主文件夹"
|
msgstr "主文件夹"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
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:7
|
||||||
msgid "CPU"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "CPU"
|
msgstr "循环调整窗口截图大小"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "Memory"
|
|
||||||
msgstr "内存"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "主题名称"
|
msgstr "主题名称"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
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:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "关闭"
|
msgstr "关闭"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "取消最小化"
|
msgstr "取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "最小化"
|
msgstr "最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "取消最大化"
|
msgstr "取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "最大化"
|
msgstr "最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:300
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "全部最小化"
|
msgstr "全部最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:308
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "全部取消最小化"
|
msgstr "全部取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:316
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "全部最大化"
|
msgstr "全部最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:325
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "全部取消最大化"
|
msgstr "全部取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:334
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "全部关闭"
|
msgstr "全部关闭"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:644
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../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:828
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "窗口列表"
|
msgstr "窗口列表"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "何时分组窗口"
|
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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"Possible values are \"never\", \"auto\" and \"always\"."
|
"Possible values are \"never\", \"auto\" and \"always\"."
|
||||||
@@ -300,35 +293,61 @@ msgstr ""
|
|||||||
"决定何时对窗口列表上的同一应用的窗口进行分组。可用值有“never”(从"
|
"决定何时对窗口列表上的同一应用的窗口进行分组。可用值有“never”(从"
|
||||||
"不)、“auto”(自动)和“always”(总是)。"
|
"不)、“auto”(自动)和“always”(总是)。"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:30
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
|
msgid "Show the window list on all monitors"
|
||||||
|
msgstr "在所有显示器上显示窗口列表"
|
||||||
|
|
||||||
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
|
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/workspace-indicator/prefs.js:141
|
#: extensions/window-list/prefs.js:75
|
||||||
|
msgid "Show on all monitors"
|
||||||
|
msgstr "在所有显示器上显示"
|
||||||
|
|
||||||
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "工作区名称"
|
msgstr "工作区名称"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "名称"
|
msgstr "名称"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
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 "挂起"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2014-08-19 20:22+0800\n"
|
"PO-Revision-Date: 2014-08-19 20:22+0800\n"
|
||||||
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
||||||
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
|
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_HK\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"
|
||||||
|
|||||||
+169
-150
@@ -6,330 +6,340 @@
|
|||||||
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: https://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-02-19 08:55+0000\n"
|
"POT-Creation-Date: 2017-02-22 18:40+0000\n"
|
||||||
"PO-Revision-Date: 2015-02-20 19:06+0800\n"
|
"PO-Revision-Date: 2017-02-27 07:35+0800\n"
|
||||||
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
||||||
"Language-Team: Chinese (Taiwan) <chinese-l10n@googlegroups.com>\n"
|
"Language-Team: Chinese (Taiwan) <chinese-l10n@googlegroups.com>\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_TW\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 1.7.4\n"
|
"X-Generator: Poedit 1.8.11\n"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:1 ../data/gnome-classic.session.desktop.in.in.h:1
|
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
|
||||||
msgid "GNOME Classic"
|
msgid "GNOME Classic"
|
||||||
msgstr "GNOME Classic"
|
msgstr "GNOME Classic"
|
||||||
|
|
||||||
#: ../data/gnome-classic.desktop.in.h:2
|
#: data/gnome-classic.desktop.in:4
|
||||||
msgid "This session logs you into GNOME Classic"
|
msgid "This session logs you into GNOME Classic"
|
||||||
msgstr "這個作業階段讓您登入 GNOME Classic"
|
msgstr "這個作業階段讓您登入 GNOME Classic"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
|
||||||
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:8
|
||||||
msgid "This key overrides the key in org.gnome.mutter when running GNOME Shell."
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
|
||||||
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
|
||||||
|
msgid ""
|
||||||
|
"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:16
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
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:17
|
||||||
msgid ""
|
msgid ""
|
||||||
"This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME "
|
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
||||||
"Shell."
|
"GNOME Shell."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"當執行 GNOME Shell 時這個設定鍵會覆蓋在 org.gnome.desktop.wm.preferences 中的設定值。"
|
"當執行 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:24
|
||||||
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:6
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
|
||||||
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:7
|
#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
|
||||||
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 "延遲滑鼠模式中焦點的改變直到指標停止移動"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:20
|
#: extensions/alternate-tab/prefs.js:20
|
||||||
msgid "Thumbnail only"
|
msgid "Thumbnail only"
|
||||||
msgstr "僅縮圖"
|
msgstr "僅縮圖"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:21
|
#: extensions/alternate-tab/prefs.js:21
|
||||||
msgid "Application icon only"
|
msgid "Application icon only"
|
||||||
msgstr "僅應用程式圖示"
|
msgstr "僅應用程式圖示"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:22
|
#: extensions/alternate-tab/prefs.js:22
|
||||||
msgid "Thumbnail and application icon"
|
msgid "Thumbnail and application icon"
|
||||||
msgstr "縮圖與應用程式圖示"
|
msgstr "縮圖與應用程式圖示"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:38
|
#: extensions/alternate-tab/prefs.js:38
|
||||||
msgid "Present windows as"
|
msgid "Present windows as"
|
||||||
msgstr "視窗呈現方式"
|
msgstr "視窗呈現方式"
|
||||||
|
|
||||||
#: ../extensions/alternate-tab/prefs.js:69
|
#: extensions/alternate-tab/prefs.js:69
|
||||||
msgid "Show only windows in the current workspace"
|
msgid "Show only windows in the current workspace"
|
||||||
msgstr "僅顯示目前工作區中的視窗"
|
msgstr "僅顯示目前工作區中的視窗"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:39
|
#: extensions/apps-menu/extension.js:38
|
||||||
msgid "Activities Overview"
|
msgid "Activities Overview"
|
||||||
msgstr "活動概覽"
|
msgstr "活動概覽"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:114
|
#: extensions/apps-menu/extension.js:109
|
||||||
msgid "Favorites"
|
msgid "Favorites"
|
||||||
msgstr "喜好"
|
msgstr "喜好"
|
||||||
|
|
||||||
#: ../extensions/apps-menu/extension.js:283
|
#: extensions/apps-menu/extension.js:266
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "應用程式"
|
msgstr "應用程式"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
|
||||||
msgid "Application and workspace list"
|
msgid "Application and workspace list"
|
||||||
msgstr "應用程式與工作區清單"
|
msgstr "應用程式與工作區列表"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
|
#: extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"A list of strings, each containing an application id (desktop file name), followed by "
|
"A list of strings, each containing an application id (desktop file name), "
|
||||||
"a colon and the workspace number"
|
"followed by a colon and the workspace number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"字串的清單,每個都包含一個應用程式 id (桌面檔名稱),後面接著半形分號 \";\" 與工作區號"
|
"字串的列表,每個都包含一個應用程式 id (桌面檔名稱),後面接著半形分號 \";\" 與"
|
||||||
"碼"
|
"工作區號碼"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:60
|
#: extensions/auto-move-windows/prefs.js:60
|
||||||
msgid "Application"
|
msgid "Application"
|
||||||
msgstr "應用程式"
|
msgstr "應用程式"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:69
|
#: extensions/auto-move-windows/prefs.js:69
|
||||||
#: ../extensions/auto-move-windows/prefs.js:127
|
#: extensions/auto-move-windows/prefs.js:127
|
||||||
msgid "Workspace"
|
msgid "Workspace"
|
||||||
msgstr "工作區"
|
msgstr "工作區"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:85
|
#: extensions/auto-move-windows/prefs.js:85
|
||||||
msgid "Add Rule"
|
msgid "Add Rule"
|
||||||
msgstr "加入規則"
|
msgstr "加入規則"
|
||||||
|
|
||||||
#: ../extensions/auto-move-windows/prefs.js:106
|
#: 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:111
|
#: extensions/auto-move-windows/prefs.js:111
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "加入"
|
msgstr "加入"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:106
|
#: extensions/drive-menu/extension.js:106
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Ejecting drive '%s' failed:"
|
msgid "Ejecting drive “%s” failed:"
|
||||||
msgstr "裝置「%s」退出失敗:"
|
msgstr "裝置「%s」退出失敗:"
|
||||||
|
|
||||||
#: ../extensions/drive-menu/extension.js:124
|
#: extensions/drive-menu/extension.js:124
|
||||||
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 "開啟檔案"
|
||||||
|
|
||||||
#: ../extensions/example/extension.js:17
|
#: extensions/example/extension.js:17
|
||||||
msgid "Hello, world!"
|
msgid "Hello, world!"
|
||||||
msgstr "你好,世界!"
|
msgstr "你好,世界!"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
|
||||||
msgid "Alternative greeting text."
|
msgid "Alternative greeting text."
|
||||||
msgstr "替換的歡迎文字。"
|
msgstr "替換的歡迎文字。"
|
||||||
|
|
||||||
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
|
#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"If not empty, it contains the text that will be shown when clicking on the panel."
|
"If not empty, it contains the text that will be shown when clicking on the "
|
||||||
|
"panel."
|
||||||
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
|
msgstr "若不是空的,它則包含點擊面板時會顯示的文字。"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:30
|
#: extensions/example/prefs.js:30
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr "訊息:"
|
msgstr "訊息:"
|
||||||
|
|
||||||
#: ../extensions/example/prefs.js:43
|
#. TRANSLATORS: Example is the name of the extension, should not be
|
||||||
|
#. translated
|
||||||
|
#: extensions/example/prefs.js:43
|
||||||
msgid ""
|
msgid ""
|
||||||
"Example aims to show how to build well behaved extensions for the Shell and as such "
|
"Example aims to show how to build well behaved extensions for the Shell and "
|
||||||
"it has little functionality on its own.\n"
|
"as such 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 ""
|
||||||
"Example 旨要顯示如何替 Shell 建立行為良好的擴充套件,但它自己本身沒有什麼功能。\n"
|
"Example 旨要顯示如何替 Shell 建立行為良好的擴充套件,但它自己本身沒有什麼功"
|
||||||
|
"能。\n"
|
||||||
"不過,它可以讓您自訂歡迎訊息。"
|
"不過,它可以讓您自訂歡迎訊息。"
|
||||||
|
|
||||||
#: ../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:5
|
||||||
msgid "Use more screen for windows"
|
msgid "Use more screen for windows"
|
||||||
msgstr "視窗使用更多螢幕空間"
|
msgstr "視窗使用更多螢幕空間"
|
||||||
|
|
||||||
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
|
#: extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
|
||||||
msgid ""
|
msgid ""
|
||||||
"Try to use more screen for placing window thumbnails by adapting to screen aspect "
|
"Try to use more screen for placing window thumbnails by adapting to screen "
|
||||||
"ratio, and consolidating them further to reduce the bounding box. This setting "
|
"aspect ratio, and consolidating them further to reduce the bounding box. "
|
||||||
"applies only with the natural placement strategy."
|
"This setting 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:11
|
||||||
msgid "Place window captions on top"
|
msgid "Place window captions on top"
|
||||||
msgstr "在頂端放置視窗說明標題"
|
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:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"If true, place window captions on top the respective thumbnail, overriding shell "
|
"If true, place window captions on top the respective thumbnail, overriding "
|
||||||
"default of placing it at the bottom. Changing this setting requires restarting the "
|
"shell default of placing it at the bottom. Changing this setting requires "
|
||||||
"shell to have any effect."
|
"restarting the shell to have any effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕 Shell 將它放置在底部的預設值。變更這"
|
"如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕 Shell 將它放置在底部的預設"
|
||||||
"個設定值需要重新啟動 Shell 來套用效果。"
|
"值。變更這個設定值需要重新啟動 Shell 來套用效果。"
|
||||||
|
|
||||||
#: ../extensions/places-menu/extension.js:78 ../extensions/places-menu/extension.js:81
|
#: extensions/places-menu/extension.js:78
|
||||||
|
#: extensions/places-menu/extension.js:81
|
||||||
msgid "Places"
|
msgid "Places"
|
||||||
msgstr "位置"
|
msgstr "位置"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:57
|
#: extensions/places-menu/placeDisplay.js:59
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Failed to launch \"%s\""
|
msgid "Failed to launch “%s”"
|
||||||
msgstr "無法啟動「%s」"
|
msgstr "無法啟動「%s」"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:99
|
#: extensions/places-menu/placeDisplay.js:101
|
||||||
#: ../extensions/places-menu/placeDisplay.js:122
|
#: extensions/places-menu/placeDisplay.js:124
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr "電腦"
|
msgstr "電腦"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:200
|
#: extensions/places-menu/placeDisplay.js:267
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr "家目錄"
|
msgstr "家目錄"
|
||||||
|
|
||||||
#: ../extensions/places-menu/placeDisplay.js:287
|
#: extensions/places-menu/placeDisplay.js:311
|
||||||
msgid "Browse Network"
|
msgid "Browse Network"
|
||||||
msgstr "瀏覽網路"
|
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:7
|
||||||
msgid "Cycle Screenshot Sizes"
|
msgid "Cycle Screenshot Sizes"
|
||||||
msgstr "循環螢幕擷圖次數"
|
msgstr "循環螢幕擷圖次數"
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:214
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
|
||||||
msgid "CPU"
|
|
||||||
msgstr "CPU"
|
|
||||||
|
|
||||||
#: ../extensions/systemMonitor/extension.js:267
|
|
||||||
msgid "Memory"
|
|
||||||
msgstr "記憶體"
|
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
|
|
||||||
msgid "Theme name"
|
msgid "Theme name"
|
||||||
msgstr "主題名稱"
|
msgstr "主題名稱"
|
||||||
|
|
||||||
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
|
#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
|
||||||
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
|
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:110
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "關閉"
|
msgstr "關閉"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:120
|
#: extensions/window-list/extension.js:120
|
||||||
msgid "Unminimize"
|
msgid "Unminimize"
|
||||||
msgstr "取消最小化"
|
msgstr "取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:121
|
#: extensions/window-list/extension.js:121
|
||||||
msgid "Minimize"
|
msgid "Minimize"
|
||||||
msgstr "最小化"
|
msgstr "最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:127
|
#: extensions/window-list/extension.js:127
|
||||||
msgid "Unmaximize"
|
msgid "Unmaximize"
|
||||||
msgstr "取消最大化"
|
msgstr "取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:128
|
#: extensions/window-list/extension.js:128
|
||||||
msgid "Maximize"
|
msgid "Maximize"
|
||||||
msgstr "最大化"
|
msgstr "最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:390
|
#: extensions/window-list/extension.js:411
|
||||||
msgid "Minimize all"
|
msgid "Minimize all"
|
||||||
msgstr "全部最小化"
|
msgstr "全部最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:398
|
#: extensions/window-list/extension.js:419
|
||||||
msgid "Unminimize all"
|
msgid "Unminimize all"
|
||||||
msgstr "全部取消最小化"
|
msgstr "全部取消最小化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:406
|
#: extensions/window-list/extension.js:427
|
||||||
msgid "Maximize all"
|
msgid "Maximize all"
|
||||||
msgstr "全部最大化"
|
msgstr "全部最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:415
|
#: extensions/window-list/extension.js:436
|
||||||
msgid "Unmaximize all"
|
msgid "Unmaximize all"
|
||||||
msgstr "全部取消最大化"
|
msgstr "全部取消最大化"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:424
|
#: extensions/window-list/extension.js:445
|
||||||
msgid "Close all"
|
msgid "Close all"
|
||||||
msgstr "全部關閉"
|
msgstr "全部關閉"
|
||||||
|
|
||||||
#: ../extensions/window-list/extension.js:706
|
#: extensions/window-list/extension.js:669
|
||||||
#: ../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:870
|
#: extensions/window-list/extension.js:833
|
||||||
msgid "Window List"
|
msgid "Window List"
|
||||||
msgstr "視窗清單"
|
msgstr "視窗列表"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
|
||||||
msgid "When to group windows"
|
msgid "When to group windows"
|
||||||
msgstr "何時群組視窗"
|
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:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Decides when to group windows from the same application on the window list. Possible "
|
"Decides when to group windows from the same application on the window list. "
|
||||||
"values are \"never\", \"auto\" and \"always\"."
|
"Possible values are “never”, “auto” and “always”."
|
||||||
msgstr "決定在視窗清單中何時群組視窗。可能的數值有「never」、「auto」、「always」。"
|
msgstr ""
|
||||||
|
"決定在視窗列表中何時群組視窗。可能的數值有「never」、「auto」、「always」。"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
|
||||||
msgid "Show the window list on all monitors"
|
msgid "Show the window list on all monitors"
|
||||||
msgstr "在所有螢幕顯示視窗清單"
|
msgstr "在所有螢幕顯示視窗列表"
|
||||||
|
|
||||||
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
|
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"Whether to show the window list on all connected monitors or only on the primary one."
|
"Whether to show the window list on all connected monitors or only on the "
|
||||||
msgstr "是否在所有連接的螢幕顯示視窗清單或是只出現在主要螢幕上。"
|
"primary one."
|
||||||
|
msgstr "是否在所有連接的螢幕顯示視窗列表或是只出現在主要螢幕上。"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:32
|
#: extensions/window-list/prefs.js:32
|
||||||
msgid "Window Grouping"
|
msgid "Window Grouping"
|
||||||
msgstr "視窗群組"
|
msgstr "視窗群組"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:50
|
#: extensions/window-list/prefs.js:50
|
||||||
msgid "Never group windows"
|
msgid "Never group windows"
|
||||||
msgstr "永不群組視窗"
|
msgstr "永不群組視窗"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:51
|
#: 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:52
|
#: extensions/window-list/prefs.js:52
|
||||||
msgid "Always group windows"
|
msgid "Always group windows"
|
||||||
msgstr "永遠群組視窗"
|
msgstr "永遠群組視窗"
|
||||||
|
|
||||||
#: ../extensions/window-list/prefs.js:75
|
#: extensions/window-list/prefs.js:75
|
||||||
msgid "Show on all monitors"
|
msgid "Show on all monitors"
|
||||||
msgstr "顯示於所有螢幕"
|
msgstr "顯示於所有螢幕"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:141
|
#: extensions/workspace-indicator/prefs.js:141
|
||||||
msgid "Workspace Names"
|
msgid "Workspace Names"
|
||||||
msgstr "工作區名稱"
|
msgstr "工作區名稱"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:157
|
#: extensions/workspace-indicator/prefs.js:157
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "名稱"
|
msgstr "名稱"
|
||||||
|
|
||||||
#: ../extensions/workspace-indicator/prefs.js:198
|
#: extensions/workspace-indicator/prefs.js:198
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "工作區 %d"
|
msgstr "工作區 %d"
|
||||||
|
|
||||||
|
#~ msgid "CPU"
|
||||||
|
#~ msgstr "CPU"
|
||||||
|
|
||||||
|
#~ msgid "Memory"
|
||||||
|
#~ msgstr "記憶體"
|
||||||
|
|
||||||
#~ msgid "GNOME Shell Classic"
|
#~ msgid "GNOME Shell Classic"
|
||||||
#~ msgstr "GNOME Shell Classic"
|
#~ msgstr "GNOME Shell Classic"
|
||||||
|
|
||||||
@@ -379,12 +389,12 @@ msgstr "工作區 %d"
|
|||||||
#~ msgstr "應用程式圖示模式。"
|
#~ msgstr "應用程式圖示模式。"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Configures how the windows are shown in the switcher. Valid possibilities are "
|
#~ "Configures how the windows are shown in the switcher. Valid possibilities "
|
||||||
#~ "'thumbnail-only' (shows a thumbnail of the window), 'app-icon-only' (shows only "
|
#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
|
||||||
#~ "the application icon) or 'both'."
|
#~ "only' (shows only the application icon) or 'both'."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "設定視窗在切換器中顯示的方式。有效的選項為「thumbnail-only」(顯示視窗的縮圖)、"
|
#~ "設定視窗在切換器中顯示的方式。有效的選項為「thumbnail-only」(顯示視窗的縮"
|
||||||
#~ "「app-icon-only」(僅顯示應用程式圖示),或「both」(兩者)"
|
#~ "圖)、「app-icon-only」(僅顯示應用程式圖示),或「both」(兩者)"
|
||||||
|
|
||||||
#~ msgid "Devices"
|
#~ msgid "Devices"
|
||||||
#~ msgstr "裝置"
|
#~ msgstr "裝置"
|
||||||
@@ -402,41 +412,42 @@ 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 行為。可用的值為:all_thumbnails、workspace_icons。請見組態對話盒瞭解"
|
#~ "設定 Alt-Tab 行為。可用的值為:all_thumbnails、workspace_icons。請見設定對"
|
||||||
#~ "詳細資訊。"
|
#~ "話盒瞭解詳細資訊。"
|
||||||
|
|
||||||
#~ msgid "The alt tab behaviour."
|
#~ msgid "The alt tab behaviour."
|
||||||
#~ msgstr "alt tab 按鍵行為。"
|
#~ msgstr "alt tab 按鍵行為。"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "This mode presents all applications from all workspaces in one selection list. "
|
#~ "This mode presents all applications from all workspaces in one selection "
|
||||||
#~ "Instead of using the application icon of every window, it uses small thumbnails "
|
#~ "list. Instead of using the application icon of every window, it uses "
|
||||||
#~ "resembling the window itself."
|
#~ "small thumbnails 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 workspace and "
|
#~ "This mode let's you switch between the applications of your current "
|
||||||
#~ "gives you additionally the option to switch to the last used application of your "
|
#~ "workspace and gives you additionally the option to switch to the last "
|
||||||
#~ "previous workspace. This is always the last symbol in the list and is segregated "
|
#~ "used application of your previous workspace. This is always the last "
|
||||||
#~ "by a separator/vertical line if available. \n"
|
#~ "symbol in the list and is segregated by a separator/vertical line if "
|
||||||
|
#~ "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 windows are "
|
#~ "The Alternate Tab can be used in different modes, that affect the way "
|
||||||
#~ "chosen and presented."
|
#~ "windows are chosen and presented."
|
||||||
#~ msgstr "Alternate Tab 可以使用不同的模式,會影響到選擇與呈現視窗的方式。"
|
#~ msgstr "Alternate Tab 可以使用不同的模式,會影響到選擇與呈現視窗的方式。"
|
||||||
|
|
||||||
#~ msgid "Drag here to add favorites"
|
#~ msgid "Drag here to add favorites"
|
||||||
@@ -470,11 +481,13 @@ msgstr "工作區 %d"
|
|||||||
#~ msgstr "設定 Dock 的圖示大小。"
|
#~ msgstr "設定 Dock 的圖示大小。"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' and 'move'"
|
#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' "
|
||||||
|
#~ "and 'move'"
|
||||||
#~ msgstr "設定隱藏 Dock 的效果。可用的值為「resize」、「rescale」、「move」"
|
#~ msgstr "設定隱藏 Dock 的效果。可用的值為「resize」、「rescale」、「move」"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Sets the position of the dock in the screen. Allowed values are 'right' or 'left'"
|
#~ "Sets the position of the dock in the screen. Allowed values are 'right' "
|
||||||
|
#~ "or 'left'"
|
||||||
#~ msgstr "設定 Dock 在螢幕的位置。可用的值為「right」(右) 或「left」(左)"
|
#~ msgstr "設定 Dock 在螢幕的位置。可用的值為「right」(右) 或「left」(左)"
|
||||||
|
|
||||||
#~ msgid "Sets the time duration of the autohide effect."
|
#~ msgid "Sets the time duration of the autohide effect."
|
||||||
@@ -515,19 +528,25 @@ msgstr "工作區 %d"
|
|||||||
#~ "Please choose your preferred behaviour:\n"
|
#~ "Please choose your preferred behaviour:\n"
|
||||||
#~ "\n"
|
#~ "\n"
|
||||||
#~ "All & Thumbnails:\n"
|
#~ "All & Thumbnails:\n"
|
||||||
#~ " This mode presents all applications from all workspaces in one selection \n"
|
#~ " This mode presents all applications from all workspaces in one "
|
||||||
#~ " list. Instead of using the application icon of every window, it uses small \n"
|
#~ "selection \n"
|
||||||
|
#~ " list. Instead of using the application icon of every window, it uses "
|
||||||
|
#~ "small \n"
|
||||||
#~ " thumbnails resembling the window itself. \n"
|
#~ " thumbnails resembling the window itself. \n"
|
||||||
#~ "\n"
|
#~ "\n"
|
||||||
#~ "Workspace & Icons:\n"
|
#~ "Workspace & Icons:\n"
|
||||||
#~ " This mode let's you switch between the applications of your current \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"
|
#~ " workspace and gives you additionally the option to switch to the last "
|
||||||
#~ " application of your previous workspace. This is always the last symbol in \n"
|
#~ "used \n"
|
||||||
#~ " the list and is segregated by a separator/vertical line if available. \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"
|
#~ " Every window is represented by its application icon. \n"
|
||||||
#~ "\n"
|
#~ "\n"
|
||||||
#~ "Native:\n"
|
#~ "Native:\n"
|
||||||
#~ " This mode is the native GNOME 3 behaviour or in other words: Clicking \n"
|
#~ " This mode is the native GNOME 3 behaviour or in other words: "
|
||||||
|
#~ "Clicking \n"
|
||||||
#~ " native switches the Alternate Tab extension off. \n"
|
#~ " native switches the Alternate Tab extension off. \n"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "這是您第一次使用 Alternate Tab 擴充套件。\n"
|
#~ "這是您第一次使用 Alternate Tab 擴充套件。\n"
|
||||||
@@ -561,12 +580,12 @@ msgstr "工作區 %d"
|
|||||||
#~ msgstr "指示 Alternate Tab 是否為新安裝"
|
#~ msgstr "指示 Alternate Tab 是否為新安裝"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use the default "
|
#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use "
|
||||||
#~ "grid based algorithm, 'natural' to use another one that reflects more the position "
|
#~ "the default grid based algorithm, 'natural' to use another one that "
|
||||||
#~ "and size of the actual window"
|
#~ "reflects more the position and size of the actual window"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "用來配置縮圖的演算法。「grid」是採用預設的網格基礎演算法,「natural」則採用另一種反"
|
#~ "用來配置縮圖的演算法。「grid」是採用預設的網格基礎演算法,「natural」則採"
|
||||||
#~ "映視窗位置與實際大小的演算法。"
|
#~ "用另一種反映視窗位置與實際大小的演算法。"
|
||||||
|
|
||||||
#~ msgid "Window placement strategy"
|
#~ msgid "Window placement strategy"
|
||||||
#~ msgstr "視窗擺放策略"
|
#~ msgstr "視窗擺放策略"
|
||||||
|
|||||||
+5
-6
@@ -1,10 +1,9 @@
|
|||||||
gschemas_in = $(gschemaname).gschema.xml.in
|
gsettings_SCHEMAS = $(gschemaname).gschema.xml
|
||||||
|
|
||||||
@INTLTOOL_XML_NOMERGE_RULE@
|
%.desktop:%.desktop.in
|
||||||
|
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
|
||||||
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
|
|
||||||
|
|
||||||
@GSETTINGS_RULES@
|
@GSETTINGS_RULES@
|
||||||
|
|
||||||
CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS)
|
CLEANFILES += $(gsettings_SCHEMAS:.xml=.valid)
|
||||||
EXTRA_DIST += $(gschemas_in)
|
EXTRA_DIST += $(gsettings_SCHEMAS)
|
||||||
|
|||||||
Reference in New Issue
Block a user