diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..e55e5b8 --- /dev/null +++ b/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f813a2d --- /dev/null +++ b/Makefile.am @@ -0,0 +1,52 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + +DIST_SUBDIRS = data extensions po + +SUBDIRS = extensions po + +if CLASSIC_MODE +SUBDIRS += data +endif + +EXTRA_DIST = lib/convenience.js + +DISTCHECK_CONFIGURE_FLAGS = --enable-extensions=all + +include include.mk + +zip-file: all + -rm -fR $(builddir)/_build + -rm -fR $(builddir)/zip-files + $(MKDIR_P) $(builddir)/_build; \ + $(MKDIR_P) $(builddir)/zip-files; \ + $(MAKE) install DESTDIR="$(abs_builddir)/_build"; \ + for i in $(ENABLED_EXTENSIONS); do \ + mv "$(builddir)/_build$(topextensiondir)/$${i}$(extensionbase)" "$(builddir)/_build/"; \ + cp -r "$(builddir)/_build$(datadir)/locale" "$(builddir)/_build/$${i}$(extensionbase)"; \ + cp "$(srcdir)/COPYING" -t "$(builddir)/_build/$${i}$(extensionbase)"; \ + cp "$(srcdir)/NEWS" -t "$(builddir)/_build/$${i}$(extensionbase)"; \ + if [ -f "$(builddir)/_build$(datadir)/glib-2.0/schemas/$(gschemabase).$${i}.gschema.xml" ]; then \ + $(MKDIR_P) "$(builddir)/_build/$${i}$(extensionbase)/schemas"; \ + mv "$(builddir)/_build$(datadir)/glib-2.0/schemas/$(gschemabase).$${i}.gschema.xml" "$(builddir)/_build/$${i}$(extensionbase)/schemas"; \ + glib-compile-schemas "$(builddir)/_build/$${i}$(extensionbase)/schemas"; \ + fi; \ + (cd "$(builddir)/_build/$${i}$(extensionbase)"; \ + zip -qr "$(abs_builddir)/zip-files/$${i}$(extensionbase).shell-extension.zip" .; \ + ); \ + done + -rm -fR $(builddir)/_build + +localprefix = $(HOME)/.local/share/gnome-shell/extensions + +local-install: zip-file + for i in $(ENABLED_EXTENSIONS); do \ + uuid="$${i}$(extensionbase)"; \ + zip_file="$(abs_builddir)/zip-files/$${uuid}.shell-extension.zip"; \ + if [ -d "$(localprefix)/$${uuid}" ]; then \ + rm -fR "$(localprefix)/$${uuid}"; \ + fi; \ + $(MKDIR_P) $(localprefix)/$${uuid}; \ + (cd $(localprefix)/$${uuid}; \ + unzip -q $${zip_file}; \ + ); \ + done diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..e456d7b --- /dev/null +++ b/Makefile.in @@ -0,0 +1,812 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +@CLASSIC_MODE_TRUE@am__append_1 = data +DIST_COMMON = $(srcdir)/include.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) COPYING NEWS README config/compile \ + config/install-sh config/missing $(top_srcdir)/config/compile \ + $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +CSCOPE = cscope +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +GZIP_ENV = --best +DIST_ARCHIVES = $(distdir).tar.xz +DIST_TARGETS = dist-xz +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DIST_SUBDIRS = data extensions po +SUBDIRS = extensions po $(am__append_1) +EXTRA_DIST = lib/convenience.js +DISTCHECK_CONFIGURE_FLAGS = --enable-extensions=all +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +localprefix = $(HOME)/.local/share/gnome-shell/extensions +all: all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-generic distclean-tags \ + distcleancheck distdir distuninstallcheck dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-am uninstall uninstall-am + + +zip-file: all + -rm -fR $(builddir)/_build + -rm -fR $(builddir)/zip-files + $(MKDIR_P) $(builddir)/_build; \ + $(MKDIR_P) $(builddir)/zip-files; \ + $(MAKE) install DESTDIR="$(abs_builddir)/_build"; \ + for i in $(ENABLED_EXTENSIONS); do \ + mv "$(builddir)/_build$(topextensiondir)/$${i}$(extensionbase)" "$(builddir)/_build/"; \ + cp -r "$(builddir)/_build$(datadir)/locale" "$(builddir)/_build/$${i}$(extensionbase)"; \ + cp "$(srcdir)/COPYING" -t "$(builddir)/_build/$${i}$(extensionbase)"; \ + cp "$(srcdir)/NEWS" -t "$(builddir)/_build/$${i}$(extensionbase)"; \ + if [ -f "$(builddir)/_build$(datadir)/glib-2.0/schemas/$(gschemabase).$${i}.gschema.xml" ]; then \ + $(MKDIR_P) "$(builddir)/_build/$${i}$(extensionbase)/schemas"; \ + mv "$(builddir)/_build$(datadir)/glib-2.0/schemas/$(gschemabase).$${i}.gschema.xml" "$(builddir)/_build/$${i}$(extensionbase)/schemas"; \ + glib-compile-schemas "$(builddir)/_build/$${i}$(extensionbase)/schemas"; \ + fi; \ + (cd "$(builddir)/_build/$${i}$(extensionbase)"; \ + zip -qr "$(abs_builddir)/zip-files/$${i}$(extensionbase).shell-extension.zip" .; \ + ); \ + done + -rm -fR $(builddir)/_build + +local-install: zip-file + for i in $(ENABLED_EXTENSIONS); do \ + uuid="$${i}$(extensionbase)"; \ + zip_file="$(abs_builddir)/zip-files/$${uuid}.shell-extension.zip"; \ + if [ -d "$(localprefix)/$${uuid}" ]; then \ + rm -fR "$(localprefix)/$${uuid}"; \ + fi; \ + $(MKDIR_P) $(localprefix)/$${uuid}; \ + (cd $(localprefix)/$${uuid}; \ + unzip -q $${zip_file}; \ + ); \ + done + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..072c90a --- /dev/null +++ b/NEWS @@ -0,0 +1,474 @@ +3.14.2 +====== +* drive-menu: Update for nautilus/gnome-shell changes + +3.14.1 +====== + * alternateTab: Fix dismissing popup with Escape + * some improvements to the window-list + (spacing in app buttons, no flash when closing windows with auto-grouping) + * updated translations (lv, it, pt, bg) + +3.14.0 +====== + * updated translations (bn_IN, hi, kn, sr, sr@latin, uk) + +3.13.92 +======= +* new extension: screenshot-window-sizer +* window-list: Don't add sticky windows more than once +* updated translations (da, de, fi, ko, mr, ms, ne, pa, pl, sk, sv, ta, te, tr) + +3.13.91 +======= +* window-list: restore fitts'ability of workspace button +* updated for gnome-shell changes +* updated translations (cs, kk, fr, or, fa, ja, gu, id) + +3.13.90 +======= +* updated translations (as, ca, eu, nl, zh_CN, zh_HK, zh_TW) + +3.13.4 +====== +* Updated for gnome-shell changes +* updated translations (el, gl, ru) + +3.13.3 +====== +* Tweak preference UIs some more +* Fix classic mode schema overrides +* updated translations (es, he, hu, lt, nb, pt_BR, sl, tr) + +3.13.2 +====== +* Fix sorting of grouped buttons in window list +* Tweak preference UIs +* updated translations (en_GB) + +3.13.1 +====== +* add DesktopNames key to the classic session file +* classic theme: remove rounded corners from tile previews +* window-list: don't shift message tray on other monitors +* auto-move-windows: several fixes and updates for api changes +* launch-new-instances: updates for api changes +* updated translations (ja, km) + +3.12.0 +====== +* updated translations (zh_HK, zh_TW) + +3.11.92 +======= +* nothing to see here, move on + +3.11.91 +======= +* updated translations (ko, fur) + +3.11.90 +======= +* several fixes and improvements to the window-list + (can be scrolled, works correctly with the OSD + keyboard, filters skip-taskbar windows, does not + force all notifications to bold) +* drive-menu fixed not to show shadowed mounts +* updates for gnome-shell changes (launch-new-instance, + auto-move-windows, places-menu) +* build system fixes for systems without /bin/bash +* updated translations (or, tr, uk) + +3.11.5 +====== +* updates for gnome-shell changes +* updated translations (kn) + +3.11.4 +====== +* classic mode now supports session saving +* updates for gnome-shell changes +* updated translations (ar, kn) + +3.11.3 +====== +* workspace-indicator is vertically aligned now +* updated translations (ar, eo, ta, te) + +3.11.2 +====== +* updated translations (zh_CN) + +3.11.1 +====== +* ignore shadowed mounts in drive-menu extension +* updates for gnome-shell/gjs changes +* updated translations (el, th) + +3.10.1 +====== +* updated translations (af, ca, ca@valencia, de, et, eu, fa, + hu, lt, lv, nb, nl, pa, pt, sk, sr, sr@latin, tr) + +3.10.0 +====== +* updated translations (as, cs, da, es, et, fi, fr, gl, + he, id, it, kk, lt, lv, pa, pl, pt, pt_BR, ru, sl, tg, + uk, zh_HK, zh_TW) + +3.9.92 +====== +* more updates and fixes for gnome-shell master changes + and regressions (systemMonitor, window-list, apps-menu) +* lots of updated translations (ar, as, cs, da, de, el, es, + eu, fi, gl, he, hu, it, ja, kk, ko, lv, nb, nl, pa, pl, + pt_BR, ru, sk, sr, sr@latin, ta, tg) + +3.9.91 +====== +* update the classic mode session and theme to work with the + new system menu +* the usual round of updates and fixes for gnome-shell + API changes +* updated translations (de, it, lt, nl, pl, pt_BR, sk, + zh_HK, zh_TW) + +3.9.90 +====== +* xrandr-indicator was removed, as the implementation + was incompatible with the new DisplayConfig mutter API +* various extensions were updated for the 3.9.90 gnome-shell API +* updated translations (cs, es, fur, gl, he, hu, id, ja, sl, tg, + zh_CN, zh_HK, zh_TW) + +3.9.5 +===== +* alternative-status-menu was removed entirely, as + it does not fit in the designs of the new unified + status menu +* updated translations (as, gu, it, ru) + +3.9.4 +===== +* apps-menu: fixed handling of hot corner in case + of screen reconfiguration +* alternative-status-menu now correctly honors polkit + for hibernation +* user-menu now loads themes from $XDG_DATA_HOME too +* translation updates (de, id, pt_BR, vi, zh_CN, ml) + +3.9.3 +===== +* classic mode mini extensions were replaced with a + GSettings override specified in the .json file +* styling of classic mode improved +* native-window-placement is back working on 3.9 +* misc bug fixes +* traslation updates (an, cs, el, es, gl, nb, pl, sk, tg) + +3.9.2 +===== +* apps-menu: appearance of the scrollbars was improved +* window-list is a little taller in classic mode (to account + for the workspace switcher) +* alternative-status-menu honors again the dconf configuration +* translation updates (sr) + +3.9.1 +===== +* updates to window-list, xrandr-indicator, + workspace-indicator, windowsNavigator for gnome-shell + changes +* translation updates (cs, es, lt, pl, pt_BR, sl) + +3.8.1 +===== +* many improvements to window-list: + - windows are activated by DND over them + - window buttons now have the right size, + even if the text is smaller or larger + than the ideal + - window buttons can be grouped automatically + when the panel becomes crowded + - added a workspace switcher menu +* added keyboard navigation to apps-menu +* small tweaks to classic-mode theme, in particular + for menus +* translation updates (gl, ko, sr) + +3.8.0 +===== +* translation updates (hu, ja, fi, it) + +3.7.92 +====== +* misc bug fixes to app-menu and window-list +* translation updates (de, sl, pt_BR, ru) + +3.7.91 +====== +* various updates for shell changes +* update window-list to always use application icons +* update apps-menu to not load subdirectories as + separate categories +* translation updates (lt, zh_CN) + +3.7.90 +====== +* various fixes to make places-menu behave more + like Nautilus, including showing the machine + name in place of File System +* various updates for shell changes +* alternative-status-menu no longer supports + ConsoleKit systems, you need to install logind + to have suspend or hibernate +* translation updates (es, cz, pl, sr) + +3.7.5.1 +======= +* new extension forgotten in previous NEWS entry: + windows-list +* also forgotten previously: classic mode got a new + GNOME2 style +* build fixes + +3.7.5 +===== +* places-menu is back in the classic extensions, with + a new old GNOME-2 look +* classic mode moved the date menu to right, where we + all know it rightly belongs +* apps-menu received a face-lift, with the inclusion + of a reduced form of AxeMenu +* new extension in the classic set: launch-new-instance, + which modifies the behavior of clicking in the dash + and app launcher +* alternate-tab, native-window-placement and windowsNavigator + updated for gnome-shell changes +* translation updates (es, cz, pl) + +3.7.4 +===== +* a separate configure switch has been added to enable + classic mode session definitions +* places-menu is no longer part of the classic-mode + extension set +* updated translations (ar, gl, hu, lt, pt_BR, sr) + +3.7.3 +===== +* new extensions: default-min-max, static-workspaces +* alternate-tab now uses the built-in window switcher and just + takes over the switch-application keybinding +* workspace-indicator: is no longer part of classic-mode +* we now install classic-mode data files for gdm, gnome-session + and gnome-shell, so if you enable classic-mode you get a new + session option in GDM +* updated translations (ar, es, pl, ru, sl, zh_HK, zh_TW) + +3.7.2 +===== +* fixed crashes with places-menu, windowsNavigator, alternate-tab + and native-window-placement +* alternate-tab now hides attached modal dialogs +* places-menu has restored support for Nautilus 3.4 +* the default for hibernate is now to show in alternative-status-menu +* some extensions are now tagged as "classic", and can be chosen with + --enable-extensions=classic-mode +* dock and gajim were removed at the beginning of the 3.7.1 cycle, + as they were buggy and unmaintained +* updated translations (ar, cs, de, el, es, gl, id, lt, lv, pa, pl + ru, sk, sl, sr, sr@latin) + +3.6.1 +===== +* fixed alternative-status-menu for the new lock screen +* squashed some alternate-tab warnings +* drive-menu now works with 3.6 again +* updated translations (ar, cs, el, es, gl, id, lv, pl, sl) + +3.6.0 +===== +* major rework in places menu, to make it work without + removed supporting code in the shell and to make it look like + the nautilus sidebar + (similar work would be needed for drive-menu, not done yet) +* updated translations (ca, cs, de, el, en_GB, es, fi, hu, id, lt, + pl, pt_BR, ru, sl, sr) + +3.5.91 +====== +* various crashers were fixed in alternative-tab +* auto-move-windows now can be made to work with static workspaces +* place-menu is now on the left and uses symbolic icons like Files +* StIconType usage was removed from all extensions, after it was + removed in core +* systemMonitor, xrandr-indicator, apps-menu, places-menu, + alternative-status-menu were updated for the newer shell +* updated translations (es, gl, it, pl, sl) + +3.5.90 +====== +* alternate-tab has been reworked again, the old mode switch + was removed and the all&thumbnails code extended to handle + icons and filtering to the workspace +* alternate-tab thumbnails now reflect the aspect ratio of the windows +* systemMonitor now shows a tooltip above the indicator +* native-window-placement, systemMonitor and windowsNavigator have been updated + for the newer shell +* updated translations (es, pa) + +3.5.5 +===== +* convenience module has been relicensed to BSD, + for compatibility with GPLv3 extensions +* alternate-tab has been refactored and seen various + improvements to all&thumbnails mode, including a new + overlaid application icon +* updated translations (lt, id, sr) + +3.5.4 +===== +* updated translations (de, es, ar, sl, lv, zh_CN) + +3.5.2 +===== +* removable-drive-menu is now a11y friendly +* the dock can now be placed on any monitor, not just the primary +* dock is now clipped to its monitor +* alternative-status-menu now exposes GSettings for Suspend + and Hibernate visibility - no UI yet +* more gnome-shell API changes (places-menu, removable-drive-menu, + alternative-status-menu) +* miscellaneous bug fixes (native-window-placement, gajim, + auto-move-windows) +* updated translations + +3.4.0 +===== +* build system improvements +* updated translations (ar, cs, fr) + +3.3.92 +====== +* various updates for gnome-shell API changes (dock, + native-window-placement) +* local-install is now a make rule, not a shell script +* updated translations (zh, es, sw, ga, hu, it, no, pt_BR, de, sl, + pl, la, fi, sr) + +3.3.90 +====== +* system wide installation via "make install" is possible + again +* alternate-tab can now pre-activate the selected window +* auto-move-windows, workspace-indicator and example gained + new preference dialogs +* workspace-indicator: fixed a bug wrt focus stealing prevention +* updated translations (es, pt_BR, it, sl, gl, sr) + +3.3.5 +===== +* improvements to the build system and convenience module, + making it easier for other extensions to use, and bringing + it up to date with gnome-shell changes +* all extensions were ported to the Lang.Class framework + (except xrandr-indicator, which is pending GDBus merge) +* alternate-tab and dock were slightly refactored to clean up + some old code + +3.3.4 +===== +* improved styling of windowsNavigator tooltips +* fixed windowsNavigator when used with the numeric keypad +* fixed native-window-placement with custom button layout +* updated translations (pt_BR, cz) + +3.3.3 +===== +* windowsNavigator was fixed to work with azerty keyboards +* drive-menu was changed to use media-eject icon instead of media-optical +* dock: the default value of hide-effect is now move +* dock: if autohide is disabled, now it pushes maximized windows aside +* dock was updated to match current core shell styling +* native-window-placement: position stategy setting was removed +* alternative-status-menu no longer conflicts with other extensions + in the user menu +* various other minor bug fixes +* updated translations (zh, uk, es, it, cz, sl, sk, fi) + +3.3.2 +===== +* all extensions are now self-contained, including l10n and settings +* introduce a convenience module that can be shared among all extensions +* you can know build an installable zip file with make zip-file +* apps-menu no longer shows NoDisplay apps +* alternative-status-menu, alternate-tab: fix for master shell + +3.2.1 +===== +* dock: added "move" hide effect +* systemMonitor: now it enables/disables properly +* systemMonitor: improved styling +* alternate-tab: both modes now work with gnome-shell 3.2 +* various other bug fixes +* updated translations + +3.2.0 +===== + +* various: update for gnome-shell API changes + +3.1.91 +====== + +* gajim: update for gnome-shell API changes + +3.1.90 +====== + +* All extensions have been ported to the new extension + system (including live enable/disable) +* Updated translations +* xrandr-indicator no longer requires a specific gjs version +* windowsNavigator fixed for more than 2 workspaces + +3.1.4 +===== + +* New extension: a menu for changing workspace (workspace-indicator) +* systemMonitor: lower the requirement on libgtop +* auto-move-windows: open overview when last window on + last workspace is closed +* dock: implement autohiding, with various configurable + effects +* alternate-tab: more configurable implementations available +* native-window-placement: don't rearrange the windows when + the workspace switcher is shown/hidden +* update for gnome-shell 3.1.4 API changes + +3.1.3 +===== + +* New extension: a menu for removable drives (drive-menu +* New extensions: GNOME 2 like menus for apps and places + (apps-menu, places-menu) +* New extension: additional configurability for the window + layout in the overview, including a mechanism similar to + KDE4 (native-window-placement) +* New extension: a message tray indicator for CPU and memory + usage (uses libgtop) (systemMonitor) +* user-theme: fixed resetting theme +* user-theme: support themes installed in /usr/share/themes +* alternative-status-menu: ported to gnome-shell master +* dock: ported to gnome-shell master +* dock: make position configurable (can be left or right) +* Updated translations + +3.0.2 +===== + +* Updated translations. +* Fixed bug #647386 (reverting of user-theme to default) +* Fixed bug #647599 (support globally installed themes) +* Added license and README diff --git a/README b/README new file mode 100644 index 0000000..e2bea7a --- /dev/null +++ b/README @@ -0,0 +1,78 @@ +GNOME Shell Extensions is a collection of extensions providing additional +and optional functionality to GNOME Shell. + +Since GNOME Shell is not API stable, extensions work only against a very +specific version of the shell, usually the same as this package (see +"configure --version"). The extensions in this package are supported by GNOME +and will be updated to reflect future API changes in GNOME Shell. + +For more information about GNOME Shell Extensions + https://wiki.gnome.org/Projects/GnomeShell/Extensions + +For general information about GNOME Shell + https://wiki.gnome.org/Projects/GnomeShell + +Bugs should be reported at https://bugzilla.gnome.org against the 'gnome-shell' +product, with the 'extensions' component. + +Extensions +========== + +alternate-tab + + Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell. + +apps-menu + + Lets you reach an application using gnome 2.x style menu on the panel. + +auto-move-windows + + Lets you manage your workspaces more easily, assigning a specific workspace to +each application as soon as it creates a window, in a manner configurable with a +GSettings key. + +dock + + Shows a dock-style task switcher on the right side of the screen. + +drive-menu + Shows a status menu for rapid unmount and power off of external storage devices + (i.e. pendrives) + +example + + A minimal example illustrating how to write extensions. + +gajim + + Integration with Gajim, a Jabber/XMPP instant messaging client. + +native-window-placement + + An alternative algorithm for layouting the thumbnails in the windows overview, that + more closely reflects the actual positions and sizes. + +places-menu + + Shows a status Indicator for navigating to Places. + +systemMonitor + + An message tray indicator showing CPU and memory loads. + +user-theme + + Loads a shell theme from ~/.themes//gnome-shell. + +windowsNavigator + + Allow keyboard selection of windows and workspaces in overlay mode. + +License +======= +GNOME Shell Extensions are distributed under the terms of the GNU General Public License, +version 2 or later. See the COPYING file for details. +Individual extensions may be licensed under different terms, see each source +file for details. + diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..c44ab78 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1482 @@ +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# nls.m4 serial 5 (gettext-0.18) +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, +dnl Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_PREREQ([2.50]) + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE([nls], + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT([$USE_NLS]) + AC_SUBST([USE_NLS]) +]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + +dnl GLIB_GSETTINGS +dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether +dnl the schema should be compiled +dnl + +AC_DEFUN([GLIB_GSETTINGS], +[ + m4_pattern_allow([AM_V_GEN]) + AC_ARG_ENABLE(schemas-compile, + AS_HELP_STRING([--disable-schemas-compile], + [Disable regeneration of gschemas.compiled on install]), + [case ${enableval} in + yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; + no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; + *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; + esac]) + AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) + PKG_PROG_PKG_CONFIG([0.16]) + AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) + if test x$cross_compiling != xyes; then + GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` + else + AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) + fi + AC_SUBST(GLIB_COMPILE_SCHEMAS) + if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then + ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) + else + ifelse([$1],,[:],[$1]) + fi + + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas + +mostlyclean-am: clean-gsettings-schemas + +gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) + +%.gschema.valid: %.gschema.xml $(gsettings__enum_file) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ + +all-am: $(gsettings_SCHEMAS:.xml=.valid) +uninstall-am: uninstall-gsettings-schemas +install-data-am: install-gsettings-schemas + +.SECONDARY: $(gsettings_SCHEMAS) + +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) + @$(NORMAL_INSTALL) + if test -n "$^"; then \ + test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ + fi + +uninstall-gsettings-schemas: + @$(NORMAL_UNINSTALL) + @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) + +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ +endif +' + _GSETTINGS_SUBST(GSETTINGS_RULES) +]) + +dnl _GSETTINGS_SUBST(VARIABLE) +dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +AC_DEFUN([_GSETTINGS_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) + +# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.14' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.14.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.14.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each '.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +# +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/intltool.m4]) diff --git a/config/compile b/config/compile new file mode 100755 index 0000000..531136b --- /dev/null +++ b/config/compile @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/config/install-sh b/config/install-sh new file mode 100755 index 0000000..377bb86 --- /dev/null +++ b/config/install-sh @@ -0,0 +1,527 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2011-11-20.07; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/config/missing b/config/missing new file mode 100755 index 0000000..db98974 --- /dev/null +++ b/config/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2013-10-28.13; # UTC + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/configure b/configure new file mode 100755 index 0000000..6f8b503 --- /dev/null +++ b/configure @@ -0,0 +1,6218 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.14.2. +# +# Report bugs to . +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='gnome-shell-extensions' +PACKAGE_TARNAME='gnome-shell-extensions' +PACKAGE_VERSION='3.14.2' +PACKAGE_STRING='gnome-shell-extensions 3.14.2' +PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions' +PACKAGE_URL='' + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +ENABLED_EXTENSIONS +GTOP_LIBS +GTOP_CFLAGS +CLASSIC_MODE_FALSE +CLASSIC_MODE_TRUE +ALL_EXTENSIONS +CLASSIC_EXTENSIONS +SHELL_VERSION +GSETTINGS_RULES +GLIB_COMPILE_SCHEMAS +gsettingsschemadir +GSETTINGS_DISABLE_SCHEMAS_COMPILE +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG +DATADIRNAME +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +ALL_LINGUAS +INTLTOOL_PERL +GMSGFMT +MSGFMT +MSGMERGE +XGETTEXT +INTLTOOL_POLICY_RULE +INTLTOOL_SERVICE_RULE +INTLTOOL_THEME_RULE +INTLTOOL_SCHEMAS_RULE +INTLTOOL_CAVES_RULE +INTLTOOL_XML_NOMERGE_RULE +INTLTOOL_XML_RULE +INTLTOOL_KBD_RULE +INTLTOOL_XAM_RULE +INTLTOOL_UI_RULE +INTLTOOL_SOUNDLIST_RULE +INTLTOOL_SHEET_RULE +INTLTOOL_SERVER_RULE +INTLTOOL_PONG_RULE +INTLTOOL_OAF_RULE +INTLTOOL_PROP_RULE +INTLTOOL_KEYS_RULE +INTLTOOL_DIRECTORY_RULE +INTLTOOL_DESKTOP_RULE +intltool__v_merge_options_0 +intltool__v_merge_options_ +INTLTOOL_V_MERGE_OPTIONS +INTLTOOL__v_MERGE_0 +INTLTOOL__v_MERGE_ +INTLTOOL_V_MERGE +INTLTOOL_EXTRACT +INTLTOOL_MERGE +INTLTOOL_UPDATE +USE_NLS +GETTEXT_PACKAGE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_nls +enable_dependency_tracking +enable_schemas_compile +enable_extensions +enable_classic_mode +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR +GTOP_CFLAGS +GTOP_LIBS' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures gnome-shell-extensions 3.14.2 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root + [DATAROOTDIR/doc/gnome-shell-extensions] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of gnome-shell-extensions 3.14.2:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --disable-nls do not use Native Language Support + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-schemas-compile + Disable regeneration of gschemas.compiled on install + --enable-extensions Space separated list of extensions to enable. The + default is to build and distribute all extensions + that can be installed in the home directory and have + no external depedencies. Use "all" to enable all + available extensions, or "classic-mode" to enable + extensions that restore GNOME 2 functionality. + --enable-classic-mode Enable installing data files for classic mode. + Defaults to yes if enabling all or classic-mode + extensions, and no otherwise. + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + GTOP_CFLAGS C compiler flags for GTOP, overriding pkg-config + GTOP_LIBS linker flags for GTOP, overriding pkg-config + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +gnome-shell-extensions configure 3.14.2 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by gnome-shell-extensions $as_me 3.14.2, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + +ac_aux_dir= +for ac_dir in config "$srcdir"/config; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + + +am__api_version='1.14' + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='gnome-shell-extensions' + VERSION='3.14.2' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar plaintar pax cpio none' + +# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 +$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } + if test $am_uid -le $am_max_uid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 +$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } + if test $am_gid -le $am_max_gid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_ustar-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 + ($_am_tar --version) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && break + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar &5 + ($am__untar &5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 + (cat conftest.dir/file) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + if ${am_cv_prog_tar_ustar+:} false; then : + $as_echo_n "(cached) " >&6 +else + am_cv_prog_tar_ustar=$_am_tool +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +$as_echo "$am_cv_prog_tar_ustar" >&6; } + + + + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + + +GETTEXT_PACKAGE=gnome-shell-extensions + + +cat >>confdefs.h <<_ACEOF +#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" +_ACEOF + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then : + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } + + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + + + +case "$am__api_version" in + 1.01234) + as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 + ;; + *) + ;; +esac + +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.26 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +if test -n "0.26"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.26" >&5 +$as_echo_n "checking for intltool >= 0.26... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 +$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + as_fn_error $? "Your intltool is too old. You need intltool 0.26 or later." "$LINENO" 5 +fi + +# Extract the first word of "intltool-update", so it can be a program name with args. +set dummy intltool-update; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_UPDATE in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE +if test -n "$INTLTOOL_UPDATE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 +$as_echo "$INTLTOOL_UPDATE" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "intltool-merge", so it can be a program name with args. +set dummy intltool-merge; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_INTLTOOL_MERGE+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_MERGE in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE +if test -n "$INTLTOOL_MERGE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 +$as_echo "$INTLTOOL_MERGE" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "intltool-extract", so it can be a program name with args. +set dummy intltool-extract; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_EXTRACT in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT +if test -n "$INTLTOOL_EXTRACT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 +$as_echo "$INTLTOOL_EXTRACT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 +fi + +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi + + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' + + + + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' + + + + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# Check the gettext tools to make sure they are GNU +# Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_XGETTEXT+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $XGETTEXT in + [\\/]* | ?:[\\/]*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +XGETTEXT=$ac_cv_path_XGETTEXT +if test -n "$XGETTEXT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "msgmerge", so it can be a program name with args. +set dummy msgmerge; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_MSGMERGE+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MSGMERGE in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +MSGMERGE=$ac_cv_path_MSGMERGE +if test -n "$MSGMERGE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 +$as_echo "$MSGMERGE" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_MSGFMT+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +MSGFMT=$ac_cv_path_MSGFMT +if test -n "$MSGFMT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_GMSGFMT+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 +fi + +# Extract the first word of "perl", so it can be a program name with args. +set dummy perl; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_INTLTOOL_PERL+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_PERL in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL +if test -n "$INTLTOOL_PERL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 +$as_echo "$INTLTOOL_PERL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test -z "$INTLTOOL_PERL"; then + as_fn_error $? "perl not found" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 +$as_echo_n "checking for perl >= 5.8.1... " >&6; } +$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 +if test $? -ne 0; then + as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 +else + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 +$as_echo "$IT_PERL_VERSION" >&6; } +fi +if test "x" != "xno-xml"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 +$as_echo_n "checking for XML::Parser... " >&6; } + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +$as_echo "ok" >&6; } + else + as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 + fi +fi + +# Substitute ALL_LINGUAS so we can use it in po/Makefile + + +# Set DATADIRNAME correctly if it is not set yet +# (copied from glib-gettext.m4) +if test -z "$DATADIRNAME"; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + DATADIRNAME=share +else + case $host in + *-*-solaris*) + ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" +if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : + DATADIRNAME=share +else + DATADIRNAME=lib +fi + + ;; + *) + DATADIRNAME=lib + ;; + esac +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi + + + + + + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.22 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi + + + + # Check whether --enable-schemas-compile was given. +if test "${enable_schemas_compile+set}" = set; then : + enableval=$enable_schemas_compile; case ${enableval} in + yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; + no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; + *) as_fn_error $? "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5 ;; + esac +fi + + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.16 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi +fi + gsettingsschemadir=${datadir}/glib-2.0/schemas + + if test x$cross_compiling != xyes; then + GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` + else + # Extract the first word of "glib-compile-schemas", so it can be a program name with args. +set dummy glib-compile-schemas; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_GLIB_COMPILE_SCHEMAS+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $GLIB_COMPILE_SCHEMAS in + [\\/]* | ?:[\\/]*) + ac_cv_path_GLIB_COMPILE_SCHEMAS="$GLIB_COMPILE_SCHEMAS" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_GLIB_COMPILE_SCHEMAS="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +GLIB_COMPILE_SCHEMAS=$ac_cv_path_GLIB_COMPILE_SCHEMAS +if test -n "$GLIB_COMPILE_SCHEMAS"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_SCHEMAS" >&5 +$as_echo "$GLIB_COMPILE_SCHEMAS" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi + + if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then + as_fn_error $? "glib-compile-schemas not found." "$LINENO" 5 + else + : + fi + + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas + +mostlyclean-am: clean-gsettings-schemas + +gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) + +%.gschema.valid: %.gschema.xml $(gsettings__enum_file) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@ + +all-am: $(gsettings_SCHEMAS:.xml=.valid) +uninstall-am: uninstall-gsettings-schemas +install-data-am: install-gsettings-schemas + +.SECONDARY: $(gsettings_SCHEMAS) + +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) + @$(NORMAL_INSTALL) + if test -n "$^"; then \ + test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ + fi + +uninstall-gsettings-schemas: + @$(NORMAL_UNINSTALL) + @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) + +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" $^ > $@.tmp && mv $@.tmp $@ +endif +' + + + + + + + +SHELL_VERSION="$PACKAGE_VERSION" +shell_major=`echo "$PACKAGE_VERSION" | cut -d'.' -f1` +shell_minor=`echo "$PACKAGE_VERSION" | cut -d'.' -f2` +if test "$(($shell_minor % 2))" -eq 0; then + SHELL_VERSION="$shell_major.$shell_minor" +fi + + +CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance window-list" +DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu screenshot-window-sizer windowsNavigator workspace-indicator" +ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor user-theme" +CLASSIC_EXTENSIONS=$CLASSIC_EXTENSIONS + +ALL_EXTENSIONS=$ALL_EXTENSIONS + +# Check whether --enable-extensions was given. +if test "${enable_extensions+set}" = set; then : + enableval=$enable_extensions; +else + enable_extensions=$DEFAULT_EXTENSIONS + +fi + + +if test x"$enable_extensions" = xall; then + enable_extensions="$ALL_EXTENSIONS" + enable_classic_mode_default=yes +elif test x"$enable_extensions" = xclassic-mode; then + enable_extensions="$CLASSIC_EXTENSIONS" + enable_classic_mode_default=yes +else + enable_classic_mode_default=no +fi + +# Check whether --enable-classic-mode was given. +if test "${enable_classic_mode+set}" = set; then : + enableval=$enable_classic_mode; +else + enable_classic_mode=$enable_classic_mode_default +fi + + if test x"$enable_classic_mode" != xno; then + CLASSIC_MODE_TRUE= + CLASSIC_MODE_FALSE='#' +else + CLASSIC_MODE_TRUE='#' + CLASSIC_MODE_FALSE= +fi + + +ENABLED_EXTENSIONS= +for e in $enable_extensions; do + case $e in + systemMonitor) + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTOP" >&5 +$as_echo_n "checking for GTOP... " >&6; } + +if test -n "$GTOP_CFLAGS"; then + pkg_cv_GTOP_CFLAGS="$GTOP_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgtop-2.0 >= 2.28.3\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libgtop-2.0 >= 2.28.3") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTOP_CFLAGS=`$PKG_CONFIG --cflags "libgtop-2.0 >= 2.28.3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GTOP_LIBS"; then + pkg_cv_GTOP_LIBS="$GTOP_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgtop-2.0 >= 2.28.3\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libgtop-2.0 >= 2.28.3") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTOP_LIBS=`$PKG_CONFIG --libs "libgtop-2.0 >= 2.28.3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GTOP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgtop-2.0 >= 2.28.3" 2>&1` + else + GTOP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgtop-2.0 >= 2.28.3" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTOP_PKG_ERRORS" >&5 + + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgtop-2.0 not found, disabling systemMonitor" >&5 +$as_echo "$as_me: WARNING: libgtop-2.0 not found, disabling systemMonitor" >&2;} +elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgtop-2.0 not found, disabling systemMonitor" >&5 +$as_echo "$as_me: WARNING: libgtop-2.0 not found, disabling systemMonitor" >&2;} +else + GTOP_CFLAGS=$pkg_cv_GTOP_CFLAGS + GTOP_LIBS=$pkg_cv_GTOP_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e" +fi + ;; + alternate-tab|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|screenshot-window-sizer|user-theme|window-list|windowsNavigator|workspace-indicator) + ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e" + ;; + *) + as_fn_error $? "invalid extension $e" "$LINENO" 5 + esac +done + +ENABLED_EXTENSIONS=$ENABLED_EXTENSIONS + + +ac_config_files="$ac_config_files data/Makefile extensions/alternate-tab/Makefile extensions/apps-menu/Makefile extensions/auto-move-windows/Makefile extensions/drive-menu/Makefile extensions/example/Makefile extensions/launch-new-instance/Makefile extensions/native-window-placement/Makefile extensions/places-menu/Makefile extensions/screenshot-window-sizer/Makefile extensions/systemMonitor/Makefile extensions/user-theme/Makefile extensions/window-list/Makefile extensions/windowsNavigator/Makefile extensions/workspace-indicator/Makefile extensions/Makefile Makefile po/Makefile.in" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + + ac_config_commands="$ac_config_commands po/stamp-it" + + +if test -z "${CLASSIC_MODE_TRUE}" && test -z "${CLASSIC_MODE_FALSE}"; then + as_fn_error $? "conditional \"CLASSIC_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by gnome-shell-extensions $as_me 3.14.2, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +gnome-shell-extensions config.status 3.14.2 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; + "extensions/alternate-tab/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/alternate-tab/Makefile" ;; + "extensions/apps-menu/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/apps-menu/Makefile" ;; + "extensions/auto-move-windows/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/auto-move-windows/Makefile" ;; + "extensions/drive-menu/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/drive-menu/Makefile" ;; + "extensions/example/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/example/Makefile" ;; + "extensions/launch-new-instance/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/launch-new-instance/Makefile" ;; + "extensions/native-window-placement/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/native-window-placement/Makefile" ;; + "extensions/places-menu/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/places-menu/Makefile" ;; + "extensions/screenshot-window-sizer/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/screenshot-window-sizer/Makefile" ;; + "extensions/systemMonitor/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/systemMonitor/Makefile" ;; + "extensions/user-theme/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/user-theme/Makefile" ;; + "extensions/window-list/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/window-list/Makefile" ;; + "extensions/windowsNavigator/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/windowsNavigator/Makefile" ;; + "extensions/workspace-indicator/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/workspace-indicator/Makefile" ;; + "extensions/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Makefile" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + "po/stamp-it":C) + if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then + as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5 + fi + rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" + >"po/stamp-it.tmp" + sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" + + sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r po/POTFILES + } + ' "po/Makefile.in" >"po/Makefile" + rm -f "po/Makefile.tmp" + mv "po/stamp-it.tmp" "po/stamp-it" + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..7736432 --- /dev/null +++ b/configure.ac @@ -0,0 +1,100 @@ +AC_PREREQ(2.63) +AC_INIT([gnome-shell-extensions],[3.14.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) + +AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([config]) + +AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip foreign tar-ustar]) + +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + +GETTEXT_PACKAGE=gnome-shell-extensions +AC_SUBST(GETTEXT_PACKAGE) +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", + [The prefix for our gettext translation domains.]) +IT_PROG_INTLTOOL(0.26) + +PKG_PROG_PKG_CONFIG([0.22]) + +GLIB_GSETTINGS + +SHELL_VERSION="$PACKAGE_VERSION" +shell_major=`echo "$PACKAGE_VERSION" | cut -d'.' -f1` +shell_minor=`echo "$PACKAGE_VERSION" | cut -d'.' -f2` +if test "$(($shell_minor % 2))" -eq 0; then + SHELL_VERSION="$shell_major.$shell_minor" +fi +AC_SUBST([SHELL_VERSION]) + +dnl keep this in alphabetic order +CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance window-list" +DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu screenshot-window-sizer windowsNavigator workspace-indicator" +ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor user-theme" +AC_SUBST(CLASSIC_EXTENSIONS, [$CLASSIC_EXTENSIONS]) +AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS]) +AC_ARG_ENABLE([extensions], + [AS_HELP_STRING([--enable-extensions],[Space separated list of extensions to enable. + The default is to build and distribute all extensions that can be installed in the home directory and have no external depedencies. + Use "all" to enable all available extensions, or "classic-mode" to enable extensions that restore GNOME 2 functionality.])], + [], + [enable_extensions=$DEFAULT_EXTENSIONS] +) + +if test x"$enable_extensions" = xall; then + enable_extensions="$ALL_EXTENSIONS" + enable_classic_mode_default=yes +elif test x"$enable_extensions" = xclassic-mode; then + enable_extensions="$CLASSIC_EXTENSIONS" + enable_classic_mode_default=yes +else + enable_classic_mode_default=no +fi + +AC_ARG_ENABLE([classic-mode], + [AS_HELP_STRING([--enable-classic-mode],[Enable installing data files for classic mode. + Defaults to yes if enabling all or classic-mode extensions, and no otherwise.])], + [], + [enable_classic_mode=$enable_classic_mode_default]) +AM_CONDITIONAL([CLASSIC_MODE], [test x"$enable_classic_mode" != xno]) + +ENABLED_EXTENSIONS= +for e in $enable_extensions; do + case $e in + systemMonitor) + PKG_CHECK_MODULES(GTOP, libgtop-2.0 >= 2.28.3, + [ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"], + [AC_MSG_WARN([libgtop-2.0 not found, disabling systemMonitor])]) + ;; +dnl keep this in alphabetic order + alternate-tab|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|screenshot-window-sizer|user-theme|window-list|windowsNavigator|workspace-indicator) + ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e" + ;; + *) + AC_MSG_ERROR([invalid extension $e]) + esac +done + +AC_SUBST(ENABLED_EXTENSIONS, [$ENABLED_EXTENSIONS]) + +dnl Please keep this sorted alphabetically +AC_CONFIG_FILES([ + data/Makefile + extensions/alternate-tab/Makefile + extensions/apps-menu/Makefile + extensions/auto-move-windows/Makefile + extensions/drive-menu/Makefile + extensions/example/Makefile + extensions/launch-new-instance/Makefile + extensions/native-window-placement/Makefile + extensions/places-menu/Makefile + extensions/screenshot-window-sizer/Makefile + extensions/systemMonitor/Makefile + extensions/user-theme/Makefile + extensions/window-list/Makefile + extensions/windowsNavigator/Makefile + extensions/workspace-indicator/Makefile + extensions/Makefile + Makefile + po/Makefile.in +]) +AC_OUTPUT diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..af11e18 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,72 @@ +include $(top_srcdir)/include.mk + +desktopdir = $(datadir)/applications +desktop_in_in_files = gnome-shell-classic.desktop.in.in +desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) + +sessiondir = $(datadir)/gnome-session/sessions +session_in_in_files = gnome-classic.session.desktop.in.in +session_in_files = $(session_in_in_files:.session.desktop.in.in=.session.desktop.in) +session_DATA = $(session_in_files:.session.desktop.in=.session) + +xsessiondir = $(datadir)/xsessions +xsession_in_files = gnome-classic.desktop.in +xsession_DATA = $(xsession_in_files:.desktop.in=.desktop) + +modedir = $(datadir)/gnome-shell/modes +mode_in_files = classic.json.in +mode_DATA = $(mode_in_files:.json.in=.json) + +themedir = $(datadir)/gnome-shell/theme +theme_DATA = \ + $(srcdir)/classic-process-working.svg \ + $(srcdir)/classic-toggle-off-intl.svg \ + $(srcdir)/classic-toggle-off-us.svg \ + $(srcdir)/classic-toggle-on-intl.svg \ + $(srcdir)/classic-toggle-on-us.svg \ + $(srcdir)/gnome-classic.css \ + $(NULL) + +gsettings_in_files = org.gnome.shell.extensions.classic-overrides.gschema.xml.in +gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml) + +@INTLTOOL_XML_NOMERGE_RULE@ +@GSETTINGS_RULES@ + +%.desktop.in:%.desktop.in.in + $(AM_V_GEN) sed \ + -e "s|\@bindir\@|$(bindir)|" \ + -e "s|\@VERSION\@|$(VERSION)|" \ + $< > $@ + +comma:=, +empty:= +space:= $(empty) $(empty) +extensions:=$(patsubst %,\"%$(extensionbase)\",$(CLASSIC_EXTENSIONS)) +extension_list:=$(subst $(space),$(comma),$(extensions)) +%.json:%.json.in + $(AM_V_GEN) sed \ + -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 = \ + $(desktop_in_in_files) \ + $(session_in_in_files) \ + $(xsession_in_files) \ + $(mode_in_files) \ + $(gsettings_in_files) \ + $(theme_DATA) \ + $(NULL) + +CLEANFILES = \ + $(desktop_DATA) \ + $(session_DATA) \ + $(xsession_DATA) \ + $(mode_DATA) \ + $(gsettings_SCHEMAS) \ + $(NULL) diff --git a/data/Makefile.in b/data/Makefile.in new file mode 100644 index 0000000..6ca124c --- /dev/null +++ b/data/Makefile.in @@ -0,0 +1,634 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(top_srcdir)/include.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am +subdir = data +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(modedir)" \ + "$(DESTDIR)$(sessiondir)" "$(DESTDIR)$(themedir)" \ + "$(DESTDIR)$(xsessiondir)" +DATA = $(desktop_DATA) $(mode_DATA) $(session_DATA) $(theme_DATA) \ + $(xsession_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +desktopdir = $(datadir)/applications +desktop_in_in_files = gnome-shell-classic.desktop.in.in +desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +sessiondir = $(datadir)/gnome-session/sessions +session_in_in_files = gnome-classic.session.desktop.in.in +session_in_files = $(session_in_in_files:.session.desktop.in.in=.session.desktop.in) +session_DATA = $(session_in_files:.session.desktop.in=.session) +xsessiondir = $(datadir)/xsessions +xsession_in_files = gnome-classic.desktop.in +xsession_DATA = $(xsession_in_files:.desktop.in=.desktop) +modedir = $(datadir)/gnome-shell/modes +mode_in_files = classic.json.in +mode_DATA = $(mode_in_files:.json.in=.json) +themedir = $(datadir)/gnome-shell/theme +theme_DATA = \ + $(srcdir)/classic-process-working.svg \ + $(srcdir)/classic-toggle-off-intl.svg \ + $(srcdir)/classic-toggle-off-us.svg \ + $(srcdir)/classic-toggle-on-intl.svg \ + $(srcdir)/classic-toggle-on-us.svg \ + $(srcdir)/gnome-classic.css \ + $(NULL) + +gsettings_in_files = org.gnome.shell.extensions.classic-overrides.gschema.xml.in +gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml) +comma := , +empty := +space := $(empty) $(empty) +extensions := $(patsubst %,\"%$(extensionbase)\",$(CLASSIC_EXTENSIONS)) +extension_list := $(subst $(space),$(comma),$(extensions)) +EXTRA_DIST = \ + $(desktop_in_in_files) \ + $(session_in_in_files) \ + $(xsession_in_files) \ + $(mode_in_files) \ + $(gsettings_in_files) \ + $(theme_DATA) \ + $(NULL) + +CLEANFILES = \ + $(desktop_DATA) \ + $(session_DATA) \ + $(xsession_DATA) \ + $(mode_DATA) \ + $(gsettings_SCHEMAS) \ + $(NULL) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign data/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-desktopDATA: $(desktop_DATA) + @$(NORMAL_INSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ + done + +uninstall-desktopDATA: + @$(NORMAL_UNINSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) +install-modeDATA: $(mode_DATA) + @$(NORMAL_INSTALL) + @list='$(mode_DATA)'; test -n "$(modedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(modedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(modedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(modedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(modedir)" || exit $$?; \ + done + +uninstall-modeDATA: + @$(NORMAL_UNINSTALL) + @list='$(mode_DATA)'; test -n "$(modedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(modedir)'; $(am__uninstall_files_from_dir) +install-sessionDATA: $(session_DATA) + @$(NORMAL_INSTALL) + @list='$(session_DATA)'; test -n "$(sessiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(sessiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(sessiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sessiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(sessiondir)" || exit $$?; \ + done + +uninstall-sessionDATA: + @$(NORMAL_UNINSTALL) + @list='$(session_DATA)'; test -n "$(sessiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(sessiondir)'; $(am__uninstall_files_from_dir) +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(themedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(themedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir) +install-xsessionDATA: $(xsession_DATA) + @$(NORMAL_INSTALL) + @list='$(xsession_DATA)'; test -n "$(xsessiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(xsessiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(xsessiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xsessiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(xsessiondir)" || exit $$?; \ + done + +uninstall-xsessionDATA: + @$(NORMAL_UNINSTALL) + @list='$(xsession_DATA)'; test -n "$(xsessiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(xsessiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(modedir)" "$(DESTDIR)$(sessiondir)" "$(DESTDIR)$(themedir)" "$(DESTDIR)$(xsessiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-desktopDATA install-modeDATA \ + install-sessionDATA install-themeDATA install-xsessionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-desktopDATA uninstall-modeDATA \ + uninstall-sessionDATA uninstall-themeDATA \ + uninstall-xsessionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-desktopDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-modeDATA \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-sessionDATA install-strip install-themeDATA \ + install-xsessionDATA installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-desktopDATA uninstall-modeDATA \ + uninstall-sessionDATA uninstall-themeDATA \ + uninstall-xsessionDATA + + +@INTLTOOL_XML_NOMERGE_RULE@ +@GSETTINGS_RULES@ + +%.desktop.in:%.desktop.in.in + $(AM_V_GEN) sed \ + -e "s|\@bindir\@|$(bindir)|" \ + -e "s|\@VERSION\@|$(VERSION)|" \ + $< > $@ +%.json:%.json.in + $(AM_V_GEN) sed \ + -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@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/data/classic-process-working.svg b/data/classic-process-working.svg new file mode 100644 index 0000000..b0957a3 --- /dev/null +++ b/data/classic-process-working.svg @@ -0,0 +1,695 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/classic-toggle-off-intl.svg b/data/classic-toggle-off-intl.svg new file mode 100644 index 0000000..cfd19b1 --- /dev/null +++ b/data/classic-toggle-off-intl.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/classic-toggle-off-us.svg b/data/classic-toggle-off-us.svg new file mode 100644 index 0000000..dfa1d73 --- /dev/null +++ b/data/classic-toggle-off-us.svg @@ -0,0 +1,255 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + OFF + OFF + + + + diff --git a/data/classic-toggle-on-intl.svg b/data/classic-toggle-on-intl.svg new file mode 100644 index 0000000..1096e71 --- /dev/null +++ b/data/classic-toggle-on-intl.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/classic-toggle-on-us.svg b/data/classic-toggle-on-us.svg new file mode 100644 index 0000000..19b0175 --- /dev/null +++ b/data/classic-toggle-on-us.svg @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + ON + ON + + + diff --git a/data/classic.json.in b/data/classic.json.in new file mode 100644 index 0000000..fdb3762 --- /dev/null +++ b/data/classic.json.in @@ -0,0 +1,9 @@ +{ + "parentMode": "user", + "stylesheetName": "gnome-classic.css", + "enabledExtensions": [@CLASSIC_EXTENSIONS@], + "panel": { "left": ["activities", "appMenu"], + "center": [], + "right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"] + } +} diff --git a/data/gnome-classic.css b/data/gnome-classic.css new file mode 100644 index 0000000..2f35be4 --- /dev/null +++ b/data/gnome-classic.css @@ -0,0 +1,288 @@ +@import url("gnome-shell.css"); + +/* FIXME: + - white edge highlight with text-shadow and icon-shadow for panel-button + - better shading of the panel (dark 5%) - impossible without multipoint gradients, image-bg is a hack +*/ + +#panel { + background-color: #e9e9e9 !important; + background-gradient-direction: vertical; + background-gradient-end: #d0d0d0; + border-top-color: #666; /* we don't support non-uniform border-colors and + use the top border color for any border, so we + need to set it even if all we want is a bottom + border */ + border-bottom: 1px solid #666; + app-icon-bottom-clip: 0px; + +/* hrm, still no multipoint gradients + background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0)) !important;*/ +} + + #panel:overview { + background-color: #000 !important; + background-gradient-end: #000 !important; + border-top-color: #000; + border-bottom: 1px solid #000 !important; +} + + #panel.lock-screen { + background-color: rgba(0,0,0,0.3) !important; + background-gradient-end: rgba(0,0,0,0.3) !important; + border-top-color: transparent; +} + + #panel.unlock-screen { + background-color: transparent !important; + background-gradient-end: transparent !important; + border-top-color: transparent; +} + +.tile-preview-left.on-primary, +.tile-preview-right.on-primary, +.tile-preview-left.tile-preview-right.on-primary { + /* keep in sync with -panel-corner-radius */ + border-radius: 0; +} + +/* TOP BAR */ + +.panel-corner, +.panel-corner:active, +.panel-corner:overview, +.panel-corner:focus { + -panel-corner-radius: 0 !important; +} + +.panel-button { + color: #555 !important; + -natural-hpadding: 6px !important; + -minimum-hpadding: 3px !important; + } + + #panel:overview .panel-button, + #panel.lock-screen .panel-button, + #panel.unlock-screen .panel-button { + color: #ccc !important; + } + + .panel-button:hover { + color: #000 !important; + } + + #panel:overview .panel-button:hover, + #panel:overview .panel-button:active { + color: white !important; + } + + .panel-button > .system-status-icon { + icon-shadow: #fff 0 1px 0 !important; /* FIXME */ + } + + .panel-button:hover, + .panel-button:active, + .panel-button:overview, + .panel-button:focus { + text-shadow: 0 0 0 transparent !important; /* FIXME: why can't I do none ? */ + } + + .panel-button:active, + .panel-button:overview, + .panel-button:focus { + background-color: #4a90d9 !important; /* FIXME */ + color: #fff !important; + border: none !important; + border-image: none !important; + background-image: none !important; + } + + #panelUserMenu { + padding: 0 10px 0 10px !important; + } + + #appMenu { + text-shadow: 0 0 0 transparent !important; + spinner-image: url("classic-process-working.svg"); + } + + /* used for the app menu header only */ + .label-shadow { + color: rgba(0,0,0,0.5); + } + +.label-shadow { + color: rgba(255,255,255,.5) !important; +} + .panel-button:active .label-shadow, + .panel-button:focus .label-shadow { + color: rgba(0,0,0,.5) !important; + } + +.popup-menu-boxpointer { + -arrow-background-color: #e9e9e9 !important; + -arrow-border-width: 1px !important; + -arrow-border-color: #aaa !important; + -arrow-border-radius: 3px !important; + color: #000 !important; + -arrow-base: 11px !important; + -arrow-rise: 5px !important; +} + + .popup-combo-menu { + background-color: #e9e9e9 !important; + border: 1px solid #aaa !important; + color: #000 !important; + } + + .popup-menu-item:active { + background-color: #4a90d9 !important; + color: #fff !important; + } + + .popup-menu-item:insensitive { + color: #888; + } + + .popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: rgba(0,0,0,0.0); + -gradient-end: rgba(0,0,0,0.15); + -margin-horizontal: 24px; + height: 1px; + padding: 8px 0px; + } + + .popup-menu-item:hover .popup-status-menu-item { + color: #fff; + } + + .popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive { + color: #000; + } + + .popup-submenu-menu-item:open { + background-color: #888; + color: #fff; + } + + .popup-sub-menu { + background-gradient-start: #ddd; + background-gradient-end: #dfdfdf; + background-gradient-direction: vertical; + box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4); + } + + /* SCROLLBARS for POPUP MENU */ + + .popup-menu StScrollBar StBin#trough { + background-color: transparent; + } + + .popup-menu StScrollBar StButton#vhandle, .popup-menu StScrollBar StButton#hhandle { + border-color: #e9e9e9; + background-color: #888; + } + .popup-menu StScrollBar StButton#vhandle:hover, + .popup-menu StScrollBar StButton#hhandle:hover { + background-color: #666; + } + .popup-menu StScrollBar StButton#vhandle:active, + .popup-menu StScrollBar StButton#hhandle:active { + background-color: #4a90d9; + } + +/* CALENDAR */ + +.calendar {} + .calendar-month-label { + color: #333 !important; + } + .datemenu-date-label, + .events-day-header { + color: #666 !important; + } + .calendar-day-base:active { + color: #fff !important; + background-color: #4a90d9 !important; + background-image: none !important; + border-image: none !important; + } + .calendar-today { + background-color: #4a90d9 !important; + background-image: none !important; + border-image: none !important; + } + .calendar-day-base { + color: #666 !important; + } + .calendar-day-base:hover { + background-color: #666 !important; + color: #fff !important; + } + .calendar-nonwork-day { + color: #999 !important; + } + .events-day-dayname, + .events-day-time { + color: #666 !important; + } + +/* SYSTEM MENU */ + +.system-menu-action { + color: #e6e6e6; + border: 2px solid #ddd; /* using rgba() is flaky unfortunately */ +} + +.system-menu-action:hover, +.system-menu-action:focus, +.system-menu-action:active { + color: white; + background-color: #4a90d9; + border: none; +} + +/* VOLUME SLIDER */ + +.slider { + -slider-background-color: #e9e9e9; + -slider-border-color: #999; + -slider-active-background-color: #76b0ec; + -slider-active-border-color: #1f6dbc; + -slider-handle-border-color: #888; + -slider-handle-border-width: 1px; +} + +.popup-menu-icon { + color: #000 !important; +} + +/* ON OFF switch */ + +.toggle-switch-us { + background-image: url("classic-toggle-off-us.svg"); + background-size: contain; +} +.toggle-switch-us:checked { + background-image: url("classic-toggle-on-us.svg"); + background-size: contain; +} + +.toggle-switch-intl { + background-image: url("classic-toggle-off-intl.svg"); + background-size: contain; +} +.toggle-switch-intl:checked { + background-image: url("classic-toggle-on-intl.svg"); + background-size: contain; +} + +.system-menu-action { + color: #555 !important; +} + +.system-menu-action:hover, +.system-menu-action:focus { + color: black !important; +} diff --git a/data/gnome-classic.desktop.in b/data/gnome-classic.desktop.in new file mode 100644 index 0000000..70fb950 --- /dev/null +++ b/data/gnome-classic.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +_Name=GNOME Classic +_Comment=This session logs you into GNOME Classic +Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic +TryExec=gnome-session +Icon= +Type=Application +DesktopNames=GNOME-Classic;GNOME diff --git a/data/gnome-classic.session.desktop.in.in b/data/gnome-classic.session.desktop.in.in new file mode 100644 index 0000000..c52a82a --- /dev/null +++ b/data/gnome-classic.session.desktop.in.in @@ -0,0 +1,3 @@ +[GNOME Session] +_Name=GNOME Classic +RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic; diff --git a/data/gnome-shell-classic.desktop.in.in b/data/gnome-shell-classic.desktop.in.in new file mode 100644 index 0000000..76fdf21 --- /dev/null +++ b/data/gnome-shell-classic.desktop.in.in @@ -0,0 +1,17 @@ +[Desktop Entry] +Type=Application +_Name=GNOME Shell Classic +_Comment=Window management and application launching +Exec=@bindir@/gnome-shell +TryExec=@bindir@/gnome-shell +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=gnome-shell +X-GNOME-Bugzilla-Component=general +X-GNOME-Bugzilla-Version=@VERSION@ +Categories=GNOME;GTK;Core; +OnlyShowIn=GNOME; +NoDisplay=true +X-GNOME-Autostart-Phase=WindowManager +X-GNOME-Provides=panel;windowmanager; +X-GNOME-Autostart-Notify=true +X-GNOME-AutoRestart=false diff --git a/data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in b/data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in new file mode 100644 index 0000000..19fdd98 --- /dev/null +++ b/data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in @@ -0,0 +1,46 @@ + + + + true + <_summary>Attach modal dialog to the parent window + <_description> + This key overrides the key in org.gnome.mutter when running + GNOME Shell. + + + + + "appmenu:minimize,maximize,close" + <_summary>Arrangement of buttons on the titlebar + <_description> + This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell. + + + + + true + <_summary>Enable edge tiling when dropping windows on screen edges + <_description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + + true + <_summary>Workspaces only on primary monitor + <_description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + + true + <_summary>Delay focus changes in mouse mode until the pointer stops moving + <_description> + This key overrides the key in org.gnome.mutter when running GNOME Shell. + + + + diff --git a/extension.mk b/extension.mk new file mode 100644 index 0000000..1a84f60 --- /dev/null +++ b/extension.mk @@ -0,0 +1,18 @@ +include $(top_srcdir)/include.mk + +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) + +EXTRA_DIST = metadata.json.in + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +CLEANFILES = metadata.json diff --git a/extensions/Makefile.am b/extensions/Makefile.am new file mode 100644 index 0000000..4e8c55a --- /dev/null +++ b/extensions/Makefile.am @@ -0,0 +1,3 @@ +DIST_SUBDIRS = $(ALL_EXTENSIONS) + +SUBDIRS = $(ENABLED_EXTENSIONS) diff --git a/extensions/Makefile.in b/extensions/Makefile.in new file mode 100644 index 0000000..ba135ed --- /dev/null +++ b/extensions/Makefile.in @@ -0,0 +1,590 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = extensions +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +DIST_SUBDIRS = $(ALL_EXTENSIONS) +SUBDIRS = $(ENABLED_EXTENSIONS) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic cscopelist-am ctags ctags-am \ + distclean distclean-generic distclean-tags distdir dvi dvi-am \ + html html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/alternate-tab/Makefile.am b/extensions/alternate-tab/Makefile.am new file mode 100644 index 0000000..56bc74b --- /dev/null +++ b/extensions/alternate-tab/Makefile.am @@ -0,0 +1,5 @@ +EXTENSION_ID = alternate-tab + +EXTRA_MODULES = prefs.js + +include ../../extension.mk diff --git a/extensions/alternate-tab/Makefile.in b/extensions/alternate-tab/Makefile.in new file mode 100644 index 0000000..b7d9bc2 --- /dev/null +++ b/extensions/alternate-tab/Makefile.in @@ -0,0 +1,518 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/alternate-tab +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = alternate-tab +EXTRA_MODULES = prefs.js +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/alternate-tab/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/alternate-tab/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/alternate-tab/extension.js b/extensions/alternate-tab/extension.js new file mode 100644 index 0000000..52d07bb --- /dev/null +++ b/extensions/alternate-tab/extension.js @@ -0,0 +1,52 @@ +/* -*- mode: js; js-basic-offset: 4; indent-tabs-mode: nil -*- */ + +const Clutter = imports.gi.Clutter; +const Lang = imports.lang; +const Meta = imports.gi.Meta; +const Shell = imports.gi.Shell; + +const AltTab = imports.ui.altTab; +const Main = imports.ui.main; + +let injections = {}; + +function init(metadata) { +} + +function setKeybinding(name, func) { + Main.wm.setCustomKeybindingHandler(name, Shell.KeyBindingMode.NORMAL, func); +} + +function enable() { + injections['_keyPressHandler'] = AltTab.WindowSwitcherPopup.prototype._keyPressHandler; + AltTab.WindowSwitcherPopup.prototype._keyPressHandler = function(keysym, action) { + switch(action) { + case Meta.KeyBindingAction.SWITCH_APPLICATIONS: + case Meta.KeyBindingAction.SWITCH_GROUP: + action = Meta.KeyBindingAction.SWITCH_WINDOWS; + break; + case Meta.KeyBindingAction.SWITCH_APPLICATIONS_BACKWARD: + case Meta.KeyBindingAction.SWITCH_GROUP_BACKWARD: + action = Meta.KeyBindingAction.SWITCH_WINDOWS_BACKWARD; + break; + } + return injections['_keyPressHandler'].call(this, keysym, action); + }; + + setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startWindowSwitcher)); + setKeybinding('switch-group', Lang.bind(Main.wm, Main.wm._startWindowSwitcher)); + setKeybinding('switch-applications-backward', Lang.bind(Main.wm, Main.wm._startWindowSwitcher)); + setKeybinding('switch-group-backward', Lang.bind(Main.wm, Main.wm._startWindowSwitcher)); +} + +function disable() { + var prop; + + setKeybinding('switch-applications', Lang.bind(Main.wm, Main.wm._startAppSwitcher)); + setKeybinding('switch-group', Lang.bind(Main.wm, Main.wm._startAppSwitcher)); + 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) + AltTab.WindowSwitcherPopup.prototype[prop] = injections[prop]; +} diff --git a/extensions/alternate-tab/metadata.json.in b/extensions/alternate-tab/metadata.json.in new file mode 100644 index 0000000..fd647e0 --- /dev/null +++ b/extensions/alternate-tab/metadata.json.in @@ -0,0 +1,11 @@ +{ +"extension-id": "@extension_id@", +"uuid": "@uuid@", +"settings-schema": "@gschemaname@", +"gettext-domain": "@gettext_domain@", +"name": "AlternateTab", +"description": "Substitute Alt-Tab with a window based switcher that does not group by application.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.", +"original-authors": [ "jw@bargsten.org", "thomas.bouffon@gmail.com" ], +"shell-version": [ "@shell_current@" ], +"url": "@url@" +} diff --git a/extensions/alternate-tab/prefs.js b/extensions/alternate-tab/prefs.js new file mode 100644 index 0000000..864ea36 --- /dev/null +++ b/extensions/alternate-tab/prefs.js @@ -0,0 +1,85 @@ +/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */ + +const Gio = imports.gi.Gio; +const Gtk = imports.gi.Gtk; +const GObject = imports.gi.GObject; +const Lang = imports.lang; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; +const N_ = function(e) { return e }; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const SETTINGS_APP_ICON_MODE = 'app-icon-mode'; +const SETTINGS_CURRENT_WORKSPACE_ONLY = 'current-workspace-only'; + +const MODES = { + 'thumbnail-only': N_("Thumbnail only"), + 'app-icon-only': N_("Application icon only"), + 'both': N_("Thumbnail and application icon"), +}; + +const AltTabSettingsWidget = new GObject.Class({ + Name: 'AlternateTab.Prefs.AltTabSettingsWidget', + GTypeName: 'AltTabSettingsWidget', + Extends: Gtk.Grid, + + _init : function(params) { + this.parent(params); + this.margin = 24; + this.row_spacing = 6; + this.orientation = Gtk.Orientation.VERTICAL; + + this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell.window-switcher' }); + + let presentLabel = '' + _("Present windows as") + ''; + this.add(new Gtk.Label({ label: presentLabel, use_markup: true, + halign: Gtk.Align.START })); + + let align = new Gtk.Alignment({ left_padding: 12 }); + this.add(align); + + let grid = new Gtk.Grid({ orientation: Gtk.Orientation.VERTICAL, + row_spacing: 6, + column_spacing: 6 }); + align.add(grid); + + let radio = null; + let currentMode = this._settings.get_string(SETTINGS_APP_ICON_MODE); + for (let mode in MODES) { + // copy the mode variable because it has function scope, not block scope + // so cannot be used in a closure + let modeCapture = mode; + let name = Gettext.gettext(MODES[mode]); + + radio = new Gtk.RadioButton({ group: radio, label: name, valign: Gtk.Align.START }); + radio.connect('toggled', Lang.bind(this, function(widget) { + if (widget.active) + this._settings.set_string(SETTINGS_APP_ICON_MODE, modeCapture); + })); + grid.add(radio); + + if (mode == currentMode) + radio.active = true; + } + + let check = new Gtk.CheckButton({ label: _("Show only windows in the current workspace"), + margin_top: 6 }); + this._settings.bind(SETTINGS_CURRENT_WORKSPACE_ONLY, check, 'active', Gio.SettingsBindFlags.DEFAULT); + this.add(check); + }, +}); + +function init() { + Convenience.initTranslations(); +} + +function buildPrefsWidget() { + let widget = new AltTabSettingsWidget(); + widget.show_all(); + + return widget; +} diff --git a/extensions/alternate-tab/stylesheet.css b/extensions/alternate-tab/stylesheet.css new file mode 100644 index 0000000..25134b6 --- /dev/null +++ b/extensions/alternate-tab/stylesheet.css @@ -0,0 +1 @@ +/* This extensions requires no special styling */ diff --git a/extensions/apps-menu/Makefile.am b/extensions/apps-menu/Makefile.am new file mode 100644 index 0000000..86431d7 --- /dev/null +++ b/extensions/apps-menu/Makefile.am @@ -0,0 +1,3 @@ +EXTENSION_ID = apps-menu + +include ../../extension.mk diff --git a/extensions/apps-menu/Makefile.in b/extensions/apps-menu/Makefile.in new file mode 100644 index 0000000..1f5b771 --- /dev/null +++ b/extensions/apps-menu/Makefile.in @@ -0,0 +1,517 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/apps-menu +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = apps-menu +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/apps-menu/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/apps-menu/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js new file mode 100644 index 0000000..642c73d --- /dev/null +++ b/extensions/apps-menu/extension.js @@ -0,0 +1,619 @@ +/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */ + +const Atk = imports.gi.Atk; +const GMenu = imports.gi.GMenu; +const Lang = imports.lang; +const Shell = imports.gi.Shell; +const St = imports.gi.St; +const Clutter = imports.gi.Clutter; +const Main = imports.ui.main; +const PanelMenu = imports.ui.panelMenu; +const PopupMenu = imports.ui.popupMenu; +const Gtk = imports.gi.Gtk; +const GLib = imports.gi.GLib; +const Signals = imports.signals; +const Layout = imports.ui.layout; +const Pango = imports.gi.Pango; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const appSys = Shell.AppSystem.get_default(); + +const APPLICATION_ICON_SIZE = 32; +const HORIZ_FACTOR = 5; +const MENU_HEIGHT_OFFSET = 132; +const NAVIGATION_REGION_OVERSHOOT = 50; + +const ActivitiesMenuItem = new Lang.Class({ + Name: 'ActivitiesMenuItem', + Extends: PopupMenu.PopupBaseMenuItem, + + _init: function(button) { + this.parent(); + this._button = button; + this.actor.add_child(new St.Label({ text: _("Activities Overview") })); + }, + + activate: function(event) { + this._button.menu.toggle(); + Main.overview.toggle(); + this.parent(event); + }, +}); + +const ApplicationMenuItem = new Lang.Class({ + Name: 'ApplicationMenuItem', + Extends: PopupMenu.PopupBaseMenuItem, + + _init: function(button, app) { + this.parent(); + this._app = app; + this._button = button; + + this._iconBin = new St.Bin(); + this.actor.add_child(this._iconBin); + + let appLabel = new St.Label({ text: app.get_name() }); + this.actor.add_child(appLabel, { expand: true }); + this.actor.label_actor = appLabel; + + let textureCache = St.TextureCache.get_default(); + let iconThemeChangedId = textureCache.connect('icon-theme-changed', + Lang.bind(this, this._updateIcon)); + this.actor.connect('destroy', Lang.bind(this, + function() { + textureCache.disconnect(iconThemeChangedId); + })); + this._updateIcon(); + }, + + activate: function(event) { + this._app.open_new_window(event.get_time()); + this._button.selectCategory(null, null); + this._button.menu.toggle(); + this.parent(event); + }, + + setActive: function(active, params) { + if (active) + this._button.scrollToButton(this); + this.parent(active, params); + }, + + _getPreferredWidth: function(actor, forHeight, alloc) { + alloc.min_size = alloc.natural_size = -1; + }, + + _updateIcon: function() { + this._iconBin.set_child(this._app.create_icon_texture(APPLICATION_ICON_SIZE)); + } +}); + +const CategoryMenuItem = new Lang.Class({ + Name: 'CategoryMenuItem', + Extends: PopupMenu.PopupBaseMenuItem, + + _init: function(button, category) { + this.parent(); + this._category = category; + this._button = button; + + this._oldX = -1; + this._oldY = -1; + + let name; + if (this._category) + name = this._category.get_name(); + else + name = _("Favorites"); + + this.actor.add_child(new St.Label({ text: name })); + this.actor.connect('motion-event', Lang.bind(this, this._onMotionEvent)); + }, + + activate: function(event) { + this._button.selectCategory(this._category, this); + this._button.scrollToCatButton(this); + this.parent(event); + }, + + _isNavigatingSubmenu: function([x, y]) { + let [posX, posY] = this.actor.get_transformed_position(); + + if (this._oldX == -1) { + this._oldX = x; + this._oldY = y; + return true; + } + + let deltaX = Math.abs(x - this._oldX); + let deltaY = Math.abs(y - this._oldY); + + this._oldX = x; + this._oldY = y; + + // If it lies outside the x-coordinates then it is definitely outside. + if (posX > x || posX + this.actor.width < x) + return false; + + // If it lies inside the menu item then it is definitely inside. + if (posY <= y && posY + this.actor.height >= y) + return true; + + // We want the keep-up triangle only if the movement is more + // horizontal than vertical. + if (deltaX * HORIZ_FACTOR < deltaY) + return false; + + // Check whether the point lies inside triangle ABC, and a similar + // triangle on the other side of the menu item. + // + // +---------------------+ + // | menu item | + // A +---------------------+ C + // P | + // B + + // Ensure that the point P always lies below line AC so that we can + // only check for triangle ABC. + if (posY > y) { + let offset = posY - y; + y = posY + this.actor.height + offset; + } + + // Ensure that A is (0, 0). + x -= posX; + y -= posY + this.actor.height; + + // Check which side of line AB the point P lies on by taking the + // cross-product of AB and AP. See: + // http://stackoverflow.com/questions/3461453/determine-which-side-of-a-line-a-point-lies + if (((this.actor.width * y) - (NAVIGATION_REGION_OVERSHOOT * x)) <= 0) + return true; + + return false; + }, + + _onMotionEvent: function(actor, event) { + if (!Clutter.get_pointer_grab()) { + this._oldX = -1; + this._oldY = -1; + Clutter.grab_pointer(this.actor); + } + this.actor.hover = true; + + if (this._isNavigatingSubmenu(event.get_coords())) + return true; + + this._oldX = -1; + this._oldY = -1; + this.actor.hover = false; + Clutter.ungrab_pointer(); + return false; + }, + + setActive: function(active, params) { + if (active) { + this._button.selectCategory(this._category, this); + this._button.scrollToCatButton(this); + } + this.parent(active, params); + } +}); + +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({ + Name: 'ApplicationsMenu', + Extends: PopupMenu.PopupMenu, + + _init: function(sourceActor, arrowAlignment, arrowSide, button) { + this.parent(sourceActor, arrowAlignment, arrowSide); + this._button = button; + }, + + isEmpty: function() { + return false; + }, + + open: function(animate) { + this._button.hotCorner.setBarrierSize(0); + if (this._button.hotCorner.actor) // fallback corner + this._button.hotCorner.actor.hide(); + this.parent(animate); + }, + + close: function(animate) { + let size = Main.layoutManager.panelBox.height; + this._button.hotCorner.setBarrierSize(size); + if (this._button.hotCorner.actor) // fallback corner + this._button.hotCorner.actor.show(); + this.parent(animate); + }, + + toggle: function() { + if (this.isOpen) { + this._button.selectCategory(null, null); + } else { + if (Main.overview.visible) + Main.overview.hide(); + } + this.parent(); + } +}); + +const ApplicationsButton = new Lang.Class({ + Name: 'ApplicationsButton', + Extends: PanelMenu.Button, + + _init: function() { + this.parent(1.0, null, false); + + this.setMenu(new ApplicationsMenu(this.actor, 1.0, St.Side.TOP, this)); + Main.panel.menuManager.addMenu(this.menu); + + // At this moment applications menu is not keyboard navigable at + // all (so not accessible), so it doesn't make sense to set as + // role ATK_ROLE_MENU like other elements of the panel. + this.actor.accessible_role = Atk.Role.LABEL; + + let hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' }); + + this._label = new St.Label({ text: _("Applications"), + y_expand: true, + y_align: Clutter.ActorAlign.CENTER }); + hbox.add_child(this._label); + hbox.add_child(new St.Label({ text: '\u25BE', + y_expand: true, + y_align: Clutter.ActorAlign.CENTER })); + + this.actor.add_actor(hbox); + this.actor.name = 'panelApplications'; + this.actor.label_actor = this._label; + + this.actor.connect('captured-event', Lang.bind(this, this._onCapturedEvent)); + + _showingId = Main.overview.connect('showing', Lang.bind(this, function() { + this.actor.add_accessible_state (Atk.StateType.CHECKED); + })); + _hidingId = Main.overview.connect('hiding', Lang.bind(this, function() { + this.actor.remove_accessible_state (Atk.StateType.CHECKED); + })); + + this.reloadFlag = false; + this._createLayout(); + this._display(); + _installedChangedId = appSys.connect('installed-changed', Lang.bind(this, function() { + if (this.menu.isOpen) { + this._redisplay(); + this.mainBox.show(); + } else { + this.reloadFlag = true; + } + })); + + // Since the hot corner uses stage coordinates, Clutter won't + // queue relayouts for us when the panel moves. Queue a relayout + // when that happens. + _panelBoxChangedId = Main.layoutManager.connect('panel-box-changed', Lang.bind(this, function() { + container.queue_relayout(); + })); + }, + + get hotCorner() { + return Main.layoutManager.hotCorners[Main.layoutManager.primaryIndex]; + }, + + _createVertSeparator: function() { + let separator = new St.DrawingArea({ style_class: 'calendar-vertical-separator', + pseudo_class: 'highlighted' }); + separator.connect('repaint', Lang.bind(this, this._onVertSepRepaint)); + return separator; + }, + + _onCapturedEvent: function(actor, event) { + if (event.type() == Clutter.EventType.BUTTON_PRESS) { + if (!Main.overview.shouldToggleByCornerOrButton()) + return true; + } + return false; + }, + + _onMenuKeyPress: function(actor, event) { + let symbol = event.get_key_symbol(); + if (symbol == Clutter.KEY_Left || symbol == Clutter.KEY_Right) { + let direction = symbol == Clutter.KEY_Left ? Gtk.DirectionType.LEFT + : Gtk.DirectionType.RIGHT; + if (this.menu.actor.navigate_focus(global.stage.key_focus, direction, false)) + return true; + } + return this.parent(actor, event); + }, + + _onVertSepRepaint: function(area) { + let cr = area.get_context(); + let themeNode = area.get_theme_node(); + let [width, height] = area.get_surface_size(); + let stippleColor = themeNode.get_color('-stipple-color'); + let stippleWidth = themeNode.get_length('-stipple-width'); + let x = Math.floor(width/2) + 0.5; + cr.moveTo(x, 0); + cr.lineTo(x, height); + Clutter.cairo_set_source_color(cr, stippleColor); + cr.setDash([1, 3], 1); // Hard-code for now + cr.setLineWidth(stippleWidth); + cr.stroke(); + }, + + _onOpenStateChanged: function(menu, open) { + if (open) { + if (this.reloadFlag) { + this._redisplay(); + this.reloadFlag = false; + } + this.mainBox.show(); + } + this.parent(menu, open); + }, + + _redisplay: function() { + this.applicationsBox.destroy_all_children(); + this.categoriesBox.destroy_all_children(); + this._display(); + }, + + _loadCategory: function(categoryId, dir) { + let iter = dir.iter(); + let nextType; + while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) { + if (nextType == GMenu.TreeItemType.ENTRY) { + let entry = iter.get_entry(); + let appInfo = entry.get_app_info(); + let app = appSys.lookup_app(entry.get_desktop_file_id()); + if (appInfo.should_show()) { + let menu_id = dir.get_menu_id(); + this.applicationsByCategory[categoryId].push(app); + } + } else if (nextType == GMenu.TreeItemType.DIRECTORY) { + let subdir = iter.get_directory(); + if (!subdir.get_is_nodisplay()) + this._loadCategory(categoryId, subdir); + } + } + }, + + scrollToButton: function(button) { + let appsScrollBoxAdj = this.applicationsScrollBox.get_vscroll_bar().get_adjustment(); + let appsScrollBoxAlloc = this.applicationsScrollBox.get_allocation_box(); + let currentScrollValue = appsScrollBoxAdj.get_value(); + let boxHeight = appsScrollBoxAlloc.y2 - appsScrollBoxAlloc.y1; + let buttonAlloc = button.actor.get_allocation_box(); + let newScrollValue = currentScrollValue; + if (currentScrollValue > buttonAlloc.y1 - 10) + newScrollValue = buttonAlloc.y1 - 10; + if (boxHeight + currentScrollValue < buttonAlloc.y2 + 10) + newScrollValue = buttonAlloc.y2 - boxHeight + 10; + if (newScrollValue != currentScrollValue) + appsScrollBoxAdj.set_value(newScrollValue); + }, + + scrollToCatButton: function(button) { + let catsScrollBoxAdj = this.categoriesScrollBox.get_vscroll_bar().get_adjustment(); + let catsScrollBoxAlloc = this.categoriesScrollBox.get_allocation_box(); + let currentScrollValue = catsScrollBoxAdj.get_value(); + let boxHeight = catsScrollBoxAlloc.y2 - catsScrollBoxAlloc.y1; + let buttonAlloc = button.actor.get_allocation_box(); + let newScrollValue = currentScrollValue; + if (currentScrollValue > buttonAlloc.y1 - 10) + newScrollValue = buttonAlloc.y1 - 10; + if (boxHeight + currentScrollValue < buttonAlloc.y2 + 10) + newScrollValue = buttonAlloc.y2 - boxHeight + 10; + if (newScrollValue != currentScrollValue) + catsScrollBoxAdj.set_value(newScrollValue); + }, + + _createLayout: function() { + let section = new PopupMenu.PopupMenuSection(); + this.menu.addMenuItem(section); + this.mainBox = new St.BoxLayout({ vertical: false }); + this.leftBox = new St.BoxLayout({ vertical: true }); + this.applicationsScrollBox = new St.ScrollView({ x_fill: true, y_fill: false, + y_align: St.Align.START, + style_class: 'apps-menu vfade' }); + this.applicationsScrollBox.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC); + let vscroll = this.applicationsScrollBox.get_vscroll_bar(); + vscroll.connect('scroll-start', Lang.bind(this, function() { + this.menu.passEvents = true; + })); + vscroll.connect('scroll-stop', Lang.bind(this, function() { + this.menu.passEvents = false; + })); + this.categoriesScrollBox = new St.ScrollView({ x_fill: true, y_fill: false, + y_align: St.Align.START, + style_class: 'vfade' }); + this.categoriesScrollBox.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC); + vscroll = this.categoriesScrollBox.get_vscroll_bar(); + vscroll.connect('scroll-start', Lang.bind(this, function() { + this.menu.passEvents = true; + })); + vscroll.connect('scroll-stop', Lang.bind(this, function() { + this.menu.passEvents = false; + })); + this.leftBox.add(this.categoriesScrollBox, { expand: true, + x_fill: true, y_fill: true, + y_align: St.Align.START }); + + let activities = new ActivitiesMenuItem(this); + this.leftBox.add(activities.actor, { expand: false, + x_fill: true, y_fill: false, + y_align: St.Align.START }); + + this.applicationsBox = new St.BoxLayout({ vertical: true }); + this.applicationsScrollBox.add_actor(this.applicationsBox); + this.categoriesBox = new St.BoxLayout({ vertical: true }); + this.categoriesScrollBox.add_actor(this.categoriesBox, { expand: true, x_fill: false }); + + this.mainBox.add(this.leftBox); + this.mainBox.add(this._createVertSeparator(), { expand: false, x_fill: false, y_fill: true}); + this.mainBox.add(this.applicationsScrollBox, { expand: true, x_fill: true, y_fill: true }); + section.actor.add_actor(this.mainBox); + }, + + _display: function() { + this._applicationsButtons = new Array(); + this.mainBox.style=('width: 640px;'); + this.mainBox.hide(); + + //Load categories + this.applicationsByCategory = {}; + let tree = new GMenu.Tree({ menu_basename: 'applications.menu' }); + tree.load_sync(); + let root = tree.get_root_directory(); + let categoryMenuItem = new CategoryMenuItem(this, null); + this.categoriesBox.add_actor(categoryMenuItem.actor); + let iter = root.iter(); + let nextType; + while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) { + if (nextType == GMenu.TreeItemType.DIRECTORY) { + let dir = iter.get_directory(); + if (!dir.get_is_nodisplay()) { + let categoryId = dir.get_menu_id(); + this.applicationsByCategory[categoryId] = []; + this._loadCategory(categoryId, dir); + if (this.applicationsByCategory[categoryId].length > 0) { + let categoryMenuItem = new CategoryMenuItem(this, dir); + this.categoriesBox.add_actor(categoryMenuItem.actor); + } + } + } + } + + //Load applications + this._displayButtons(this._listApplications(null)); + + let height = this.categoriesBox.height + MENU_HEIGHT_OFFSET + 'px'; + this.mainBox.style+=('height: ' + height); + }, + + _clearApplicationsBox: function(selectedActor) { + let actors = this.applicationsBox.get_children(); + for (let i = 0; i < actors.length; i++) { + let actor = actors[i]; + this.applicationsBox.remove_actor(actor); + } + }, + + selectCategory: function(dir, categoryMenuItem) { + if (categoryMenuItem) + this._clearApplicationsBox(categoryMenuItem.actor); + else + this._clearApplicationsBox(null); + + if (dir) + this._displayButtons(this._listApplications(dir.get_menu_id())); + else + this._displayButtons(this._listApplications(null)); + }, + + _displayButtons: function(apps) { + if (apps) { + for (let i = 0; i < apps.length; i++) { + let app = apps[i]; + if (!this._applicationsButtons[app]) { + let applicationMenuItem = new ApplicationMenuItem(this, app); + this._applicationsButtons[app] = applicationMenuItem; + } + if (!this._applicationsButtons[app].actor.get_parent()) + this.applicationsBox.add_actor(this._applicationsButtons[app].actor); + } + } + }, + + _listApplications: function(category_menu_id) { + let applist; + + if (category_menu_id) { + applist = this.applicationsByCategory[category_menu_id]; + applist.sort(function(a,b) { + return a.get_name().toLowerCase() > b.get_name().toLowerCase(); + }); + } else { + applist = new Array(); + let favorites = global.settings.get_strv('favorite-apps'); + for (let i = 0; i < favorites.length; i++) { + let app = appSys.lookup_app(favorites[i]); + if (app) + applist.push(app); + } + } + + return applist; + }, + + destroy: function() { + this.menu.actor.get_children().forEach(function(c) { c.destroy() }); + this.parent(); + } +}); + +let appsMenuButton; +let activitiesButton; +let _hidingId; +let _installedChangedId; +let _panelBoxChangedId; +let _showingId; + +function enable() { + activitiesButton = Main.panel.statusArea['activities']; + activitiesButton.container.hide(); + appsMenuButton = new ApplicationsButton(); + Main.panel.addToStatusArea('apps-menu', appsMenuButton, 1, 'left'); + + Main.wm.setCustomKeybindingHandler('panel-main-menu', + Shell.KeyBindingMode.NORMAL | + Shell.KeyBindingMode.OVERVIEW, + function() { + appsMenuButton.menu.toggle(); + }); +} + +function disable() { + Main.panel.menuManager.removeMenu(appsMenuButton.menu); + appSys.disconnect(_installedChangedId); + Main.layoutManager.disconnect(_panelBoxChangedId); + Main.overview.disconnect(_hidingId); + Main.overview.disconnect(_showingId); + appsMenuButton.destroy(); + activitiesButton.container.show(); + + Main.wm.setCustomKeybindingHandler('panel-main-menu', + Shell.KeyBindingMode.NORMAL | + Shell.KeyBindingMode.OVERVIEW, + Main.sessionMode.hasOverview ? + Lang.bind(Main.overview, Main.overview.toggle) : + null); +} + +function init(metadata) { + Convenience.initTranslations(); +} diff --git a/extensions/apps-menu/metadata.json.in b/extensions/apps-menu/metadata.json.in new file mode 100644 index 0000000..f2c62f0 --- /dev/null +++ b/extensions/apps-menu/metadata.json.in @@ -0,0 +1,10 @@ +{ +"extension-id": "@extension_id@", +"uuid": "@uuid@", +"gettext-domain": "@gettext_domain@", +"name": "Applications Menu", +"description": "Add a category-based menu for applications.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.", +"original-authors": [ "e2002@bk.ru", "debarshir@gnome.org" ], +"shell-version": [ "@shell_current@" ], +"url": "@url@" +} diff --git a/extensions/apps-menu/stylesheet.css b/extensions/apps-menu/stylesheet.css new file mode 100644 index 0000000..5bd0d29 --- /dev/null +++ b/extensions/apps-menu/stylesheet.css @@ -0,0 +1,7 @@ +.apps-menu:ltr { + padding-right: 3px; +} + +.apps-menu:rtl { + padding-left: 3px; +} diff --git a/extensions/auto-move-windows/Makefile.am b/extensions/auto-move-windows/Makefile.am new file mode 100644 index 0000000..9fe652d --- /dev/null +++ b/extensions/auto-move-windows/Makefile.am @@ -0,0 +1,7 @@ +EXTENSION_ID = auto-move-windows + +EXTRA_MODULES = prefs.js + +include ../../extension.mk +include ../../settings.mk + diff --git a/extensions/auto-move-windows/Makefile.in b/extensions/auto-move-windows/Makefile.in new file mode 100644 index 0000000..eef0953 --- /dev/null +++ b/extensions/auto-move-windows/Makefile.in @@ -0,0 +1,525 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/../../settings.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(dist_extension_DATA) +subdir = extensions/auto-move-windows +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = auto-move-windows +EXTRA_MODULES = prefs.js +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in $(gschemas_in) +CLEANFILES = metadata.json $(gschemas_in:.xml.in=.valid) \ + $(gsettings_SCHEMAS) +gschemas_in = $(gschemaname).gschema.xml.in +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/auto-move-windows/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/auto-move-windows/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +@INTLTOOL_XML_NOMERGE_RULE@ + +@GSETTINGS_RULES@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/auto-move-windows/extension.js b/extensions/auto-move-windows/extension.js new file mode 100644 index 0000000..e4c7fca --- /dev/null +++ b/extensions/auto-move-windows/extension.js @@ -0,0 +1,160 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- +// Start apps on custom workspaces + +const Glib = imports.gi.GLib; +const Gio = imports.gi.Gio; +const Lang = imports.lang; +const Mainloop = imports.mainloop; +const Meta = imports.gi.Meta; +const Shell = imports.gi.Shell; +const St = imports.gi.St; + +const Main = imports.ui.main; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const SETTINGS_KEY = 'application-list'; + +let settings; + +const WindowMover = new Lang.Class({ + Name: 'AutoMoveWindows.WindowMover', + + _init: function() { + this._settings = settings; + this._windowTracker = Shell.WindowTracker.get_default(); + + let display = global.screen.get_display(); + // Connect after so the handler from ShellWindowTracker has already run + this._windowCreatedId = display.connect_after('window-created', Lang.bind(this, this._findAndMove)); + }, + + destroy: function() { + if (this._windowCreatedId) { + global.screen.get_display().disconnect(this._windowCreatedId); + this._windowCreatedId = 0; + } + }, + + _ensureAtLeastWorkspaces: function(num, window) { + for (let j = global.screen.n_workspaces; j <= num; j++) { + window.change_workspace_by_index(j-1, false); + global.screen.append_new_workspace(false, 0); + } + }, + + _findAndMove: function(display, window, noRecurse) { + if (window.skip_taskbar) + return; + + let spaces = this._settings.get_strv(SETTINGS_KEY); + + let app = this._windowTracker.get_window_app(window); + if (!app) { + if (!noRecurse) { + // window is not tracked yet + Mainloop.idle_add(Lang.bind(this, function() { + this._findAndMove(display, window, true); + return false; + })); + } else + log ('Cannot find application for window'); + return; + } + let app_id = app.get_id(); + for ( let j = 0 ; j < spaces.length; j++ ) { + let apps_to_space = spaces[j].split(":"); + // Match application id + if (apps_to_space[0] == app_id) { + let workspace_num = parseInt(apps_to_space[1]) - 1; + + if (workspace_num >= global.screen.n_workspaces) + this._ensureAtLeastWorkspaces(workspace_num, window); + + window.change_workspace_by_index(workspace_num, false); + } + } + } +}); + +let prevCheckWorkspaces; +let winMover; + +function init() { + Convenience.initTranslations(); + settings = Convenience.getSettings(); +} + +function myCheckWorkspaces() { + let i; + let emptyWorkspaces = new Array(this._workspaces.length); + + if (!Meta.prefs_get_dynamic_workspaces()) { + this._checkWorkspacesId = 0; + return false; + } + + for (i = 0; i < this._workspaces.length; i++) { + let lastRemoved = this._workspaces[i]._lastRemovedWindow; + if ((lastRemoved && + (lastRemoved.get_window_type() == Meta.WindowType.SPLASHSCREEN || + lastRemoved.get_window_type() == Meta.WindowType.DIALOG || + lastRemoved.get_window_type() == Meta.WindowType.MODAL_DIALOG)) || + this._workspaces[i]._keepAliveId) + emptyWorkspaces[i] = false; + else + emptyWorkspaces[i] = true; + } + + let sequences = Shell.WindowTracker.get_default().get_startup_sequences(); + for (i = 0; i < sequences.length; i++) { + let index = sequences[i].get_workspace(); + if (index >= 0 && index <= global.screen.n_workspaces) + emptyWorkspaces[index] = false; + } + + let windows = global.get_window_actors(); + for (i = 0; i < windows.length; i++) { + let winActor = windows[i]; + let win = winActor.meta_window; + if (win.is_on_all_workspaces()) + continue; + + let workspaceIndex = win.get_workspace().index(); + emptyWorkspaces[workspaceIndex] = false; + } + + // If we don't have an empty workspace at the end, add one + if (!emptyWorkspaces[emptyWorkspaces.length -1]) { + global.screen.append_new_workspace(false, global.get_current_time()); + emptyWorkspaces.push(false); + } + + let activeWorkspaceIndex = global.screen.get_active_workspace_index(); + emptyWorkspaces[activeWorkspaceIndex] = false; + + // Delete other empty workspaces; do it from the end to avoid index changes + for (i = emptyWorkspaces.length - 2; i >= 0; i--) { + if (emptyWorkspaces[i]) + global.screen.remove_workspace(this._workspaces[i], global.get_current_time()); + else + break; + } + + this._checkWorkspacesId = 0; + return false; +} + +function enable() { + prevCheckWorkspaces = Main.wm._workspaceTracker._checkWorkspaces; + Main.wm._workspaceTracker._checkWorkspaces = myCheckWorkspaces; + + winMover = new WindowMover(); +} + +function disable() { + Main.wm._workspaceTracker._checkWorkspaces = prevCheckWorkspaces; + winMover.destroy(); +} diff --git a/extensions/auto-move-windows/metadata.json.in b/extensions/auto-move-windows/metadata.json.in new file mode 100644 index 0000000..2dbbfe3 --- /dev/null +++ b/extensions/auto-move-windows/metadata.json.in @@ -0,0 +1,11 @@ +{ + "extension-id": "@extension_id@", + "uuid": "@uuid@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "name": "Auto Move Windows", + "description": "Move applications to specific workspaces when they create windows.", + "shell-version": [ "@shell_current@" ], + "original-authors": [ "alessandro.crismani@gmail.com", "thomas.bouffon@gmail.com" ], + "url": "@url@" +} diff --git a/extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in b/extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in new file mode 100644 index 0000000..59753dc --- /dev/null +++ b/extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in @@ -0,0 +1,10 @@ + + + + + [ ] + <_summary>Application and workspace list + <_description>A list of strings, each containing an application id (desktop file name), followed by a colon and the workspace number + + + diff --git a/extensions/auto-move-windows/prefs.js b/extensions/auto-move-windows/prefs.js new file mode 100644 index 0000000..cc542b2 --- /dev/null +++ b/extensions/auto-move-windows/prefs.js @@ -0,0 +1,274 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- +// Start apps on custom workspaces + +const GdkPixbuf = imports.gi.GdkPixbuf; +const Gio = imports.gi.Gio; +const GLib = imports.gi.GLib; +const GObject = imports.gi.GObject; +const GMenu = imports.gi.GMenu; +const Gtk = imports.gi.Gtk; +const Lang = imports.lang; +const Mainloop = imports.mainloop; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; +const N_ = function(e) { return e }; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const SETTINGS_KEY = 'application-list'; + +const WORKSPACE_MAX = 36; // compiled in limit of mutter + +const Columns = { + APPINFO: 0, + DISPLAY_NAME: 1, + ICON: 2, + WORKSPACE: 3, + ADJUSTMENT: 4 +}; + +const Widget = new GObject.Class({ + Name: 'AutoMoveWindows.Prefs.Widget', + GTypeName: 'AutoMoveWindowsPrefsWidget', + Extends: Gtk.Grid, + + _init: function(params) { + this.parent(params); + this.set_orientation(Gtk.Orientation.VERTICAL); + + this._settings = Convenience.getSettings(); + this._settings.connect('changed', Lang.bind(this, this._refresh)); + this._changedPermitted = false; + + this._store = new Gtk.ListStore(); + this._store.set_column_types([Gio.AppInfo, GObject.TYPE_STRING, Gio.Icon, GObject.TYPE_INT, + Gtk.Adjustment]); + + let scrolled = new Gtk.ScrolledWindow({ shadow_type: Gtk.ShadowType.IN}); + scrolled.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC); + this.add(scrolled); + + + this._treeView = new Gtk.TreeView({ model: this._store, + hexpand: true, vexpand: true }); + this._treeView.get_selection().set_mode(Gtk.SelectionMode.SINGLE); + + let appColumn = new Gtk.TreeViewColumn({ expand: true, sort_column_id: Columns.DISPLAY_NAME, + title: _("Application") }); + let iconRenderer = new Gtk.CellRendererPixbuf; + appColumn.pack_start(iconRenderer, false); + appColumn.add_attribute(iconRenderer, "gicon", Columns.ICON); + let nameRenderer = new Gtk.CellRendererText; + appColumn.pack_start(nameRenderer, true); + appColumn.add_attribute(nameRenderer, "text", Columns.DISPLAY_NAME); + this._treeView.append_column(appColumn); + + let workspaceColumn = new Gtk.TreeViewColumn({ title: _("Workspace"), + sort_column_id: Columns.WORKSPACE }); + let workspaceRenderer = new Gtk.CellRendererSpin({ editable: true }); + workspaceRenderer.connect('edited', Lang.bind(this, this._workspaceEdited)); + workspaceColumn.pack_start(workspaceRenderer, true); + workspaceColumn.add_attribute(workspaceRenderer, "adjustment", Columns.ADJUSTMENT); + workspaceColumn.add_attribute(workspaceRenderer, "text", Columns.WORKSPACE); + this._treeView.append_column(workspaceColumn); + + scrolled.add(this._treeView); + + let toolbar = new Gtk.Toolbar({ icon_size: Gtk.IconSize.SMALL_TOOLBAR }); + toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_INLINE_TOOLBAR); + this.add(toolbar); + + let newButton = new Gtk.ToolButton({ icon_name: 'bookmark-new-symbolic', + label: _("Add Rule"), + is_important: true }); + newButton.connect('clicked', Lang.bind(this, this._createNew)); + toolbar.add(newButton); + + let delButton = new Gtk.ToolButton({ icon_name: 'edit-delete-symbolic' }); + delButton.connect('clicked', Lang.bind(this, this._deleteSelected)); + toolbar.add(delButton); + + let selection = this._treeView.get_selection(); + selection.connect('changed', + function() { + delButton.sensitive = selection.count_selected_rows() > 0; + }); + delButton.sensitive = selection.count_selected_rows() > 0; + + this._changedPermitted = true; + this._refresh(); + }, + + _createNew: function() { + let dialog = new Gtk.Dialog({ title: _("Create new matching rule"), + transient_for: this.get_toplevel(), + use_header_bar: true, + modal: true }); + dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL); + let addButton = dialog.add_button(_("Add"), Gtk.ResponseType.OK); + dialog.set_default_response(Gtk.ResponseType.OK); + + let grid = new Gtk.Grid({ column_spacing: 10, + row_spacing: 15, + margin: 10 }); + dialog._appChooser = new Gtk.AppChooserWidget({ show_all: true }); + dialog._appChooser.connect('application-selected', Lang.bind(this, + function(w, appInfo) { + addButton.sensitive = appInfo && + this._checkId(appInfo.get_id()); + })); + let appInfo = dialog._appChooser.get_app_info(); + addButton.sensitive = appInfo && this._checkId(appInfo.get_id()); + + grid.attach(dialog._appChooser, 0, 0, 2, 1); + grid.attach(new Gtk.Label({ label: _("Workspace"), + halign: Gtk.Align.END }), 0, 1, 1, 1); + let adjustment = new Gtk.Adjustment({ lower: 1, + upper: WORKSPACE_MAX, + step_increment: 1 + }); + dialog._spin = new Gtk.SpinButton({ adjustment: adjustment, + snap_to_ticks: true }); + dialog._spin.set_value(1); + grid.attach(dialog._spin, 1, 1, 1, 1); + dialog.get_content_area().add(grid); + + dialog.connect('response', Lang.bind(this, function(dialog, id) { + if (id != Gtk.ResponseType.OK) { + dialog.destroy(); + return; + } + + let appInfo = dialog._appChooser.get_app_info(); + if (!appInfo) + return; + let index = Math.floor(dialog._spin.value); + if (isNaN(index) || index < 0) + index = 1; + + this._changedPermitted = false; + this._appendItem(appInfo.get_id(), index); + this._changedPermitted = true; + + let iter = this._store.append(); + let adj = new Gtk.Adjustment({ lower: 1, + upper: WORKSPACE_MAX, + step_increment: 1, + value: index }); + this._store.set(iter, + [Columns.APPINFO, Columns.ICON, Columns.DISPLAY_NAME, Columns.WORKSPACE, Columns.ADJUSTMENT], + [appInfo, appInfo.get_icon(), appInfo.get_display_name(), index, adj]); + + dialog.destroy(); + })); + dialog.show_all(); + }, + + _deleteSelected: function() { + let [any, model, iter] = this._treeView.get_selection().get_selected(); + + if (any) { + let appInfo = this._store.get_value(iter, Columns.APPINFO); + + this._changedPermitted = false; + this._removeItem(appInfo.get_id()); + this._changedPermitted = true; + this._store.remove(iter); + } + }, + + _workspaceEdited: function(renderer, pathString, text) { + let index = parseInt(text); + if (isNaN(index) || index < 0) + index = 1; + let path = Gtk.TreePath.new_from_string(pathString); + let [model, iter] = this._store.get_iter(path); + let appInfo = this._store.get_value(iter, Columns.APPINFO); + + this._changedPermitted = false; + this._changeItem(appInfo.get_id(), index); + this._store.set_value(iter, Columns.WORKSPACE, index); + this._changedPermitted = true; + }, + + _refresh: function() { + if (!this._changedPermitted) + // Ignore this notification, model is being modified outside + return; + + this._store.clear(); + + let currentItems = this._settings.get_strv(SETTINGS_KEY); + let validItems = [ ]; + for (let i = 0; i < currentItems.length; i++) { + let [id, index] = currentItems[i].split(':'); + let appInfo = Gio.DesktopAppInfo.new(id); + if (!appInfo) + continue; + validItems.push(currentItems[i]); + + let iter = this._store.append(); + let adj = new Gtk.Adjustment({ lower: 1, + upper: WORKSPACE_MAX, + step_increment: 1, + value: index }); + this._store.set(iter, + [Columns.APPINFO, Columns.ICON, Columns.DISPLAY_NAME, Columns.WORKSPACE, Columns.ADJUSTMENT], + [appInfo, appInfo.get_icon(), appInfo.get_display_name(), parseInt(index), adj]); + } + + if (validItems.length != currentItems.length) // some items were filtered out + this._settings.set_strv(SETTINGS_KEY, validItems); + }, + + _checkId: function(id) { + let items = this._settings.get_strv(SETTINGS_KEY); + return !items.some(function(i) { return i.startsWith(id + ':'); }); + }, + + _appendItem: function(id, workspace) { + let currentItems = this._settings.get_strv(SETTINGS_KEY); + currentItems.push(id + ':' + workspace); + this._settings.set_strv(SETTINGS_KEY, currentItems); + }, + + _removeItem: function(id) { + let currentItems = this._settings.get_strv(SETTINGS_KEY); + let index = currentItems.map(function(el) { + return el.split(':')[0]; + }).indexOf(id); + + if (index < 0) + return; + currentItems.splice(index, 1); + this._settings.set_strv(SETTINGS_KEY, currentItems); + }, + + _changeItem: function(id, workspace) { + let currentItems = this._settings.get_strv(SETTINGS_KEY); + let index = currentItems.map(function(el) { + return el.split(':')[0]; + }).indexOf(id); + + if (index < 0) + currentItems.push(id + ':' + workspace); + else + currentItems[index] = id + ':' + workspace; + this._settings.set_strv(SETTINGS_KEY, currentItems); + } +}); + + +function init() { + Convenience.initTranslations(); +} + +function buildPrefsWidget() { + let widget = new Widget({ margin: 12 }); + widget.show_all(); + + return widget; +} diff --git a/extensions/auto-move-windows/stylesheet.css b/extensions/auto-move-windows/stylesheet.css new file mode 100644 index 0000000..25134b6 --- /dev/null +++ b/extensions/auto-move-windows/stylesheet.css @@ -0,0 +1 @@ +/* This extensions requires no special styling */ diff --git a/extensions/drive-menu/Makefile.am b/extensions/drive-menu/Makefile.am new file mode 100644 index 0000000..af90471 --- /dev/null +++ b/extensions/drive-menu/Makefile.am @@ -0,0 +1,3 @@ +EXTENSION_ID = drive-menu + +include ../../extension.mk diff --git a/extensions/drive-menu/Makefile.in b/extensions/drive-menu/Makefile.in new file mode 100644 index 0000000..875991c --- /dev/null +++ b/extensions/drive-menu/Makefile.in @@ -0,0 +1,517 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/drive-menu +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = drive-menu +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/drive-menu/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/drive-menu/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/drive-menu/extension.js b/extensions/drive-menu/extension.js new file mode 100644 index 0000000..fe42a4c --- /dev/null +++ b/extensions/drive-menu/extension.js @@ -0,0 +1,210 @@ +// Drive menu extension +const Clutter = imports.gi.Clutter; +const Gio = imports.gi.Gio; +const Lang = imports.lang; +const St = imports.gi.St; +const Shell = imports.gi.Shell; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const Main = imports.ui.main; +const Panel = imports.ui.panel; +const PanelMenu = imports.ui.panelMenu; +const PopupMenu = imports.ui.popupMenu; +const ShellMountOperation = imports.ui.shellMountOperation; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const MountMenuItem = new Lang.Class({ + Name: 'DriveMenu.MountMenuItem', + Extends: PopupMenu.PopupBaseMenuItem, + + _init: function(mount) { + this.parent(); + + this.label = new St.Label({ text: mount.get_name() }); + this.actor.add(this.label, { expand: true }); + this.actor.label_actor = this.label; + + this.mount = mount; + + let ejectIcon = new St.Icon({ icon_name: 'media-eject-symbolic', + style_class: 'popup-menu-icon ' }); + let ejectButton = new St.Button({ child: ejectIcon }); + ejectButton.connect('clicked', Lang.bind(this, this._eject)); + this.actor.add(ejectButton); + + this._changedId = mount.connect('changed', Lang.bind(this, this._syncVisibility)); + this._syncVisibility(); + }, + + destroy: function() { + if (this._changedId) { + this.mount.disconnect(this._changedId); + this._changedId = 0; + } + + this.parent(); + }, + + _isInteresting: function() { + if (!this.mount.can_eject() && !this.mount.can_unmount()) + return false; + if (this.mount.is_shadowed()) + return false; + + let volume = this.mount.get_volume(); + + if (volume == null) { + // probably a GDaemonMount, could be network or + // local, but we can't tell; assume it's local for now + return true; + } + + return volume.get_identifier('class') != 'network'; + }, + + _syncVisibility: function() { + this.actor.visible = this._isInteresting(); + }, + + _eject: function() { + let mountOp = new ShellMountOperation.ShellMountOperation(this.mount); + + if (this.mount.can_eject()) + this.mount.eject_with_operation(Gio.MountUnmountFlags.NONE, + mountOp.mountOp, + null, // Gio.Cancellable + Lang.bind(this, this._ejectFinish)); + else + this.mount.unmount_with_operation(Gio.MountUnmountFlags.NONE, + mountOp.mountOp, + null, // Gio.Cancellable + Lang.bind(this, this._unmountFinish)); + }, + + _unmountFinish: function(mount, result) { + try { + mount.unmount_with_operation_finish(result); + } catch(e) { + this._reportFailure(e); + } + }, + + _ejectFinish: function(mount, result) { + try { + mount.eject_with_operation_finish(result); + } catch(e) { + this._reportFailure(e); + } + }, + + _reportFailure: function(exception) { + let msg = _("Ejecting drive '%s' failed:").format(this.mount.get_name()); + Main.notifyError(msg, exception.message); + }, + + activate: function(event) { + let context = global.create_app_launch_context(event.get_time(), -1); + Gio.AppInfo.launch_default_for_uri(this.mount.get_root().get_uri(), + context); + + this.parent(event); + } +}); + +const DriveMenu = new Lang.Class({ + Name: 'DriveMenu.DriveMenu', + Extends: PanelMenu.Button, + + _init: function() { + this.parent(0.0, _("Removable devices")); + + let hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' }); + let icon = new St.Icon({ icon_name: 'media-eject-symbolic', + style_class: 'system-status-icon' }); + + hbox.add_child(icon); + hbox.add_child(new St.Label({ text: '\u25BE', + y_expand: true, + y_align: Clutter.ActorAlign.CENTER })); + this.actor.add_child(hbox); + + this._monitor = Gio.VolumeMonitor.get(); + this._addedId = this._monitor.connect('mount-added', Lang.bind(this, function(monitor, mount) { + this._addMount(mount); + this._updateMenuVisibility(); + })); + this._removedId = this._monitor.connect('mount-removed', Lang.bind(this, function(monitor, mount) { + this._removeMount(mount); + this._updateMenuVisibility(); + })); + + this._mounts = [ ]; + + this._monitor.get_mounts().forEach(Lang.bind(this, this._addMount)); + + this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem()); + this.menu.addAction(_("Open File"), function(event) { + let appSystem = Shell.AppSystem.get_default(); + let app = appSystem.lookup_app('org.gnome.Nautilus.desktop'); + app.activate_full(-1, event.get_time()); + }); + + this._updateMenuVisibility(); + }, + + _updateMenuVisibility: function() { + if (this._mounts.filter(function(i) i.actor.visible).length > 0) + this.actor.show(); + else + this.actor.hide(); + }, + + _addMount: function(mount) { + let item = new MountMenuItem(mount); + this._mounts.unshift(item); + this.menu.addMenuItem(item, 0); + }, + + _removeMount: function(mount) { + for (let i = 0; i < this._mounts.length; i++) { + let item = this._mounts[i]; + if (item.mount == mount) { + item.destroy(); + this._mounts.splice(i, 1); + return; + } + } + log ('Removing a mount that was never added to the menu'); + }, + + destroy: function() { + if (this._connectedId) { + this._monitor.disconnect(this._connectedId); + this._monitor.disconnect(this._disconnectedId); + this._connectedId = 0; + this._disconnectedId = 0; + } + + this.parent(); + }, +}); + +function init() { + Convenience.initTranslations(); +} + +let _indicator; + +function enable() { + _indicator = new DriveMenu; + Main.panel.addToStatusArea('drive-menu', _indicator); +} + +function disable() { + _indicator.destroy(); +} diff --git a/extensions/drive-menu/metadata.json.in b/extensions/drive-menu/metadata.json.in new file mode 100644 index 0000000..e851208 --- /dev/null +++ b/extensions/drive-menu/metadata.json.in @@ -0,0 +1,10 @@ +{ + "extension-id": "@extension_id@", + "uuid": "@uuid@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "name": "Removable Drive Menu", + "description": "A status menu for accessing and unmounting removable devices.", + "shell-version": [ "@shell_current@" ], + "url": "@url@" +} diff --git a/extensions/drive-menu/stylesheet.css b/extensions/drive-menu/stylesheet.css new file mode 100644 index 0000000..fbe5640 --- /dev/null +++ b/extensions/drive-menu/stylesheet.css @@ -0,0 +1 @@ +/* This extensions requires no custom styling */ diff --git a/extensions/example/Makefile.am b/extensions/example/Makefile.am new file mode 100644 index 0000000..3b2d3e1 --- /dev/null +++ b/extensions/example/Makefile.am @@ -0,0 +1,6 @@ +EXTENSION_ID = example + +EXTRA_MODULES = prefs.js + +include ../../extension.mk +include ../../settings.mk diff --git a/extensions/example/Makefile.in b/extensions/example/Makefile.in new file mode 100644 index 0000000..750baea --- /dev/null +++ b/extensions/example/Makefile.in @@ -0,0 +1,525 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/../../settings.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(dist_extension_DATA) +subdir = extensions/example +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = example +EXTRA_MODULES = prefs.js +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in $(gschemas_in) +CLEANFILES = metadata.json $(gschemas_in:.xml.in=.valid) \ + $(gsettings_SCHEMAS) +gschemas_in = $(gschemaname).gschema.xml.in +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/example/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/example/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +@INTLTOOL_XML_NOMERGE_RULE@ + +@GSETTINGS_RULES@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/example/extension.js b/extensions/example/extension.js new file mode 100644 index 0000000..d2de6f4 --- /dev/null +++ b/extensions/example/extension.js @@ -0,0 +1,49 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- +// Sample extension code, makes clicking on the panel show a message +const St = imports.gi.St; +const Mainloop = imports.mainloop; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const Main = imports.ui.main; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +function _showHello() { + let settings = Convenience.getSettings(); + let text = settings.get_string('hello-text') || _("Hello, world!"); + + let label = new St.Label({ style_class: 'helloworld-label', text: text }); + let monitor = Main.layoutManager.primaryMonitor; + global.stage.add_actor(label); + label.set_position(Math.floor (monitor.width / 2 - label.width / 2), Math.floor(monitor.height / 2 - label.height / 2)); + Mainloop.timeout_add(3000, function () { label.destroy(); }); +} + +// Put your extension initialization code here +function init(metadata) { + log ('Example extension initalized'); + + Convenience.initTranslations(); +} + +let signalId; + +function enable() { + log ('Example extension enabled'); + + Main.panel.actor.reactive = true; + signalId = Main.panel.actor.connect('button-release-event', _showHello); +} + +function disable() { + log ('Example extension disabled'); + + if (signalId) { + Main.panel.actor.disconnect(signalId); + signalId = 0; + } +} diff --git a/extensions/example/metadata.json.in b/extensions/example/metadata.json.in new file mode 100644 index 0000000..56f9655 --- /dev/null +++ b/extensions/example/metadata.json.in @@ -0,0 +1,10 @@ +{ + "extension-id": "@extension_id@", + "uuid": "@uuid@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "name": "Hello, World!", + "description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.", + "shell-version": [ "@shell_current@" ], + "url": "@url@" +} diff --git a/extensions/example/org.gnome.shell.extensions.example.gschema.xml.in b/extensions/example/org.gnome.shell.extensions.example.gschema.xml.in new file mode 100644 index 0000000..23aa34f --- /dev/null +++ b/extensions/example/org.gnome.shell.extensions.example.gschema.xml.in @@ -0,0 +1,9 @@ + + + + '' + <_summary>Alternative greeting text. + <_description>If not empty, it contains the text that will be shown when clicking on the panel. + + + diff --git a/extensions/example/prefs.js b/extensions/example/prefs.js new file mode 100644 index 0000000..0ffe815 --- /dev/null +++ b/extensions/example/prefs.js @@ -0,0 +1,57 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- + +const GLib = imports.gi.GLib; +const GObject = imports.gi.GObject; +const Gio = imports.gi.Gio; +const Gtk = imports.gi.Gtk; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +function init() { + Convenience.initTranslations(); +} + +const ExamplePrefsWidget = new GObject.Class({ + Name: 'Example.Prefs.Widget', + GTypeName: 'ExamplePrefsWidget', + Extends: Gtk.Grid, + + _init: function(params) { + this.parent(params); + this.margin = 12; + this.row_spacing = this.column_spacing = 6; + this.set_orientation(Gtk.Orientation.VERTICAL); + + this.add(new Gtk.Label({ label: '' + _("Message") + '', + use_markup: true, + halign: Gtk.Align.START })); + + let entry = new Gtk.Entry({ hexpand: true, + margin_bottom: 12 }); + this.add(entry); + + this._settings = Convenience.getSettings(); + this._settings.bind('hello-text', entry, 'text', Gio.SettingsBindFlags.DEFAULT); + + // TRANSLATORS: Example is the name of the extension, should not be + // translated + 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\ +Nevertheless it's possible to customize the greeting message."); + + this.add(new Gtk.Label({ label: primaryText, + wrap: true, xalign: 0 })); + } +}); + +function buildPrefsWidget() { + let widget = new ExamplePrefsWidget(); + widget.show_all(); + + return widget; +} diff --git a/extensions/example/stylesheet.css b/extensions/example/stylesheet.css new file mode 100644 index 0000000..a8dc980 --- /dev/null +++ b/extensions/example/stylesheet.css @@ -0,0 +1,8 @@ +/* Example stylesheet */ +.helloworld-label { + font-size: 36px; + font-weight: bold; + color: #ffffff; + background-color: rgba(10,10,10,0.7); + border-radius: 5px; +} diff --git a/extensions/launch-new-instance/Makefile.am b/extensions/launch-new-instance/Makefile.am new file mode 100644 index 0000000..fe31600 --- /dev/null +++ b/extensions/launch-new-instance/Makefile.am @@ -0,0 +1,3 @@ +EXTENSION_ID = launch-new-instance + +include ../../extension.mk diff --git a/extensions/launch-new-instance/Makefile.in b/extensions/launch-new-instance/Makefile.in new file mode 100644 index 0000000..85dc3f5 --- /dev/null +++ b/extensions/launch-new-instance/Makefile.in @@ -0,0 +1,517 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/launch-new-instance +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = launch-new-instance +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/launch-new-instance/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/launch-new-instance/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/launch-new-instance/extension.js b/extensions/launch-new-instance/extension.js new file mode 100644 index 0000000..fd97064 --- /dev/null +++ b/extensions/launch-new-instance/extension.js @@ -0,0 +1,17 @@ +const AppDisplay = imports.ui.appDisplay; + +var _onActivateOriginal = null; + +function init() { +} + +function enable() { + _activateOriginal = AppDisplay.AppIcon.prototype.activate; + AppDisplay.AppIcon.prototype.activate = function() { + _activateOriginal.call(this, 2); + }; +} + +function disable() { + AppDisplay.AppIcon.prototype.activate = _activateOriginal; +} diff --git a/extensions/launch-new-instance/metadata.json.in b/extensions/launch-new-instance/metadata.json.in new file mode 100644 index 0000000..2ee7d71 --- /dev/null +++ b/extensions/launch-new-instance/metadata.json.in @@ -0,0 +1,10 @@ +{ +"extension-id": "@extension_id@", +"uuid": "@uuid@", +"settings-schema": "@gschemaname@", +"gettext-domain": "@gettext_domain@", +"name": "Launch new instance", +"description": "Always launch a new instance when clicking in the dash or the application view.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.", +"shell-version": [ "@shell_current@" ], +"url": "@url@" +} diff --git a/extensions/launch-new-instance/stylesheet.css b/extensions/launch-new-instance/stylesheet.css new file mode 100644 index 0000000..25134b6 --- /dev/null +++ b/extensions/launch-new-instance/stylesheet.css @@ -0,0 +1 @@ +/* This extensions requires no special styling */ diff --git a/extensions/native-window-placement/Makefile.am b/extensions/native-window-placement/Makefile.am new file mode 100644 index 0000000..93694a3 --- /dev/null +++ b/extensions/native-window-placement/Makefile.am @@ -0,0 +1,5 @@ +EXTENSION_ID = native-window-placement + +include ../../extension.mk +include ../../settings.mk + diff --git a/extensions/native-window-placement/Makefile.in b/extensions/native-window-placement/Makefile.in new file mode 100644 index 0000000..6ce2f04 --- /dev/null +++ b/extensions/native-window-placement/Makefile.in @@ -0,0 +1,524 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/../../settings.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(dist_extension_DATA) +subdir = extensions/native-window-placement +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = native-window-placement +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in $(gschemas_in) +CLEANFILES = metadata.json $(gschemas_in:.xml.in=.valid) \ + $(gsettings_SCHEMAS) +gschemas_in = $(gschemaname).gschema.xml.in +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/native-window-placement/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/native-window-placement/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +@INTLTOOL_XML_NOMERGE_RULE@ + +@GSETTINGS_RULES@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/native-window-placement/extension.js b/extensions/native-window-placement/extension.js new file mode 100644 index 0000000..2248d9d --- /dev/null +++ b/extensions/native-window-placement/extension.js @@ -0,0 +1,499 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- +// import just everything from workspace.js: +const Clutter = imports.gi.Clutter; +const Gio = imports.gi.Gio; +const Lang = imports.lang; +const Mainloop = imports.mainloop; +const Meta = imports.gi.Meta; +const Pango = imports.gi.Pango; +const Shell = imports.gi.Shell; +const St = imports.gi.St; +const Signals = imports.signals; + +const DND = imports.ui.dnd; +const Lightbox = imports.ui.lightbox; +const Main = imports.ui.main; +const Overview = imports.ui.overview; +const Panel = imports.ui.panel; +const Tweener = imports.ui.tweener; + +const Workspace = imports.ui.workspace; +const WindowPositionFlags = Workspace.WindowPositionFlags; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +// testing settings for natural window placement strategy: +const WINDOW_PLACEMENT_NATURAL_FILLGAPS = true; // enlarge windows at the end to fill gaps // not implemented yet +const WINDOW_PLACEMENT_NATURAL_GRID_FALLBACK = true; // fallback to grid mode if all windows have the same size and positions. // not implemented yet +const WINDOW_PLACEMENT_NATURAL_ACCURACY = 20; // accuracy of window translate moves (KDE-default: 20) +const WINDOW_PLACEMENT_NATURAL_GAPS = 5; // half of the minimum gap between windows +const WINDOW_PLACEMENT_NATURAL_MAX_TRANSLATIONS = 5000; // safety limit for preventing endless loop if something is wrong in the algorithm + +const PLACE_WINDOW_CAPTIONS_ON_TOP = true; // place window titles in overview on top of windows with overlap parameter + +const WORKSPACE_BORDER_GAP = 10; // minimum gap between the workspace area and the workspace selector +const WINDOW_AREA_TOP_GAP = 20; // minimum gap between the workspace area and the top border. This keeps window captions and close buttons visible. 13px (26/2) should currently be enough. + +const BUTTON_LAYOUT_SCHEMA = 'org.gnome.desktop.wm.preferences'; +const BUTTON_LAYOUT_KEY = 'button-layout'; + +function injectToFunction(parent, name, func) { + let origin = parent[name]; + parent[name] = function() { + let ret; + ret = origin.apply(this, arguments); + if (ret === undefined) + ret = func.apply(this, arguments); + return ret; + } +} + +const Rect = new Lang.Class({ + Name: 'NativeWindowPlacement.Rect', + + _init: function(x, y, width, height) { + [this.x, this.y, this.width, this.height] = [x, y, width, height]; + }, + + /** + * used in _calculateWindowTransformationsNatural to replace Meta.Rectangle that is too slow. + */ + copy: function() { + return new Rect(this.x, this.y, this.width, this.height); + }, + + union: function(rect2) { + let dest = this.copy(); + if (rect2.x < dest.x) + { + dest.width += dest.x - rect2.x; + dest.x = rect2.x; + } + if (rect2.y < dest.y) + { + dest.height += dest.y - rect2.y; + dest.y = rect2.y; + } + if (rect2.x + rect2.width > dest.x + dest.width) + dest.width = rect2.x + rect2.width - dest.x; + if (rect2.y + rect2.height > dest.y + dest.height) + dest.height = rect2.y + rect2.height - dest.y; + + return dest; + }, + + adjusted: function(dx, dy, dx2, dy2) { + let dest = this.copy(); + dest.x += dx; + dest.y += dy; + dest.width += -dx + dx2; + dest.height += -dy + dy2; + return dest; + }, + + overlap: function(rect2) { + return !((this.x + this.width <= rect2.x) || + (rect2.x + rect2.width <= this.x) || + (this.y + this.height <= rect2.y) || + (rect2.y + rect2.height <= this.y)); + }, + + center: function() { + return [this.x + this.width / 2, this.y + this.height / 2]; + }, + + translate: function(dx, dy) { + this.x += dx; + this.y += dy; + } +}); + +let winInjections, workspaceInjections, connectedSignals; + +function resetState() { + winInjections = { }; + workspaceInjections = { }; + connectedSignals = [ ]; +} + +function enable() { + resetState(); + + let settings = Convenience.getSettings(); + let useMoreScreen = settings.get_boolean('use-more-screen'); + let windowCaptionsOnTop = settings.get_boolean('window-captions-on-top'); + let signalId = settings.connect('changed::use-more-screen', function() { + useMoreScreen = settings.get_boolean('use-more-screen'); + }); + connectedSignals.push({ obj: settings, id: signalId }); + + /** + * _calculateWindowTransformationsNatural: + * @clones: Array of #MetaWindow + * + * Returns clones with matching target coordinates and scales to arrange windows in a natural way that no overlap exists and relative window size is preserved. + * This function is almost a 1:1 copy of the function + * PresentWindowsEffect::calculateWindowTransformationsNatural() from KDE, see: + * https://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/entry/kwin/effects/presentwindows/presentwindows.cpp + */ + Workspace.Workspace.prototype._calculateWindowTransformationsNatural = function(clones, area) { + // As we are using pseudo-random movement (See "slot") we need to make sure the list + // is always sorted the same way no matter which window is currently active. + + let area_rect = new Rect(area.x, area.y, area.width, area.height); + let bounds = area_rect.copy(); + + let direction = 0; + let directions = []; + let rects = []; + for (let i = 0; i < clones.length; i++) { + // save rectangles into 4-dimensional arrays representing two corners of the rectangular: [left_x, top_y, right_x, bottom_y] + let rect = clones[i].metaWindow.get_outer_rect(); + rects[i] = new Rect(rect.x, rect.y, rect.width, rect.height); + bounds = bounds.union(rects[i]); + + // This is used when the window is on the edge of the screen to try to use as much screen real estate as possible. + directions[i] = direction; + direction++; + if (direction == 4) { + direction = 0; + } + } + + let loop_counter = 0; + let overlap; + do { + overlap = false; + for (let i = 0; i < rects.length; i++) { + for (let j = 0; j < rects.length; j++) { + if (i != j && rects[i].adjusted(-WINDOW_PLACEMENT_NATURAL_GAPS, -WINDOW_PLACEMENT_NATURAL_GAPS, + WINDOW_PLACEMENT_NATURAL_GAPS, WINDOW_PLACEMENT_NATURAL_GAPS).overlap( + rects[j].adjusted(-WINDOW_PLACEMENT_NATURAL_GAPS, -WINDOW_PLACEMENT_NATURAL_GAPS, + WINDOW_PLACEMENT_NATURAL_GAPS, WINDOW_PLACEMENT_NATURAL_GAPS))) { + loop_counter++; + overlap = true; + + // TODO: something like a Point2D would be nicer here: + + // Determine pushing direction + let i_center = rects[i].center(); + let j_center = rects[j].center(); + let diff = [j_center[0] - i_center[0], j_center[1] - i_center[1]]; + + // Prevent dividing by zero and non-movement + if (diff[0] == 0 && diff[1] == 0) + diff[0] = 1; + // Try to keep screen/workspace aspect ratio + if ( bounds.height / bounds.width > area_rect.height / area_rect.width ) + diff[0] *= 2; + else + diff[1] *= 2; + + // Approximate a vector of between 10px and 20px in magnitude in the same direction + let length = Math.sqrt(diff[0] * diff[0] + diff[1] * diff[1]); + diff[0] = diff[0] * WINDOW_PLACEMENT_NATURAL_ACCURACY / length; + diff[1] = diff[1] * WINDOW_PLACEMENT_NATURAL_ACCURACY / length; + + // Move both windows apart + rects[i].translate(-diff[0], -diff[1]); + rects[j].translate(diff[0], diff[1]); + + + if (useMoreScreen) { + // Try to keep the bounding rect the same aspect as the screen so that more + // screen real estate is utilised. We do this by splitting the screen into nine + // equal sections, if the window center is in any of the corner sections pull the + // window towards the outer corner. If it is in any of the other edge sections + // alternate between each corner on that edge. We don't want to determine it + // randomly as it will not produce consistant locations when using the filter. + // Only move one window so we don't cause large amounts of unnecessary zooming + // in some situations. We need to do this even when expanding later just in case + // all windows are the same size. + // (We are using an old bounding rect for this, hopefully it doesn't matter) + let xSection = Math.round((rects[i].x - bounds.x) / (bounds.width / 3)); + let ySection = Math.round((rects[i].y - bounds.y) / (bounds.height / 3)); + + let i_center = rects[i].center(); + diff[0] = 0; + diff[1] = 0; + if (xSection != 1 || ySection != 1) { // Remove this if you want the center to pull as well + if (xSection == 1) + xSection = (directions[i] / 2 ? 2 : 0); + if (ySection == 1) + ySection = (directions[i] % 2 ? 2 : 0); + } + if (xSection == 0 && ySection == 0) { + diff[0] = bounds.x - i_center[0]; + diff[1] = bounds.y - i_center[1]; + } + if (xSection == 2 && ySection == 0) { + diff[0] = bounds.x + bounds.width - i_center[0]; + diff[1] = bounds.y - i_center[1]; + } + if (xSection == 2 && ySection == 2) { + diff[0] = bounds.x + bounds.width - i_center[0]; + diff[1] = bounds.y + bounds.height - i_center[1]; + } + if (xSection == 0 && ySection == 2) { + diff[0] = bounds.x - i_center[0]; + diff[1] = bounds.y + bounds.height - i_center[1]; + } + if (diff[0] != 0 || diff[1] != 0) { + let length = Math.sqrt(diff[0]*diff[0] + diff[1]*diff[1]); + diff[0] *= WINDOW_PLACEMENT_NATURAL_ACCURACY / length / 2; // /2 to make it less influencing than the normal center-move above + diff[1] *= WINDOW_PLACEMENT_NATURAL_ACCURACY / length / 2; + rects[i].translate(diff[0], diff[1]); + } + } + + // Update bounding rect + bounds = bounds.union(rects[i]); + bounds = bounds.union(rects[j]); + } + } + } + } while (overlap && loop_counter < WINDOW_PLACEMENT_NATURAL_MAX_TRANSLATIONS); + + // Work out scaling by getting the most top-left and most bottom-right window coords. + let scale; + scale = Math.min(area_rect.width / bounds.width, + area_rect.height / bounds.height, + 1.0); + + // Make bounding rect fill the screen size for later steps + bounds.x = bounds.x - (area_rect.width - bounds.width * scale) / 2; + bounds.y = bounds.y - (area_rect.height - bounds.height * scale) / 2; + bounds.width = area_rect.width / scale; + bounds.height = area_rect.height / scale; + + // Move all windows back onto the screen and set their scale + for (let i = 0; i < rects.length; i++) { + rects[i].translate(-bounds.x, -bounds.y); + } + + // TODO: Implement the KDE part "Try to fill the gaps by enlarging windows if they have the space" here. (If this is wanted) + + // rescale to workspace + let scales = []; + + let buttonOuterHeight, captionHeight; + let buttonOuterWidth = 0; + + let slots = []; + for (let i = 0; i < rects.length; i++) { + rects[i].x = rects[i].x * scale + area_rect.x; + rects[i].y = rects[i].y * scale + area_rect.y; + + slots.push([rects[i].x, rects[i].y, scale, clones[i]]); + } + + return slots; + } + workspaceInjections['_calculateWindowTransformationsNatural'] = undefined; + + /** + * _updateWindowPositions: + * @flags: + * INITIAL - this is the initial positioning of the windows. + * ANIMATE - Indicates that we need animate changing position. + */ + workspaceInjections['_updateWindowPositions'] = Workspace.Workspace.prototype._updateWindowPositions; + Workspace.Workspace.prototype._updateWindowPositions = function(flags) { + if (this._currentLayout == null) { + this._recalculateWindowPositions(flags); + return; + } + + let initialPositioning = flags & WindowPositionFlags.INITIAL; + let animate = flags & WindowPositionFlags.ANIMATE; + + let layout = this._currentLayout; + let strategy = layout.strategy; + + let [, , padding] = this._getSpacingAndPadding(); + let area = Workspace.padArea(this._actualGeometry, padding); + + /// EDIT replace this version by our own: + //let slots = strategy.computeWindowSlots(layout, area); + + + /// EDIT copied from _realRecalculateWindowPositions: + let clones = this._windows.slice(); + if (clones.length == 0) + return; + + clones.sort(function(a, b) { + return a.metaWindow.get_stable_sequence() - b.metaWindow.get_stable_sequence(); + }); + + if (this._reservedSlot) + clones.push(this._reservedSlot); + + /// EDIT our own window placement function: + let slots = this._calculateWindowTransformationsNatural(clones, area); + + + let currentWorkspace = global.screen.get_active_workspace(); + let isOnCurrentWorkspace = this.metaWorkspace == null || this.metaWorkspace == currentWorkspace; + + for (let i = 0; i < slots.length; i++) { + let slot = slots[i]; + let [x, y, scale, clone] = slot; + let metaWindow = clone.metaWindow; + let overlay = clone.overlay; + clone.slotId = i; + + // Positioning a window currently being dragged must be avoided; + // we'll just leave a blank spot in the layout for it. + if (clone.inDrag) + continue; + + let cloneWidth = clone.actor.width * scale; + let cloneHeight = clone.actor.height * scale; + clone.slot = [x, y, cloneWidth, cloneHeight]; + + if (overlay && (initialPositioning || !clone.positioned)) + overlay.hide(); + + if (!clone.positioned) { + // This window appeared after the overview was already up + // Grow the clone from the center of the slot + clone.actor.x = x + cloneWidth / 2; + clone.actor.y = y + cloneHeight / 2; + clone.actor.scale_x = 0; + clone.actor.scale_y = 0; + clone.positioned = true; + } + + if (animate && isOnCurrentWorkspace) { + if (!metaWindow.showing_on_its_workspace()) { + /* Hidden windows should fade in and grow + * therefore we need to resize them now so they + * can be scaled up later */ + if (initialPositioning) { + clone.actor.opacity = 0; + clone.actor.scale_x = 0; + clone.actor.scale_y = 0; + clone.actor.x = x; + clone.actor.y = y; + } + + Tweener.addTween(clone.actor, + { opacity: 255, + time: Overview.ANIMATION_TIME, + transition: 'easeInQuad' + }); + } + + this._animateClone(clone, overlay, x, y, scale, initialPositioning); + } else { + // cancel any active tweens (otherwise they might override our changes) + Tweener.removeTweens(clone.actor); + clone.actor.set_position(x, y); + clone.actor.set_scale(scale, scale); + clone.overlay.relayout(false); + this._showWindowOverlay(clone, overlay, isOnCurrentWorkspace); + } + } + } + + + + /// position window titles on top of windows in overlay //// + if (windowCaptionsOnTop) { + + /// This is almost a direct copy of the original relayout function. Differences are marked. + winInjections['relayout'] = Workspace.WindowOverlay.prototype.relayout; + Workspace.WindowOverlay.prototype.relayout = function(animate) { + let button = this.closeButton; + let title = this.title; + let border = this.border; + + Tweener.removeTweens(button); + Tweener.removeTweens(title); + Tweener.removeTweens(border); + + 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 + // is set, so we need to reset the width by calling set_width(-1), to forward + // the call down to StLabel. + // We also need to save and restore the current width, otherwise the animation + // starts from the wrong point. + let prevTitleWidth = title.width; + title.set_width(-1); + let [titleMinWidth, titleNatWidth] = title.get_preferred_width(-1); + let titleWidth = Math.max(titleMinWidth, Math.min(titleNatWidth, cloneWidth)); + title.width = prevTitleWidth; + + let titleX = cloneX + (cloneWidth - titleWidth) / 2; + + /// this is the actual difference to original gnome-shell: + //let titleY = cloneY + cloneHeight + title._spacing; + let titleY = cloneY - title.height + title._spacing; + + if (animate) + this._animateOverlayActor(title, Math.floor(titleX), Math.floor(titleY), titleWidth); + else { + title.width = titleWidth; + 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); + } + }; + } +} + +function removeInjection(object, injection, name) { + if (injection[name] === undefined) + delete object[name]; + else + object[name] = injection[name]; +} + +function disable() { + var i; + + for (i in workspaceInjections) + removeInjection(Workspace.Workspace.prototype, workspaceInjections, i); + for (i in winInjections) + removeInjection(Workspace.WindowOverlay.prototype, winInjections, i); + + for each (i in connectedSignals) + i.obj.disconnect(i.id); + + global.stage.queue_relayout(); + resetState(); +} + +function init() { + /* do nothing */ +} diff --git a/extensions/native-window-placement/metadata.json.in b/extensions/native-window-placement/metadata.json.in new file mode 100644 index 0000000..8c86e77 --- /dev/null +++ b/extensions/native-window-placement/metadata.json.in @@ -0,0 +1,11 @@ +{ + "uuid": "@uuid@", + "extension-id": "@extension_id@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "name": "Native Window Placement", + "description": "Arrange windows in overview in a more compact way.", + "shell-version": [ "@shell_current@" ], + "url": "@url@", + "original-authors": [ "wepmaschda@gmx.de" ] +} diff --git a/extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in b/extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in new file mode 100644 index 0000000..cf76399 --- /dev/null +++ b/extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in @@ -0,0 +1,16 @@ + + + + true + <_summary>Use more screen for windows + <_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. + + + true + <_summary>Place window captions on top + <_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. + + + diff --git a/extensions/native-window-placement/stylesheet.css b/extensions/native-window-placement/stylesheet.css new file mode 100644 index 0000000..f882e95 --- /dev/null +++ b/extensions/native-window-placement/stylesheet.css @@ -0,0 +1,9 @@ +.window-caption { + -shell-caption-spacing: 13px; /* current caption height is 26px => set it to half of it. TODO: better solution needed */ +} + +.window-picker { + -horizontal-spacing: 32px; + -vertical-spacing: 32px; + padding: 64px 32px; +} \ No newline at end of file diff --git a/extensions/places-menu/Makefile.am b/extensions/places-menu/Makefile.am new file mode 100644 index 0000000..7096386 --- /dev/null +++ b/extensions/places-menu/Makefile.am @@ -0,0 +1,5 @@ +EXTENSION_ID = places-menu + +EXTRA_MODULES = placeDisplay.js + +include ../../extension.mk diff --git a/extensions/places-menu/Makefile.in b/extensions/places-menu/Makefile.in new file mode 100644 index 0000000..7569815 --- /dev/null +++ b/extensions/places-menu/Makefile.in @@ -0,0 +1,518 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/places-menu +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = places-menu +EXTRA_MODULES = placeDisplay.js +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/places-menu/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/places-menu/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/places-menu/extension.js b/extensions/places-menu/extension.js new file mode 100644 index 0000000..a8660c8 --- /dev/null +++ b/extensions/places-menu/extension.js @@ -0,0 +1,145 @@ +/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */ + +const Clutter = imports.gi.Clutter; +const Gio = imports.gi.Gio; +const GLib = imports.gi.GLib; +const Lang = imports.lang; +const Shell = imports.gi.Shell; +const St = imports.gi.St; + +const Main = imports.ui.main; +const PanelMenu = imports.ui.panelMenu; +const PopupMenu = imports.ui.popupMenu; +const Panel = imports.ui.panel; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; +const N_ = function(x) { return x; } + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; +const PlaceDisplay = Me.imports.placeDisplay; + +const PLACE_ICON_SIZE = 16; + +const PlaceMenuItem = new Lang.Class({ + Name: 'PlaceMenuItem', + Extends: PopupMenu.PopupBaseMenuItem, + + _init: function(info) { + this.parent(); + this._info = info; + + this._icon = new St.Icon({ gicon: info.icon, + icon_size: PLACE_ICON_SIZE }); + this.actor.add_child(this._icon); + + this._label = new St.Label({ text: info.name }); + this.actor.add_child(this._label); + + this._changedId = info.connect('changed', + Lang.bind(this, this._propertiesChanged)); + }, + + destroy: function() { + if (this._changedId) { + this._info.disconnect(this._changedId); + this._changedId = 0; + } + + this.parent(); + }, + + activate: function(event) { + this._info.launch(event.get_time()); + + this.parent(event); + }, + + _propertiesChanged: function(info) { + this._icon.gicon = info.icon; + this._label.text = info.name; + }, +}); + +const SECTIONS = [ + 'special', + 'devices', + 'bookmarks', + 'network' +] + +const PlacesMenu = new Lang.Class({ + Name: 'PlacesMenu.PlacesMenu', + Extends: PanelMenu.Button, + + _init: function() { + this.parent(0.0, _("Places")); + + let hbox = new St.BoxLayout({ style_class: 'panel-status-menu-box' }); + let label = new St.Label({ text: _("Places"), + y_expand: true, + y_align: Clutter.ActorAlign.CENTER }); + hbox.add_child(label); + hbox.add_child(new St.Label({ text: '\u25BE', + y_expand: true, + y_align: Clutter.ActorAlign.CENTER })); + this.actor.add_actor(hbox); + + this.placesManager = new PlaceDisplay.PlacesManager(); + + this._sections = { }; + + for (let i=0; i < SECTIONS.length; i++) { + let id = SECTIONS[i]; + this._sections[id] = new PopupMenu.PopupMenuSection(); + this.placesManager.connect(id + '-updated', Lang.bind(this, function() { + this._redisplay(id); + })); + + this._create(id); + this.menu.addMenuItem(this._sections[id]); + this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem()); + } + }, + + destroy: function() { + this.placesManager.destroy(); + + this.parent(); + }, + + _redisplay: function(id) { + this._sections[id].removeAll(); + this._create(id); + }, + + _create: function(id) { + let places = this.placesManager.get(id); + + for (let i = 0; i < places.length; i++) + this._sections[id].addMenuItem(new PlaceMenuItem(places[i])); + + this._sections[id].actor.visible = places.length > 0; + } +}); + +function init() { + Convenience.initTranslations(); +} + +let _indicator; + +function enable() { + _indicator = new PlacesMenu; + + let pos = 1; + if ('apps-menu' in Main.panel.statusArea) + pos = 2; + Main.panel.addToStatusArea('places-menu', _indicator, pos, 'left'); +} + +function disable() { + _indicator.destroy(); +} diff --git a/extensions/places-menu/metadata.json.in b/extensions/places-menu/metadata.json.in new file mode 100644 index 0000000..e8b61ac --- /dev/null +++ b/extensions/places-menu/metadata.json.in @@ -0,0 +1,10 @@ +{ +"extension-id": "@extension_id@", +"uuid": "@uuid@", +"settings-schema": "@gschemaname@", +"gettext-domain": "@gettext_domain@", +"name": "Places Status Indicator", +"description": "Add a menu for quickly navigating places in the system.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.", +"shell-version": [ "@shell_current@" ], +"url": "@url@" +} diff --git a/extensions/places-menu/placeDisplay.js b/extensions/places-menu/placeDisplay.js new file mode 100644 index 0000000..a741e4b --- /dev/null +++ b/extensions/places-menu/placeDisplay.js @@ -0,0 +1,449 @@ +// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- + +const GLib = imports.gi.GLib; +const Gio = imports.gi.Gio; +const Shell = imports.gi.Shell; +const Lang = imports.lang; +const Mainloop = imports.mainloop; +const Signals = imports.signals; +const St = imports.gi.St; + +const DND = imports.ui.dnd; +const Main = imports.ui.main; +const Params = imports.misc.params; +const Search = imports.ui.search; +const Util = imports.misc.util; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; +const N_ = function(x) { return x; } + +const Hostname1Iface = ' \ + \ + \ + \ +'; +const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface); + +const PlaceInfo = new Lang.Class({ + Name: 'PlaceInfo', + + _init: function(kind, file, name, icon) { + this.kind = kind; + this.file = file; + this.name = name || this._getFileName(); + this.icon = icon ? new Gio.ThemedIcon({ name: icon }) : this.getIcon(); + }, + + destroy: function() { + }, + + isRemovable: function() { + return false; + }, + + launch: function(timestamp) { + let launchContext = global.create_app_launch_context(timestamp, -1); + + try { + Gio.AppInfo.launch_default_for_uri(this.file.get_uri(), + launchContext); + } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_MOUNTED)) { + this.file.mount_enclosing_volume(0, null, null, function(file, result) { + file.mount_enclosing_volume_finish(result); + Gio.AppInfo.launch_default_for_uri(file.get_uri(), launchContext); + }); + } catch(e) { + Main.notifyError(_("Failed to launch \"%s\"").format(this.name), e.message); + } + }, + + getIcon: function() { + try { + let info = this.file.query_info('standard::symbolic-icon', 0, null); + return info.get_symbolic_icon(); + } catch(e if e instanceof Gio.IOErrorEnum) { + // return a generic icon for this kind + switch (this.kind) { + case 'network': + return new Gio.ThemedIcon({ name: 'folder-remote-symbolic' }); + case 'devices': + return new Gio.ThemedIcon({ name: 'drive-harddisk-symbolic' }); + case 'special': + case 'bookmarks': + default: + if (!this.file.is_native()) + return new Gio.ThemedIcon({ name: 'folder-remote-symbolic' }); + else + return new Gio.ThemedIcon({ name: 'folder-symbolic' }); + } + } + }, + + _getFileName: function() { + try { + let info = this.file.query_info('standard::display-name', 0, null); + return info.get_display_name(); + } catch(e if e instanceof Gio.IOErrorEnum) { + return this.file.get_basename(); + } + }, +}); +Signals.addSignalMethods(PlaceInfo.prototype); + +const RootInfo = new Lang.Class({ + Name: 'RootInfo', + Extends: PlaceInfo, + + _init: function() { + this.parent('devices', Gio.File.new_for_path('/'), _("Computer")); + + this._proxy = new Hostname1(Gio.DBus.system, + 'org.freedesktop.hostname1', + '/org/freedesktop/hostname1', + Lang.bind(this, function(obj, error) { + if (error) + return; + + this._proxy.connect('g-properties-changed', + Lang.bind(this, this._propertiesChanged)); + this._propertiesChanged(obj); + })); + }, + + getIcon: function() { + return new Gio.ThemedIcon({ name: 'drive-harddisk-symbolic' }); + }, + + _propertiesChanged: function(proxy) { + // GDBusProxy will emit a g-properties-changed when hostname1 goes down + // ignore it + if (proxy.g_name_owner) { + this.name = proxy.PrettyHostname || _("Computer"); + this.emit('changed'); + } + }, + + destroy: function() { + this._proxy.run_dispose(); + this.parent(); + } +}); + + +const PlaceDeviceInfo = new Lang.Class({ + Name: 'PlaceDeviceInfo', + Extends: PlaceInfo, + + _init: function(kind, mount) { + this._mount = mount; + this.parent(kind, mount.get_root(), mount.get_name()); + }, + + getIcon: function() { + return this._mount.get_symbolic_icon(); + } +}); + +const PlaceVolumeInfo = new Lang.Class({ + Name: 'PlaceVolumeInfo', + Extends: PlaceInfo, + + _init: function(kind, volume) { + this._volume = volume; + this.parent(kind, volume.get_activation_root(), volume.get_name()); + }, + + launch: function(timestamp) { + if (this.file) { + this.parent(timestamp); + return; + } + + this._volume.mount(0, null, null, Lang.bind(this, function(volume, result) { + volume.mount_finish(result); + + let mount = volume.get_mount(); + this.file = mount.get_root(); + this.parent(timestamp); + })); + }, + + getIcon: function() { + return this._volume.get_symbolic_icon(); + } +}); + +const DEFAULT_DIRECTORIES = [ + GLib.UserDirectory.DIRECTORY_DOCUMENTS, + GLib.UserDirectory.DIRECTORY_PICTURES, + GLib.UserDirectory.DIRECTORY_MUSIC, + GLib.UserDirectory.DIRECTORY_DOWNLOAD, + GLib.UserDirectory.DIRECTORY_VIDEOS, +]; + +const PlacesManager = new Lang.Class({ + Name: 'PlacesManager', + + _init: function() { + this._places = { + special: [], + devices: [], + bookmarks: [], + network: [], + }; + + let homePath = GLib.get_home_dir(); + + this._places.special.push(new PlaceInfo('special', + Gio.File.new_for_path(homePath), + _("Home"))); + + let specials = []; + for (let i = 0; i < DEFAULT_DIRECTORIES.length; i++) { + let specialPath = GLib.get_user_special_dir(DEFAULT_DIRECTORIES[i]); + if (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 + */ + this._volumeMonitor = Gio.VolumeMonitor.get(); + this._connectVolumeMonitorSignals(); + this._updateMounts(); + + this._bookmarksFile = this._findBookmarksFile() + this._bookmarkTimeoutId = 0; + this._monitor = null; + + if (this._bookmarksFile) { + this._monitor = this._bookmarksFile.monitor_file(Gio.FileMonitorFlags.NONE, null); + this._monitor.connect('changed', Lang.bind(this, function () { + if (this._bookmarkTimeoutId > 0) + return; + /* Defensive event compression */ + this._bookmarkTimeoutId = Mainloop.timeout_add(100, Lang.bind(this, function () { + this._bookmarkTimeoutId = 0; + this._reloadBookmarks(); + return false; + })); + })); + + this._reloadBookmarks(); + } + }, + + _connectVolumeMonitorSignals: function() { + const signals = ['volume-added', 'volume-removed', 'volume-changed', + 'mount-added', 'mount-removed', 'mount-changed', + 'drive-connected', 'drive-disconnected', 'drive-changed']; + + this._volumeMonitorSignals = []; + let func = Lang.bind(this, this._updateMounts); + for (let i = 0; i < signals.length; i++) { + let id = this._volumeMonitor.connect(signals[i], func); + this._volumeMonitorSignals.push(id); + } + }, + + destroy: function() { + for (let i = 0; i < this._volumeMonitorSignals.length; i++) + this._volumeMonitor.disconnect(this._volumeMonitorSignals[i]); + + if (this._monitor) + this._monitor.cancel(); + if (this._bookmarkTimeoutId) + Mainloop.source_remove(this._bookmarkTimeoutId); + }, + + _updateMounts: function() { + let networkMounts = []; + let networkVolumes = []; + + this._places.devices.forEach(function (p) { p.destroy(); }); + this._places.devices = []; + this._places.network.forEach(function (p) { p.destroy(); }); + this._places.network = []; + + /* Add standard places */ + this._places.devices.push(new RootInfo()); + this._places.network.push(new PlaceInfo('network', + Gio.File.new_for_uri('network:///'), + _("Browse Network"), + 'network-workgroup-symbolic')); + + /* first go through all connected drives */ + let drives = this._volumeMonitor.get_connected_drives(); + for (let i = 0; i < drives.length; i++) { + let volumes = drives[i].get_volumes(); + + for(let j = 0; j < volumes.length; j++) { + let identifier = volumes[j].get_identifier('class'); + if (identifier && identifier.indexOf('network') >= 0) { + networkVolumes.push(volumes[j]); + } else { + let mount = volumes[j].get_mount(); + if(mount != null) + this._addMount('devices', mount); + } + } + } + + /* add all volumes that is not associated with a drive */ + let volumes = this._volumeMonitor.get_volumes(); + for(let i = 0; i < volumes.length; i++) { + if(volumes[i].get_drive() != null) + continue; + + let identifier = volumes[i].get_identifier('class'); + if (identifier && identifier.indexOf('network') >= 0) { + networkVolumes.push(volumes[i]); + } else { + let mount = volumes[i].get_mount(); + if(mount != null) + this._addMount('devices', mount); + } + } + + /* add mounts that have no volume (/etc/mtab mounts, ftp, sftp,...) */ + let mounts = this._volumeMonitor.get_mounts(); + for(let i = 0; i < mounts.length; i++) { + if(mounts[i].is_shadowed()) + continue; + + if(mounts[i].get_volume()) + continue; + + let root = mounts[i].get_default_location(); + if (!root.is_native()) { + networkMounts.push(mounts[i]); + continue; + } + this._addMount('devices', mounts[i]); + } + + for (let i = 0; i < networkVolumes.length; i++) { + let mount = networkVolumes[i].get_mount(); + if (mount) { + networkMounts.push(mount); + continue; + } + this._addVolume('network', networkVolumes[i]); + } + + for (let i = 0; i < networkMounts.length; i++) { + this._addMount('network', networkMounts[i]); + } + + this.emit('devices-updated'); + this.emit('network-updated'); + }, + + _findBookmarksFile: function() { + let paths = [ + GLib.build_filenamev([GLib.get_user_config_dir(), 'gtk-3.0', 'bookmarks']), + GLib.build_filenamev([GLib.get_home_dir(), '.gtk-bookmarks']), + ]; + + for (let i = 0; i < paths.length; i++) { + if (GLib.file_test(paths[i], GLib.FileTest.EXISTS)) + return Gio.File.new_for_path(paths[i]); + } + + return null; + }, + + _reloadBookmarks: function() { + + this._bookmarks = []; + + let content = Shell.get_file_contents_utf8_sync(this._bookmarksFile.get_path()); + let lines = content.split('\n'); + + let bookmarks = []; + for (let i = 0; i < lines.length; i++) { + let line = lines[i]; + let components = line.split(' '); + let bookmark = components[0]; + + if (!bookmark) + continue; + + let file = Gio.File.new_for_uri(bookmark); + if (file.is_native() && !file.query_exists(null)) + continue; + + let duplicate = false; + for (let i = 0; i < this._places.special.length; i++) { + if (file.equal(this._places.special[i].file)) { + duplicate = true; + break; + } + } + if (duplicate) + continue; + for (let i = 0; i < bookmarks.length; i++) { + if (file.equal(bookmarks[i].file)) { + duplicate = true; + break; + } + } + if (duplicate) + continue; + + let label = null; + if (components.length > 1) + label = components.slice(1).join(' '); + + bookmarks.push(new PlaceInfo('bookmarks', file, label)); + } + + this._places.bookmarks = bookmarks; + + this.emit('bookmarks-updated'); + }, + + _addMount: function(kind, mount) { + let devItem; + + try { + devItem = new PlaceDeviceInfo(kind, mount); + } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_FOUND)) { + return; + } + + this._places[kind].push(devItem); + }, + + _addVolume: function(kind, volume) { + let volItem; + + try { + volItem = new PlaceVolumeInfo(kind, volume); + } catch(e if e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_FOUND)) { + return; + } + + this._places[kind].push(volItem); + }, + + get: function (kind) { + return this._places[kind]; + } +}); +Signals.addSignalMethods(PlacesManager.prototype); diff --git a/extensions/places-menu/stylesheet.css b/extensions/places-menu/stylesheet.css new file mode 100644 index 0000000..db99e0c --- /dev/null +++ b/extensions/places-menu/stylesheet.css @@ -0,0 +1 @@ +/* none used*/ diff --git a/extensions/screenshot-window-sizer/Makefile.am b/extensions/screenshot-window-sizer/Makefile.am new file mode 100644 index 0000000..a3e1dfd --- /dev/null +++ b/extensions/screenshot-window-sizer/Makefile.am @@ -0,0 +1,4 @@ +EXTENSION_ID = screenshot-window-sizer + +include ../../extension.mk +include ../../settings.mk diff --git a/extensions/screenshot-window-sizer/Makefile.in b/extensions/screenshot-window-sizer/Makefile.in new file mode 100644 index 0000000..a6fa766 --- /dev/null +++ b/extensions/screenshot-window-sizer/Makefile.in @@ -0,0 +1,524 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/../../settings.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(dist_extension_DATA) +subdir = extensions/screenshot-window-sizer +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = screenshot-window-sizer +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in $(gschemas_in) +CLEANFILES = metadata.json $(gschemas_in:.xml.in=.valid) \ + $(gsettings_SCHEMAS) +gschemas_in = $(gschemaname).gschema.xml.in +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/screenshot-window-sizer/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/screenshot-window-sizer/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +@INTLTOOL_XML_NOMERGE_RULE@ + +@GSETTINGS_RULES@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/screenshot-window-sizer/extension.js b/extensions/screenshot-window-sizer/extension.js new file mode 100644 index 0000000..1e573ea --- /dev/null +++ b/extensions/screenshot-window-sizer/extension.js @@ -0,0 +1,147 @@ +/* Screenshot Window Sizer for Gnome Shell + * + * Copyright (c) 2013 Owen Taylor + * Copyright (c) 2013 Richard Hughes + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +const Gio = imports.gi.Gio; +const Meta = imports.gi.Meta; +const Shell = imports.gi.Shell; +const St = imports.gi.St; + +const Main = imports.ui.main; +const Tweener = imports.ui.tweener; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const MESSAGE_FADE_TIME = 2; + +let text, button; + +function hideMessage() { + text.destroy(); + text = null; +} + +function flashMessage(message) { + if (!text) { + text = new St.Label({ style_class: 'screenshot-sizer-message' }); + Main.uiGroup.add_actor(text); + } + + Tweener.removeTweens(text); + text.text = message; + + text.opacity = 255; + + let monitor = Main.layoutManager.primaryMonitor; + text.set_position(monitor.x + Math.floor(monitor.width / 2 - text.width / 2), + monitor.y + Math.floor(monitor.height / 2 - text.height / 2)); + + Tweener.addTween(text, + { opacity: 0, + time: MESSAGE_FADE_TIME, + transition: 'easeOutQuad', + onComplete: hideMessage }); +} + +let SIZES = [ + [624, 351], + [800, 450], + [1024, 576], + [1200, 675], + [1600, 900] +]; + +function cycleScreenshotSizes(display, screen, window, binding) { + // Probably this isn't useful with 5 sizes, but you can decrease instead + // of increase by holding down shift. + let modifiers = binding.get_modifiers(); + let backwards = (modifiers & Meta.VirtualModifier.SHIFT_MASK) != 0; + + // Unmaximize first + if (window.maximized_horizontally || window.maximizedVertically) + window.unmaximize(Meta.MaximizeFlags.HORIZONTAL | Meta.MaximizeFlags.VERTICAL); + + let workArea = window.get_work_area_current_monitor(); + let outerRect = window.get_outer_rect(); + + // Find the nearest 16:9 size for the current window size + let nearestIndex; + let nearestError; + + for (let i = 0; i < SIZES.length; i++) { + let [width, height] = SIZES[i]; + + // ignore sizes bigger than the workArea + if (width > workArea.width || height > workArea.height) + continue; + + // get the best initial window size + let error = Math.abs(width - outerRect.width) + Math.abs(height - outerRect.height); + if (nearestIndex == null || error < nearestError) { + nearestIndex = i; + nearestError = error; + } + } + + // get the next size up or down from ideal + let newIndex = (nearestIndex + (backwards ? -1 : 1)) % SIZES.length; + let newWidth, newHeight; + [newWidth, newHeight] = SIZES[newIndex]; + if (newWidth > workArea.width || newHeight > workArea.height) + [newWidth, newHeight] = SIZES[0]; + + // Push the window onscreen if it would be resized offscreen + let newX = outerRect.x; + let newY = outerRect.y; + if (newX + newWidth > workArea.x + workArea.width) + newX = Math.max(workArea.x + workArea.width - newWidth); + if (newY + newHeight > workArea.y + workArea.height) + newY = Math.max(workArea.y + workArea.height - newHeight); + + window.move_resize_frame(true, newX, newY, newWidth, newHeight); + + let newOuterRect = window.get_outer_rect(); + let message = newOuterRect.width + 'x' + newOuterRect.height; + + // 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 + // we flash + let actualNumerator = (newOuterRect.width / newOuterRect.height) * 9; + if (Math.abs(actualNumerator - 16) > 0.01) + message += ' (%.2f:9)'.format(actualNumerator); + + flashMessage(message); +} + +function init() { +} + +function enable() { + Main.wm.addKeybinding('cycle-screenshot-sizes', + Convenience.getSettings(), + Meta.KeyBindingFlags.PER_WINDOW | Meta.KeyBindingFlags.REVERSES, + Shell.KeyBindingMode.NORMAL, + cycleScreenshotSizes); +} + +function disable() { + Main.wm.removeKeybinding('cycle-screenshot-sizes'); +} diff --git a/extensions/screenshot-window-sizer/metadata.json.in b/extensions/screenshot-window-sizer/metadata.json.in new file mode 100644 index 0000000..185e63f --- /dev/null +++ b/extensions/screenshot-window-sizer/metadata.json.in @@ -0,0 +1,10 @@ +{ +"extension-id": "@extension_id@", +"uuid": "@uuid@", +"settings-schema": "@gschemaname@", +"gettext-domain": "@gettext_domain@", +"name": "Screenshot Window Sizer", +"description": "Resize windows for GNOME Software screenshots", +"shell-version": [ "@shell_current@" ], +"url": "@url@" +} diff --git a/extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in b/extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in new file mode 100644 index 0000000..ae8009e --- /dev/null +++ b/extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in @@ -0,0 +1,10 @@ + + + + + s']]]> + Cycle Screenshot Sizes + + + diff --git a/extensions/screenshot-window-sizer/stylesheet.css b/extensions/screenshot-window-sizer/stylesheet.css new file mode 100644 index 0000000..b2edab2 --- /dev/null +++ b/extensions/screenshot-window-sizer/stylesheet.css @@ -0,0 +1,8 @@ +.screenshot-sizer-message { + font-size: 36px; + font-weight: bold; + color: #ffffff; + background-color: rgba(10,10,10,0.7); + border-radius: 5px; + padding: .5em; +} diff --git a/extensions/systemMonitor/Makefile.am b/extensions/systemMonitor/Makefile.am new file mode 100644 index 0000000..50ce6d2 --- /dev/null +++ b/extensions/systemMonitor/Makefile.am @@ -0,0 +1,3 @@ +EXTENSION_ID = systemMonitor + +include ../../extension.mk diff --git a/extensions/systemMonitor/Makefile.in b/extensions/systemMonitor/Makefile.in new file mode 100644 index 0000000..dac4cdf --- /dev/null +++ b/extensions/systemMonitor/Makefile.in @@ -0,0 +1,517 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/systemMonitor +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = systemMonitor +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/systemMonitor/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/systemMonitor/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/systemMonitor/extension.js b/extensions/systemMonitor/extension.js new file mode 100644 index 0000000..58a2f57 --- /dev/null +++ b/extensions/systemMonitor/extension.js @@ -0,0 +1,376 @@ +/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */ + +const Clutter = imports.gi.Clutter; +const GTop = imports.gi.GTop; +const Lang = imports.lang; +const Mainloop = imports.mainloop; +const St = imports.gi.St; +const Shell = imports.gi.Shell; + +const Main = imports.ui.main; +const Tweener = imports.ui.tweener; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const INDICATOR_UPDATE_INTERVAL = 500; +const INDICATOR_NUM_GRID_LINES = 3; + +const ITEM_LABEL_SHOW_TIME = 0.15; +const ITEM_LABEL_HIDE_TIME = 0.1; +const ITEM_HOVER_TIMEOUT = 300; + +const Indicator = new Lang.Class({ + Name: 'SystemMonitor.Indicator', + + _init: function() { + this._initValues(); + this.drawing_area = new St.DrawingArea({ reactive: true }); + this.drawing_area.connect('repaint', Lang.bind(this, this._draw)); + this.drawing_area.connect('button-press-event', function() { + let app = Shell.AppSystem.get_default().lookup_app('gnome-system-monitor.desktop'); + app.open_new_window(-1); + return true; + }); + + this.actor = new St.Bin({ style_class: "extension-systemMonitor-indicator-area", + reactive: true, track_hover: true, + x_fill: true, y_fill: true }); + this.actor.add_actor(this.drawing_area); + + this._timeout = Mainloop.timeout_add(INDICATOR_UPDATE_INTERVAL, Lang.bind(this, function () { + this._updateValues(); + this.drawing_area.queue_repaint(); + return true; + })); + }, + + showLabel: function() { + if (this.label == null) + return; + + this.label.opacity = 0; + this.label.show(); + + let [stageX, stageY] = this.actor.get_transformed_position(); + + let itemWidth = this.actor.allocation.x2 - this.actor.allocation.x1; + let itemHeight = this.actor.allocation.y2 - this.actor.allocation.y1; + + let labelWidth = this.label.width; + let labelHeight = this.label.height; + let xOffset = Math.floor((itemWidth - labelWidth) / 2) + + let x = stageX + xOffset; + + let node = this.label.get_theme_node(); + let yOffset = node.get_length('-y-offset'); + + let y = stageY - this.label.get_height() - yOffset; + + this.label.set_position(x, y); + Tweener.addTween(this.label, + { opacity: 255, + time: ITEM_LABEL_SHOW_TIME, + transition: 'easeOutQuad', + }); + }, + + setLabelText: function(text) { + if (this.label == null) + this.label = new St.Label({ style_class: 'extension-systemMonitor-indicator-label'}); + + this.label.set_text(text); + Main.layoutManager.addChrome(this.label); + this.label.hide(); + }, + + hideLabel: function () { + Tweener.addTween(this.label, + { opacity: 0, + time: ITEM_LABEL_HIDE_TIME, + transition: 'easeOutQuad', + onComplete: Lang.bind(this, function() { + this.label.hide(); + }) + }); + }, + + destroy: function() { + Mainloop.source_remove(this._timeout); + + this.actor.destroy(); + if (this.label) + this.label.destroy(); + }, + + _initValues: function() { + }, + + _updateValues: function() { + }, + + _draw: function(area) { + let [width, height] = area.get_surface_size(); + let themeNode = this.actor.get_theme_node(); + let cr = area.get_context(); + + //draw the background grid + let color = themeNode.get_color(this.gridColor); + let gridOffset = Math.floor(height / (INDICATOR_NUM_GRID_LINES + 1)); + for (let i = 1; i <= INDICATOR_NUM_GRID_LINES; ++i) { + cr.moveTo(0, i * gridOffset + .5); + cr.lineTo(width, i * gridOffset + .5); + } + Clutter.cairo_set_source_color(cr, color); + cr.setLineWidth(1); + cr.setDash([4,1], 0); + cr.stroke(); + + //draw the foreground + + function makePath(values, reverse, nudge) { + if (nudge == null) { + nudge = 0; + } + //if we are going in reverse, we are completing the bottom of a chart, so use lineTo + if (reverse) { + cr.lineTo(values.length - 1, (1 - values[values.length - 1]) * height + nudge); + for (let k = values.length - 2; k >= 0; --k) { + cr.lineTo(k, (1 - values[k]) * height + nudge); + } + } else { + cr.moveTo(0, (1 - values[0]) * height + nudge); + for (let k = 1; k < values.length; ++k) { + cr.lineTo(k, (1 - values[k]) * height + nudge); + } + + } + } + + let renderStats = this.renderStats; + + // Make sure we don't have more sample points than pixels + renderStats.map(Lang.bind(this, function(k){ + let stat = this.stats[k]; + if (stat.values.length > width) { + stat.values = stat.values.slice(stat.values.length - width, stat.values.length); + } + })); + + for (let i = 0; i < renderStats.length; ++i) { + let stat = this.stats[renderStats[i]]; + // We outline at full opacity and fill with 40% opacity + let outlineColor = themeNode.get_color(stat.color); + let color = new Clutter.Color(outlineColor); + color.alpha = color.alpha * .4; + + // Render the background between us and the next level + makePath(stat.values, false); + // If there is a process below us, render the cpu between us and it, otherwise, + // render to the bottom of the chart + if (i == renderStats.length - 1) { + cr.lineTo(stat.values.length - 1, height); + cr.lineTo(0, height); + cr.closePath(); + } else { + let nextStat = this.stats[renderStats[i+1]]; + makePath(nextStat.values, true); + } + cr.closePath() + Clutter.cairo_set_source_color(cr, color); + cr.fill(); + + // Render the outline of this level + makePath(stat.values, false, .5); + Clutter.cairo_set_source_color(cr, outlineColor); + cr.setLineWidth(1.0); + cr.setDash([], 0); + cr.stroke(); + } + } +}); + +const CpuIndicator = new Lang.Class({ + Name: 'SystemMonitor.CpuIndicator', + Extends: Indicator, + + _init: function() { + this.parent(); + + this.gridColor = '-grid-color'; + this.renderStats = [ 'cpu-user', 'cpu-sys', 'cpu-iowait' ]; + + // Make sure renderStats is sorted as necessary for rendering + let renderStatOrder = {'cpu-total': 0, 'cpu-user': 1, 'cpu-sys': 2, 'cpu-iowait': 3}; + this.renderStats = this.renderStats.sort(function(a,b) { + return renderStatOrder[a] - renderStatOrder[b]; + }); + + this.setLabelText(_("CPU")); + }, + + _initValues: function() { + this._prev = new GTop.glibtop_cpu; + GTop.glibtop_get_cpu(this._prev); + + this.stats = { + 'cpu-user': {color: '-cpu-user-color', values: []}, + 'cpu-sys': {color: '-cpu-sys-color', values: []}, + 'cpu-iowait': {color: '-cpu-iowait-color', values: []}, + 'cpu-total': {color: '-cpu-total-color', values: []} + }; + }, + + _updateValues: function() { + let cpu = new GTop.glibtop_cpu; + let t = 0.0; + GTop.glibtop_get_cpu(cpu); + let total = cpu.total - this._prev.total; + let user = cpu.user - this._prev.user; + let sys = cpu.sys - this._prev.sys; + let iowait = cpu.iowait - this._prev.iowait; + let idle = cpu.idle - this._prev.idle; + + t += iowait / total; + this.stats['cpu-iowait'].values.push(t); + t += sys / total; + this.stats['cpu-sys'].values.push(t); + t += user / total; + this.stats['cpu-user'].values.push(t); + this.stats['cpu-total'].values.push(1 - idle / total); + + this._prev = cpu; + } +}); + +const MemoryIndicator = new Lang.Class({ + Name: 'SystemMonitor.MemoryIndicator', + Extends: Indicator, + + _init: function() { + this.parent(); + + this.gridColor = '-grid-color'; + this.renderStats = [ 'mem-user', 'mem-other', 'mem-cached' ]; + + // Make sure renderStats is sorted as necessary for rendering + let renderStatOrder = { 'mem-cached': 0, 'mem-other': 1, 'mem-user': 2 }; + this.renderStats = this.renderStats.sort(function(a,b) { + return renderStatOrder[a] - renderStatOrder[b]; + }); + + this.setLabelText(_("Memory")); + }, + + _initValues: function() { + this.mem = new GTop.glibtop_mem; + this.stats = { + 'mem-user': { color: "-mem-user-color", values: [] }, + 'mem-other': { color: "-mem-other-color", values: [] }, + 'mem-cached': { color: "-mem-cached-color", values: [] } + }; + }, + + _updateValues: function() { + GTop.glibtop_get_mem(this.mem); + + let t = this.mem.user / this.mem.total; + this.stats['mem-user'].values.push(t); + t += (this.mem.used - this.mem.user - this.mem.cached) / this.mem.total; + this.stats['mem-other'].values.push(t); + t += this.mem.cached / this.mem.total; + this.stats['mem-cached'].values.push(t); + } +}); + +const INDICATORS = [CpuIndicator, MemoryIndicator]; + +const Extension = new Lang.Class({ + Name: 'SystemMonitor.Extension', + + _init: function() { + Convenience.initTranslations(); + + this._showLabelTimeoutId = 0; + this._resetHoverTimeoutId = 0; + this._labelShowing = false; + }, + + enable: function() { + this._box = new St.BoxLayout({ style_class: 'extension-systemMonitor-container', + x_align: Clutter.ActorAlign.START, + x_expand: true }); + this._indicators = [ ]; + + for (let i = 0; i < INDICATORS.length; i++) { + let indicator = new (INDICATORS[i])(); + + indicator.actor.connect('notify::hover', Lang.bind(this, function() { + this._onHover(indicator); + })); + this._box.add_actor(indicator.actor); + this._indicators.push(indicator); + } + + this._boxHolder = new St.BoxLayout({ x_expand: true, + y_expand: true, + x_align: Clutter.ActorAlign.START, + }); + let menuButton = Main.messageTray._messageTrayMenuButton.actor; + Main.messageTray.actor.remove_child(menuButton); + Main.messageTray.actor.add_child(this._boxHolder); + + this._boxHolder.add_child(this._box); + this._boxHolder.add_child(menuButton); + }, + + disable: function() { + this._indicators.forEach(function(i) { i.destroy(); }); + + let menuButton = Main.messageTray._messageTrayMenuButton.actor; + this._boxHolder.remove_child(menuButton); + Main.messageTray.actor.add_child(menuButton); + + this._box.destroy(); + this._boxHolder.destroy(); + }, + + _onHover: function (item) { + if (item.actor.get_hover()) { + if (this._showLabelTimeoutId == 0) { + let timeout = this._labelShowing ? 0 : ITEM_HOVER_TIMEOUT; + this._showLabelTimeoutId = Mainloop.timeout_add(timeout, + Lang.bind(this, function() { + this._labelShowing = true; + item.showLabel(); + return false; + })); + if (this._resetHoverTimeoutId > 0) { + Mainloop.source_remove(this._resetHoverTimeoutId); + this._resetHoverTimeoutId = 0; + } + } + } else { + if (this._showLabelTimeoutId > 0) + Mainloop.source_remove(this._showLabelTimeoutId); + this._showLabelTimeoutId = 0; + item.hideLabel(); + if (this._labelShowing) { + this._resetHoverTimeoutId = Mainloop.timeout_add(ITEM_HOVER_TIMEOUT, + Lang.bind(this, function() { + this._labelShowing = false; + return false; + })); + } + } + }, +}); + +function init() { + return new Extension(); +} diff --git a/extensions/systemMonitor/metadata.json.in b/extensions/systemMonitor/metadata.json.in new file mode 100644 index 0000000..fa75007 --- /dev/null +++ b/extensions/systemMonitor/metadata.json.in @@ -0,0 +1,11 @@ +{ + "shell-version": ["@shell_current@" ], + "uuid": "@uuid@", + "extension-id": "@extension_id@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "original-author": "zaspire@rambler.ru", + "name": "SystemMonitor", + "description": "System monitor showing CPU and memory usage in the message tray.", + "url": "@url@" +} diff --git a/extensions/systemMonitor/stylesheet.css b/extensions/systemMonitor/stylesheet.css new file mode 100644 index 0000000..13f95ec --- /dev/null +++ b/extensions/systemMonitor/stylesheet.css @@ -0,0 +1,35 @@ +.extension-systemMonitor-container { + spacing: 5px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 10px; + padding-top: 10px; +} + +.extension-systemMonitor-indicator-area { + border: 1px solid #8d8d8d; + border-radius: 3px; + width: 100px; + /* message tray is 72px, so 20px padding of the container, + 2px of border, makes it 50px */ + height: 50px; + -grid-color: #575757; + -cpu-total-color: rgb(0,154,62); + -cpu-user-color: rgb(69,154,0); + -cpu-sys-color: rgb(255,253,81); + -cpu-iowait-color: rgb(210,148,0); + -mem-user-color: rgb(210,148,0); + -mem-cached-color: rgb(90,90,90); + -mem-other-color: rgb(205,203,41); + background-color: #1e1e1e; +} + +.extension-systemMonitor-indicator-label { + border-radius: 7px; + padding: 4px 12px; + background-color: rgba(0,0,0,0.9); + text-align: center; + -y-offset: 8px; + font-size: 9pt; + font-weight: bold; +} diff --git a/extensions/user-theme/Makefile.am b/extensions/user-theme/Makefile.am new file mode 100644 index 0000000..5124912 --- /dev/null +++ b/extensions/user-theme/Makefile.am @@ -0,0 +1,5 @@ +EXTENSION_ID = user-theme + +include ../../extension.mk +include ../../settings.mk + diff --git a/extensions/user-theme/Makefile.in b/extensions/user-theme/Makefile.in new file mode 100644 index 0000000..6f19087 --- /dev/null +++ b/extensions/user-theme/Makefile.in @@ -0,0 +1,524 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/../../settings.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(dist_extension_DATA) +subdir = extensions/user-theme +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = user-theme +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in $(gschemas_in) +CLEANFILES = metadata.json $(gschemas_in:.xml.in=.valid) \ + $(gsettings_SCHEMAS) +gschemas_in = $(gschemaname).gschema.xml.in +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/user-theme/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/user-theme/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +@INTLTOOL_XML_NOMERGE_RULE@ + +@GSETTINGS_RULES@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/user-theme/extension.js b/extensions/user-theme/extension.js new file mode 100644 index 0000000..b36d36a --- /dev/null +++ b/extensions/user-theme/extension.js @@ -0,0 +1,71 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- +// Load shell theme from ~/.themes/name/gnome-shell + +const GLib = imports.gi.GLib; +const Gio = imports.gi.Gio; +const Lang = imports.lang; +const Main = imports.ui.main; + +const SETTINGS_KEY = 'name'; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const ThemeManager = new Lang.Class({ + Name: 'UserTheme.ThemeManager', + + _init: function() { + this._settings = Convenience.getSettings(); + }, + + enable: function() { + this._changedId = this._settings.connect('changed::'+SETTINGS_KEY, Lang.bind(this, this._changeTheme)); + this._changeTheme(); + }, + + disable: function() { + if (this._changedId) { + this._settings.disconnect(this._changedId); + this._changedId = 0; + } + + Main.setThemeStylesheet(null); + Main.loadTheme(); + }, + + _changeTheme: function() { + let _stylesheet = null; + let _themeName = this._settings.get_string(SETTINGS_KEY); + + if (_themeName) { + let _userCssStylesheet = GLib.get_home_dir() + '/.themes/' + _themeName + '/gnome-shell/gnome-shell.css'; + let file = Gio.file_new_for_path(_userCssStylesheet); + if (file.query_exists(null)) + _stylesheet = _userCssStylesheet; + else { + let sysdirs = GLib.get_system_data_dirs(); + sysdirs.unshift(GLib.get_user_data_dir()); + for (let i = 0; i < sysdirs.length; i++) { + _userCssStylesheet = sysdirs[i] + '/themes/' + _themeName + '/gnome-shell/gnome-shell.css'; + let file = Gio.file_new_for_path(_userCssStylesheet); + if (file.query_exists(null)) { + _stylesheet = _userCssStylesheet; + break; + } + } + } + } + + if (_stylesheet) + global.log('loading user theme: ' + _stylesheet); + else + global.log('loading default theme (Adwaita)'); + Main.setThemeStylesheet(_stylesheet); + Main.loadTheme(); + } +}); + +function init() { + return new ThemeManager(); +} diff --git a/extensions/user-theme/metadata.json.in b/extensions/user-theme/metadata.json.in new file mode 100644 index 0000000..800d6f7 --- /dev/null +++ b/extensions/user-theme/metadata.json.in @@ -0,0 +1,11 @@ +{ + "uuid": "@uuid@", + "extension-id": "@extension_id@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "name": "User Themes", + "description": "Load shell themes from user directory.", + "shell-version": [ "@shell_current@" ], + "original-authors": [ "john.stowers@gmail.com" ], + "url": "@url@" +} diff --git a/extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in b/extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in new file mode 100644 index 0000000..f765841 --- /dev/null +++ b/extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in @@ -0,0 +1,9 @@ + + + + "" + <_summary>Theme name + <_description>The name of the theme, to be loaded from ~/.themes/name/gnome-shell + + + diff --git a/extensions/user-theme/stylesheet.css b/extensions/user-theme/stylesheet.css new file mode 100644 index 0000000..6d91483 --- /dev/null +++ b/extensions/user-theme/stylesheet.css @@ -0,0 +1 @@ +/* none used */ diff --git a/extensions/window-list/Makefile.am b/extensions/window-list/Makefile.am new file mode 100644 index 0000000..cd3e03b --- /dev/null +++ b/extensions/window-list/Makefile.am @@ -0,0 +1,10 @@ +EXTENSION_ID = window-list + +EXTRA_MODULES = prefs.js + +if CLASSIC_MODE + EXTRA_MODULES += classic.css +endif + +include ../../extension.mk +include ../../settings.mk diff --git a/extensions/window-list/Makefile.in b/extensions/window-list/Makefile.in new file mode 100644 index 0000000..ce6e0a2 --- /dev/null +++ b/extensions/window-list/Makefile.in @@ -0,0 +1,528 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +@CLASSIC_MODE_TRUE@am__append_1 = classic.css +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/../../settings.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(am__dist_extension_DATA_DIST) +subdir = extensions/window-list +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__dist_extension_DATA_DIST = extension.js stylesheet.css prefs.js \ + classic.css +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = window-list +EXTRA_MODULES = prefs.js $(am__append_1) +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in $(gschemas_in) +CLEANFILES = metadata.json $(gschemas_in:.xml.in=.valid) \ + $(gsettings_SCHEMAS) +gschemas_in = $(gschemaname).gschema.xml.in +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/window-list/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/window-list/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(srcdir)/../../settings.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +@INTLTOOL_XML_NOMERGE_RULE@ + +@GSETTINGS_RULES@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/window-list/classic.css b/extensions/window-list/classic.css new file mode 100644 index 0000000..fd84371 --- /dev/null +++ b/extensions/window-list/classic.css @@ -0,0 +1,44 @@ +@import url("stylesheet.css"); + +#panel.bottom-panel { + border-top-width: 1px; + border-bottom-width: 0px; + height: 32px !important; + } + + .bottom-panel .window-button > StWidget { + background-color: #e9e9e9 !important; + background-gradient-direction: vertical; + background-gradient-end: #d0d0d0; + color: #555 !important; + border-radius: 2px !important; + padding: 4px 6px 2px !important; + text-shadow: 0 0 transparent; + box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5) !important; + } + + .bottom-panel .window-button:hover > StWidget { + background-color: #f9f9f9 !important; + background-gradient-end: #e0e0e0; + } + + .bottom-panel .window-button:active > StWidget { + box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important; + } + + .bottom-panel .window-button.focused > StWidget { + background-color: #a9a9a9 !important; + background-gradient-end: #b0b0b0; + box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important; + } + + .bottom-panel .window-button.focused:hover > StWidget { + background-color: #b9b9b9 !important; + background-gradient-end: #c0c0c0; + } + + .bottom-panel .window-button.minimized > StWidget { + color: #888 !important; + box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4) !important; + } + diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js new file mode 100644 index 0000000..58fee4a --- /dev/null +++ b/extensions/window-list/extension.js @@ -0,0 +1,1221 @@ +const Clutter = imports.gi.Clutter; +const GLib = imports.gi.GLib; +const Gio = imports.gi.Gio; +const Gtk = imports.gi.Gtk; +const Meta = imports.gi.Meta; +const Shell = imports.gi.Shell; +const St = imports.gi.St; + +const DND = imports.ui.dnd; +const Lang = imports.lang; +const Main = imports.ui.main; +const MessageTray = imports.ui.messageTray; +const PanelMenu = imports.ui.panelMenu; +const PopupMenu = imports.ui.popupMenu; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const ICON_TEXTURE_SIZE = 24; +const DND_ACTIVATE_TIMEOUT = 500; + +const GroupingMode = { + NEVER: 0, + AUTO: 1, + ALWAYS: 2 +}; + + +function _minimizeOrActivateWindow(window) { + let focusWindow = global.display.focus_window; + if (focusWindow == window || + focusWindow && focusWindow.get_transient_for() == window) + window.minimize(); + else + window.activate(global.get_current_time()); +} + +function _openMenu(menu) { + menu.open(); + + let event = Clutter.get_current_event(); + if (event && event.type() == Clutter.EventType.KEY_RELEASE) + menu.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false); +} + +function _onMenuStateChanged(menu, isOpen) { + if (isOpen) + return; + + let [x, y,] = global.get_pointer(); + let actor = global.stage.get_actor_at_pos(Clutter.PickMode.REACTIVE, x, y); + if (windowList.actor.contains(actor)) + actor.sync_hover(); +} + +function _getAppStableSequence(app) { + return app.get_windows().reduce(function(prev, cur) { + return Math.min(prev, cur.get_stable_sequence()); + }, Infinity); +} + + +const WindowContextMenu = new Lang.Class({ + Name: 'WindowContextMenu', + Extends: PopupMenu.PopupMenu, + + _init: function(source, metaWindow) { + this.parent(source, 0.5, St.Side.BOTTOM); + + this._metaWindow = metaWindow; + + this._minimizeItem = new PopupMenu.PopupMenuItem(''); + this._minimizeItem.connect('activate', Lang.bind(this, function() { + if (this._metaWindow.minimized) + this._metaWindow.unminimize(); + else + this._metaWindow.minimize(); + })); + this.addMenuItem(this._minimizeItem); + + this._notifyMinimizedId = + this._metaWindow.connect('notify::minimized', + Lang.bind(this, this._updateMinimizeItem)); + this._updateMinimizeItem(); + + this._maximizeItem = new PopupMenu.PopupMenuItem(''); + this._maximizeItem.connect('activate', Lang.bind(this, function() { + if (this._metaWindow.maximized_vertically && + this._metaWindow.maximized_horizontally) + this._metaWindow.unmaximize(Meta.MaximizeFlags.HORIZONTAL | + Meta.MaximizeFlags.VERTICAL); + else + this._metaWindow.maximize(Meta.MaximizeFlags.HORIZONTAL | + Meta.MaximizeFlags.VERTICAL); + })); + this.addMenuItem(this._maximizeItem); + + this._notifyMaximizedHId = + this._metaWindow.connect('notify::maximized-horizontally', + Lang.bind(this, this._updateMaximizeItem)); + this._notifyMaximizedVId = + this._metaWindow.connect('notify::maximized-vertically', + Lang.bind(this, this._updateMaximizeItem)); + this._updateMaximizeItem(); + + let item = new PopupMenu.PopupMenuItem(_("Close")); + item.connect('activate', Lang.bind(this, function() { + this._metaWindow.delete(global.get_current_time()); + })); + this.addMenuItem(item); + + this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); + }, + + _updateMinimizeItem: function() { + this._minimizeItem.label.text = this._metaWindow.minimized ? _("Unminimize") + : _("Minimize"); + }, + + _updateMaximizeItem: function() { + let maximized = this._metaWindow.maximized_vertically && + this._metaWindow.maximized_horizontally; + this._maximizeItem.label.text = maximized ? _("Unmaximize") + : _("Maximize"); + }, + + _onDestroy: function() { + this._metaWindow.disconnect(this._notifyMinimizedId); + this._metaWindow.disconnect(this._notifyMaximizedHId); + this._metaWindow.disconnect(this._notifyMaximizedVId); + } +}); + +const WindowTitle = new Lang.Class({ + Name: 'WindowTitle', + + _init: function(metaWindow) { + this._metaWindow = metaWindow; + this.actor = new St.BoxLayout({ style_class: 'window-button-box' }); + + let app = Shell.WindowTracker.get_default().get_window_app(metaWindow); + this._icon = new St.Bin({ style_class: 'window-button-icon', + child: app.create_icon_texture(ICON_TEXTURE_SIZE) }); + this.actor.add(this._icon); + this._label = new St.Label(); + this.actor.add(this._label); + + this._textureCache = St.TextureCache.get_default(); + this._iconThemeChangedId = + this._textureCache.connect('icon-theme-changed', Lang.bind(this, + function() { + this._icon.child = app.create_icon_texture(ICON_TEXTURE_SIZE); + })); + this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); + + this._notifyTitleId = + this._metaWindow.connect('notify::title', + Lang.bind(this, this._updateTitle)); + this._notifyMinimizedId = + this._metaWindow.connect('notify::minimized', + Lang.bind(this, this._minimizedChanged)); + this._minimizedChanged(); + }, + + _minimizedChanged: function() { + this._icon.opacity = this._metaWindow.minimized ? 128 : 255; + this._updateTitle(); + }, + + _updateTitle: function() { + if (this._metaWindow.minimized) + this._label.text = '[%s]'.format(this._metaWindow.title); + else + this._label.text = this._metaWindow.title; + }, + + _onDestroy: function() { + this._textureCache.disconnect(this._iconThemeChangedId); + this._metaWindow.disconnect(this._notifyTitleId); + this._metaWindow.disconnect(this._notifyMinimizedId); + } +}); + + +const WindowButton = new Lang.Class({ + Name: 'WindowButton', + + _init: function(metaWindow) { + this.metaWindow = metaWindow; + + this._windowTitle = new WindowTitle(this.metaWindow); + this.actor = new St.Button({ style_class: 'window-button', + x_fill: true, + can_focus: true, + button_mask: St.ButtonMask.ONE | + St.ButtonMask.THREE, + child: this._windowTitle.actor }); + this.actor._delegate = this; + + this._menuManager = new PopupMenu.PopupMenuManager(this); + this._contextMenu = new WindowContextMenu(this.actor, this.metaWindow); + this._contextMenu.connect('open-state-changed', _onMenuStateChanged); + this._contextMenu.actor.hide(); + this._menuManager.addMenu(this._contextMenu); + Main.uiGroup.add_actor(this._contextMenu.actor); + + this.actor.connect('allocation-changed', + Lang.bind(this, this._updateIconGeometry)); + this.actor.connect('clicked', Lang.bind(this, this._onClicked)); + this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); + this.actor.connect('popup-menu', Lang.bind(this, this._onPopupMenu)); + + this._switchWorkspaceId = + global.window_manager.connect('switch-workspace', + Lang.bind(this, this._updateVisibility)); + this._workspaceChangedId = + this.metaWindow.connect('workspace-changed', + Lang.bind(this, this._updateVisibility)); + this._updateVisibility(); + + this._notifyFocusId = + global.display.connect('notify::focus-window', + Lang.bind(this, this._updateStyle)); + this._updateStyle(); + }, + + get active() { + return this.actor.has_style_class_name('focused'); + }, + + activate: function() { + if (this.active) + return; + + this._onClicked(this.actor, 1); + }, + + _onClicked: function(actor, button) { + if (this._contextMenu.isOpen) { + this._contextMenu.close(); + return; + } + + if (button == 1) + _minimizeOrActivateWindow(this.metaWindow); + else + _openMenu(this._contextMenu); + }, + + _onPopupMenu: function(actor) { + if (this._contextMenu.isOpen) + return; + _openMenu(this._contextMenu); + }, + + _updateStyle: function() { + if (this.metaWindow.minimized) + this.actor.add_style_class_name('minimized'); + else + this.actor.remove_style_class_name('minimized'); + + if (global.display.focus_window == this.metaWindow) + this.actor.add_style_class_name('focused'); + else + this.actor.remove_style_class_name('focused'); + }, + + _updateVisibility: function() { + let workspace = global.screen.get_active_workspace(); + this.actor.visible = this.metaWindow.located_on_workspace(workspace); + }, + + _updateIconGeometry: function() { + let rect = new Meta.Rectangle(); + + [rect.x, rect.y] = this.actor.get_transformed_position(); + [rect.width, rect.height] = this.actor.get_transformed_size(); + + this.metaWindow.set_icon_geometry(rect); + }, + + _onDestroy: function() { + this.metaWindow.disconnect(this._workspaceChangedId); + global.window_manager.disconnect(this._switchWorkspaceId); + global.display.disconnect(this._notifyFocusId); + this._contextMenu.destroy(); + } +}); + + +const AppContextMenu = new Lang.Class({ + Name: 'AppContextMenu', + Extends: PopupMenu.PopupMenu, + + _init: function(source, app) { + this.parent(source, 0.5, St.Side.BOTTOM); + + this._app = app; + + this._minimizeItem = new PopupMenu.PopupMenuItem(_("Minimize all")); + this._minimizeItem.connect('activate', Lang.bind(this, function() { + this._getWindowList().forEach(function(w) { + w.minimize(); + }); + })); + this.addMenuItem(this._minimizeItem); + + this._unminimizeItem = new PopupMenu.PopupMenuItem(_("Unminimize all")); + this._unminimizeItem.connect('activate', Lang.bind(this, function() { + this._getWindowList().forEach(function(w) { + w.unminimize(); + }); + })); + this.addMenuItem(this._unminimizeItem); + + this._maximizeItem = new PopupMenu.PopupMenuItem(_("Maximize all")); + this._maximizeItem.connect('activate', Lang.bind(this, function() { + this._getWindowList().forEach(function(w) { + w.maximize(Meta.MaximizeFlags.HORIZONTAL | + Meta.MaximizeFlags.VERTICAL); + }); + })); + this.addMenuItem(this._maximizeItem); + + this._unmaximizeItem = new PopupMenu.PopupMenuItem(_("Unmaximize all")); + this._unmaximizeItem.connect('activate', Lang.bind(this, function() { + this._getWindowList().forEach(function(w) { + w.unmaximize(Meta.MaximizeFlags.HORIZONTAL | + Meta.MaximizeFlags.VERTICAL); + }); + })); + this.addMenuItem(this._unmaximizeItem); + + let item = new PopupMenu.PopupMenuItem(_("Close all")); + item.connect('activate', Lang.bind(this, function() { + this._getWindowList().forEach(function(w) { + w.delete(global.get_current_time()); + }); + })); + this.addMenuItem(item); + }, + + _getWindowList: function() { + let workspace = global.screen.get_active_workspace(); + return this._app.get_windows().filter(function(win) { + return !win.skip_taskbar && win.located_on_workspace(workspace); + }); + }, + + open: function(animate) { + let windows = this._getWindowList(); + this._minimizeItem.actor.visible = windows.some(function(w) { + return !w.minimized; + }); + this._unminimizeItem.actor.visible = windows.some(function(w) { + return w.minimized; + }); + this._maximizeItem.actor.visible = windows.some(function(w) { + return !(w.maximized_horizontally && w.maximized_vertically); + }); + this._unmaximizeItem.actor.visible = windows.some(function(w) { + return w.maximized_horizontally && w.maximized_vertically; + }); + + this.parent(animate); + } +}); + +const AppButton = new Lang.Class({ + Name: 'AppButton', + + _init: function(app) { + this.app = app; + + let stack = new St.Widget({ layout_manager: new Clutter.BinLayout() }); + this.actor = new St.Button({ style_class: 'window-button', + x_fill: true, + can_focus: true, + button_mask: St.ButtonMask.ONE | + St.ButtonMask.THREE, + child: stack }); + this.actor._delegate = this; + + this.actor.connect('allocation-changed', + Lang.bind(this, this._updateIconGeometry)); + + this._singleWindowTitle = new St.Bin({ x_expand: true, + x_align: St.Align.START }); + stack.add_actor(this._singleWindowTitle); + + this._multiWindowTitle = new St.BoxLayout({ style_class: 'window-button-box', + x_expand: true }); + stack.add_actor(this._multiWindowTitle); + + this._icon = new St.Bin({ style_class: 'window-button-icon', + child: app.create_icon_texture(ICON_TEXTURE_SIZE) }); + this._multiWindowTitle.add(this._icon); + this._multiWindowTitle.add(new St.Label({ text: app.get_name() })); + + this._menuManager = new PopupMenu.PopupMenuManager(this); + this._menu = new PopupMenu.PopupMenu(this.actor, 0.5, St.Side.BOTTOM); + this._menu.connect('open-state-changed', _onMenuStateChanged); + this._menu.actor.hide(); + this._menu.connect('activate', Lang.bind(this, this._onMenuActivate)); + this._menuManager.addMenu(this._menu); + Main.uiGroup.add_actor(this._menu.actor); + + this._contextMenuManager = new PopupMenu.PopupMenuManager(this); + this._appContextMenu = new AppContextMenu(this.actor, this.app); + this._appContextMenu.connect('open-state-changed', _onMenuStateChanged); + this._appContextMenu.actor.hide(); + Main.uiGroup.add_actor(this._appContextMenu.actor); + + this._textureCache = St.TextureCache.get_default(); + this._iconThemeChangedId = + this._textureCache.connect('icon-theme-changed', Lang.bind(this, + function() { + this._icon.child = app.create_icon_texture(ICON_TEXTURE_SIZE); + })); + this.actor.connect('clicked', Lang.bind(this, this._onClicked)); + this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); + this.actor.connect('popup-menu', Lang.bind(this, this._onPopupMenu)); + + this._switchWorkspaceId = + global.window_manager.connect('switch-workspace', + Lang.bind(this, this._updateVisibility)); + this._updateVisibility(); + + this._windowsChangedId = + this.app.connect('windows-changed', + Lang.bind(this, this._windowsChanged)); + this._windowsChanged(); + + this._windowTracker = Shell.WindowTracker.get_default(); + this._notifyFocusId = + this._windowTracker.connect('notify::focus-app', + Lang.bind(this, this._updateStyle)); + this._updateStyle(); + }, + + _updateVisibility: function() { + let workspace = global.screen.get_active_workspace(); + this.actor.visible = this.app.is_on_workspace(workspace); + }, + + _updateStyle: function() { + if (this._windowTracker.focus_app == this.app) + this.actor.add_style_class_name('focused'); + else + this.actor.remove_style_class_name('focused'); + }, + + _updateIconGeometry: function() { + let rect = new Meta.Rectangle(); + + [rect.x, rect.y] = this.actor.get_transformed_position(); + [rect.width, rect.height] = this.actor.get_transformed_size(); + + let windows = this.app.get_windows(); + windows.forEach(function(w) { + w.set_icon_geometry(rect); + }); + }, + + + _getWindowList: function() { + let workspace = global.screen.get_active_workspace(); + return this.app.get_windows().filter(function(win) { + return !win.skip_taskbar && win.located_on_workspace(workspace); + }); + }, + + _windowsChanged: function() { + let windows = this._getWindowList(); + this._singleWindowTitle.visible = windows.length == 1; + this._multiWindowTitle.visible = !this._singleWindowTitle.visible; + + if (this._singleWindowTitle.visible) { + if (!this._windowTitle) { + this.metaWindow = windows[0]; + this._windowTitle = new WindowTitle(this.metaWindow); + this._singleWindowTitle.child = this._windowTitle.actor; + this._windowContextMenu = new WindowContextMenu(this.actor, this.metaWindow); + this._windowContextMenu.connect('open-state-changed', + _onMenuStateChanged); + Main.uiGroup.add_actor(this._windowContextMenu.actor); + this._windowContextMenu.actor.hide(); + this._contextMenuManager.addMenu(this._windowContextMenu); + } + this._contextMenuManager.removeMenu(this._appContextMenu); + this._contextMenu = this._windowContextMenu; + } else { + if (this._windowTitle) { + this.metaWindow = null; + this._singleWindowTitle.child = null; + this._windowTitle = null; + this._windowContextMenu.destroy(); + this._windowContextMenu = null; + } + this._contextMenu = this._appContextMenu; + this._contextMenuManager.addMenu(this._appContextMenu); + } + + }, + + get active() { + return this.actor.has_style_class_name('focused'); + }, + + activate: function() { + if (this.active) + return; + + this._onClicked(this.actor, 1); + }, + + _onClicked: function(actor, button) { + let menuWasOpen = this._menu.isOpen; + if (menuWasOpen) + this._menu.close(); + + let contextMenuWasOpen = this._contextMenu.isOpen; + if (contextMenuWasOpen) + this._contextMenu.close(); + + if (button == 1) { + if (menuWasOpen) + return; + + let windows = this._getWindowList(); + if (windows.length == 1) { + if (contextMenuWasOpen) + return; + _minimizeOrActivateWindow(windows[0]); + } else { + this._menu.removeAll(); + + for (let i = 0; i < windows.length; i++) { + let windowTitle = new WindowTitle(windows[i]); + let item = new PopupMenu.PopupBaseMenuItem(); + item.actor.add_actor(windowTitle.actor); + item._window = windows[i]; + this._menu.addMenuItem(item); + } + _openMenu(this._menu); + } + } else { + if (contextMenuWasOpen) + return; + _openMenu(this._contextMenu); + } + }, + + _onPopupMenu: function(actor) { + if (this._menu.isOpen || this._contextMenu.isOpen) + return; + _openMenu(this._contextMenu); + }, + + + _onMenuActivate: function(menu, child) { + child._window.activate(global.get_current_time()); + }, + + _onDestroy: function() { + this._textureCache.disconnect(this._iconThemeChangedId); + global.window_manager.disconnect(this._switchWorkspaceId); + this._windowTracker.disconnect(this._notifyFocusId); + this.app.disconnect(this._windowsChangedId); + this._menu.destroy(); + } +}); + + +const TrayButton = new Lang.Class({ + Name: 'TrayButton', + + _init: function() { + this._counterLabel = new St.Label({ x_align: Clutter.ActorAlign.CENTER, + x_expand: true, + y_align: Clutter.ActorAlign.CENTER, + y_expand: true }); + this.actor = new St.Button({ style_class: 'summary-source-counter', + child: this._counterLabel, + layoutManager: new Clutter.BinLayout() }); + this.actor.set_x_align(Clutter.ActorAlign.END); + this.actor.set_x_expand(true); + this.actor.set_y_expand(true); + + this.actor.connect('clicked', Lang.bind(this, + function() { + if (Main.messageTray._trayState == MessageTray.State.HIDDEN) + Main.messageTray.toggle(); + })); + this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); + + this._trayItemCount = 0; + Main.messageTray.getSources().forEach(Lang.bind(this, + function(source) { + this._sourceAdded(Main.messageTray, source); + })); + this._sourceAddedId = + Main.messageTray.connect('source-added', + Lang.bind(this, this._sourceAdded)); + this._sourceRemovedId = + Main.messageTray.connect('source-removed', + Lang.bind(this, this._sourceRemoved)); + this._updateVisibility(); + }, + + _sourceAdded: function(tray, source) { + this._trayItemCount++; + this._updateVisibility(); + }, + + _sourceRemoved: function(source) { + this._trayItemCount--; + this.actor.checked = false; + this._updateVisibility(); + }, + + _updateVisibility: function() { + this._counterLabel.text = this._trayItemCount.toString(); + this.actor.visible = this._trayItemCount > 0; + }, + + _onDestroy: function() { + Main.messageTray.getSources().forEach(Lang.bind(this, + function(source) { + if (!source._windowListDestroyId) + return; + source.disconnect(source._windowListDestroyId) + delete source._windowListDestroyId; + })); + Main.messageTray.disconnect(this._sourceAddedId); + Main.messageTray.disconnect(this._sourceRemovedId); + } +}); + +const WorkspaceIndicator = new Lang.Class({ + Name: 'WindowList.WorkspaceIndicator', + Extends: PanelMenu.Button, + + _init: function(){ + this.parent(0.0, _("Workspace Indicator")); + this.actor.add_style_class_name('window-list-workspace-indicator'); + + let container = new St.Widget({ layout_manager: new Clutter.BinLayout(), + x_expand: true, y_expand: true }); + this.actor.add_actor(container); + + this._currentWorkspace = global.screen.get_active_workspace().index(); + this.statusLabel = new St.Label({ text: this._getStatusText(), + x_align: Clutter.ActorAlign.CENTER, + y_align: Clutter.ActorAlign.CENTER }); + container.add_actor(this.statusLabel); + + this.workspacesItems = []; + + this._screenSignals = []; + this._screenSignals.push(global.screen.connect('notify::n-workspaces', Lang.bind(this,this._updateMenu))); + this._screenSignals.push(global.screen.connect_after('workspace-switched', Lang.bind(this,this._updateIndicator))); + + this.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent)); + this._updateMenu(); + + this._settings = new Gio.Settings({ schema_id: 'org.gnome.desktop.wm.preferences' }); + this._settingsChangedId = this._settings.connect('changed::workspace-names', Lang.bind(this, this._updateMenu)); + }, + + destroy: function() { + for (let i = 0; i < this._screenSignals.length; i++) + global.screen.disconnect(this._screenSignals[i]); + + if (this._settingsChangedId) { + this._settings.disconnect(this._settingsChangedId); + this._settingsChangedId = 0; + } + + this.parent(); + }, + + _updateIndicator: function() { + this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.NONE); + this._currentWorkspace = global.screen.get_active_workspace().index(); + this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.DOT); + + this.statusLabel.set_text(this._getStatusText()); + }, + + _getStatusText: function() { + let current = global.screen.get_active_workspace().index(); + let total = global.screen.n_workspaces; + + return '%d / %d'.format(current + 1, total); + }, + + _updateMenu: function() { + this.menu.removeAll(); + this.workspacesItems = []; + this._currentWorkspace = global.screen.get_active_workspace().index(); + + for(let i = 0; i < global.screen.n_workspaces; i++) { + let name = Meta.prefs_get_workspace_name(i); + let item = new PopupMenu.PopupMenuItem(name); + item.workspaceId = i; + + item.connect('activate', Lang.bind(this, function(item, event) { + this._activate(item.workspaceId); + })); + + if (i == this._currentWorkspace) + item.setOrnament(PopupMenu.Ornament.DOT); + + this.menu.addMenuItem(item); + this.workspacesItems[i] = item; + } + + this.statusLabel.set_text(this._getStatusText()); + }, + + _activate: function(index) { + if(index >= 0 && index < global.screen.n_workspaces) { + let metaWorkspace = global.screen.get_workspace_by_index(index); + metaWorkspace.activate(global.get_current_time()); + } + }, + + _onScrollEvent: function(actor, event) { + let direction = event.get_scroll_direction(); + let diff = 0; + if (direction == Clutter.ScrollDirection.DOWN) { + diff = 1; + } else if (direction == Clutter.ScrollDirection.UP) { + diff = -1; + } else { + return; + } + + let newIndex = this._currentWorkspace + diff; + this._activate(newIndex); + }, + + _allocate: function(actor, box, flags) { + if (actor.get_n_children() > 0) + actor.get_first_child().allocate(box, flags); + } +}); + +const WindowList = new Lang.Class({ + Name: 'WindowList', + + _init: function() { + this.actor = new St.Widget({ name: 'panel', + style_class: 'bottom-panel', + reactive: true, + track_hover: true, + layout_manager: new Clutter.BinLayout()}); + this.actor.connect('destroy', Lang.bind(this, this._onDestroy)); + + let box = new St.BoxLayout({ x_expand: true, y_expand: true }); + this.actor.add_actor(box); + + let layout = new Clutter.BoxLayout({ homogeneous: true }); + this._windowList = new St.Widget({ style_class: 'window-list', + reactive: true, + layout_manager: layout, + x_align: Clutter.ActorAlign.START, + x_expand: true, + y_expand: true }); + box.add(this._windowList, { expand: true }); + + this._windowList.connect('style-changed', Lang.bind(this, + function() { + let node = this._windowList.get_theme_node(); + let spacing = node.get_length('spacing'); + this._windowList.layout_manager.spacing = spacing; + })); + this._windowList.connect('scroll-event', Lang.bind(this, this._onScrollEvent)); + + let indicatorsBox = new St.BoxLayout({ x_align: Clutter.ActorAlign.END }); + box.add(indicatorsBox); + + this._workspaceIndicator = new WorkspaceIndicator(); + indicatorsBox.add(this._workspaceIndicator.container, { expand: false, y_fill: true }); + + this._menuManager = new PopupMenu.PopupMenuManager(this); + this._menuManager.addMenu(this._workspaceIndicator.menu); + + this._trayButton = new TrayButton(); + indicatorsBox.add(this._trayButton.actor, { expand: false }); + + Main.layoutManager.addChrome(this.actor, { affectsStruts: true, + trackFullscreen: true }); + Main.ctrlAltTabManager.addGroup(this.actor, _("Window List"), 'start-here-symbolic'); + + this._appSystem = Shell.AppSystem.get_default(); + this._appStateChangedId = + this._appSystem.connect('app-state-changed', + Lang.bind(this, this._onAppStateChanged)); + + this._monitorsChangedId = + Main.layoutManager.connect('monitors-changed', + Lang.bind(this, this._updatePosition)); + this._updatePosition(); + + this._keyboardVisiblechangedId = + Main.layoutManager.connect('keyboard-visible-changed', + Lang.bind(this, function(o, state) { + Main.layoutManager.keyboardBox.visible = state; + Main.uiGroup.set_child_above_sibling(windowList.actor, + Main.layoutManager.keyboardBox); + this._updateKeyboardAnchor(); + })); + + this._workspaceSignals = new Map(); + this._nWorkspacesChangedId = + global.screen.connect('notify::n-workspaces', + Lang.bind(this, this._onWorkspacesChanged)); + this._onWorkspacesChanged(); + + this._switchWorkspaceId = + global.window_manager.connect('switch-workspace', + Lang.bind(this, this._checkGrouping)); + + this._overviewShowingId = + Main.overview.connect('showing', Lang.bind(this, function() { + this.actor.hide(); + this._updateKeyboardAnchor(); + this._updateMessageTrayAnchor(); + })); + + this._overviewHidingId = + Main.overview.connect('hiding', Lang.bind(this, function() { + this.actor.visible = !Main.layoutManager.primaryMonitor.inFullscreen; + this._updateKeyboardAnchor(); + this._updateMessageTrayAnchor(); + })); + this._updateMessageTrayAnchor(); + + this._fullscreenChangedId = + global.screen.connect('in-fullscreen-changed', Lang.bind(this, function() { + this._updateKeyboardAnchor(); + this._updateMessageTrayAnchor(); + })); + + this._dragBeginId = + Main.xdndHandler.connect('drag-begin', + Lang.bind(this, this._onDragBegin)); + this._dragEndId = + Main.xdndHandler.connect('drag-end', + Lang.bind(this, this._onDragEnd)); + this._dragMonitor = { + dragMotion: Lang.bind(this, this._onDragMotion) + }; + + this._dndTimeoutId = 0; + this._dndWindow = null; + + this._settings = Convenience.getSettings(); + this._groupingModeChangedId = + this._settings.connect('changed::grouping-mode', + Lang.bind(this, this._groupingModeChanged)); + this._grouped = undefined; + this._groupingModeChanged(); + }, + + _onScrollEvent: function(actor, event) { + let direction = event.get_scroll_direction(); + let diff = 0; + if (direction == Clutter.ScrollDirection.DOWN) + diff = 1; + else if (direction == Clutter.ScrollDirection.UP) + diff = -1; + else + return; + + let children = this._windowList.get_children().map(function(actor) { + return actor._delegate; + }); + let active = 0; + for (let i = 0; i < children.length; i++) { + if (children[i].active) { + active = i; + break; + } + } + + active = Math.max(0, Math.min(active + diff, children.length-1)); + children[active].activate(); + }, + + _getPreferredUngroupedWindowListWidth: function() { + if (this._windowList.get_n_children() == 0) + return this._windowList.get_preferred_width(-1)[1]; + + let children = this._windowList.get_children(); + let [, childWidth] = children[0].get_preferred_width(-1); + let spacing = this._windowList.layout_manager.spacing; + + let workspace = global.screen.get_active_workspace(); + let nWindows = global.display.get_tab_list(Meta.TabList.NORMAL, workspace).length; + + return nWindows * childWidth + (nWindows - 1) * spacing; + }, + + _getMaxWindowListWidth: function() { + let indicatorsBox = this._trayButton.actor.get_parent(); + return this.actor.width - indicatorsBox.get_preferred_width(-1)[1]; + }, + + _groupingModeChanged: function() { + this._groupingMode = this._settings.get_enum('grouping-mode'); + + if (this._groupingMode == GroupingMode.AUTO) { + this._checkGrouping(); + } else { + this._grouped = this._groupingMode == GroupingMode.ALWAYS; + this._populateWindowList(); + } + }, + + _checkGrouping: function() { + if (this._groupingMode != GroupingMode.AUTO) + return; + + let maxWidth = this._getMaxWindowListWidth(); + let natWidth = this._getPreferredUngroupedWindowListWidth(); + + let grouped = (maxWidth < natWidth); + if (this._grouped !== grouped) { + this._grouped = grouped; + this._populateWindowList(); + } + }, + + _populateWindowList: function() { + this._windowList.destroy_all_children(); + + if (!this._grouped) { + let windows = global.get_window_actors().sort( + function(w1, w2) { + return w1.metaWindow.get_stable_sequence() - + w2.metaWindow.get_stable_sequence(); + }); + for (let i = 0; i < windows.length; i++) + this._onWindowAdded(null, windows[i].metaWindow); + } else { + let apps = this._appSystem.get_running().sort( + function(a1, a2) { + return _getAppStableSequence(a1) - + _getAppStableSequence(a2); + }); + for (let i = 0; i < apps.length; i++) + this._addApp(apps[i]); + } + }, + + _updatePosition: function() { + let monitor = Main.layoutManager.primaryMonitor; + this.actor.width = monitor.width; + this.actor.set_position(monitor.x, monitor.y + monitor.height - this.actor.height); + }, + + _updateKeyboardAnchor: function() { + if (!Main.keyboard.actor) + return; + + let anchorY = Main.overview.visible ? 0 : this.actor.height; + Main.keyboard.actor.anchor_y = anchorY; + }, + + _updateMessageTrayAnchor: function() { + let sameMonitor = Main.layoutManager.primaryIndex == Main.layoutManager.bottomIndex; + let anchorY = this.actor.visible && sameMonitor ? this.actor.height : 0; + + Main.messageTray.actor.anchor_y = anchorY; + Main.messageTray._notificationWidget.anchor_y = -anchorY; + }, + + _onAppStateChanged: function(appSys, app) { + if (!this._grouped) + return; + + if (app.state == Shell.AppState.RUNNING) + this._addApp(app); + else if (app.state == Shell.AppState.STOPPED) + this._removeApp(app); + }, + + _addApp: function(app) { + let button = new AppButton(app); + this._windowList.layout_manager.pack(button.actor, + true, true, true, + Clutter.BoxAlignment.START, + Clutter.BoxAlignment.START); + }, + + _removeApp: function(app) { + let children = this._windowList.get_children(); + for (let i = 0; i < children.length; i++) { + if (children[i]._delegate.app == app) { + children[i].destroy(); + return; + } + } + }, + + _onWindowAdded: function(ws, win) { + if (win.skip_taskbar) + return; + + if (!this._grouped) + this._checkGrouping(); + + if (this._grouped) + return; + + let children = this._windowList.get_children(); + for (let i = 0; i < children.length; i++) { + if (children[i]._delegate.metaWindow == win) + return; + } + + let button = new WindowButton(win); + this._windowList.layout_manager.pack(button.actor, + true, true, true, + Clutter.BoxAlignment.START, + Clutter.BoxAlignment.START); + }, + + _onWindowRemoved: function(ws, win) { + if (this._grouped) + this._checkGrouping(); + + if (this._grouped) + return; + + if (win.get_compositor_private()) + return; // not actually removed, just moved to another workspace + + let children = this._windowList.get_children(); + for (let i = 0; i < children.length; i++) { + if (children[i]._delegate.metaWindow == win) { + children[i].destroy(); + return; + } + } + }, + + _onWorkspacesChanged: function() { + let numWorkspaces = global.screen.n_workspaces; + for (let i = 0; i < numWorkspaces; i++) { + let workspace = global.screen.get_workspace_by_index(i); + if (this._workspaceSignals.has(workspace)) + continue; + + let signals = { windowAddedId: 0, windowRemovedId: 0 }; + signals._windowAddedId = + workspace.connect_after('window-added', + Lang.bind(this, this._onWindowAdded)); + signals._windowRemovedId = + workspace.connect('window-removed', + Lang.bind(this, this._onWindowRemoved)); + this._workspaceSignals.set(workspace, signals); + } + }, + + _disconnectWorkspaceSignals: function() { + let numWorkspaces = global.screen.n_workspaces; + for (let i = 0; i < numWorkspaces; i++) { + let workspace = global.screen.get_workspace_by_index(i); + let signals = this._workspaceSignals.get(workspace); + this._workspaceSignals.delete(workspace); + workspace.disconnect(signals._windowAddedId); + workspace.disconnect(signals._windowRemovedId); + } + }, + + _onDragBegin: function() { + DND.addDragMonitor(this._dragMonitor); + }, + + _onDragEnd: function() { + DND.removeDragMonitor(this._dragMonitor); + this._removeActivateTimeout(); + }, + + _onDragMotion: function(dragEvent) { + if (Main.overview.visible || + !this.actor.contains(dragEvent.targetActor)) { + this._removeActivateTimeout(); + return DND.DragMotionResult.CONTINUE; + } + + let hoveredWindow = null; + if (dragEvent.targetActor._delegate) + hoveredWindow = dragEvent.targetActor._delegate.metaWindow; + + if (!hoveredWindow || + this._dndWindow == hoveredWindow) + return DND.DragMotionResult.CONTINUE; + + this._removeActivateTimeout(); + + this._dndWindow = hoveredWindow; + this._dndTimeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, + DND_ACTIVATE_TIMEOUT, + Lang.bind(this, this._activateWindow)); + + return DND.DragMotionResult.CONTINUE; + }, + + _removeActivateTimeout: function() { + if (this._dndTimeoutId) + GLib.source_remove (this._dndTimeoutId); + this._dndTimeoutId = 0; + this._dndWindow = null; + }, + + _activateWindow: function() { + let [x, y] = global.get_pointer(); + let pickedActor = global.stage.get_actor_at_pos(Clutter.PickMode.ALL, x, y); + + if (this._dndWindow && this.actor.contains(pickedActor)) + this._dndWindow.activate(global.get_current_time()); + this._dndWindow = null; + this._dndTimeoutId = 0; + + return false; + }, + + _onDestroy: function() { + this._workspaceIndicator.destroy(); + + Main.ctrlAltTabManager.removeGroup(this.actor); + + this._appSystem.disconnect(this._appStateChangedId); + this._appStateChangedId = 0; + + Main.layoutManager.disconnect(this._monitorsChangedId); + this._monitorsChangedId = 0; + + Main.layoutManager.disconnect(this._keyboardVisiblechangedId); + this._keyboardVisiblechangedId = 0; + + Main.layoutManager.hideKeyboard(); + + this._disconnectWorkspaceSignals(); + global.screen.disconnect(this._nWorkspacesChangedId); + this._nWorkspacesChangedId = 0; + + global.window_manager.disconnect(this._switchWorkspaceId); + this._switchWorkspaceId = 0; + + Main.messageTray.actor.anchor_y = 0; + Main.messageTray._notificationWidget.anchor_y = 0; + + Main.overview.disconnect(this._overviewShowingId); + Main.overview.disconnect(this._overviewHidingId); + + global.screen.disconnect(this._fullscreenChangedId); + + this._settings.disconnect(this._groupingModeChangedId); + + let windows = global.get_window_actors(); + for (let i = 0; i < windows.length; i++) + windows[i].metaWindow.set_icon_geometry(null); + } +}); + +let windowList; +let injections = {}; +let notificationParent; + +function init() { +} + +function enable() { + windowList = new WindowList(); + + windowList.actor.connect('notify::hover', Lang.bind(Main.messageTray, + function() { + this._pointerInTray = windowList.actor.hover; + this._updateState(); + })); + + injections['_trayDwellTimeout'] = MessageTray.MessageTray.prototype._trayDwellTimeout; + MessageTray.MessageTray.prototype._trayDwellTimeout = function() { + return false; + }; + + notificationParent = Main.messageTray._notificationWidget.get_parent(); + Main.messageTray._notificationWidget.hide(); + Main.messageTray._notificationWidget.reparent(windowList.actor); + Main.messageTray._notificationWidget.show(); +} + +function disable() { + var prop; + + if (!windowList) + return; + + windowList.actor.hide(); + + if (notificationParent) { + Main.messageTray._notificationWidget.reparent(notificationParent); + notificationParent = null; + } + + windowList.actor.destroy(); + windowList = null; + + for (prop in injections) + MessageTray.MessageTray.prototype[prop] = injections[prop]; +} diff --git a/extensions/window-list/metadata.json.in b/extensions/window-list/metadata.json.in new file mode 100644 index 0000000..4e98713 --- /dev/null +++ b/extensions/window-list/metadata.json.in @@ -0,0 +1,10 @@ +{ +"extension-id": "@extension_id@", +"uuid": "@uuid@", +"settings-schema": "@gschemaname@", +"gettext-domain": "@gettext_domain@", +"name": "Window List", +"description": "Display a window list at the bottom of the screen.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.", +"shell-version": [ "@shell_current@" ], +"url": "@url@" +} diff --git a/extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in b/extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in new file mode 100644 index 0000000..d5bbdf4 --- /dev/null +++ b/extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in @@ -0,0 +1,19 @@ + + + + + + + + + 'never' + <_summary>When to group windows + <_description> + Decides when to group windows from the same application on the + window list. Possible values are "never", "auto" and "always". + + + + diff --git a/extensions/window-list/prefs.js b/extensions/window-list/prefs.js new file mode 100644 index 0000000..3db09c3 --- /dev/null +++ b/extensions/window-list/prefs.js @@ -0,0 +1,81 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- + +const GObject = imports.gi.GObject; +const Gtk = imports.gi.Gtk; +const Lang = imports.lang; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + + +function init() { + Convenience.initTranslations(); +} + +const WindowListPrefsWidget = new GObject.Class({ + Name: 'WindowList.Prefs.Widget', + GTypeName: 'WindowListPrefsWidget', + Extends: Gtk.Frame, + + _init: function(params) { + this.parent(params); + + this.shadow_type = Gtk.ShadowType.NONE; + this.margin = 24; + + let title = '' + _("Window Grouping") + ''; + let titleLabel = new Gtk.Label({ use_markup: true, label: title }); + this.set_label_widget(titleLabel); + + let align = new Gtk.Alignment({ left_padding: 12 }); + this.add(align); + + let grid = new Gtk.Grid({ orientation: Gtk.Orientation.VERTICAL, + row_spacing: 6, + column_spacing: 6, + margin_top: 6 }); + align.add(grid); + + this._settings = Convenience.getSettings(); + let currentMode = this._settings.get_string('grouping-mode'); + let range = this._settings.get_range('grouping-mode'); + let modes = range.deep_unpack()[1].deep_unpack(); + + let modeLabels = { + 'never': _("Never group windows"), + 'auto': _("Group windows when space is limited"), + 'always': _("Always group windows") + }; + + let radio = null; + for (let i = 0; i < modes.length; i++) { + let mode = modes[i]; + let label = modeLabels[mode]; + if (!label) { + log('Unhandled option "%s" for grouping-mode'.format(mode)); + continue; + } + + radio = new Gtk.RadioButton({ active: currentMode == mode, + label: label, + group: radio }); + grid.add(radio); + + radio.connect('toggled', Lang.bind(this, function(button) { + if (button.active) + this._settings.set_string('grouping-mode', mode); + })); + } + } +}); + +function buildPrefsWidget() { + let widget = new WindowListPrefsWidget(); + widget.show_all(); + + return widget; +} diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css new file mode 100644 index 0000000..2b6be8d --- /dev/null +++ b/extensions/window-list/stylesheet.css @@ -0,0 +1,84 @@ +.bottom-panel { + /* .window-button-icon height + + .window-button vertical padding + + .window-button > StWidget vertical padding) */ + height: 30px; +} + +.window-list { + spacing: 2px; + font-size: 10pt; +} + +.window-button { + padding: 1px; +} + +.window-button:first-child:ltr { + padding-left: 2px; +} + +.window-button:last-child:rtl { + padding-right: 2px; +} + +.window-button-box { + spacing: 4px; +} + +.window-button > StWidget { + -st-natural-width: 250px; + max-width: 250px; + color: #bbb; + background-color: black; + border-radius: 4px; + padding: 3px 6px 1px; + box-shadow: inset 1px 1px 4px rgba(255,255,255,0.5); + text-shadow: 1px 1px 4px rgba(0,0,0,0.8); +} + +.window-button:hover > StWidget { + color: white; + background-color: #1f1f1f; +} + +.window-button:active > StWidget, +.window-button:focus > StWidget { + box-shadow: inset 2px 2px 4px rgba(255,255,255,0.5); +} + +.window-button.focused > StWidget { + color: white; + box-shadow: inset 1px 1px 4px rgba(255,255,255,0.7); +} + +.window-button.focused:active > StWidget { + box-shadow: inset 2px 2px 4px rgba(255,255,255,0.7); +} + +.window-button.minimized > StWidget { + color: #666; + box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5); +} + +.window-button.minimized:active > StWidget { + box-shadow: inset -2px -2px 4px rgba(255,255,255,0.5); +} + +.window-button-icon { + width: 24px; + height: 24px; +} + +.window-list-workspace-indicator { + padding: 3px; +} + +.window-list-workspace-indicator > StWidget { + background-color: rgba(200, 200, 200, .3); + border: 1px solid #cccccc; +} + +.notification { + font-weight: normal; +} diff --git a/extensions/windowsNavigator/Makefile.am b/extensions/windowsNavigator/Makefile.am new file mode 100644 index 0000000..adeb886 --- /dev/null +++ b/extensions/windowsNavigator/Makefile.am @@ -0,0 +1,3 @@ +EXTENSION_ID = windowsNavigator + +include ../../extension.mk diff --git a/extensions/windowsNavigator/Makefile.in b/extensions/windowsNavigator/Makefile.in new file mode 100644 index 0000000..ae49cc0 --- /dev/null +++ b/extensions/windowsNavigator/Makefile.in @@ -0,0 +1,517 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/windowsNavigator +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = windowsNavigator +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/windowsNavigator/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/windowsNavigator/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/windowsNavigator/extension.js b/extensions/windowsNavigator/extension.js new file mode 100644 index 0000000..c19ff0c --- /dev/null +++ b/extensions/windowsNavigator/extension.js @@ -0,0 +1,288 @@ +/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */ +const Clutter = imports.gi.Clutter; +const Lang = imports.lang; +const Mainloop = imports.mainloop; +const St = imports.gi.St; + +const Main = imports.ui.main; +const Workspace = imports.ui.workspace; +const WorkspacesView = imports.ui.workspacesView; + +function injectToFunction(parent, name, func) { + let origin = parent[name]; + parent[name] = function() { + let ret; + ret = origin.apply(this, arguments); + if (ret === undefined) + ret = func.apply(this, arguments); + return ret; + } + return origin; +} + +let winInjections, workspaceInjections, workViewInjections, createdActors, connectedSignals; + +function resetState() { + winInjections = { }; + workspaceInjections = { }; + workViewInjections = { }; + createdActors = [ ]; + connectedSignals = [ ]; +} + +function enable() { + resetState(); + + Workspace.WindowOverlay.prototype.showTooltip = function() { + this._text.raise_top(); + this._text.show(); + this._text.text = (this._windowClone.slotId + 1).toString(); + } + winInjections['showTooltip'] = undefined; + + Workspace.WindowOverlay.prototype.hideTooltip = function() { + if (this._text && this._text.visible) + this._text.hide(); + } + winInjections['hideTooltip'] = undefined; + + Workspace.Workspace.prototype.showTooltip = function() { + if (this._tip == null || this._actualGeometry == null) + return; + this._tip.text = (this.metaWorkspace.index() + 1).toString(); + + // Hand code this instead of using _getSpacingAndPadding + // because that fails on empty workspaces + let node = this.actor.get_theme_node(); + let padding = { + left: node.get_padding(St.Side.LEFT), + top: node.get_padding(St.Side.TOP), + bottom: node.get_padding(St.Side.BOTTOM), + right: node.get_padding(St.Side.RIGHT), + }; + + let area = Workspace.padArea(this._actualGeometry, padding); + this._tip.x = area.x; + this._tip.y = area.y; + this._tip.show(); + this._tip.raise_top(); + } + workspaceInjections['showTooltip'] = undefined; + + Workspace.Workspace.prototype.hideTooltip = function() { + if (this._tip == null) + return; + if (!this._tip.get_parent()) + return; + this._tip.hide(); + } + workspaceInjections['hideTooltip'] = undefined; + + Workspace.Workspace.prototype.getWindowWithTooltip = function(id) { + for (let i = 0; i < this._windows.length; i++) { + if ((this._windows[i].slotId + 1) == id) + return this._windows[i].metaWindow; + } + return null; + } + workspaceInjections['getWindowWithTooltip'] = undefined; + + Workspace.Workspace.prototype.showWindowsTooltips = function() { + for (let i in this._windowOverlays) { + if (this._windowOverlays[i] != null) + this._windowOverlays[i].showTooltip(); + } + } + workspaceInjections['showWindowsTooltips'] = undefined; + + Workspace.Workspace.prototype.hideWindowsTooltips = function() { + for (let i in this._windowOverlays) { + if (this._windowOverlays[i] != null) + this._windowOverlays[i].hideTooltip(); + } + } + workspaceInjections['hideWindowsTooltips'] = undefined; + + WorkspacesView.WorkspacesView.prototype._hideTooltips = function() { + if (global.stage.get_key_focus() == global.stage) + global.stage.set_key_focus(this._prevFocusActor); + this._pickWindow = false; + for (let i = 0; i < this._workspaces.length; i++) + this._workspaces[i].hideWindowsTooltips(); + } + workViewInjections['_hideTooltips'] = undefined; + + WorkspacesView.WorkspacesView.prototype._hideWorkspacesTooltips = function() { + global.stage.set_key_focus(this._prevFocusActor); + this._pickWorkspace = false; + for (let i = 0; i < this._workspaces.length; i++) + this._workspaces[i].hideTooltip(); + } + workViewInjections['_hideWorkspacesTooltips'] = undefined; + + WorkspacesView.WorkspacesView.prototype._onKeyRelease = function(s, o) { + if (this._pickWindow && + (o.get_key_symbol() == Clutter.KEY_Alt_L || + o.get_key_symbol() == Clutter.KEY_Alt_R)) + this._hideTooltips(); + if (this._pickWorkspace && + (o.get_key_symbol() == Clutter.KEY_Control_L || + o.get_key_symbol() == Clutter.KEY_Control_R)) + this._hideWorkspacesTooltips(); + } + workViewInjections['_onKeyRelease'] = undefined; + + WorkspacesView.WorkspacesView.prototype._onKeyPress = function(s, o) { + if(Main.overview.viewSelector._activePage != Main.overview.viewSelector._workspacesPage) + return false; + + if ((o.get_key_symbol() == Clutter.KEY_Alt_L || + o.get_key_symbol() == Clutter.KEY_Alt_R) + && !this._pickWorkspace) { + this._prevFocusActor = global.stage.get_key_focus(); + global.stage.set_key_focus(null); + this._active = global.screen.get_active_workspace_index(); + this._pickWindow = true; + this._workspaces[global.screen.get_active_workspace_index()].showWindowsTooltips(); + return true; + } + if ((o.get_key_symbol() == Clutter.KEY_Control_L || + o.get_key_symbol() == Clutter.KEY_Control_R) + && !this._pickWindow) { + this._prevFocusActor = global.stage.get_key_focus(); + global.stage.set_key_focus(null); + this._pickWorkspace = true; + for (let i = 0; i < this._workspaces.length; i++) + this._workspaces[i].showTooltip(); + return true; + } + + if (global.stage.get_key_focus() != global.stage) + return false; + + // ignore shift presses, they're required to get numerals in azerty keyboards + if ((this._pickWindow || this._pickWorkspace) && + (o.get_key_symbol() == Clutter.KEY_Shift_L || + o.get_key_symbol() == Clutter.KEY_Shift_R)) + return true; + + if (this._pickWindow) { + if (this._active != global.screen.get_active_workspace_index()) { + this._hideTooltips(); + return false; + } + + let c = o.get_key_symbol() - Clutter.KEY_KP_0; + if (c > 9 || c <= 0) { + c = o.get_key_symbol() - Clutter.KEY_0; + if (c > 9 || c <= 0) { + this._hideTooltips(); + global.log(c); + return false; + } + } + + let win = this._workspaces[this._active].getWindowWithTooltip(c); + this._hideTooltips(); + + if (win) + Main.activateWindow(win, global.get_current_time()); + + return true; + } + if (this._pickWorkspace) { + let c = o.get_key_symbol() - Clutter.KEY_KP_0; + if (c > 9 || c <= 0) { + c = o.get_key_symbol() - Clutter.KEY_0; + if (c > 9 || c <= 0) { + this._hideWorkspacesTooltips(); + return false; + } + } + + let workspace = this._workspaces[c - 1]; + if (workspace !== undefined) + workspace.metaWorkspace.activate(global.get_current_time()); + + this._hideWorkspacesTooltips(); + return true; + } + return false; + } + workViewInjections['_onKeyPress'] = undefined; + + winInjections['_init'] = injectToFunction(Workspace.WindowOverlay.prototype, '_init', function(windowClone, parentActor) { + this._id = null; + createdActors.push(this._text = new St.Label({ style_class: 'extension-windowsNavigator-window-tooltip' })); + this._text.hide(); + parentActor.add_actor(this._text); + }); + + winInjections['relayout'] = injectToFunction(Workspace.WindowOverlay.prototype, 'relayout', function(animate) { + let [cloneX, cloneY, cloneWidth, cloneHeight] = this._windowClone.slot; + + let textX = cloneX - 2; + let textY = cloneY - 2; + this._text.set_position(Math.floor(textX) + 5, Math.floor(textY) + 5); + this._text.raise_top(); + }); + + workspaceInjections['_init'] = injectToFunction(Workspace.Workspace.prototype, '_init', function(metaWorkspace) { + if (metaWorkspace && metaWorkspace.index() < 9) { + createdActors.push(this._tip = new St.Label({ style_class: 'extension-windowsNavigator-window-tooltip', + visible: false })); + + this.actor.add_actor(this._tip); + let signalId = this.actor.connect('notify::scale-x', Lang.bind(this, function() { + this._tip.set_scale(1 / this.actor.scale_x, 1 / this.actor.scale_x); + })); + connectedSignals.push({ obj: this.actor, id: signalId }); + } else + this._tip = null; + }); + + workViewInjections['_init'] = injectToFunction(WorkspacesView.WorkspacesView.prototype, '_init', function(width, height, x, y, workspaces) { + this._pickWorkspace = false; + this._pickWindow = false; + this._keyPressEventId = global.stage.connect('key-press-event', Lang.bind(this, this._onKeyPress)); + this._keyReleaseEventId = global.stage.connect('key-release-event', Lang.bind(this, this._onKeyRelease)); + connectedSignals.push({ obj: global.stage, id: this._keyPressEventId }); + connectedSignals.push({ obj: global.stage, id: this._keyReleaseEventId }); + }); + + workViewInjections['_onDestroy'] = injectToFunction(WorkspacesView.WorkspacesView.prototype, '_onDestroy', function() { + global.stage.disconnect(this._keyPressEventId); + global.stage.disconnect(this._keyReleaseEventId); + connectedSignals = [ ]; + }); +} + +function removeInjection(object, injection, name) { + if (injection[name] === undefined) + delete object[name]; + else + object[name] = injection[name]; +} + +function disable() { + let i; + + for (i in workspaceInjections) + removeInjection(Workspace.Workspace.prototype, workspaceInjections, i); + for (i in winInjections) + removeInjection(Workspace.WindowOverlay.prototype, winInjections, i); + for (i in workViewInjections) + removeInjection(WorkspacesView.WorkspacesView.prototype, workViewInjections, i); + + for each (i in connectedSignals) + i.obj.disconnect(i.id); + + for each (i in createdActors) + i.destroy(); + + resetState(); +} + +function init() { + /* do nothing */ +} diff --git a/extensions/windowsNavigator/metadata.json.in b/extensions/windowsNavigator/metadata.json.in new file mode 100644 index 0000000..b4029d1 --- /dev/null +++ b/extensions/windowsNavigator/metadata.json.in @@ -0,0 +1,11 @@ +{ + "shell-version": ["@shell_current@" ], + "extension-id": "@extension_id@", + "uuid": "@uuid@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "original-author": "zaspire@rambler.ru", + "name": "windowNavigator", + "description": "Allow keyboard selection of windows and workspaces in overlay mode. number selects a workspace, and number selects a window.", + "url": "@url@" +} diff --git a/extensions/windowsNavigator/stylesheet.css b/extensions/windowsNavigator/stylesheet.css new file mode 100644 index 0000000..d5e404e --- /dev/null +++ b/extensions/windowsNavigator/stylesheet.css @@ -0,0 +1,9 @@ +.extension-windowsNavigator-window-tooltip { + color: #fefefe; + background: rgba(0,0,0,0.8); + border: 1px solid rgba(128,128,128,0.40); + border-radius: 10px; + font-size: 16px; + padding: 2px 8px; + -shell-caption-spacing: 4px; +} \ No newline at end of file diff --git a/extensions/workspace-indicator/Makefile.am b/extensions/workspace-indicator/Makefile.am new file mode 100644 index 0000000..6620116 --- /dev/null +++ b/extensions/workspace-indicator/Makefile.am @@ -0,0 +1,5 @@ +EXTENSION_ID = workspace-indicator + +EXTRA_MODULES = prefs.js + +include ../../extension.mk diff --git a/extensions/workspace-indicator/Makefile.in b/extensions/workspace-indicator/Makefile.in new file mode 100644 index 0000000..45335b1 --- /dev/null +++ b/extensions/workspace-indicator/Makefile.in @@ -0,0 +1,518 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +DIST_COMMON = $(srcdir)/../../extension.mk $(top_srcdir)/include.mk \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(dist_extension_DATA) +subdir = extensions/workspace-indicator +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(extensiondir)" \ + "$(DESTDIR)$(extensiondir)" +DATA = $(dist_extension_DATA) $(nodist_extension_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_EXTENSIONS = @ALL_EXTENSIONS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CLASSIC_EXTENSIONS = @CLASSIC_EXTENSIONS@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ENABLED_EXTENSIONS = @ENABLED_EXTENSIONS@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +GTOP_CFLAGS = @GTOP_CFLAGS@ +GTOP_LIBS = @GTOP_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHELL_VERSION = @SHELL_VERSION@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTENSION_ID = workspace-indicator +EXTRA_MODULES = prefs.js +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com +gschemabase = org.gnome.shell.extensions +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) +extensiondir = $(topextensiondir)/$(uuid) +dist_extension_DATA = extension.js stylesheet.css $(EXTRA_MODULES) +nodist_extension_DATA = metadata.json $(top_srcdir)/lib/convenience.js $(EXTRA_EXTENSION) +EXTRA_DIST = metadata.json.in +CLEANFILES = metadata.json +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../extension.mk $(top_srcdir)/include.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/workspace-indicator/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign extensions/workspace-indicator/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(srcdir)/../../extension.mk $(top_srcdir)/include.mk: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-dist_extensionDATA: $(dist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-dist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +install-nodist_extensionDATA: $(nodist_extension_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensiondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extensiondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(extensiondir)" || exit $$?; \ + done + +uninstall-nodist_extensionDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_extension_DATA)'; test -n "$(extensiondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(extensiondir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(extensiondir)" "$(DESTDIR)$(extensiondir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_extensionDATA \ + install-nodist_extensionDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_extensionDATA \ + uninstall-nodist_extensionDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dist_extensionDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-nodist_extensionDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dist_extensionDATA uninstall-nodist_extensionDATA + + +metadata.json: metadata.json.in $(top_builddir)/config.status + $(AM_V_GEN) sed \ + -e "s|[@]extension_id@|$(EXTENSION_ID)|" \ + -e "s|[@]uuid@|$(uuid)|" \ + -e "s|[@]gschemaname@|$(gschemaname)|" \ + -e "s|[@]gettext_domain@|$(GETTEXT_PACKAGE)|" \ + -e "s|[@]shell_current@|$(SHELL_VERSION)|" \ + -e "s|[@]url@|$(extensionurl)|" \ + $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/extensions/workspace-indicator/extension.js b/extensions/workspace-indicator/extension.js new file mode 100644 index 0000000..af0b7ca --- /dev/null +++ b/extensions/workspace-indicator/extension.js @@ -0,0 +1,144 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- + +const Gio = imports.gi.Gio; +const Meta = imports.gi.Meta; +const Clutter = imports.gi.Clutter; +const St = imports.gi.St; +const Lang = imports.lang; +const Mainloop = imports.mainloop; +const PanelMenu = imports.ui.panelMenu; +const PopupMenu = imports.ui.popupMenu; +const Panel = imports.ui.panel; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; + +const Main = imports.ui.main; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const WORKSPACE_SCHEMA = 'org.gnome.desktop.wm.preferences'; +const WORKSPACE_KEY = 'workspace-names'; + +const WorkspaceIndicator = new Lang.Class({ + Name: 'WorkspaceIndicator.WorkspaceIndicator', + Extends: PanelMenu.Button, + + _init: function(){ + this.parent(0.0, _("Workspace Indicator")); + + this._currentWorkspace = global.screen.get_active_workspace().index(); + this.statusLabel = new St.Label({ y_align: Clutter.ActorAlign.CENTER, + text: this._labelText() }); + + this.actor.add_actor(this.statusLabel); + + this.workspacesItems = []; + this._workspaceSection = new PopupMenu.PopupMenuSection(); + this.menu.addMenuItem(this._workspaceSection); + + this._screenSignals = []; + this._screenSignals.push(global.screen.connect_after('workspace-added', Lang.bind(this,this._createWorkspacesSection))); + this._screenSignals.push(global.screen.connect_after('workspace-removed', Lang.bind(this,this._createWorkspacesSection))); + this._screenSignals.push(global.screen.connect_after('workspace-switched', Lang.bind(this,this._updateIndicator))); + + this.actor.connect('scroll-event', Lang.bind(this, this._onScrollEvent)); + this._createWorkspacesSection(); + + //styling + this.statusLabel.add_style_class_name('panel-workspace-indicator'); + + this._settings = new Gio.Settings({ schema_id: WORKSPACE_SCHEMA }); + this._settingsChangedId = this._settings.connect('changed::' + WORKSPACE_KEY, Lang.bind(this, this._createWorkspacesSection)); + }, + + destroy: function() { + for (let i = 0; i < this._screenSignals.length; i++) + global.screen.disconnect(this._screenSignals[i]); + + if (this._settingsChangedId) { + this._settings.disconnect(this._settingsChangedId); + this._settingsChangedId = 0; + } + + this.parent(); + }, + + _updateIndicator: function() { + this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.NONE); + this._currentWorkspace = global.screen.get_active_workspace().index(); + this.workspacesItems[this._currentWorkspace].setOrnament(PopupMenu.Ornament.DOT); + + this.statusLabel.set_text(this._labelText()); + }, + + _labelText : function(workspaceIndex) { + if(workspaceIndex == undefined) { + workspaceIndex = this._currentWorkspace; + return (workspaceIndex + 1).toString(); + } + return Meta.prefs_get_workspace_name(workspaceIndex); + }, + + _createWorkspacesSection : function() { + this._workspaceSection.removeAll(); + this.workspacesItems = []; + this._currentWorkspace = global.screen.get_active_workspace().index(); + + let i = 0; + for(; i < global.screen.n_workspaces; i++) { + this.workspacesItems[i] = new PopupMenu.PopupMenuItem(this._labelText(i)); + this._workspaceSection.addMenuItem(this.workspacesItems[i]); + this.workspacesItems[i].workspaceId = i; + this.workspacesItems[i].label_actor = this.statusLabel; + let self = this; + this.workspacesItems[i].connect('activate', Lang.bind(this, function(actor, event) { + this._activate(actor.workspaceId); + })); + + if (i == this._currentWorkspace) + this.workspacesItems[i].setOrnament(PopupMenu.Ornament.DOT); + } + + this.statusLabel.set_text(this._labelText()); + }, + + _activate : function (index) { + if(index >= 0 && index < global.screen.n_workspaces) { + let metaWorkspace = global.screen.get_workspace_by_index(index); + metaWorkspace.activate(global.get_current_time()); + } + }, + + _onScrollEvent : function(actor, event) { + let direction = event.get_scroll_direction(); + let diff = 0; + if (direction == Clutter.ScrollDirection.DOWN) { + diff = 1; + } else if (direction == Clutter.ScrollDirection.UP) { + diff = -1; + } else { + return; + } + + let newIndex = global.screen.get_active_workspace().index() + diff; + this._activate(newIndex); + }, +}); + +function init(meta) { + Convenience.initTranslations(); +} + +let _indicator; + +function enable() { + _indicator = new WorkspaceIndicator; + Main.panel.addToStatusArea('workspace-indicator', _indicator); +} + +function disable() { + _indicator.destroy(); +} diff --git a/extensions/workspace-indicator/metadata.json.in b/extensions/workspace-indicator/metadata.json.in new file mode 100644 index 0000000..e88e17d --- /dev/null +++ b/extensions/workspace-indicator/metadata.json.in @@ -0,0 +1,11 @@ +{ + "extension-id": "@extension_id@", + "uuid": "@uuid@", + "settings-schema": "@gschemaname@", + "gettext-domain": "@gettext_domain@", + "name": "Workspace Indicator", + "description": "Put an indicator on the panel signaling in which workspace you are, and give you the possibility of switching to another one.", + "shell-version": [ "@shell_current@" ], + "original-authors": [ "erick.red@gmail.com" ], + "url": "@url@" +} diff --git a/extensions/workspace-indicator/prefs.js b/extensions/workspace-indicator/prefs.js new file mode 100644 index 0000000..49378c4 --- /dev/null +++ b/extensions/workspace-indicator/prefs.js @@ -0,0 +1,219 @@ +// -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- + +const Gio = imports.gi.Gio; +const GLib = imports.gi.GLib; +const GObject = imports.gi.GObject; +const Gtk = imports.gi.Gtk; +const Lang = imports.lang; + +const Gettext = imports.gettext.domain('gnome-shell-extensions'); +const _ = Gettext.gettext; +const N_ = function(e) { return e }; + +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const Convenience = Me.imports.convenience; + +const WORKSPACE_SCHEMA = 'org.gnome.desktop.wm.preferences'; +const WORKSPACE_KEY = 'workspace-names'; + +const WorkspaceNameModel = new GObject.Class({ + Name: 'WorkspaceIndicator.WorkspaceNameModel', + GTypeName: 'WorkspaceNameModel', + Extends: Gtk.ListStore, + + Columns: { + LABEL: 0, + }, + + _init: function(params) { + this.parent(params); + this.set_column_types([GObject.TYPE_STRING]); + + this._settings = new Gio.Settings({ schema_id: WORKSPACE_SCHEMA }); + //this._settings.connect('changed::workspace-names', Lang.bind(this, this._reloadFromSettings)); + + this._reloadFromSettings(); + + // overriding class closure doesn't work, because GtkTreeModel + // plays tricks with marshallers and class closures + this.connect('row-changed', Lang.bind(this, this._onRowChanged)); + this.connect('row-inserted', Lang.bind(this, this._onRowInserted)); + this.connect('row-deleted', Lang.bind(this, this._onRowDeleted)); + }, + + _reloadFromSettings: function() { + if (this._preventChanges) + return; + this._preventChanges = true; + + let newNames = this._settings.get_strv(WORKSPACE_KEY); + + let i = 0; + let [ok, iter] = this.get_iter_first(); + while (ok && i < newNames.length) { + this.set(iter, [this.Columns.LABEL], [newNames[i]]); + + ok = this.iter_next(iter); + i++; + } + + while (ok) + ok = this.remove(iter); + + for ( ; i < newNames.length; i++) { + iter = this.append(); + this.set(iter, [this.Columns.LABEL], [newNames[i]]); + } + + this._preventChanges = false; + }, + + _onRowChanged: function(self, path, iter) { + if (this._preventChanges) + return; + this._preventChanges = true; + + let index = path.get_indices()[0]; + let names = this._settings.get_strv(WORKSPACE_KEY); + + if (index >= names.length) { + // fill with blanks + for (let i = names.length; i <= index; i++) + names[i] = ''; + } + + names[index] = this.get_value(iter, this.Columns.LABEL); + + this._settings.set_strv(WORKSPACE_KEY, names); + + this._preventChanges = false; + }, + + _onRowInserted: function(self, path, iter) { + if (this._preventChanges) + return; + this._preventChanges = true; + + let index = path.get_indices()[0]; + let names = this._settings.get_strv(WORKSPACE_KEY); + let label = this.get_value(iter, this.Columns.LABEL) || ''; + names.splice(index, 0, label); + + this._settings.set_strv(WORKSPACE_KEY, names); + + this._preventChanges = false; + }, + + _onRowDeleted: function(self, path) { + if (this._preventChanges) + return; + this._preventChanges = true; + + let index = path.get_indices()[0]; + let names = this._settings.get_strv(WORKSPACE_KEY); + + if (index >= names.length) + return; + + names.splice(index, 1); + + // compact the array + for (let i = names.length -1; i >= 0 && !names[i]; i++) + names.pop(); + + this._settings.set_strv(WORKSPACE_KEY, names); + + this._preventChanges = false; + }, +}); + +const WorkspaceSettingsWidget = new GObject.Class({ + Name: 'WorkspaceIndicator.WorkspaceSettingsWidget', + GTypeName: 'WorkspaceSettingsWidget', + Extends: Gtk.Grid, + + _init: function(params) { + this.parent(params); + this.margin = 12; + this.orientation = Gtk.Orientation.VERTICAL; + + this.add(new Gtk.Label({ label: '' + _("Workspace Names") + '', + use_markup: true, margin_bottom: 6, + hexpand: true, halign: Gtk.Align.START })); + + let scrolled = new Gtk.ScrolledWindow({ shadow_type: Gtk.ShadowType.IN }); + scrolled.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC); + this.add(scrolled); + + this._store = new WorkspaceNameModel(); + this._treeView = new Gtk.TreeView({ model: this._store, + headers_visible: false, + reorderable: true, + hexpand: true, + vexpand: true + }); + + let column = new Gtk.TreeViewColumn({ title: _("Name") }); + let renderer = new Gtk.CellRendererText({ editable: true }); + renderer.connect('edited', Lang.bind(this, this._cellEdited)); + column.pack_start(renderer, true); + column.add_attribute(renderer, 'text', this._store.Columns.LABEL); + this._treeView.append_column(column); + + scrolled.add(this._treeView); + + let toolbar = new Gtk.Toolbar({ icon_size: Gtk.IconSize.SMALL_TOOLBAR }); + toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_INLINE_TOOLBAR); + + let newButton = new Gtk.ToolButton({ icon_name: 'list-add-symbolic' }); + newButton.connect('clicked', Lang.bind(this, this._newClicked)); + toolbar.add(newButton); + + let delButton = new Gtk.ToolButton({ icon_name: 'list-remove-symbolic' }); + delButton.connect('clicked', Lang.bind(this, this._delClicked)); + toolbar.add(delButton); + + let selection = this._treeView.get_selection(); + selection.connect('changed', + function() { + delButton.sensitive = selection.count_selected_rows() > 0; + }); + delButton.sensitive = selection.count_selected_rows() > 0; + + this.add(toolbar); + }, + + _cellEdited: function(renderer, path, new_text) { + let [ok, iter] = this._store.get_iter_from_string(path); + + if (ok) + this._store.set(iter, [this._store.Columns.LABEL], [new_text]); + }, + + _newClicked: function() { + let iter = this._store.append(); + let index = this._store.get_path(iter).get_indices()[0]; + + let label = _("Workspace %d").format(index); + this._store.set(iter, [this._store.Columns.LABEL], [label]); + }, + + _delClicked: function() { + let [any, model, iter] = this._treeView.get_selection().get_selected(); + + if (any) + this._store.remove(iter); + } +}); + +function init() { + Convenience.initTranslations(); +} + +function buildPrefsWidget() { + let widget = new WorkspaceSettingsWidget(); + widget.show_all(); + + return widget; +} diff --git a/extensions/workspace-indicator/stylesheet.css b/extensions/workspace-indicator/stylesheet.css new file mode 100644 index 0000000..1271f1c --- /dev/null +++ b/extensions/workspace-indicator/stylesheet.css @@ -0,0 +1,5 @@ +.panel-workspace-indicator { + padding: 0 8px; + background-color: rgba(200, 200, 200, .5); + border: 1px solid #cccccc; +} diff --git a/include.mk b/include.mk new file mode 100644 index 0000000..0407a51 --- /dev/null +++ b/include.mk @@ -0,0 +1,12 @@ +extensionurl = http://git.gnome.org/gnome-shell-extensions + +# Change these to modify how installation is performed +topextensiondir = $(datadir)/gnome-shell/extensions +extensionbase = @gnome-shell-extensions.gcampax.github.com + +gschemabase = org.gnome.shell.extensions + +uuid = $(EXTENSION_ID)$(extensionbase) +gschemaname = $(gschemabase).$(EXTENSION_ID) + +extensiondir = $(topextensiondir)/$(uuid) diff --git a/lib/convenience.js b/lib/convenience.js new file mode 100644 index 0000000..bbc8608 --- /dev/null +++ b/lib/convenience.js @@ -0,0 +1,93 @@ +/* -*- mode: js; js-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* + Copyright (c) 2011-2012, Giovanni Campagna + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the GNOME nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +const Gettext = imports.gettext; +const Gio = imports.gi.Gio; + +const Config = imports.misc.config; +const ExtensionUtils = imports.misc.extensionUtils; + +/** + * initTranslations: + * @domain: (optional): the gettext domain to use + * + * Initialize Gettext to load translations from extensionsdir/locale. + * If @domain is not provided, it will be taken from metadata['gettext-domain'] + */ +function initTranslations(domain) { + let extension = ExtensionUtils.getCurrentExtension(); + + domain = domain || extension.metadata['gettext-domain']; + + // check if this extension was built with "make zip-file", and thus + // has the locale files in a subfolder + // otherwise assume that extension has been installed in the + // same prefix as gnome-shell + let localeDir = extension.dir.get_child('locale'); + if (localeDir.query_exists(null)) + Gettext.bindtextdomain(domain, localeDir.get_path()); + else + Gettext.bindtextdomain(domain, Config.LOCALEDIR); +} + +/** + * getSettings: + * @schema: (optional): the GSettings schema id + * + * Builds and return a GSettings schema for @schema, using schema files + * in extensionsdir/schemas. If @schema is not provided, it is taken from + * metadata['settings-schema']. + */ +function getSettings(schema) { + let extension = ExtensionUtils.getCurrentExtension(); + + schema = schema || extension.metadata['settings-schema']; + + const GioSSS = Gio.SettingsSchemaSource; + + // check if this extension was built with "make zip-file", and thus + // has the schema files in a subfolder + // otherwise assume that extension has been installed in the + // same prefix as gnome-shell (and therefore schemas are available + // in the standard folders) + let schemaDir = extension.dir.get_child('schemas'); + let schemaSource; + if (schemaDir.query_exists(null)) + schemaSource = GioSSS.new_from_directory(schemaDir.get_path(), + GioSSS.get_default(), + false); + else + schemaSource = GioSSS.get_default(); + + let schemaObj = schemaSource.lookup(schema, true); + if (!schemaObj) + throw new Error('Schema ' + schema + ' could not be found for extension ' + + extension.metadata.uuid + '. Please check your installation.'); + + return new Gio.Settings({ settings_schema: schemaObj }); +} + diff --git a/m4/intltool.m4 b/m4/intltool.m4 new file mode 100644 index 0000000..33353ed --- /dev/null +++ b/m4/intltool.m4 @@ -0,0 +1,237 @@ +## intltool.m4 - Configure intltool for the target system. -*-Shell-script-*- +## Copyright (C) 2001 Eazel, Inc. +## Author: Maciej Stachowiak +## Kenneth Christiansen +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, but +## WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +## +## As a special exception to the GNU General Public License, if you +## distribute this file as part of a program that contains a +## configuration script generated by Autoconf, you may include it under +## the same distribution terms that you use for the rest of that program. + +dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) +# serial 42 IT_PROG_INTLTOOL +AC_DEFUN([IT_PROG_INTLTOOL], [ +AC_PREREQ([2.50])dnl +AC_REQUIRE([AM_NLS])dnl + +case "$am__api_version" in + 1.[01234]) + AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) + ;; + *) + ;; +esac + +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +if test -n "$1"; then + AC_MSG_CHECKING([for intltool >= $1]) + AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) +fi + +AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) +AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) +AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) +fi + +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + +_IT_SUBST(INTLTOOL_DESKTOP_RULE) +_IT_SUBST(INTLTOOL_DIRECTORY_RULE) +_IT_SUBST(INTLTOOL_KEYS_RULE) +_IT_SUBST(INTLTOOL_PROP_RULE) +_IT_SUBST(INTLTOOL_OAF_RULE) +_IT_SUBST(INTLTOOL_PONG_RULE) +_IT_SUBST(INTLTOOL_SERVER_RULE) +_IT_SUBST(INTLTOOL_SHEET_RULE) +_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) +_IT_SUBST(INTLTOOL_UI_RULE) +_IT_SUBST(INTLTOOL_XAM_RULE) +_IT_SUBST(INTLTOOL_KBD_RULE) +_IT_SUBST(INTLTOOL_XML_RULE) +_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) +_IT_SUBST(INTLTOOL_CAVES_RULE) +_IT_SUBST(INTLTOOL_SCHEMAS_RULE) +_IT_SUBST(INTLTOOL_THEME_RULE) +_IT_SUBST(INTLTOOL_SERVICE_RULE) +_IT_SUBST(INTLTOOL_POLICY_RULE) + +# Check the gettext tools to make sure they are GNU +AC_PATH_PROG(XGETTEXT, xgettext) +AC_PATH_PROG(MSGMERGE, msgmerge) +AC_PATH_PROG(MSGFMT, msgfmt) +AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi + +AC_PATH_PROG(INTLTOOL_PERL, perl) +if test -z "$INTLTOOL_PERL"; then + AC_MSG_ERROR([perl not found]) +fi +AC_MSG_CHECKING([for perl >= 5.8.1]) +$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 +if test $? -ne 0; then + AC_MSG_ERROR([perl 5.8.1 is required for intltool]) +else + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` + AC_MSG_RESULT([$IT_PERL_VERSION]) +fi +if test "x$2" != "xno-xml"; then + AC_MSG_CHECKING([for XML::Parser]) + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + AC_MSG_RESULT([ok]) + else + AC_MSG_ERROR([XML::Parser perl module is required for intltool]) + fi +fi + +# Substitute ALL_LINGUAS so we can use it in po/Makefile +AC_SUBST(ALL_LINGUAS) + +# Set DATADIRNAME correctly if it is not set yet +# (copied from glib-gettext.m4) +if test -z "$DATADIRNAME"; then + AC_LINK_IFELSE( + [AC_LANG_PROGRAM([[]], + [[extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr]])], + [DATADIRNAME=share], + [case $host in + *-*-solaris*) + dnl On Solaris, if bind_textdomain_codeset is in libc, + dnl GNU format message catalog is always supported, + dnl since both are added to the libc all together. + dnl Hence, we'd like to go with DATADIRNAME=share + dnl in this case. + AC_CHECK_FUNC(bind_textdomain_codeset, + [DATADIRNAME=share], [DATADIRNAME=lib]) + ;; + *) + [DATADIRNAME=lib] + ;; + esac]) +fi +AC_SUBST(DATADIRNAME) + +IT_PO_SUBDIR([po]) + +]) + + +# IT_PO_SUBDIR(DIRNAME) +# --------------------- +# All po subdirs have to be declared with this macro; the subdir "po" is +# declared by IT_PROG_INTLTOOL. +# +AC_DEFUN([IT_PO_SUBDIR], +[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. +dnl +dnl The following CONFIG_COMMANDS should be executed at the very end +dnl of config.status. +AC_CONFIG_COMMANDS_PRE([ + AC_CONFIG_COMMANDS([$1/stamp-it], [ + if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then + AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) + fi + rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" + >"$1/stamp-it.tmp" + [sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" + ] + [sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r $1/POTFILES + } + ' "$1/Makefile.in" >"$1/Makefile"] + rm -f "$1/Makefile.tmp" + mv "$1/stamp-it.tmp" "$1/stamp-it" + ]) +])dnl +]) + +# _IT_SUBST(VARIABLE) +# ------------------- +# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +# +AC_DEFUN([_IT_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) + +# deprecated macros +AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) +# A hint is needed for aclocal from Automake <= 1.9.4: +# AC_DEFUN([AC_PROG_INTLTOOL], ...) + diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..4df4f4a --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,62 @@ +af +an +ar +as +bg +bn_IN +ca +ca@valencia +cs +da +de +el +en_GB +eo +es +et +eu +fa +fi +fr +fur +gl +gu +he +hi +hu +id +it +ja +kk +km +kn +ko +lt +lv +ml +mr +ms +nb +ne +nl +or +pa +pl +pt +pt_BR +ru +sk +sl +sr +sr@latin +sv +ta +te +tg +th +tr +uk +vi +zh_CN +zh_HK +zh_TW diff --git a/po/Makefile.in.in b/po/Makefile.in.in new file mode 100644 index 0000000..06a8cfe --- /dev/null +++ b/po/Makefile.in.in @@ -0,0 +1,222 @@ +# Makefile for program source directory in GNU NLS utilities package. +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper +# Copyright (C) 2004-2008 Rodney Dawes +# +# This file may be copied and used freely without restrictions. It may +# be used in projects which are not available under a GNU Public License, +# but which still want to provide support for the GNU gettext functionality. +# +# - Modified by Owen Taylor to use GETTEXT_PACKAGE +# instead of PACKAGE and to look for po2tbl in ./ not in intl/ +# +# - Modified by jacob berkman to install +# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize +# +# - Modified by Rodney Dawes for use with intltool +# +# We have the following line for use by intltoolize: +# INTLTOOL_MAKEFILE + +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +top_builddir = @top_builddir@ +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datadir = @datadir@ +datarootdir = @datarootdir@ +libdir = @libdir@ +DATADIRNAME = @DATADIRNAME@ +itlocaledir = $(prefix)/$(DATADIRNAME)/locale +subdir = po +install_sh = @install_sh@ +# Automake >= 1.8 provides @mkdir_p@. +# Until it can be supposed, use the safe fallback: +mkdir_p = $(install_sh) -d + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ + +GMSGFMT = @GMSGFMT@ +MSGFMT = @MSGFMT@ +XGETTEXT = @XGETTEXT@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist +GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot + +ALL_LINGUAS = @ALL_LINGUAS@ + +PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) + +USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) + +USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) + +POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) + +DISTFILES = Makefile.in.in POTFILES.in $(POFILES) +EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS + +POTFILES = \ +# This comment gets stripped out + +CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) + +.SUFFIXES: +.SUFFIXES: .po .pox .gmo .mo .msg .cat + +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) +INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) +INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; + +.po.pox: + $(MAKE) $(GETTEXT_PACKAGE).pot + $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox + +.po.mo: + $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< + +.po.gmo: + $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ + && rm -f $$file && $(GMSGFMT) -o $$file $< + +.po.cat: + sed -f ../intl/po2msg.sed < $< > $*.msg \ + && rm -f $@ && gencat $@ $*.msg + + +all: all-@USE_NLS@ + +all-yes: $(CATALOGS) +all-no: + +$(GETTEXT_PACKAGE).pot: $(POTFILES) + $(GENPOT) + +install: install-data +install-data: install-data-@USE_NLS@ +install-data-no: all +install-data-yes: all + linguas="$(USE_LINGUAS)"; \ + for lang in $$linguas; do \ + dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ + $(mkdir_p) $$dir; \ + if test -r $$lang.gmo; then \ + $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ + else \ + $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $(srcdir)/$$lang.gmo as" \ + "$$dir/$(GETTEXT_PACKAGE).mo"; \ + fi; \ + if test -r $$lang.gmo.m; then \ + $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ + else \ + if test -r $(srcdir)/$$lang.gmo.m ; then \ + $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ + $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $(srcdir)/$$lang.gmo.m as" \ + "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ + else \ + true; \ + fi; \ + fi; \ + done + +# Empty stubs to satisfy archaic automake needs +dvi info ctags tags CTAGS TAGS ID: + +# Define this as empty until I found a useful application. +install-exec installcheck: + +uninstall: + linguas="$(USE_LINGUAS)"; \ + for lang in $$linguas; do \ + rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + done + +check: all $(GETTEXT_PACKAGE).pot + rm -f missing notexist + srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m + if [ -r missing -o -r notexist ]; then \ + exit 1; \ + fi + +mostlyclean: + rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp + rm -f .intltool-merge-cache + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES stamp-it + rm -f *.mo *.msg *.cat *.cat.m *.gmo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f Makefile.in.in + +distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: $(DISTFILES) + dists="$(DISTFILES)"; \ + extra_dists="$(EXTRA_DISTFILES)"; \ + for file in $$extra_dists; do \ + test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ + done; \ + for file in $$dists; do \ + test -f $$file || file="$(srcdir)/$$file"; \ + ln $$file $(distdir) 2> /dev/null \ + || cp -p $$file $(distdir); \ + done + +update-po: Makefile + $(MAKE) $(GETTEXT_PACKAGE).pot + tmpdir=`pwd`; \ + linguas="$(USE_LINGUAS)"; \ + for lang in $$linguas; do \ + echo "$$lang:"; \ + result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ + if $$result; then \ + if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.gmo failed!"; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi; \ + done + +Makefile POTFILES: stamp-it + @if test ! -f $@; then \ + rm -f stamp-it; \ + $(MAKE) stamp-it; \ + fi + +stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ + $(SHELL) ./config.status + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..89bd3ee --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,26 @@ +data/gnome-classic.desktop.in +data/gnome-classic.session.desktop.in.in +data/gnome-shell-classic.desktop.in.in +data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in +extensions/alternate-tab/prefs.js +extensions/apps-menu/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/prefs.js +extensions/drive-menu/extension.js +extensions/example/extension.js +extensions/example/org.gnome.shell.extensions.example.gschema.xml.in +extensions/example/prefs.js +extensions/native-window-placement/extension.js +extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in +extensions/places-menu/extension.js +extensions/places-menu/placeDisplay.js +extensions/systemMonitor/extension.js +extensions/user-theme/extension.js +extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in +extensions/window-list/extension.js +extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in +extensions/window-list/prefs.js +extensions/windowsNavigator/extension.js +extensions/workspace-indicator/extension.js +extensions/workspace-indicator/prefs.js diff --git a/po/af.po b/po/af.po new file mode 100644 index 0000000..b065007 --- /dev/null +++ b/po/af.po @@ -0,0 +1,311 @@ +# Afrikaans translation for gnome-shell-extensions. +# This file is distributed under the same license as the gnome-shell-extensions package. +# F Wolff , 2013. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-09-26 20:32+0000\n" +"PO-Revision-Date: 2013-09-27 16:17+0200\n" +"Last-Translator: F Wolff \n" +"Language-Team: translate-discuss-af@lists.sourceforge.net\n" +"Language: af\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 Klassiek" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Hierdie sessie laat mens aanmeld by 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 "Vensterbestuur en toepassinglansering" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "" + +#: ../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 "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "Werkruimtes slegs op primêre monitor" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Slegs toepassingsikoon" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Duimnael en toepassingsikoon" + +#: ../extensions/alternate-tab/prefs.js:37 +msgid "Present windows as" +msgstr "Wys vensters as" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Wys slegs vensters van die huidige werkruimte" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktiwiteite-oorsig" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Gunstelinge" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Toepassings" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Toepassing- en werkruimtelys" + +#: ../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 "" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Toepassing" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Werkruimte" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Voeg reël by" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Voeg by" + +#: ../extensions/drive-menu/extension.js:73 +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "Kon nie skyf '%s' uitskiet nie:" + +#: ../extensions/drive-menu/extension.js:90 +msgid "Removable devices" +msgstr "Verwyderbare toestelle" + +#: ../extensions/drive-menu/extension.js:117 +msgid "Open File" +msgstr "Open lêer" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hallo, wêreld!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "" + +#: ../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 "" + +#. TRANSLATORS: Example is the name of the extension, should not be +#. translated +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "Boodskap:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "" + +#: ../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 "" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Plekke" + +#: ../extensions/places-menu/placeDisplay.js:56 +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "Kon nie \"%s\" lanseer nie" + +#: ../extensions/places-menu/placeDisplay.js:98 +#: ../extensions/places-menu/placeDisplay.js:121 +msgid "Computer" +msgstr "Rekenaar" + +#: ../extensions/places-menu/placeDisplay.js:199 +msgid "Home" +msgstr "Tuis" + +#: ../extensions/places-menu/placeDisplay.js:286 +msgid "Browse Network" +msgstr "Blaai deur netwerk" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "SVE" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Geheue" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Temanaam" + +#: ../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 "" + +#: ../extensions/window-list/extension.js:92 +msgid "Close" +msgstr "Sluit" + +#: ../extensions/window-list/extension.js:102 +msgid "Unminimize" +msgstr "" + +#: ../extensions/window-list/extension.js:103 +msgid "Minimize" +msgstr "Minimeer" + +#: ../extensions/window-list/extension.js:109 +msgid "Unmaximize" +msgstr "" + +#: ../extensions/window-list/extension.js:110 +msgid "Maximize" +msgstr "Maksimeer" + +#: ../extensions/window-list/extension.js:270 +msgid "Minimize all" +msgstr "Minimeer almal" + +#: ../extensions/window-list/extension.js:278 +msgid "Unminimize all" +msgstr "" + +#: ../extensions/window-list/extension.js:286 +msgid "Maximize all" +msgstr "Maksimeer almal" + +#: ../extensions/window-list/extension.js:295 +msgid "Unmaximize all" +msgstr "" + +#: ../extensions/window-list/extension.js:304 +msgid "Close all" +msgstr "Sluit almal" + +#: ../extensions/window-list/extension.js:591 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "" + +#: ../extensions/window-list/extension.js:743 +msgid "Window List" +msgstr "Vensterlys" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Wanneer om vensters te groepeer" + +#: ../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 "" +"Besluit wanneer om vensters van dieselfde toepassing in die vensterlys te " +"groepeer. Moontlike waardes is \"never\", \"auto\" en \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Venstergroepering" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Moet nooit vensters groepeer nie" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Groepeer vensters wanneer ruimte beperk is" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Groepeer vensters altyd" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Werkruimtename:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Naam" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, c-format +msgid "Workspace %d" +msgstr "Werkruimte %d" diff --git a/po/an.po b/po/an.po new file mode 100644 index 0000000..2139d63 --- /dev/null +++ b/po/an.po @@ -0,0 +1,370 @@ +# Aragonese translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Jorge Pérez Pérez , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-12-20 18:44+0000\n" +"PO-Revision-Date: 2013-12-21 16:24+0100\n" +"Last-Translator: Jorge Pérez Pérez \n" +"Language-Team: Aragonese \n" +"Language: an\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.3\n" + +#: ../data/gnome-classic.desktop.in.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 "Ista sesión encieta lo GNOME clasico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell clasico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Chestión de finestras y inicio d'aplicacions" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Acoplar un dialogo modal a la finestra pai" + +#: ../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 "" +"Ista clau sobrescribe a clau en org.gnome.mutter en executar o GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Activar o mosaico en os cantos en arrocegar as finestras a los cantos d'a " +"finestra" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "Arias de treballo nomás en a pantalla prencipal" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "" +"Retardar o cambeo d'o foco d'o churi dica que o puntero deixe de mover-se" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Nomás as miniaturas" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Nomás l'icono de l'aplicación" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura y icono de l'aplicación" + +#: ../extensions/alternate-tab/prefs.js:37 +msgid "Present windows as" +msgstr "Presentar as finestras como" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Amostrar as finestras solament en l'aria de treballo actual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Anvista d'actividatz" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritos" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicacions" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lista d'aplicacions y arias de treballo" + +#: ../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, que cadaguna contién l'identificador de l'aplicación " +"(o nombre d'o fichero d'escritorio), seguiu por dos puntos y o numero de " +"l'aria de treballo" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Aplicación" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Aria de treballo" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Adhibir un regle" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "Creyar un regle nuevo de coincidencia" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Adhibir" + +#: ../extensions/drive-menu/extension.js:73 +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "Ha fallau en fer fuera o dispositivo «%s»" + +#: ../extensions/drive-menu/extension.js:90 +msgid "Removable devices" +msgstr "Dispositivos extraíbles" + +#: ../extensions/drive-menu/extension.js:117 +msgid "Open File" +msgstr "Ubrir o fichero" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Ola, mundo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Texto alternativo de bienvenida" + +#: ../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 "" +"Si no ye vuedo, contién o texto que s'amostrará quan se faiga clic en o " +"panel." + +#. TRANSLATORS: Example is the name of the extension, should not be +#. translated +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"«Example» tien por obchecto amostrar cómo construir as extensions de buen " +"comportamiento ta la Shell y por ixo tien poca funcionalidat por ell " +"solenco.\n" +"Manimenos, ye posible presonalizar o mensache de bienvenida." + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "Mensache:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Fer servir mas pantalla ta las finestras" + +#: ../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 "" +"Intenta fer servir mas espacio ta situar as miniaturas, adaptando-las a la " +"forma d'a pantalla, y consolidar-las encara mas ta reducir l'aria ocupada. " +"Ista opción solament s'aplica a la estratechia de posicionamiento «natural»." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Situar os titols de finestras alto" + +#: ../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 "" +"Si ye cierto, situar os titols d'as finestras dencima d'as miniaturas " +"correspondients, cambiando o comportamiento predeterminau de shell, que los " +"sitúa por debaixo. Cambiar ista configuración requier reiniciar a shell ta " +"que tienga efecto." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Puestos" + +#: ../extensions/places-menu/placeDisplay.js:58 +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "Ha fallau en lanzar «%s»" + +#: ../extensions/places-menu/placeDisplay.js:100 +#: ../extensions/places-menu/placeDisplay.js:123 +msgid "Computer" +msgstr "Equipo" + +#: ../extensions/places-menu/placeDisplay.js:201 +msgid "Home" +msgstr "Carpeta presonal" + +#: ../extensions/places-menu/placeDisplay.js:288 +msgid "Browse Network" +msgstr "Examinar o ret" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "CPU" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Nombre d'o tema" + +#: ../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 "O nombre d'o tema, que se carga dende /.themes/nombre/gnome-shell" + +#: ../extensions/window-list/extension.js:92 +msgid "Close" +msgstr "Zarrar" + +#: ../extensions/window-list/extension.js:102 +msgid "Unminimize" +msgstr "Restaurar" + +#: ../extensions/window-list/extension.js:103 +msgid "Minimize" +msgstr "Minimizar" + +#: ../extensions/window-list/extension.js:109 +msgid "Unmaximize" +msgstr "Restaurar" + +#: ../extensions/window-list/extension.js:110 +msgid "Maximize" +msgstr "Maximizar" + +#: ../extensions/window-list/extension.js:270 +msgid "Minimize all" +msgstr "Minimizar-lo tot" + +#: ../extensions/window-list/extension.js:278 +msgid "Unminimize all" +msgstr "Restaurar-lo tot" + +#: ../extensions/window-list/extension.js:286 +msgid "Maximize all" +msgstr "Maximizar-lo tot" + +#: ../extensions/window-list/extension.js:295 +msgid "Unmaximize all" +msgstr "Restaurar-lo tot" + +#: ../extensions/window-list/extension.js:304 +msgid "Close all" +msgstr "Zarrar-lo tot" + +#: ../extensions/window-list/extension.js:591 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador d'aria de treballo" + +#: ../extensions/window-list/extension.js:743 +msgid "Window List" +msgstr "Lista de finestras" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quan agrupar as finestras" + +#: ../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 "" +"Decide quan agrupar as finestras dende a mesma aplicación en a lista de " +"finestras. As valors posibles son «never», «auto» y «always»." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupación de finestras" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nunca no agrupar as finestras" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupar as finestras quan l'espacio siga limitau" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Agrupar siempre as finestras" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Nombres d'as arias de treballo:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Nombre" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, c-format +msgid "Workspace %d" +msgstr "Aria de treballo %d" + +#~ msgid "Suspend" +#~ msgstr "Suspender" + +#~ msgid "Hibernate" +#~ msgstr "Hibernar" + +#~ msgid "Power Off" +#~ msgstr "Amortar" + +#~ msgid "Enable suspending" +#~ msgstr "Activar a suspensión" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Controla la visibilidat de l'elemento de menú «Suspender»" + +#~ msgid "Enable hibernating" +#~ msgstr "Activar a hibernación" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Controla la visibilidat de l'elemento de menú «Hibernar»" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Cucha" + +#~ msgid "Right" +#~ msgstr "Dreita" + +#~ msgid "Upside-down" +#~ msgstr "Enta baixo" + +#~ msgid "Display" +#~ msgstr "Pantalla" + +#~ msgid "Display Settings" +#~ msgstr "Opcions de pantalla" diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 0000000..83acee7 --- /dev/null +++ b/po/ar.po @@ -0,0 +1,428 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Khaled Hosny , 2012, 2013. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-11 06:42+0200\n" +"PO-Revision-Date: 2013-12-11 06:43+0200\n" +"Last-Translator: Khaled Hosny \n" +"Language-Team: Arabic \n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"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" +"X-Generator: Virtaal 0.7.1-rc1\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 "جنوم تقليدية" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "" + +#: ../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 "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "مساحات عمل على الشاشة الرئيسية فقط" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "" + +#: ../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:37 +msgid "Present windows as" +msgstr "كيفية عرض التطبيقات" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "أظهر نوافذ مساحات العمل الحالية فقط" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "ملخص الأنشطة" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "المفضّلات" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "التطبيقات" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "قائمة التطبيقات ومساحات العمل" + +#: ../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 "" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "التطبيق" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "مساحة العمل" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "أضِف قاعدة" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "أنشئ قاعدة تطابق" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "أضِف" + +#: ../extensions/drive-menu/extension.js:73 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "فشل إخراج '%s':" + +#: ../extensions/drive-menu/extension.js:90 +msgid "Removable devices" +msgstr "الأجهزة المنفصلة" + +#: ../extensions/drive-menu/extension.js:117 +msgid "Open File" +msgstr "افتح الملف" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "أهلا، يا عالم!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "" + +#: ../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 "" + +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "الرسالة:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "" + +#: ../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 "" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "الأماكن" + +#: ../extensions/places-menu/placeDisplay.js:58 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "فشل تشغيل \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:100 +#: ../extensions/places-menu/placeDisplay.js:123 +msgid "Computer" +msgstr "الحاسوب" + +#: ../extensions/places-menu/placeDisplay.js:201 +msgid "Home" +msgstr "المنزل" + +#: ../extensions/places-menu/placeDisplay.js:288 +msgid "Browse Network" +msgstr "تصفّح الشبكة" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "المعالج" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "الذاكرة" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "اسم السمة" + +#: ../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 "" + +#: ../extensions/window-list/extension.js:92 +msgid "Close" +msgstr "أغلق" + +#: ../extensions/window-list/extension.js:102 +msgid "Unminimize" +msgstr "ألغِ التصغير" + +#: ../extensions/window-list/extension.js:103 +msgid "Minimize" +msgstr "صغّر" + +#: ../extensions/window-list/extension.js:109 +msgid "Unmaximize" +msgstr "ألغِ التكبير" + +#: ../extensions/window-list/extension.js:110 +msgid "Maximize" +msgstr "كبّر" + +#: ../extensions/window-list/extension.js:270 +msgid "Minimize all" +msgstr "صغّر الكل" + +#: ../extensions/window-list/extension.js:278 +msgid "Unminimize all" +msgstr "ألغِ تصغير الكل" + +#: ../extensions/window-list/extension.js:286 +msgid "Maximize all" +msgstr "كبّر الكل" + +#: ../extensions/window-list/extension.js:295 +msgid "Unmaximize all" +msgstr "ألغِ تكبير الكل" + +#: ../extensions/window-list/extension.js:304 +msgid "Close all" +msgstr "أغلق الكل" + +#: ../extensions/window-list/extension.js:591 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "مؤشر مساحات العمل" + +#: ../extensions/window-list/extension.js:743 +msgid "Window List" +msgstr "قائمة النوافذ" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "متى تجمّع النوافذ" + +#: ../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 "" +"يقرر متى تجمع نوافذ نفس التطبيق في قائمة النوافذ. القيم الممكنة هي \"never" +"\"، \"auto\" و \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "تجميع النوافذ" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "لا تجمّع النوافذ أبدا" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "جمّع النوافذ عندما تكون المساحة محدودة" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "جمّع النوافذ دائما" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "أسماء مساحات العمل" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "الاسم" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, javascript-format +msgid "Workspace %d" +msgstr "مساحة العمل %Id" + +#~ msgid "Normal" +#~ msgstr "عادي" + +#~ msgid "Left" +#~ msgstr "يسار" + +#~ msgid "Right" +#~ msgstr "يمين" + +#~ msgid "Upside-down" +#~ msgstr "رأسا على عقب" + +#~ msgid "Display" +#~ msgstr "العرض" + +#~ msgid "Display Settings" +#~ msgstr "إعدادات العرض" + +#~ msgid "Suspend" +#~ msgstr "علّق" + +#~ msgid "Hibernate" +#~ msgstr "أسبِت" + +#~ msgid "Power Off" +#~ msgstr "أطفئ" + +#~ msgid "Enable suspending" +#~ msgstr "فعّل التعليق" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "تحكم في ظهور ”علّق“ في القائمة" + +#~ msgid "Enable hibernating" +#~ msgstr "فعّل الإسبات" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "تحكم في ظهور ”أسبِت“ في القائمة" + +#~ msgid "Devices" +#~ msgstr "الأجهزة" + +#~ msgid "Bookmarks" +#~ msgstr "العلامات" + +#~ msgid "Network" +#~ msgstr "الشبكة" + +#~ msgid "File System" +#~ msgstr "نظام الملفات" + +#~ msgid "Drag here to add favorites" +#~ msgstr "اسحب إلى هنا ليضاف إلى المفضّلة" + +#~ msgid "New Window" +#~ msgstr "نافذة جديدة" + +#~ msgid "Quit Application" +#~ msgstr "أغلق التطبيق" + +#~ msgid "Remove from Favorites" +#~ msgstr "أزِل من المفضّلة" + +#~ msgid "Icon size" +#~ msgstr "حجم الأيقونة" + +#~ msgid "Monitor" +#~ msgstr "الشاشة" + +#~ msgid "%s is away." +#~ msgstr "‏%s غائب." + +#~ msgid "%s is offline." +#~ msgstr "‏%s غير متّصل." + +#~ msgid "%s is online." +#~ msgstr "‏%s متّصل." + +#~ msgid "%s is busy." +#~ msgstr "‏%s مشغول." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "يعرض هذا النمط كل التطبيقات من كل مساحات العمل في قائمة واحدة، وبدلا من " +#~ "استخدام أيقونة التطبيق لكل النوافذ يستخدم صورة مصغّرة للنافذة نفسها." + +#~ msgid "Workspace & Icons" +#~ msgstr "مساحة العمل مع أيقونات" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "يتيح هذا النمط التنقل بين التطبيقات في مساحة العمل الحالية بالإضافة إلى " +#~ "إمكانية الانتقال إلى آخر تطبيق استُخدم في مساحة العمل السابقة، والذي سيكون " +#~ "دائما آخر عنصر في القائمة مفصولا بخط رأسي.\n" +#~ "تُمثل كل نافذة بأيقونة التطبيق الذي تنتمي إليه." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "انقل الاختيار الحالي إلى المقدمة قبل غلق النافذة المنبثقة." + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "يمكن استخدام هذا الامتداد في أنماط مختلفة تؤثر على كيفية اختيار وعرض " +#~ "النوافذ." + +#~ msgid "Removable Devices" +#~ msgstr "الأجهزة المنفصلة" diff --git a/po/as.po b/po/as.po new file mode 100644 index 0000000..34d4c3e --- /dev/null +++ b/po/as.po @@ -0,0 +1,382 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Nilamdyuti Goswami , 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-08-13 07:35+0000\n" +"PO-Revision-Date: 2014-08-13 17:37+0530\n" +"Last-Translator: Nilamdyuti Goswami \n" +"Language-Team: American English \n" +"Language: en_US\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: Lokalize 1.5\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "মডাল ডাইলগ উপধায়ক উইন্ডোৰ সৈতে সংলগ্ন কৰক" + +#: ../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 "GNOME শ্বেল চলাওতে এই কি'য়ে org.gnome.mutter ত থকা কি' অভাৰৰাইড কৰে।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "শীৰ্ষলবাৰত বুটামসমূহৰ ব্যৱস্থাপনা" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"এই কি'য়ে GNOME শ্বেল চলাওতে org.gnome.desktop.wm.preferences ত থকা কি'ক " +"অভাৰৰাইড কৰে।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "উইন্ডোসমূহক পৰ্দাৰ প্ৰান্তসমূহত এৰোতে প্ৰান্ত টাইলিং সামৰ্থবান কৰক" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "কাৰ্য্যস্থানসমূহ কেৱল প্ৰাথমিক মনিটৰত" + +#: ../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 "" +"বিলম্বৰ ফকাচ মাউছ অৱস্থাত পৰিবৰ্তন হয় যেতিয়ালৈকে পইন্টাৰে গমন কৰা বন্ধ নকৰে" + +#: ../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:39 +msgid "Activities Overview" +msgstr "কাৰ্য্যসমূহৰ অভাৰভিউ" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "পছন্দৰ" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "এপ্লিকেচনসমূহ" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "এপ্লিকেচন আৰু কাৰ্য্যস্থান তালিকা" + +#: ../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 "" +"স্ট্ৰিংসমূহৰ এটা তালিকা, প্ৰতিটোয়ে এটা এপ্লিকেচন আইডি (ডেস্কটপ ফাইল নাম), এটা " +"কল'ন " +"আৰু কাৰ্য্যস্থান নম্বৰৰ সৈতে অনুকৰণ কৰা অন্তৰ্ভুক্ত কৰে" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "আতৰাব পৰা ডিভাইচসমূহ" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ফাইল খোলক" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "নমস্কাৰ, বিশ্ব!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "বৈকল্পিক অভিন্দন লিখনি।" + +#: ../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 "যদি ৰিক্ত নহয়, ই পেনেল ক্লিক কৰোতে দেখুৱা লিখনি অন্তৰ্ভুক্ত কৰিব।" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "বাৰ্তা" + +#: ../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 "" +"উদাহৰণে শ্বেলৰ বাবে কিধৰণে ভাল ব্যৱহাৰ কৰা সম্প্ৰসাৰণসমূহ নিৰ্মাণ কৰিব লাগে " +"দেখুৱাবলে লক্ষ্য লয় আৰু সেয়েহে ইয়াৰ খুব ক'ম নিজস্ব কাৰ্যকৰীতা থাকে।\n" +"যি কি নহওক অভিন্দন বাৰ্তাটো স্বনিৰ্বাচন কৰাটো সম্ভব।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "উইন্ডোসমূহৰ বাবে অধিক পৰ্দা ব্যৱহাৰ কৰক" + +#: ../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 "" +"পৰ্দা অনুপাত হাৰৰ সৈতে অনুকূলন কৰি উইন্ডো থাম্বনেইলসমূহ উপস্থাপন কৰাৰ বাবে " +"অধিক পৰ্দা " +"ব্যৱহাৰ কৰাৰ, আৰু বান্ধনী বাকচ হ্ৰাস কৰিবলে সিহতক ততোধিক শৃঙ্খলাবদ্ধ কৰাৰ " +"চেষ্টা " +"কৰক। এই সংহতি কেৱল স্বাভাৱিক উপস্থাপন কৌশলৰ সৈতে প্ৰযোজ্য।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "উইন্ডো কেপষণসমূহ ওপৰত ৰাখক" + +#: ../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 "" +"যদি সত্য, উইন্ডো কেপষণ প্ৰতিটো থাম্বনেইলৰ ওপৰত ৰাখক, ইয়াক তলত ৰখাৰ শ্বেলৰ " +"অবিকল্পিত প্ৰক্ৰিয়াক অভাৰৰাইড কৰাকৈ। এই সংহতিৰ পৰিবৰ্তন প্ৰভাৱশালী হ'বলৈ " +"শ্বেল " +"পুনৰাম্ভ কৰাৰ প্ৰয়োজন।" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "স্থানবোৰ" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" লঞ্চ কৰিবলে ব্যৰ্থ" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "কমপিউটাৰ" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ঘৰ" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "থীম নাম" + +#: ../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 "~/.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:300 +msgid "Minimize all" +msgstr "সকলো সৰু কৰক" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "সকলো ডাঙৰ কৰক" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "সকলো ডাঙৰ কৰক" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "সকলো সৰু কৰক" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "সকলো বন্ধ কৰক" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "কাৰ্য্যস্থান সূচক" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "উইন্ডো তালিকা" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "উইন্ডোসমূহ কেতিয়া একত্ৰিত কৰা হ'ব" + +#: ../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 "" +"উইন্ডো তালিকাত একেটা এপ্লিকেচনৰ পৰা উইন্ডোসমূহ কেতিয়া দলবদ্ধ কৰা হ'ব নিৰ্ধাৰণ " +"কৰে। " +"সম্ভাব্য মানসমূহ হ'ল \"কেতিয়াও নহয়\", \"স্বচালিত\" আৰু \"সদায়\"।" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "উইন্ডো দলবদ্ধকৰণ" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "উইন্ডোসমূহ কেতিয়াও দলবদ্ধ নকৰিব " + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "উইন্ডোসমূহ দলবদ্ধ কৰক যেতিয়া স্থান সীমিত থাকে" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "উইন্ডোসমূহ সদায় দলবদ্ধ কৰিব" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Suspend" +#~ msgstr "স্থগিত কৰক" + +#~ msgid "Hibernate" +#~ msgstr "হাইবাৰনেইট" + +#~ msgid "Power Off" +#~ msgstr "বন্ধ কৰক" + +#~ msgid "Enable suspending" +#~ msgstr "স্থগিত কৰা সামৰ্থবান কৰক" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "স্থগিত মেনু বস্তুৰ দৃশ্যমানতা নিয়ন্ত্ৰণ কৰক" + +#~ msgid "Enable hibernating" +#~ msgstr "হাইবেৰনেইট কৰা সামৰ্থবান কৰক" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "হাইবেৰনেইট মেনু বস্তুৰ দৃশ্যমানতা নিয়ন্ত্ৰণ কৰক" + +#~ msgid "Normal" +#~ msgstr "স্বাভাৱিক" + +#~ msgid "Left" +#~ msgstr "বাঁওফাল" + +#~ msgid "Right" +#~ msgstr "সোঁফাল" + +#~ msgid "Upside-down" +#~ msgstr "উলোটা" + +#~ msgid "Display" +#~ msgstr "প্ৰদৰ্শন" + +#~ msgid "Display Settings" +#~ msgstr "প্ৰদৰ্শনৰ সংহতিসমূহ" diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..06e1602 --- /dev/null +++ b/po/bg.po @@ -0,0 +1,339 @@ +# Bulgarian translation for gnome-shell-extensions po-file. +# Copyright (C) 2014 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Ivaylo Valkov , 2014. +# Alexander Shopov , 2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-10-08 06:22+0300\n" +"PO-Revision-Date: 2014-10-08 06:22+0300\n" +"Last-Translator: Ivaylo Valkov \n" +"Language-Team: Bulgarian \n" +"Language: bg\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" + +#: ../data/gnome-classic.desktop.in.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 (2.x)" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Класическа обвивка на GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Управление на прозорците и стартирането на програми" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Прикрепяне на модалните прозорци към родителските им прозорци" + +#: ../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 "" +"Този ключ при е с по-голям приоритет от „org.gnome.mutter“ при изпълнението " +"на обвивката на GNOME." + +#: ../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 "" +"Този ключ при е с по-голям приоритет от „org.gnome.desktop.wm.preferences“ " +"при изпълнението на обвивката на GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Включване на специална подредба при приближаване на прозорец до ръбовете на " +"екрана" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Работни плотове само на основния екран" + +#: ../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 "Забавяне на смяната на фокуса до спирането на движението на показалеца" + +#: ../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:39 +msgid "Activities Overview" +msgstr "Показване на програмите" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Любими" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Програми" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Списък с програмите и работните плотове" + +#: ../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 "" +"Списък от низове. Всеки съдържа идентификатор на програма (име на файл „." +"desktop“ file name), следван от знака „:“ и номер на работен плот" + +#: ../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:123 +msgid "Removable devices" +msgstr "Преносими медии" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Отваряне на файл" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Здравей, свят!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Друго приветстващо съобщение." + +#: ../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 "" +"Ако ключът не е празен, съдържанието му се извежда при натискането на панела." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Съобщение" + +#: ../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 "" +"Това е пример за добре работещо разширение на обвивката на GNOME и има " +"минимална функционалност.\n" +"С него можете да промените приветстващото съобщение на панела." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Повече пространство за прозорците" + +#: ../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 "" +"Използване на по-голяма част от екрана за поставянето на мини изображения " +"чрез промяна на съотношението на страните и допълнително обединяване за " +"смаляване на обхващащия ги правоъгълник. Тази настройка се прилага само при " +"естествената стратегия за поставяне на прозорците." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Заглавия на прозорците отгоре" + +#: ../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 "" +"Ако е истина, заглавията на прозорците се поставят над мини изображенията " +"им, а не както е стандартно — отдолу. За прилагане на промяната на " +"настройката трябва да рестартирате обвивката на GNOME." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Места" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Неуспешно стартиране на „%s“" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Компютър" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Домашна папка" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Мрежа" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Процесор" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Памет" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Име на темата" + +#: ../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 "" +"Името на темата, която да бъде заредена от „~/.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:304 +msgid "Minimize all" +msgstr "Минимизиране на всички" + +#: ../extensions/window-list/extension.js:312 +msgid "Unminimize all" +msgstr "Деминимизиране на всички" + +#: ../extensions/window-list/extension.js:320 +msgid "Maximize all" +msgstr "Максимизиране на всички" + +#: ../extensions/window-list/extension.js:329 +msgid "Unmaximize all" +msgstr "Демаксимизиране на всички" + +#: ../extensions/window-list/extension.js:338 +msgid "Close all" +msgstr "Затваряне на всички" + +#: ../extensions/window-list/extension.js:649 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Индикатор на работните плотове" + +#: ../extensions/window-list/extension.js:813 +msgid "Window List" +msgstr "Списък на прозорците" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Кога да се групират прозорците" + +#: ../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 "" +"Кога да се групират прозорците на една програма в списъка с прозорците. " +"Възможните стойности са „never“ (никога), „auto“ (автоматично) и " +"„always“ (винаги)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Групиране на прозорци" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Никога да не се групират" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Групиране при ограничено място" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" diff --git a/po/bn_IN.po b/po/bn_IN.po new file mode 100644 index 0000000..3783113 --- /dev/null +++ b/po/bn_IN.po @@ -0,0 +1,397 @@ +# sray , 2013, 2014. #zanata. +msgid "" +msgstr "" +"Project-Id-Version: \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-09-22 07:38+0000\n" +"PO-Revision-Date: 2014-09-22 16:37+0000\n" +"Last-Translator: \n" +"Language-Team: American English \n" +"Language: bn-IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: ../data/gnome-classic.desktop.in.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/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME সেল ক্লাসিক" + +# auto translated by TM merge from project: gnome-shell, version: 3.8.4, DocId: 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" +msgstr "প্রধান উইন্ডোতে মোডেল ডায়ালগ সংযুক্ত করুন" + +#: ../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 "" +"GNOME সেল চালানোর ক্ষেত্রে এই কী in org.gnome.mutter এর কী ওভাররাইড করে।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "শিরোনাম দন্ডে বোতামগুলির সজ্জা" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"GNOME সেল চালানোর সময়ে এই কী org.gnome.desktop.wm.preferences-এর কী ওভাররাইড " +"করে।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "উইন্ডো স্ক্রীন কিনারায় রাখার সময়ে কিনারা টাইলিং সক্রিয় করুন" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "শুধুমাত্র প্রধান মনিটরে ওয়ার্কস্পেস" + +#: ../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 "" +"পয়েন্টার অবস্থান পরিবর্তন না থামানো পর্যন্ত মাউস মোডে ফোকাস পরিবর্তন বিলম্বিত " +"করুন" + +#: ../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:39 +msgid "Activities Overview" +msgstr "ক্রিয়াকলাপের পূর্বরূপ" + +# auto translated by TM merge from project: system-config-printer, version: 1.1.16-23, DocId: system-config-printer +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "বিশেষ" + +# auto translated by TM merge from project: gnome-menus, version: 3.8.0, DocId: gnome-menus-3.0 +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "অ্যাপ্লিকেশন" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "অ্যাপ্লেকেশন এবং ওয়ার্কস্পেস তালিকা" + +#: ../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 "" +"স্ট্রীঙের একটি তালিকা, প্রতিটিতে থাকে একটি অ্যাপ্লিকেশন অাইডি (ডেস্কটপ ফাইল " +"নাম), " +"সংগে থাকে যতিচিহ্ন এবং ওয়ার্কস্পেস নম্বর" + +# auto translated by TM merge from project: yelp, version: 3.8.1, DocId: yelp +#: ../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 "ওয়ার্কস্পেস" + +# auto translated by TM merge from project: evolution, version: el6, DocId: evolution-2.32 +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "নিয়ম যোগ করুন" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "মেলানোর নতুন নিয়ম তৈরি করুন" + +# auto translated by TM merge from project: file-roller, version: 3.8.3, DocId: file-roller +#: ../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:123 +msgid "Removable devices" +msgstr "অপসারণযোগ্য ডিভাইসগুলি" + +# auto translated by TM merge from project: gnome-user-share, version: 3.8, DocId: gnome-user-share +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ফাইল খুলুন" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "ওহে, বিশ্ব!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "বিকল্প অভিবাদন পাঠ্য।" + +#: ../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 "খালি না থাকলে, তাতে পাঠ্য থাকবে যা প্যানেলে ক্লিক করা হলে দেখানো হবে।" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "বার্তা" + +#: ../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 "" +"সেলের জন্য সুস্থিত এক্সটেনশন কীভাবে গঠন করা সম্ভব তা উদাহরণের মাধ্যমে " +"উপস্থাপিত করা " +"হয়।\n" +"উপরন্তু অভিভাদন বার্তা নিজের পছন্দ মতোও করে নেওয়া যায়।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "উইন্ডোর জন্য অারো স্ক্রীন ব্যবহার করুন" + +#: ../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 "" +"স্ক্রীন অ্যাসপেক্ট অনুপাত সামঞ্জস্যপূর্ণ করে উইন্ডো থাম্বনেইল রাখার জন্য অারো " +"স্ক্রীন " +"ব্যবহারের চেষ্টা করুন, এবং বাউন্ডিং বক্স কমাতে তাদের সংঘবদ্ধ করার চেষ্টা " +"করুন। এই " +"সেটিং শুধুমাত্র স্বাভাবিক প্লেসমেন্ট কৌশলের ক্ষেত্রেই প্রযোজ্য হয়।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "উইন্ডো ক্যাপশন একেবারে শীর্ষে রাখুন" + +#: ../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 "" +"যদি সত্য হয়, তলায় রাখার সেল ডিফল্ট ওভাররাইড করে সংশ্লিষ্ট থাম্বনেইলের শীর্ষে " +"উইন্ডো " +"ক্যাপশন রাখুন। এই সেটিং পরিবর্তন করলে তা প্রয়োগ করতে সেল বন্ধ করে চালু করতে " +"হবে।" + +# auto translated by TM merge from project: file-roller, version: 3.8.3, DocId: file-roller +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "অবস্থান" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" লঞ্চ করা গেল না" + +# auto translated by TM merge from project: gvfs, version: 1.16.3, DocId: gvfs +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "কম্পিউটার" + +# auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "প্রথম পাতা" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "নেটওয়ার্ক ব্রাউজ" + +# auto translated by TM merge from project: gnome-system-monitor, version: 3.8.2.1, DocId: gnome-system-monitor +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +# auto translated by TM merge from project: RHEV Installation Guide, version: 3.1, DocId: topics/Planning_your_Data_Center +#: ../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" +msgstr "থিম নাম" + +#: ../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 "থিমের নাম, ~/.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:300 +msgid "Minimize all" +msgstr "সকল ছোট করুন" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "সকল অান-মিনিমাইজ করুন" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "সকল বড় করুন" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "সকল অান-ম্যাক্সিমাইজ করুন" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "সকল বন্ধ করুন" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "ওয়ার্কস্পেস সূচক" + +#: ../extensions/window-list/extension.js:808 +#| msgid "Window Grouping" +msgid "Window List" +msgstr "উইন্ডো তালিকা" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "উইন্ডো দলভুক্তকরণ" + +#: ../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 "" +"উইন্ডো তালিকায় একই অ্যাপ্লিকেশন থেকে কখন উইন্ডো দলভুক্ত করা হবে তার সিদ্ধান্ত " +"নেয়। " +"সম্ভাব্য মানগুলি হল \"কখনও নয়\", \"স্বয়ংক্রিয়\" এবং \"সর্বদা\"।" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "উইন্ডো দলভুক্তকরণ" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "উইন্ডো কখনও দলভুক্ত করবেন না" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "স্থান কম থাকলে উইন্ডো দলভুক্ত করুন" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "উইন্ডো সর্বদা দলভুক্ত করুন" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +# auto translated by TM merge from project: gdm, version: 3.8.4, DocId: gdm +#~ msgid "Suspend" +#~ msgstr "স্থগিত করুন" + +#~ msgid "Hibernate" +#~ msgstr "নিদ্রিত অবস্থা" + +# auto translated by TM merge from project: gnome-shell, version: 3.8.4, DocId: gnome-shell +#~ msgid "Power Off" +#~ msgstr "বন্ধ করুন" + +#~ msgid "Enable suspending" +#~ msgstr "স্থগিত সক্রিয় করুন" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "স্থগিত মেনু অাইটেমের দৃশ্যমানতা নিয়ন্ত্রণ করুন" + +#~ msgid "Enable hibernating" +#~ msgstr "নিদ্রিত অবস্থা সক্রিয় করুন" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "নিদ্রিত অবস্থা মেনু অাইটেমের দৃশ্যমানতা নিয়ন্ত্রণ করুন" + +#~ msgid "Normal" +#~ msgstr "স্বাভাবিক" + +#~ msgid "Left" +#~ msgstr "বাম" + +#~ msgid "Right" +#~ msgstr "ডান" + +#~ msgid "Upside-down" +#~ msgstr "উল্টো" + +#~ msgid "Display" +#~ msgstr "প্রদর্শন" + +#~ msgid "Display Settings" +#~ msgstr "প্রদর্শন সেটিং" diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..9820ff7 --- /dev/null +++ b/po/ca.po @@ -0,0 +1,345 @@ +# Catalan translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Jordi Mas i Hernandez , 2011. +# Gil Forcada , 2012, 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-08-17 07:37+0000\n" +"PO-Revision-Date: 2014-08-17 14:38+0200\n" +"Last-Translator: Gil Forcada \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME clàssic" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Aquesta sessió us permet utilitzar el GNOME clàssic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell clàssic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gestió de finestres i iniciació d'aplicacions" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Adjunta el diàleg modal a la finestra pare" + +#: ../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 "" +"Si s'executa el GNOME Shell, aquesta clau sobreescriu la clau «org.gnome." +"mutter»." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Disposició dels botons en 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 "" +"Si s'executa el GNOME Shell, aquesta clau sobreescriu la clau «org.gnome." +"desktop.wm.preferences»." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Habilita la tesselització a les vores en deixar anar les finestres a les " +"vores de la pantalla" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Els espais de treball només es mostren en el monitor 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 "" +"Retarda el canvi de focus, en mode ratolí, fins que el punter estigui quiet" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Només miniatures" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Només la icona de l'aplicació" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura i icona de l'aplicació" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Mostra les finestres com a" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Mostra només les icones de l'espai de treball actual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Vista general d'activitats" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Preferides" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicacions" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Aplicació i llista d'espais de treball" + +#: ../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 llista de cadenes, cada una de les quals conté un identificador " +"d'aplicació (nom del fitxer de l'escriptori), seguit de dos punts i el " +"número de l'espai de treball" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplicació" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Espai de treball" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Afegeix una regla" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Crea una regla de coincidència nova" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Afegeix" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Ha fallat l'expulsió de la unitat «%s»:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositius extraïbles" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Obre el fitxer" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hola, món!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Text de rebuda alternatiu." + +#: ../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 "" +"Si no és buit, conté el text que es mostrarà quan es faci clic en el quadre." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Missatge" + +#: ../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 "" +"L'«Example» està pensat com una extensió del GNOME Shell que demostri la " +"manera correcta de crear extensions. Com a extensió pròpiament dita no fa " +"gairebé res.\n" +"Tot i així permet personalitzar el missatge del rebedor." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Utilitza més pantalla per les finestres" + +#: ../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 "" +"Intenta utilitzar més espai de la pantalla per posicionar les miniatures de " +"les finestres adaptant-les al ràtio d'aspecte de la pantalla, consolidant-" +"les més per reduir la capsa que les envolta. Aquest paràmetre de " +"configuració només s'aplica a l'estratègia de posicionament de finestres " +"natural." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Posiciona els títols de les finestres al damunt" + +#: ../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 "" +"Si és «true» (cert), posiciona el títol de la finestra damunt de la " +"miniatura corresponent, substituint el comportament per defecte del Shell de " +"posicionar-lo a baix. Cal reiniciar el Shell per tal de que aquest canvi " +"tingui efecte." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Llocs" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "No s'ha pogut iniciar «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Ordinador" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Inici" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Navega per la xarxa" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memòria" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Nom del tema" + +#: ../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 "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Tanca" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Desminimitza" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimitza" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Desmaximitza" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximitza" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimitza-ho tot" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Desminimitza-ho tot" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximitza-ho tot" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Desmaximitza-ho tot" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Tanca-ho tot" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador de l'espai de treball" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Llista de finestres" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quan s'han d'agrupar les finestres" + +#: ../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 "" +"Decideix quan s'han d'agrupar les finestres de la mateixa aplicació a la " +"llista de finestres. Els valors possibles són: «never» (mai), " +"«auto» (automàticament) i «always» (sempre)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupació de finestres" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Mai agrupis les finestres" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupa les finestres quan l'espai estigui limitat" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Agrupa les finestres sempre" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Noms dels espais de treball" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nom" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Espai de treball %d" diff --git a/po/ca@valencia.po b/po/ca@valencia.po new file mode 100644 index 0000000..09e45b3 --- /dev/null +++ b/po/ca@valencia.po @@ -0,0 +1,343 @@ +# Catalan translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Jordi Mas i Hernandez , 2011. +# Gil Forcada , 2012, 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-08-17 14:40+0200\n" +"PO-Revision-Date: 2014-08-17 14:38+0200\n" +"Last-Translator: Gil Forcada \n" +"Language-Team: Catalan \n" +"Language: ca-XV\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME clàssic" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Esta sessió vos permet utilitzar el GNOME clàssic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell clàssic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gestió de finestres i iniciació d'aplicacions" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Adjunta el diàleg modal a la finestra pare" + +#: ../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 "" +"Si s'executa el GNOME Shell, esta clau sobreescriu la clau «org.gnome." +"mutter»." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Disposició dels botons en 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 "" +"Si s'executa el GNOME Shell, esta clau sobreescriu la clau «org.gnome." +"desktop.wm.preferences»." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Habilita la tesselització a les vores en deixar anar les finestres a les " +"vores de la pantalla" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Els espais de treball només es mostren en el monitor 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 "" +"Retarda el canvi de focus, en mode ratolí, fins que el punter estiga quiet" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Només miniatures" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Només la icona de l'aplicació" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura i icona de l'aplicació" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Mostra les finestres com a" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Mostra només les icones de l'espai de treball actual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Vista general d'activitats" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Preferides" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicacions" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Aplicació i llista d'espais de treball" + +#: ../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 llista de cadenes, cada una de les quals conté un identificador " +"d'aplicació (nom del fitxer de l'escriptori), seguit de dos punts i el " +"número de l'espai de treball" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplicació" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Espai de treball" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Afig una regla" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Crea una regla de coincidència nova" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Afig" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Ha fallat l'expulsió de la unitat «%s»:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositius extraïbles" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Obri el fitxer" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hola, món!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Text de rebuda alternatiu." + +#: ../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 "" +"Si no és buit, conté el text que es mostrarà quan es faça clic en el quadre." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Missatge" + +#: ../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 "" +"L'«Example» està pensat com una extensió del GNOME Shell que demostri la " +"manera correcta de crear extensions. Com a extensió pròpiament dita no fa " +"gairebé res.\n" +"Tot i així permet personalitzar el missatge del rebedor." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Utilitza més pantalla per les finestres" + +#: ../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 "" +"Intenta utilitzar més espai de la pantalla per posicionar les miniatures de " +"les finestres adaptant-les al ràtio d'aspecte de la pantalla, consolidant-" +"les més per reduir la capsa que les envolta. Este paràmetre de configuració " +"només s'aplica a l'estratègia de posicionament de finestres natural." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Posiciona els títols de les finestres al damunt" + +#: ../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 "" +"Si és «true» (cert), posiciona el títol de la finestra damunt de la " +"miniatura corresponent, substituint el comportament per defecte del Shell de " +"posicionar-lo a baix. Cal reiniciar el Shell per tal de que este canvi tinga " +"efecte." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Llocs" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "No s'ha pogut iniciar «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Ordinador" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Inici" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Navega per la xarxa" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memòria" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Nom del tema" + +#: ../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 "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Tanca" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Desminimitza" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimitza" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Desmaximitza" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximitza" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimitza-ho tot" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Desminimitza-ho tot" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximitza-ho tot" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Desmaximitza-ho tot" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Tanca-ho tot" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador de l'espai de treball" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Llista de finestres" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quan s'han d'agrupar les finestres" + +#: ../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 "" +"Decideix quan s'han d'agrupar les finestres de la mateixa aplicació a la " +"llista de finestres. Els valors possibles són: «never» (mai), " +"«auto» (automàticament) i «always» (sempre)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupació de finestres" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Mai agrupes les finestres" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupa les finestres quan l'espai estiga limitat" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Agrupa les finestres sempre" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Noms dels espais de treball" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nom" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Espai de treball %d" diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..481c113 --- /dev/null +++ b/po/cs.po @@ -0,0 +1,335 @@ +# Czech translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Petr Kovar , 2013. +# Marek Černocký , 2011, 2012, 2013, 2014. +# +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: 2014-08-22 07:35+0000\n" +"PO-Revision-Date: 2014-08-22 11:54+0200\n" +"Last-Translator: Marek Černocký \n" +"Language-Team: Czech \n" +"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Gtranslator 2.91.6\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME klasik" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Toto sezení vás přihlásí do GNOME klasik" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell klasik" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Správa oken a spouštění aplikací" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Modální dialogová okna připojovat k rodičovskému oknu" + +#: ../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 "Když běží GNOME Shell, tento klíč přepíše klíč v org.gnome.mutter" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Uspořádání tlačítek v záhlaví" + +#: ../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 "" +"Když běží GNOME Shell, tento klíč přepíše klíč v " +"org.gnome.desktop.wm.preferences" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Okna upuštěná u okraje obrazovky nechat řadit jako dlaždice" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Pracovní plochy jen na hlavním monitoru" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "Neměnit zaměření v režimu s myší, dokud se nezastaví ukazatel" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Pouze náhled" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Pouze ikona aplikace" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Náhled a ikona aplikace" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Představovat okna jako" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Zobrazovat pouze okna z aktuální pracovní plochy" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Přehled činností" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Oblíbené" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplikace" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Seznam aplikací a pracovních ploch" + +#: ../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 "" +"Seznam řetězců, z nichž každý obsahuje ID aplikace (název souboru pracovní " +"plochy), následovaný dvojtečkou a číslem pracovní plochy" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplikace" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Pracovní plocha" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Přidat pravidlo" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Vytvoření nového srovnávacího pravidla" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Přidat" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Vysunutí disku „%s“ selhalo:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Výměnná zařízení" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Otevřít soubor" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Ahoj světe!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternativní uvítací text" + +#: ../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 "" +"Pokud není prázdné, obsahuje text, který se objeví po kliknutí na panel." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Zpráva" + +#: ../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 "" +"Rozšíření Example vám má jen ukázat, jak sestavit dobře fungující rozšíření " +"pro Shell, a tak je jeho praktické využití pramalé.\n" +"Přesto si můžete alespoň upravit uvítací zprávu." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Použít větší část obrazovky pro okna" + +#: ../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 "" +"Pomocí přizpůsobení měřítka obrazovky spolu se zmenšením ohraničení zkusit " +"využít větší část obrazovky pro umístění náhledů oken. Toto nastavení se " +"použije pouze dohromady se strategií umisťování „natural“." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Umístit název okna nahoru" + +#: ../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 "" +"Pokud je zapnuto, umisťuje se název okna nad případný náhled, čímž se " +"přepíše výchozí chování shellu, který jej umisťuje dolů. Změna tohoto " +"nastavení vyžaduje restart shellu, aby se projevila." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Místa" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Selhalo spuštění „%s“" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Počítač" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Domů" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Procházet síť" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Procesor" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Paměť" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Název motivu" + +#: ../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 "Název motivu, který se má načíst z ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Zavřít" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Zrušit minimalizaci" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimalizovat" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Zrušit maximalizaci" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximalizovat" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimalizovat všechna" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Zrušit minimalizaci všech" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximalizovat všechna" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Zrušit maximalizaci všech" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Zavřít všechna" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Ukazatel pracovní plochy" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Seznam oken" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kdy seskupovat okna" + +#: ../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 "" +"Rozhoduje, kdy se mají v seznamu oken seskupovat okna stejné aplikace. Možné " +"hodnoty jsou „never“ (nikdy), „auto“ (automaticky) a „always“ (vždy)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Seskupování oken" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nikdy neseskupovat okna" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Seskupovat okna při nedostatku místa" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Vždy seskupovat okna" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Názvy pracovních ploch" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Název" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Pracovní plocha %d" diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..2c0b5be --- /dev/null +++ b/po/da.po @@ -0,0 +1,470 @@ +# Danish translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Kris Thomsen , 2011-2014. +# +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: 2014-09-08 07:38+0000\n" +"PO-Revision-Date: 2014-09-09 20:54+0200\n" +"Last-Translator: Kris Thomsen \n" +"Language-Team: Danish \n" +"Language: da\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" + +#: ../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 "Denne session logger dig ind i GNOME Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Vindueshåndtering og programopstart" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Tillæg modal-dialog til det overordnede vindue" + +#: ../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 "" +"Denne nøgle tilsidesætter nøglen i org.gnome.mutter når GNOME Shell kører." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Placeringen af knapper i titellinjen" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Denne nøgle tilsidesætter nøglen i org.gnome.desktop.wm.preferences når " +"GNOME Shell kører." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Aktivér kant-fliselægning når vinduer slippes på skærmkanter" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Kun arbejdsområder på primær skærm" + +#: ../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 "" +"Forsink fokusændringer i musetilstand indtil pegeren holder op med at bevæge " +"sig" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Kun miniaturebillede" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Kun programikon" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniaturebillede og programikon" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Præsentér vindue som" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Vis kun vinduer i det nuværende arbejdsområde" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktivitetsoversigt" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritter" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Programmer" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Liste over programmer og arbejdsområder" + +#: ../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 "" +"En liste over strenge, som hver indeholder et program-id " +"(skrivebordsfilnavn), efterfulgt af et kolon og arbejdsområdets nummer" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Program" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Arbejdsområde" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Tilføj regel" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Opret ny regel for match" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Tilføj" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Udskubning af drevet \"%s\" fejlede:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Flytbare enheder" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Åbn fil" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hej verden!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternativ velkomsttekst." + +#: ../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 "" +"Hvis den ikke er tom, så indeholder den teksten, der vil blive vist når der " +"klikkes på panelet." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Besked" + +#: ../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 sigter efter at vise hvordan man bygger udvidelser til shell'en som " +"opfører sig ordentligt, og har som sådan meget lidt selvstændig " +"funktionalitet.Alligevel er det muligt at tilpasse velkomstbeskeden." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Brug mere skærmplads til vinduer" + +#: ../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 "" +"Prøv at bruge mere skærmplads til at placere vinduesminiaturer ved at " +"tilpasse dem til skærmens størrelsesforhold, samt ved at konsolidere dem " +"yderligere for at reducere den omkransende boks.Denne indstilling gælder kun " +"med den naturlige placeringsstrategi." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Placér vinduestitler i toppen" + +#: ../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 "" +"Hvis sat, vil vinduestitler bliver placeret i toppen af de respektive " +"miniaturer, tilsidesætter shell-standarden, som placerer den i bunden. " +"Ændring af denne indstilling kræver at shell'en genstartes for at træde i " +"kraft." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Steder" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Kunne ikke åbne \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Hjem" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Gennemse netværk" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Hukommelse" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Temanavn" + +#: ../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 "Navnet på temaet, som indlæses fra ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Luk" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Afminimér" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimér" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Afmaksimér" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maksimér" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimér" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Afminimér alle" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maksimér alle" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Afmaksimér alle" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Luk alle" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Arbejdsområdeindikator" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Vinduesliste" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Hvornår vinduer skal grupperes" + +#: ../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 "" +"Afgør hvornår vinduer fra samme program skal grupperes i vindueslisten. " +"Mulige værdier er \"never\" (aldrig), \"auto\" (automatisk) og \"always" +"\" (altid)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Vinduesgruppering" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Gruppér aldrig vinduer" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Gruppér vinduer når pladsen er begrænset" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Gruppér altid vinduer" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Navne på arbejdsområder" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Navn" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Arbejdsområde %d" + +#~ msgid "Suspend" +#~ msgstr "Dvale" + +#~ msgid "Hibernate" +#~ msgstr "Hviletilstand" + +#~ msgid "Power Off..." +#~ msgstr "Sluk..." + +#~ 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" +#~ "If you whish to revert to the default behavior for the Alt-Tab switcher, " +#~ "just\n" +#~ "disable the extension from extensions.gnome.org or the Advanced Settings " +#~ "application." +#~ msgstr "" +#~ "Dette er første gang du bruger Alternate Tab-udvidelsen. \n" +#~ "Vælg venligst din foretrukne opførsel:\n" +#~ "\n" +#~ "Alle & miniaturebilleder:\n" +#~ " Denne tilstand præsenterer alle programmer fra alle arbejdsområder i " +#~ "en markerings- \n" +#~ " liste. I stedet for at bruge programikonet for hvert vindue, bruges " +#~ "et lille \n" +#~ " miniaturebillede af vinduet selv. \n" +#~ "\n" +#~ "Arbejdsområde & ikoner:\n" +#~ " Denne tilstand giver mulighed for at skifte mellem programmerne i dit " +#~ "nuværende \n" +#~ " arbejdsområde og giver dig derudover muligheden for at skifte til det " +#~ "seneste brugte \n" +#~ " program i dit tidligere arbejdsområde. Dette er altid det sidste " +#~ "symbol i \n" +#~ " listen og er visuelt adskilt af en vertikal linje, hvis " +#~ "tilgængelig. \n" +#~ " Hvert vindue er repræsenteret af dets programikon. \n" +#~ "\n" +#~ "Hvis du ønsker at skifte tilbage til standardopførslen for Alt-Tab-" +#~ "skifteren, skal du\n" +#~ "blot deaktivere udvidelsen fra extensions.gnome.org eller programmet " +#~ "Avancerede indstillinger." + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt-Tab-opførsel" + +#~ msgid "Cancel" +#~ msgstr "Annullér" + +#~ msgid "The alt tab behaviour." +#~ msgstr "Alt-Tab-opførsel" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Træk hertil for at føje til favoritter" + +#~ msgid "New Window" +#~ msgstr "Nyt vindue" + +#~ msgid "Remove from Favorites" +#~ msgstr "Fjern fra favoritter" + +#~ msgid "%s is away." +#~ msgstr "%s er ikke til stede." + +#~ msgid "%s is offline." +#~ msgstr "%s er frakoblet." + +#~ msgid "%s is online." +#~ msgstr "%s er tilgængelig." + +#~ msgid "%s is busy." +#~ msgstr "%s er optaget." + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Venstre" + +#~ msgid "Right" +#~ msgstr "Højre" + +#~ msgid "Upside-down" +#~ msgstr "På hovedet" + +#~ msgid "Configure display settings..." +#~ msgstr "Konfigurér skærmindstillinger..." + +#~ msgid "Notifications" +#~ msgstr "Beskeder" + +#~ msgid "Online Accounts" +#~ msgstr "Online konti" + +#~ msgid "System Settings" +#~ msgstr "Systemindstillinger" + +#~ msgid "Lock Screen" +#~ msgstr "Lås skærm" + +#~ msgid "Switch User" +#~ msgstr "Skift bruger" + +#~ msgid "Log Out..." +#~ msgstr "Log ud..." diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..9a659bf --- /dev/null +++ b/po/de.po @@ -0,0 +1,425 @@ +# German translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Mario Blättermann , 2011-2013. +# Christian Kirbach , 2011, 2012. +# Benjamin Steinwender , 2013. +# Wolfgang Stöggl , 2014. +# +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: 2014-09-12 07:37+0000\n" +"PO-Revision-Date: 2014-09-12 10:36+0100\n" +"Last-Translator: Wolfgang Stoeggl \n" +"Language-Team: Deutsch \n" +"Language: de_DE\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: Poedit 1.6.9\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 "Diese Sitzung meldet Sie in GNOME Classic an" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Fensterverwaltung und Anwendungsstart" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Einen modalen Dialog an das übergeordnete Fenster anhängen" + +#: ../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 "" +"Dieser Schlüssel überschreibt den Schlüssel in »org.gnome.mutter«, wenn die " +"GNOME-Shell ausgeführt wird." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Anordnung von Knöpfen auf der Titelleiste" + +#: ../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 "" +"Dieser Schlüssel überschreibt den Schlüssel in »org.gnome.desktop.wm." +"preferences«, wenn die GNOME-Shell ausgeführt wird." + +# identisch zum Schüssel in »gnome-shell« +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Größenanpassung aktivieren, wenn ein Fenster an die Bildschirmkante " +"verschoben wird" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Arbeitsflächen nur auf dem Primärmonitor" + +#: ../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 "" +"Fokuswechsel im Mausmodus verzögern, bis sich der Zeiger nicht mehr bewegt." + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Nur Vorschaubild" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Nur Anwendungssymbol" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Vorschaubild und Anwendungssymbol" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Fenster darstellen als" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Nur Fenster der aktuellen Arbeitsfläche anzeigen" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktivitäten-Übersicht" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoriten" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Anwendungen" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Anwendungs- und Arbeitsflächenliste" + +#: ../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 "" +"Eine Liste aus Zeichenketten, wovon jede eine Anwendungskennung (*.desktop-" +"Datei) enthält, gefolgt von einem Doppelpunkt und der Nummer der " +"Arbeitsfläche" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Anwendung" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Arbeitsfläche " + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Regel hinzufügen" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Neue Übereinstimmungsregel erstellen" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Hinzufügen" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Auswerfen von Laufwerk »%s« schlug fehl:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Wechseldatenträger" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Datei öffnen" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hallo Welt!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternativer Begrüßungstext." + +#: ../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 "" +"Falls nicht leer, ist dies der Text, der beim Anklicken des Panels angezeigt " +"wird." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Nachricht" + +#: ../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 "" +"Das Beispiel soll zeigen, wie sich korrekt verhaltende Erweiterungen für die " +"Shell erstellt werden. Es enthält grundlegende Funktionalität.\n" +"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 +msgid "Use more screen for windows" +msgstr "Mehr Bildschirmbereich für Fenster verwenden" + +#: ../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 "" +"Versuchen, mehr Bildschirmfläche zum Platzieren der Fenstervorschaubilder zu " +"verwenden, indem das Bildschirmseitenverhältnis berücksichtigt wird und " +"diese stärker zusammengelegt werden, um den umgebenden Rahmen zu " +"verkleinern. Diese Einstellung betrifft nur den natürlichen " +"Platzierungsalgorithmus." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Fensterbeschriftungen oben platzieren" + +#: ../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 "" +"Falls wahr, so werden die Fensterbeschriftungen über dem zugehörigen " +"Vorschaubild platziert und damit die Voreinstellung der Shell übergangen. " +"Eine Änderungseinstellung tritt erst mit einem Neustart der Shell in Kraft." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Orte" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Starten von »%s« fehlgeschlagen" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Rechner" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Persönlicher Ordner" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Netzwerk durchsuchen" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Themenname" + +#: ../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 "" +"Der Name des Themas, welches aus ~/.themes/name/gnome-shell geladen werden " +"soll" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Schließen" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Minimieren rückgängig" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimieren" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Maximieren rückgängig" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximieren" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Alle minimieren" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Alle minimieren rückgängig" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Alle maximieren" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Alle maximieren rückgängig" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Alle schließen" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Arbeitsflächenindikator" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Fensterliste" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Legt fest, wann Fenster gruppiert werden" + +#: ../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 "" +"Legt fest, ob Fenster der gleichen Anwendung in der Fensterliste gruppiert " +"werden sollen. Mögliche Werte sind »never« (nie), »auto« (automatisch) und " +"»always« (immer)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Fenstergruppierung" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Fenster niemals gruppieren" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Fenster bei Platzmangel gruppieren" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Fenster immer gruppieren" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Namen der Arbeitsflächen" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Name" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Arbeitsfläche %d" + +#~ msgid "Suspend" +#~ msgstr "Bereitschaft" + +#~ msgid "Hibernate" +#~ msgstr "Ruhezustand" + +#~ msgid "Power Off" +#~ msgstr "Ausschalten …" + +#~ msgid "Enable suspending" +#~ msgstr "Bereitschaft einblenden" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Die Sichtbarkeit des Menüeintrags »Bereitschaft« festlegen" + +#~ msgid "Enable hibernating" +#~ msgstr "Ruhezustand einblenden" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Die Sichtbarkeit des Menüeintrags »Ruhezustand« festlegen" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Links" + +#~ msgid "Right" +#~ msgstr "Rechts" + +#~ msgid "Upside-down" +#~ msgstr "Kopfüber" + +#~ msgid "Display" +#~ msgstr "Anzeige" + +#~ msgid "Display Settings" +#~ msgstr "Bildschirmeinstellungen" + +#~ msgid "The application icon mode." +#~ msgstr "Der Modus des Anwendungssymbols." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Legt fest, wie die Fenster im Fensterumschalter angezeigt werden. Gültige " +#~ "Werte sind »thumbnail-only« (zeigt ein Vorschaubild des Fensters), »app-" +#~ "icon-only« (zeigt das Anwendungssymbol) oder »both« (beides)." + +#~ msgid "Devices" +#~ msgstr "Geräte" + +#~ msgid "Bookmarks" +#~ msgstr "Lesezeichen" + +#~ msgid "Network" +#~ msgstr "Netzwerk" + +#~ msgid "File System" +#~ msgstr "Dateisystem" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Hierher ziehen, um zu Favoriten hinzuzufügen" + +#~ msgid "New Window" +#~ msgstr "Neues Fenster" + +#~ msgid "Quit Application" +#~ msgstr "Anwendung beenden" + +#~ msgid "Remove from Favorites" +#~ msgstr "Aus Favoriten entfernen" diff --git a/po/el.po b/po/el.po new file mode 100644 index 0000000..5b54397 --- /dev/null +++ b/po/el.po @@ -0,0 +1,637 @@ +# Greek translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# ioza1964 , 2011. +# Ιωάννης Ζαμπούκας , 2011. +# Dimitris Spingos (Δημήτρης Σπίγγος) , 2013. +# Vangelis Skarmoutsos , 2013. +# Efstathios Iosifidis , 2013. +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: 2014-06-25 19:31+0000\n" +"PO-Revision-Date: 2014-06-26 12:08+0200\n" +"Last-Translator: Tom Tryfonidis \n" +"Language-Team: team@gnome.gr\n" +"Language: el\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: Poedit 1.6.5\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 "Αυτή η συνεδρία σας συνδέει στο GNOME Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Διαχείριση παραθύρων και εκκίνηση εφαρμογών" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Προσάρτηση αποκλειστικού διαλόγου στο γονικό παράθυρο" + +#: ../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 "" +"Αυτό το κλειδί επικαλύπτει το κλειδί στο org.gnome.mutter όταν εκτελείται το " +"GNOME Shell." + +#: ../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 "" +"Αυτό το κλειδί επικαλύπτει το κλειδί στο org.gnome.mutter όταν εκτελείται το " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Ενεργοποίηση προσκόλλησης στην άκρη, όταν αφήνονται παράθυρα στα άκρα της " +"οθόνης" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Χώροι εργασίας μόνο στην κύρια οθόνη" + +#: ../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 "" +"Καθυστέρηση εστίασης αλλαγών στην κατάσταση ποντικιού μέχρι να σταματήσει να " +"κινείται ο δείκτης" + +#: ../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:39 +msgid "Activities Overview" +msgstr "Επισκόπηση δραστηριοτήτων" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Αγαπημένα" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Εφαρμογές" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Λίστα εφαρμογών και χώρου εργασίας" + +#: ../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 "" +"Μια λίστα συμβολοσειρών, που η καθεμία περιέχει ένα αναγνωριστικό εφαρμογής " +"(όνομα αρχείου επιφάνειας εργασίας), ακολουθούμενη από άνω-κάτω τελεία και " +"τον αριθμό του χώρου εργασίας" + +#: ../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:123 +msgid "Removable devices" +msgstr "Αφαιρούμενες συσκευές" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Άνοιγμα αρχείου" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Γεια σου, κόσμε!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Εναλλακτικό κείμενο χαιρετισμού." + +#: ../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 "" +"Αν δεν είναι κενό, περιέχει το κείμενο που θα εμφανιστεί όταν γίνεται κλικ " +"στον πίνακα εφαρμογών." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Μήνυμα" + +#: ../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 "" +"Το παράδειγμα στοχεύει να δείξει πώς δημιουργούμε επεκτάσεις που " +"συμπεριφέρονται σωστά για το Shell και ως τέτοιο έχει μικρή λειτουργικότητα " +"από μόνο του.\n" +"Παρ' όλα αυτά είναι δυνατό να προσαρμόσετε το μήνυμα χαιρετισμού." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Χρησιμοποιήστε περισσότερη οθόνη για τα παράθυρα" + +#: ../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 "" +"Προσπαθήστε να χρησιμοποιήσετε περισσότερη οθόνη για την τοποθέτηση " +"μικρογραφιών παραθύρου προσαρμόζοντας τον λόγο διαστάσεων οθόνης, και " +"εδραιώνοντας τους περαιτέρω για να μειώσετε το πλαίσιο οριοθέτησης. Αυτή η " +"ρύθμιση ισχύει μόνο με την στρατηγική φυσικής τοποθέτησης." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Τοποθέτηση τίτλων παράθυρου στην κορυφή" + +#: ../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 "" +"Αν αληθεύει, τοποθέτηση τίτλων παραθύρου πάνω από την αντίστοιχη " +"μικρογραφία, παρακάμπτοντας την προεπιλογή του κελύφους που τους τοποθετεί " +"στο κάτω μέρος. Η αλλαγή αυτής της ρύθμισης απαιτεί επανεκκίνηση του " +"κελύφους για να υπάρξει κάποιο αποτέλεσμα." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Τοποθεσίες" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Αποτυχία εκκίνησης \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Υπολογιστής" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Προσωπικός φάκελος" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "Όνομα θέματος" + +#: ../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 "" +"Το όνομα του θέματος που θα φορτωθεί από το ~ /.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:300 +msgid "Minimize all" +msgstr "Ελαχιστοποίηση όλων" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Αποελαχιστοποίηση όλων" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Μεγιστοποίηση όλων" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Απομεγιστοποίηση όλων" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Κλείσιμο όλων" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Δείκτης χώρου εργασίας" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Λίστα παραθύρου" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Πότε θα ομαδοποιούνται τα παράθυρα" + +#: ../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 "" +"Αποφασίζει πότε θα ομαδοποιούνται παράθυρα από την ίδια εφαρμογή στη λίστα " +"παραθύρου. Δυνατές τιμές είναι \"never\" (ποτέ), \"auto\" (αυτόματα) και " +"\"always\" (πάντα)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Ομαδοποίηση παραθύρου" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Να μη γίνεται ποτέ ομαδοποίηση παραθύρων" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Ομαδοποίηση παραθύρων όταν ο χώρος είναι περιορισμένος" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + +#~ msgid "Suspend" +#~ msgstr "Αναστολή" + +#~ msgid "Hibernate" +#~ msgstr "Αδρανοποίηση" + +#~ msgid "Power Off" +#~ msgstr "Τερματισμός" + +#~ msgid "Enable suspending" +#~ msgstr "Ενεργοποίηση αναστολής" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Ελέγχει την ορατότητα του αντικειμένου Αναστολη" + +#~ msgid "Enable hibernating" +#~ msgstr "Ενεργοποίηση αδρανοποίησης" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Ελέγχει την ορατότητα του αντικειμένου Αδρανοποίηση" + +#~ msgid "Normal" +#~ msgstr "Κανονικό" + +#~ msgid "Left" +#~ msgstr "Αριστερά" + +#~ msgid "Right" +#~ msgstr "Δεξιά" + +#~ msgid "Upside-down" +#~ msgstr "Αναποδογυρισμένο" + +#~ msgid "Display" +#~ msgstr "Οθόνη" + +#~ msgid "Display Settings" +#~ msgstr "Ρυθμίσεις οθόνης" + +#~ msgid "The application icon mode." +#~ msgstr "Η λειτουργία εικονιδίου της εφαρμογής" + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Διαμορφώνει πως τα παράθυρα θα εμφανίζονται στν εναλλαγή των παραθύρων. " +#~ "Έγκυρες ρυθμίσεις είναι 'thumbnail-only' (εμφανίζει μια μικρογραφία του " +#~ "παραθύρου), 'app-icon-only' (εμφανίζει μόνο το εικονίδιο της εφαρμογής) ή " +#~ "'both'." + +#~ msgid "Drag here to add favorites" +#~ msgstr "Σύρετε εδώ για να προσθέσετε αγαπημένα" + +#~ msgid "New Window" +#~ msgstr "Νέο παράθυρο" + +#~ msgid "Quit Application" +#~ msgstr "Εγκατάλειψη εφαρμογής" + +#~ msgid "Remove from Favorites" +#~ msgstr "Απομάκρυνση από τα αγαπημένα" + +#~ msgid "Position of the dock" +#~ msgstr "Θέση υποδοχέα" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Ρυθμίζει τη θέση του υποδοχέα στην οθόνη. Επιτρεπόμενες τιμές είναι right " +#~ "(«δεξιά») ή right («αριστερά»)" + +#~ msgid "Icon size" +#~ msgstr "Μέγεθος εικονιδίου" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Ρυθμίζει το μέγεθος εικόνας του υποδοχέα." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Ενεργοποίηση/απενεργοποίηση αυτόματης απόκρυψης" + +#~ msgid "Autohide effect" +#~ msgstr "Εφέ αυτόματης απόκρυψης" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Ρυθμίζει το εφέ κρυψίματος του υποδοχέα. Επιτρεπόμενες τιμές είναι " +#~ "'resize', 'rescale' και 'move'" + +#~ msgid "Autohide duration" +#~ msgstr "Διάρκεια αυτόματης απόκρυψης" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Ρυθμίζει την χρονική διάρκεια του εφέ αυτόματης απόκρυψης." + +#~ msgid "Monitor" +#~ msgstr "Οθόνη" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Ορίζει την οθόνη για την εμφάνιση του ταμπλό. Η προεπιλεγμένη τιμή (-1) " +#~ "είναι η κύρια οθόνη." + +#~ msgid "%s is away." +#~ msgstr "%s είναι εκτός." + +#~ msgid "%s is offline." +#~ msgstr "%s είναι εκτός σύνδεσης." + +#~ msgid "%s is online." +#~ msgstr "%s είναι σε σύνδεση." + +#~ msgid "%s is busy." +#~ msgstr "%s είναι απασχολημένος/η." + +#~ msgid "Devices" +#~ msgstr "Συσκευές" + +#~ msgid "Bookmarks" +#~ msgstr "Σελιδοδείκτες" + +#~ msgid "Network" +#~ msgstr "Δίκτυο" + +#~ msgid "File System" +#~ msgstr "Σύστημα αρχείων" + +#~ msgid "The alt tab behaviour." +#~ msgstr "Η συμπεριφορά alt tab." + +#~| msgid "" +#~| "Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails " +#~| "and workspace_icons." +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Ρυθμίζει την συμπεριφορά του Alt Tab. Πιθανές τιμές είναι οι εξής: " +#~ "όλες_μικρογραφίες (all_thumbnails) και εικονίδια_χώρου εργασίας " +#~ "(workspace_icons). Δείτε τις ρυθμίσεις διαλόγου για λεπτομέρειες." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Αυτή η κατάσταση εμφανίζει όλες τις εφαρμογές απ' όλους τους χώρους " +#~ "εργασίας σε μια λίστα επιλογής. Αντί να χρησιμοποιήσει το εικονίδιο της " +#~ "εφαρμογής για κάθε παράθυρο, χρησιμοποιεί μικρογραφίες που μοιάζουν με το " +#~ "ίδιο το παράθυρο." + +#~ msgid "Workspace & Icons" +#~ msgstr "Χώρος εργασίας & εικονίδια" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Αυτή η κατάσταση σας επιτρέπει την εναλλαγή μεταξύ των εφαρμογών του " +#~ "τωρινού χώρου εργασίας και σας δίνει επιπλέον την επιλογή να μεταβείτε " +#~ "στην τελευταία χρησιμοποιημένη εφαρμογή του προηγούμενου χώρου εργασίας " +#~ "σας. Αυτό είναι πάντα το τελευταίο σύμβολο στη λιστα και διαχωρίζεται από " +#~ "μια κάθετη γραμμή αν είναι διαθέσιμη. \n" +#~ "Κάθε παράθυρο αντιπροσωπεύεται από το εικονίδιο της εφαρμογής του." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "" +#~ "Μετακινήστε τη τωρινή επιλογή προς τα εμπρός πριν το κλείσιμο του " +#~ "αναδυόμενου" + +#, fuzzy +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "Το Alternate Tab μπορεί να χρησιμοποιηθεί σε διαφορετικές καταστάσεις, οι " +#~ "οποίες επηρεάζουν τον τρόπο που τα παράθυρα επιλέγονται και " +#~ "παρουσιάζονται." + +#~ msgid "Configure display settings..." +#~ msgstr "Διαμορφώστε τις ρυθμίσεις της οθόνης…" + +#~ msgid "Notifications" +#~ msgstr "Ειδοποιήσεις" + +#~ msgid "Online Accounts" +#~ msgstr "Λογαριασμοί διαδικτύου" + +#~ msgid "Lock Screen" +#~ msgstr "Κλείδωμα οθόνης" + +#~ msgid "Switch User" +#~ msgstr "Αλλαγή χρήστη" + +#~ msgid "Log Out..." +#~ msgstr "Αποσύνδεση…" + +#~ 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 "" +#~ "Αυτή είναι η πρώτη φορά που χρησιμοποιήσατε την εναλλακτική επέκταση " +#~ "στηλοθέτη. \n" +#~ "Παρακαλούμε επιλέξτε την συμπεριφορά που επιθυμείτε εσείς:\n" +#~ "\n" +#~ "Όλα & μικρογραφίες:\n" +#~ " Αυτή η κατάσταση εμφανίζει όλες τις εφαρμογές από όλους τους χώρους " +#~ "εργασίας σε μια επιλογή \n" +#~ " λίστα. Αντί να χρησιμοποιεί το εικονίδιο της εφαρμογής από κάθε " +#~ "παράθυρο, χρησιμοποιεί μικρές \n" +#~ " μικρογραφίες που μοιάζουν με το ίδιο το παράθυρο. \n" +#~ "\n" +#~ "Χώρος εργασίας & εικονίδια:\n" +#~ " Αυτή η λειτουργία σας επιτρέπει να κάνετε εναλλαγή μεταξύ των " +#~ "εφαρμογών του τρέχοντος \n" +#~ " χώρου εργασίας σας και σας δίνει επιπλέον τη δυνατότητα να μεταβείτε " +#~ "στην τελευταία χρησιμοποιημένη \n" +#~ " εφαρμογή του προηγούμενου χώρου εργασίας σας. Αυτό είναι πάντα το " +#~ "τελευταίο σύμβολο στη \n" +#~ " λίστα και είναι απομονωμένο από ένα διαχωριστικό/κάθετη γραμμή, εάν " +#~ "υπάρχει. \n" +#~ " Κάθε παράθυρο αντιπροσωπεύεται από εικονίδιο της εφαρμογής της. \n" +#~ "\n" +#~ "Μητρική:\n" +#~ " Αυτή η λειτουργία είναι η μητρική συμπεριφορά του GNOME 3 ή με άλλα " +#~ "λόγια: Αν κάνετε κλικ \n" +#~ " στο μητρική θέτει εκτός λειτουργίας την εναλλακτική επέκταση " +#~ "στηλοθέτη. \n" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Συμπεριφορά Alt Tab" + +#~ msgid "Cancel" +#~ msgstr "Ακύρωση" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "Ρωτήστε τον χρήστη για μια προεπιλεγμένη συμπεριφορα εαν αληθεύει." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Υποδεικνύει αν ο εναλλακτικός στηλοθέτης είναι νεοεισαχθείς" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "Ο αλγόριθμος που χρησιμοποιείται για την διάταξη μικρογραφιών στην " +#~ "επισκόπηση. grid («πλέγμα») να χρησιμοποιήσει τον αλγόριθμο που βασίζετε " +#~ "στο προεπιλεγμένο πλέγμα, natural («φυσικό») να χρησιμοποιήσει ένα άλλο " +#~ "που αντανακλά περισσότερο τη θέση και το μέγεθος της πραγματικού παράθυρου" + +#~ msgid "Window placement strategy" +#~ msgstr "Στρατηγική τοποθέτησης παραθύρου" diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 0000000..0a1890c --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,574 @@ +# British English translation of gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions'S COPYRIGHT HOLDER. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Bruce Cowan , 2011. +# Chris Leonard , 2012. +# Philip Withnall , 2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-05-27 22:05+0100\n" +"PO-Revision-Date: 2012-09-21 21:00-0400\n" +"Last-Translator: Philip Withnall \n" +"Language-Team: Sugar Labs\n" +"Language: en_GB\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 "This session logs you into GNOME Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "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" +msgstr "Attach modal dialogue to the parent window" + +#: ../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 "" +"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 +msgid "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 +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Enable edge tiling when dropping windows on screen edges" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Workspaces only on primary monitor" + +#: ../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 "Delay focus changes in mouse mode until the pointer stops moving" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Thumbnail only" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Application icon only" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Thumbnail and application icon" + +#: ../extensions/alternate-tab/prefs.js:37 +msgid "Present windows as" +msgstr "Present windows as" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Show only windows in the current workspace" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Activities Overview" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favourites" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Applications" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "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 +msgid "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" +msgstr "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Application" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Workspace" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Add rule" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "Create new matching rule" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Add" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Ejecting drive '%s' failed:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Removable devices" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Open File" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hello, world!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternative greeting text." + +#: ../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 "" +"If not empty, it contains the text that will be shown when clicking on the " +"panel." + +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"Example 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." + +#: ../extensions/example/prefs.js:36 +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" +msgstr "Use more screen for windows" + +#: ../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 "" +"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." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "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 +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 "" +"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." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Places" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Failed to launch \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Home" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Browse Network" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memory" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Theme name" + +#: ../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 "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Close" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Unminimise" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimise" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Unmaximise" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximise" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimise all" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Unminimise all" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximise all" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Unmaximise all" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Close all" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Workspace Indicator" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Window List" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "When to group windows" + +#: ../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 "" +"Decides when to group windows from the same application on the window list. " +"Possible values are \"never\", \"auto\" and \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Window Grouping" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Never group windows" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Group windows when space is limited" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Always group windows" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Workspace names:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Name" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, javascript-format +msgid "Workspace %d" +msgstr "Workspace %d" + +#~ msgid "The application icon mode." +#~ msgstr "The application icon mode." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." + +#~ msgid "Suspend" +#~ msgstr "Suspend" + +#~ msgid "Hibernate" +#~ msgstr "Hibernate" + +#~ msgid "Power Off" +#~ msgstr "Power Off" + +#~ msgid "Enable suspending" +#~ msgstr "Enable suspending" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Control the visibility of the Suspend menu item" + +#~ msgid "Enable hibernating" +#~ msgstr "Enable hibernating" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Control the visibility of the Hibernate menu item" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Drag here to add favourites" + +#~ msgid "New Window" +#~ msgstr "New Window" + +#~ msgid "Quit Application" +#~ msgstr "Quit Application" + +#~ msgid "Remove from Favorites" +#~ msgstr "Remove from Favourites" + +#~ msgid "Position of the dock" +#~ msgstr "Position of the dock" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" + +#~ msgid "Icon size" +#~ msgstr "Icon size" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Sets icon size of the dock." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Enable/disable autohide" + +#~ msgid "Autohide effect" +#~ msgstr "Autohide effect" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" + +#~ msgid "Autohide duration" +#~ msgstr "Autohide duration" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Sets the time duration of the autohide effect." + +#~ msgid "Monitor" +#~ msgstr "Monitor" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." + +#~ msgid "%s is away." +#~ msgstr "%s is away." + +#~ msgid "%s is offline." +#~ msgstr "%s is offline." + +#~ msgid "%s is online." +#~ msgstr "%s is online." + +#~ msgid "%s is busy." +#~ msgstr "%s is busy." + +#~ msgid "Devices" +#~ msgstr "Devices" + +#~ msgid "Bookmarks" +#~ msgstr "Bookmarks" + +#~ msgid "Network" +#~ msgstr "Network" + +#~ msgid "File System" +#~ msgstr "File System" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Left" + +#~ msgid "Right" +#~ msgstr "Right" + +#~ msgid "Upside-down" +#~ msgstr "Upside-down" + +#~ msgid "Display" +#~ msgstr "Display" + +#~ msgid "Display Settings" +#~ msgstr "Display Settings" + +#~ msgid "Do Not Disturb" +#~ msgstr "Do Not Disturb" + +#~ msgid "Online Accounts" +#~ msgstr "Online Accounts" + +#~ msgid "Lock Screen" +#~ msgstr "Lock Screen" + +#~ msgid "Switch User" +#~ msgstr "Switch User" + +#~ msgid "Log Out..." +#~ msgstr "Log Out…" + +#~ 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 "" +#~ "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 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 lets you switch between the applications of your current \n" +#~ " workspace and additionally gives you 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" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt Tab Behaviour" + +#~ msgid "Native" +#~ msgstr "Native" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "Ask the user for a default behaviour if true." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Indicates if Alternate Tab is newly installed" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails " +#~ "and workspace_icons." +#~ msgstr "" +#~ "Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails " +#~ "and workspace_icons." + +#~ msgid "The alt tab behaviour." +#~ msgstr "The alt tab behaviour." + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" + +#~ msgid "Window placement strategy" +#~ msgstr "Window placement strategy" + +#~ msgid "Configure display settings..." +#~ msgstr "Configure display settings…" diff --git a/po/eo.po b/po/eo.po new file mode 100644 index 0000000..f9d45f3 --- /dev/null +++ b/po/eo.po @@ -0,0 +1,326 @@ +# Esperanto translation for gnome-shell-extensions. +# Copyright (C) 2011 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Kristjan SCHMIDT , 2011. +# Ryan Lortie , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-10-05 02:00-0400\n" +"PO-Revision-Date: 2013-10-05 01:58-0400\n" +"Last-Translator: Ryan Lortie \n" +"Language-Team: Esperanto \n" +"Language: eo\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" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME-klasika" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Ĉi seanco ensalutas vin GNOME-klasiken" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME-ŝelo-klasika" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Fenestra administrado kaj aplikaĵa lanĉo" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Kunligi modalan dialogon al la patra fenestro" + +#: ../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 "" +"Ĉi ŝlosilo atutas la ŝlosilon en org.gnome.mutter kiam rulanta GNOME-ŝelon." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Aktivigi kahelan aranĝon kiam demetante fenestrojn sur ekranaj borderoj" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "Laborspacoj nur sur la ĉefa ekrano" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "En musa reĝimo, prokrasti ŝanĝi fokuson ĝis la musmontrilo haltas" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Miniaturo nur" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Aplikaĵa piktogramo nur" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniaturo kaj aplikaĵo piktogramo" + +#: ../extensions/alternate-tab/prefs.js:37 +msgid "Present windows as" +msgstr "Prezenti fenestron kiel" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Montri nur fenestrojn en la aktuala laborspaco" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktivecoj-Superrigardon" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Plej ŝatataj" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplikaĵoj" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Aplikaĵa kaj laborspaca listo" + +#: ../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 "" +"Listo de ĉenoj, ĉiu enhavas aplikaĵan identigilon ('desktop' dosiernomo), " +"sevkita per dupunkto kaj la laborspaca numero" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Aplikaĵo" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Laborspaco" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Aldoni regulon" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "Krei novan kongruantan regulon" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Aldoni" + +#: ../extensions/drive-menu/extension.js:73 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Elĵeto de volumo '%s' malsukcesis:" + +#: ../extensions/drive-menu/extension.js:90 +msgid "Removable devices" +msgstr "Demeteblaj aparatoj" + +#: ../extensions/drive-menu/extension.js:117 +msgid "Open File" +msgstr "Malfermi dosieron" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Saluton, mondo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alterna saluta teksto." + +#: ../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 "" +"Se ne malplena, enhavas la tekston kiu estos montrita kiam alklakante sur la " +"panelo." + +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"Ekzemplo klopodas montri kial krei bone-kondutantan etendojn por la ŝelo kaj " +"sekve ne havas multan funkcion.\n" +"Tamen, eblas agordi la salutan mesagon." + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "Messaĝo:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Uzi pli da ekrano por fenetroj" + +#: ../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 "" +"Klopodi uzi pli da ekrano por fenestraj miniaturoj per adapti al la ekrana " +"aspekta rilatumo, kaj kunfandi ilin plu por redukti la limigan keston. Ĉi " +"agordo uzitas nur kun la natura lokada strategio." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Meti fenestrajn apudskribojn supre" + +#: ../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 agordita, meti fenestrajn apudskribojn super la miniaturo (la defaŭlto " +"estas meti ĝin malsupre). Si vi ŝanĝas ĉi agordon tiam vi devas restartigi " +"la ŝelon." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Lokoj" + +#: ../extensions/places-menu/placeDisplay.js:58 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Malsukceis lanĉi \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:100 +#: ../extensions/places-menu/placeDisplay.js:123 +msgid "Computer" +msgstr "Komputilo" + +#: ../extensions/places-menu/placeDisplay.js:201 +msgid "Home" +msgstr "Domo" + +#: ../extensions/places-menu/placeDisplay.js:288 +msgid "Browse Network" +msgstr "Foliumi reton" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Ĉefprocesoro" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memoro" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Etosnomo" + +#: ../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 "La nomo de la etoso, malfermigi de ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:92 +msgid "Close" +msgstr "Malfermi" + +#: ../extensions/window-list/extension.js:102 +msgid "Unminimize" +msgstr "Neplejetigi" + +#: ../extensions/window-list/extension.js:103 +msgid "Minimize" +msgstr "Plejetigi" + +#: ../extensions/window-list/extension.js:109 +msgid "Unmaximize" +msgstr "Nemaksimumigi" + +#: ../extensions/window-list/extension.js:110 +msgid "Maximize" +msgstr "Maksimumigi" + +#: ../extensions/window-list/extension.js:270 +msgid "Minimize all" +msgstr "Plejetigi ĉiujn" + +#: ../extensions/window-list/extension.js:278 +msgid "Unminimize all" +msgstr "Neplejetigi ĉiujn" + +#: ../extensions/window-list/extension.js:286 +msgid "Maximize all" +msgstr "Maksimumigi ĉiujn" + +#: ../extensions/window-list/extension.js:295 +msgid "Unmaximize all" +msgstr "Nemaksimumigi ĉiujn" + +#: ../extensions/window-list/extension.js:304 +msgid "Close all" +msgstr "Fermi ĉiujn" + +#: ../extensions/window-list/extension.js:591 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Laborspaco Indikilo" + +#: ../extensions/window-list/extension.js:743 +msgid "Window List" +msgstr "Fenestra listo" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kiam grupigi fenestrojn" + +#: ../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 "" +"Decidas kiam grupi fenestrojn de la sama aplikaĵo en la fenestra listo. " +"Validaj valoroj estas \"never\" (neniam), \"auto\" (aŭtomate) kaj \"always" +"\" (ĉiam)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Fenestra grupigo" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Neniam grupigi fenestrojn" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Grupigi fenestrojn kiam spaco limitas" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Ĉiam grupigi fenestrojn" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Laborspacaj nomoj:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Nomo" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, javascript-format +msgid "Workspace %d" +msgstr "Laborspaco %d" diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..838db30 --- /dev/null +++ b/po/es.po @@ -0,0 +1,646 @@ +# Spanish translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Jorge González , 2011. +# Nicolás Satragno , 2011. +# +# Daniel Mustieles , 2011, 2012. \ No newline at end of file +, 2013, 2014. +# +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: 2014-06-11 07:32+0000\n" +"PO-Revision-Date: 2014-06-12 17:24+0200\n" +"Last-Translator: Daniel Mustieles \n" +"Language-Team: Español; Castellano \n" +"Language: \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: Gtranslator 2.91.6\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME clásico" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Esta sesión inicia GNOME clásico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell clásico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gestión de ventanas e inicio de aplicaciones" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Acoplar un diálogo modal a la ventana padre" + +#: ../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 "" +"Esta clave sobreescribe la clave en org.gnome.mutter al ejecutar GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Ordenación de los botones en la barra de título" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Esta clave sobreescribe la clave en org.gnome.desktop.wm.preferences al " +"ejecutar GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Activar el mosaico en los bordes al arrastrar ventanas a los bordes de la " +"ventana" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Áreas de trabajo solo en la pantalla 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 "" +"Retrasar el cambio del foco del ratón hasta que el puntero deje de moverse" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Sólo miniaturas" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Sólo icono de la aplicación" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura e icono de la aplicación" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Presentar ventanas como" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Mostrar ventanas solamente en el área de trabajo actual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Vista de actividades" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritos" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicaciones" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lista de aplicaciones y áreas de trabajo" + +#: ../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, 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" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplicación" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Área de trabajo" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Añadir regla" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Crear regla de coincidencia nueva" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Añadir" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Falló al expulsar el dispositivo «%s»" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositivos extraíbles" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Abrir archivo" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "¡Hola, mundo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Texto de bienvenida alternativo" + +#: ../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 "" +"Si no está vacío, contiene el texto que se desplegará al pulsar sobre el " +"panel." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Mensaje" + +#: ../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» tiene por objeto mostrar cómo construir extensiones de buen " +"comportamiento para la Shell y por eso tiene poca funcionalidad por sí " +"solo.\n" +"Sin embargo, es posible personalizar el mensaje de bienvenida." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Usar más pantalla para las ventanas" + +#: ../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 "" +"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. " +"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.in.h:3 +msgid "Place window captions on top" +msgstr "Situar los títulos de ventanas arriba" + +#: ../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 "" +"Si es cierto, situar los títulos de las ventanas encima de las miniaturas " +"correspondientes, cambiando el comportamiento predeterminado de shell, que " +"los sitúa por debajo. Cambiar esta configuración requiere reiniciar la shell " +"para que tenga efecto." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Lugares" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Falló al lanzar «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Equipo" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Carpeta personal" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Examinar la red" + +#: ../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.in.h:1 +msgid "Theme name" +msgstr "Nombre del tema" + +#: ../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 "El nombre del tema, que se carga desde ~/.themes/nombre/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Cerrar" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Desminimizar" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizar" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Desmaximizar" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximizar" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizar todo" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Desminimizar todo" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximizar todo" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Desmaximizar todo" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Cerrar todo" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador de área de trabajo" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Lista de ventanas" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Cuándo agrupar las ventanas" + +#: ../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 "" +"Decide cuándo agrupar ventanas para la misma aplicación en la lista de " +"ventanas. Los valores posibles son «never», «auto» y «always»." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupación de ventanas" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nunca agrupar las ventanas" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupar las ventanas cuando el espacio esté limitado" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Siempre agrupar las ventanas" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Nombres de los áreas de trabajo" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nombre" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Área de trabajo %d" + +#~ msgid "Suspend" +#~ msgstr "Suspender" + +#~ msgid "Hibernate" +#~ msgstr "Hibernar" + +#~ msgid "Power Off" +#~ msgstr "Apagar" + +#~ msgid "Enable suspending" +#~ msgstr "Activar la suspensión" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Controla la visibilidad del elemento de menú «Suspender»" + +#~ msgid "Enable hibernating" +#~ msgstr "Activar la hibernación" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Controla la visibilidad del elemento de menú «Hibernar»" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Izquierda" + +#~ msgid "Right" +#~ msgstr "Derecha" + +#~ msgid "Upside-down" +#~ msgstr "Hacia abajo" + +#~ msgid "Display" +#~ msgstr "Pantalla" + +#~ msgid "Display Settings" +#~ msgstr "Configuración de pantalla" + +#~ msgid "File System" +#~ msgstr "Sistema de archivos" + +#~ msgid "The application icon mode." +#~ msgstr "El modo de icono de la aplicación." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Configura cómo se muestran las ventanas en el intercambiador. Las " +#~ "opciones posibles son «thumbnail-only» (muestra una miniatura de la " +#~ "ventana, «app-icon-only» (sólo muestra el icono de la aplicación) o " +#~ "«both» (se muestran ambas cosas)." + +#~ msgid "Devices" +#~ msgstr "Dispositivos" + +#~ msgid "Bookmarks" +#~ msgstr "Marcadores" + +#~ msgid "Network" +#~ msgstr "Red" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Arrastrar aquí para añadir a favoritos" + +#~ msgid "New Window" +#~ msgstr "Ventana nueva" + +#~ msgid "Quit Application" +#~ msgstr "Salir de la aplicación" + +#~ msgid "Remove from Favorites" +#~ msgstr "Quitar de favoritos" + +#~ msgid "Position of the dock" +#~ msgstr "Posición del tablero" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Configura la posición del tablero en la pantalla. Los valores permitidos " +#~ "son «right» (derecha) o «left» (izquierda)" + +#~ msgid "Icon size" +#~ msgstr "Tamaño del icono" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Configura el tamaño de los íconos del tablero." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Activar/desactivar ocultación automática" + +#~ msgid "Autohide effect" +#~ msgstr "Efecto de ocultación automática" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Establece el efecto de ocultación del tablero. Los valores permitidos son " +#~ "«resize» (redimensionar) y «rescale» (re-escalar) y «move» (mover)" + +#~ msgid "Autohide duration" +#~ msgstr "Duración de la ocultación automática" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Configura la duración del efecto de ocultación automática." + +#~ msgid "Monitor" +#~ msgstr "Pantalla" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Establece la pantalla en la que mostrar el tablero. El valor " +#~ "predeterminado es (-1), que es la pantalla principal." + +#~ msgid "%s is away." +#~ msgstr "%s no está disponible." + +#~ msgid "%s is offline." +#~ msgstr "%s está desconectado." + +#~ msgid "%s is online." +#~ msgstr "%s está conectado." + +#~ msgid "%s is busy." +#~ msgstr "%s está ocupado." + +#~ msgid "Removable Devices" +#~ msgstr "Dispositivos extraíbles" + +#~ msgid "Configure display settings..." +#~ msgstr "Configurar las opciones de pantalla…" + +#~ msgid "The alt tab behaviour." +#~ msgstr "El comportamiento de Alt+Tab." + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Establece el comportamiento de Alt+Tab. Los valores posibles son: " +#~ "«native» (nativo), «all_thumbnails» (todo y miniaturas) y " +#~ "«workspace_icons» (iconos de áreas de trabajo). Para obtener información " +#~ "más detallada, consulte la configuración de los diálogos " + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Este modo presenta todas las aplicaciones de todas las áreas de trabajo " +#~ "en una lista de selección. En lugar de usar el icono de aplicación de " +#~ "cada ventana, usa pequeñas miniaturas que se asemejan a la propia ventana." + +#~ msgid "Workspace & Icons" +#~ msgstr "Área de trabajo e iconos" + +#~| msgid "" +#~| "This mode let's you switch between the applications of your current " +#~| "workspace and gives you additionally the option to switch to the last " +#~| "used application of your previous workspace. This is always the last " +#~| "symbol in the list and is segregated by a separator/vertical line if " +#~| "available. \n" +#~| "Every window is represented by its application icon." +#~ msgid "" +#~ "This mode lets you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is separated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Este modo le permite alternar entre las aplicaciones de su área de " +#~ "trabajo actual y le da la opción de cambiar a la última aplicación " +#~ "utilizada de su área de trabajo anterior. Este siempre es el último " +#~ "símbolo de la lista y está separado por un separador/línea vertical si " +#~ "está disponible.\n" +#~ "Cada ventana está representada por su icono de aplicación." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "" +#~ "Mover la selección actual al frente antes de cerrar la ventana emergente" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "La combinación de teclas Alt+Tab se puede usar en diferentes modos, que " +#~ "afectan la manera en que se eligen y presentan las ventanas." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Indica si se ha instalado Alt+Tab recientemente" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "" +#~ "Si es cierto, preguntar al usuario el comportamiento predeterminado." + +#~ 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" +#~ "If you whish to revert to the default behavior for the Alt-Tab switcher, " +#~ "just\n" +#~ "disable the extension from extensions.gnome.org or the Advanced Settings " +#~ "application." +#~ msgstr "" +#~ "Esta es la primera vez que usa la extensión Alt+Tab. \n" +#~ "Seleccione el comportamiento preferido:\n" +#~ "\n" +#~ "Todo y miniaturas:\n" +#~ " Este modo muestra todas la aplicaciones de todas las áreas de " +#~ "trabajo \n" +#~ " en una única lista. En lugar de usar el icono de la aplicación de " +#~ "cada ventana, usa \n" +#~ " miniaturas similares a la ventana.\n" +#~ "\n" +#~ "Área de trabajo e iconos:\n" +#~ " Este modo permite le alternar entre aplicaciones del área de trabajo " +#~ "actual, \n" +#~ " y ofrece la posibilidad de cambiar a la última aplicación usada en " +#~ "el \n" +#~ " área de trabajo anterior. Éste último es siempre el último símbolo en " +#~ "la \n" +#~ " lista, y está diferenciado mediante un separador/línea vertical, si " +#~ "está \n" +#~ " disponible. \n" +#~ " Cada ventana se representa con el icono de la aplicación. \n" +#~ "\n" +#~ "Si quiere volver al comportamiento predeterminado de Alt+Tab, " +#~ "simplemente\n" +#~ "desactive la extensión desde extensions.gnome.org o en la aplicación " +#~ "Configuración avanzada." + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Comportamiento de Alt+Tab" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Notifications" +#~ msgstr "Notificaciones" + +#~ msgid "Online Accounts" +#~ msgstr "Cuentas en línea" + +#~ msgid "Lock Screen" +#~ msgstr "Bloquear la pantalla" + +#~ msgid "Switch User" +#~ msgstr "Cambiar de usuario" + +#~ msgid "Log Out..." +#~ msgstr "Cerrar la sesión…" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "El algoritmo usado para situar las miniaturas en la vista previa. " +#~ "«grid» (tabla) para usar el algoritmo predeterminado basado en una tabla, " +#~ "«natural» para usar otro que refleja mejor la posición y tamaño de la " +#~ "ventana representada." + +#~ msgid "Window placement strategy" +#~ msgstr "Estrategia de ubicación de ventanas" + +#~ msgid "Available" +#~ msgstr "Disponible" + +#~ msgid "Busy" +#~ msgstr "Ocupado" diff --git a/po/et.po b/po/et.po new file mode 100644 index 0000000..c3dc6cd --- /dev/null +++ b/po/et.po @@ -0,0 +1,254 @@ +# Estonian translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Mattias Põldaru , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-09-25 13:27+0000\n" +"PO-Revision-Date: 2013-09-25 20:02+0300\n" +"Last-Translator: Mattias Põldaru \n" +"Language-Team: Estonian \n" +"Language: et\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: Poedit 1.5.4\n" + +msgid "GNOME Classic" +msgstr "Klassikaline GNOME" + +msgid "This session logs you into GNOME Classic" +msgstr "See on klassikalise GNOME seanss" + +msgid "GNOME Shell Classic" +msgstr "GNOME klassikaline kest" + +msgid "Window management and application launching" +msgstr "Akende haldus ja rakenduste käivitamine" + +msgid "Attach modal dialog to the parent window" +msgstr "Modaalsed dialoogid on vanemakna küljes" + +msgid "" +"This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgstr "" +"See võti on tähtsam võtmest org.gnome.mutter GNOME Shelli käivitamisel." + +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Akna automaatpaigutus on lubatud, kui aken lohistatakse ekraani serva" + +msgid "Workspaces only on primary monitor" +msgstr "Tööalad on ainult peamisel ekraanil" + +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "Hiire all asuv aken saab fookuse alles hiire peatumisel" + +msgid "Thumbnail only" +msgstr "Ainult pisipilt" + +msgid "Application icon only" +msgstr "Ainult rakenduse ikoon" + +msgid "Thumbnail and application icon" +msgstr "Pisipilt ja rakenduse ikoon" + +msgid "Present windows as" +msgstr "Aknaid esitletakse kui" + +msgid "Show only windows in the current workspace" +msgstr "Näidatakse ainult käesoleva tööala aknaid" + +msgid "Activities Overview" +msgstr "Tegevuste ülevaade" + +msgid "Favorites" +msgstr "Lemmikud" + +msgid "Applications" +msgstr "Rakendused" + +msgid "Application and workspace list" +msgstr "Rakenduste ja tööalade loend" + +msgid "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" +msgstr "" +"Rakenduste loend, sõnedest, mis sisaldavad rakenduse id-d (desktop faili " +"nimi), koolonit ja tööala numbrit." + +msgid "Application" +msgstr "Rakendus" + +msgid "Workspace" +msgstr "Tööala" + +msgid "Add rule" +msgstr "Lisa reegel" + +msgid "Create new matching rule" +msgstr "Uue reegli loomine" + +msgid "Add" +msgstr "Lisa" + +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "Seadme '%s' väljastamine nurjus:" + +msgid "Removable devices" +msgstr "Eemaldatavad seadmed" + +msgid "Open File" +msgstr "Faili avamine" + +msgid "Hello, world!" +msgstr "Tere, maailm!" + +msgid "Alternative greeting text." +msgstr "Alternatiivne tervitustekst." + +msgid "" +"If not empty, it contains the text that will be shown when clicking on the " +"panel." +msgstr "Kui see pole tühi, näidatakse seda teksti paneelile klõpsates." + +#. TRANSLATORS: Example is the name of the extension, should not be +#. translated +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 "" +"Näide hästi käituva Shelli laienduse koostamise kohta, see ise väga kasulik " +"ei ole.\n" +"See võimaldab muuta kõigest tervitusteksti." + +msgid "Message:" +msgstr "Sõnum:" + +msgid "Use more screen for windows" +msgstr "Rohkem pinda akende jaoks" + +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 "" +"Et kasutada rohkem pinda akende jaoks, kohandutakse ekraani külgede suhtega " +"ja paigutatakse aknad üksteisele lähemale. See säte kehtib ainult koos " +"akende loomuliku paigutusega." + +msgid "Place window captions on top" +msgstr "Akende pealkirjad on üleval" + +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 "" +"Kui märgitud, asuvad akende pealkirjad vastava pisipildi kohal, muutes " +"Shelli vaikimisi viisi, alla asetamist. Selle sätte muutmine mõjub alles " +"pärast Shelli taaskäivitust." + +msgid "Places" +msgstr "Asukohad" + +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" käivitamine nurjus" + +msgid "Computer" +msgstr "Arvuti" + +msgid "Home" +msgstr "Kodu" + +msgid "Browse Network" +msgstr "Võrgu sirvimine" + +msgid "CPU" +msgstr "Protsessor" + +msgid "Memory" +msgstr "Mälu" + +msgid "Theme name" +msgstr "Kujunduse nimi" + +msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" +msgstr "Kujunduse nimi, mis laaditakse asukohast ~/.themes/name/gnome-shell" + +msgid "Close" +msgstr "Sulge" + +msgid "Unminimize" +msgstr "Taasta" + +msgid "Minimize" +msgstr "Minimeeri" + +msgid "Unmaximize" +msgstr "Taasta suurus" + +msgid "Maximize" +msgstr "Maksimeeri" + +msgid "Minimize all" +msgstr "Minimeeri kõik" + +msgid "Unminimize all" +msgstr "Taasta kõik" + +msgid "Maximize all" +msgstr "Maksimeeri kõik" + +msgid "Unmaximize all" +msgstr "Taasta kõigi suurus" + +msgid "Close all" +msgstr "Sulge kõik" + +msgid "Workspace Indicator" +msgstr "Tööala näitaja" + +msgid "Window List" +msgstr "Akende loend" + +msgid "When to group windows" +msgstr "Millal aknaid grupeeritakse" + +msgid "" +"Decides when to group windows from the same application on the window list. " +"Possible values are \"never\", \"auto\" and \"always\"." +msgstr "" +"Määrab, millal akende loendis sama rakenduse aknaid grupeeritakse. " +"Võimalikud väärtused on \"never\" (mitte kunagi), \"auto\" (automaatselt) ja " +"\"always\" (alati)." + +msgid "Window Grouping" +msgstr "Akende grupeerimine" + +msgid "Never group windows" +msgstr "Aknaid ei grupeerita kunagi" + +msgid "Group windows when space is limited" +msgstr "Aknaid grupeeritakse, kui ruumi on vähe" + +msgid "Always group windows" +msgstr "Aknaid grupeeritakse alati" + +msgid "Workspace names:" +msgstr "Tööalade nimed:" + +msgid "Name" +msgstr "Nimi" + +#, c-format +msgid "Workspace %d" +msgstr "Tööala %d" diff --git a/po/eu.po b/po/eu.po new file mode 100644 index 0000000..abe5542 --- /dev/null +++ b/po/eu.po @@ -0,0 +1,411 @@ +# Basque translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# assar , 2011. +# Iñaki Larrañaga Murgoitio , 2011, 2013, 2014. +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: 2014-08-07 12:27+0200\n" +"PO-Revision-Date: 2014-07-29 19:37+0200\n" +"Last-Translator: Iñaki Larrañaga Murgoitio \n" +"Language-Team: Basque \n" +"Language: eu\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: Lokalize 1.4\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 Klasikoa" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Saio honek GNOME Klasikoa hasten du" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Klasikoa" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Leiho-kudeaketa eta aplikazioak abiaraztea" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Erantsi elkarrizketa-koadro modala leiho gurasoari" + +#: ../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 "" +"Gako honek org.gnome.mutter-eko gakoa gainidazten du GNOME Shell exekutatzen " +"ari denean." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Titulu-barrako botoien antolaketa" + +#: ../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 "" +"Gako honek org.gnome.desktop.wm.preferences-eko gakoa gainidazten du GNOME " +"Shell exekutatzen ari denean." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Gaitu ertza lauza gisa ezartzea leihoak pantailaren ertzetara jaregitean" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Laneko areak pantaila nagusian soilik" + +#: ../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 "" +"Fokuaren aldaketaren atzerapena saguaren moduan erakusleak mugitzeari utzi " +"arte" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Koadro txikiak soilik" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Aplikazioen ikonoa soilik" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Koadro txikien eta aplikazioen ikonoa" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Aurkeztu leihoa honela" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Erakutsi leihoak bakarrik uneko laneko arean" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Jardueren ikuspegi orokorra" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Gogokoak" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplikazioak" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Aplikazioen eta laneko areen zerrenda" + +#: ../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 "" +"Kateen zerrenda bat, bakoitzak aplikazio-ID bat duena (mahaigainaren " +"fitxategi-izena) eta jarraian bi puntu eta laneko arearen zenbakia dituena" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplikazioa" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Laneko area" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Gehitu araua" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Sortu bat datorren arau berria" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Gehitu" + +#: ../extensions/drive-menu/extension.js:106 +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "Huts egin du '%s' unitatea egoztean: " + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Gailu aldagarriak" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Ireki fitxategia" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Kaixo mundua!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Ongi etorriaren bestelako testua." + +#: ../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 "Ez badago hutsik, panelean klik egitean erakutsiko den testua dauka." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Mezua" + +#. 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 "" +"Shell-erako portaera egokia duten hedapenak nola eraikitzen den erakusteko " +"helburua du adibideak, ondorioz bere kasa funtzionalitate baxukoa da.\n" +"Hala ere, ongi etorriko mezua pertsonalizatzeko aukera dago." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Erabili pantaila gehiago leihoentzako" + +#: ../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 "" +"Saiatu pantaila gehiago erabiltzen leihoen koadro txikiak kokatzeko " +"pantailaren aspektu-erlaziora egokituz, eta haiek taldekatu muga-koadroa " +"txikiagotzeko. Ezarpen hau kokapen naturalaren estrategiarekin soilik " +"aplikatzen da." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Jarri leihoaren epigrafea gainean" + +#: ../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 "" +"TRUE (egia) bada, leihoen epigrafeak dagokien koadro txikien gainean jarriko " +"ditu, Shell-aren lehenespena (behean jartzearena) gainidatziz. Ezarpen hau " +"aldatzeko eta aplikatzeko Shell berrabiarazi behar da." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Lekuak" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "Huts egin du '%s' abiaraztean" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Ordenagailua" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Karpeta nagusia" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Arakatu sarea" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Gaiaren izena" + +#: ../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 "Gaiaren izena, ~/.themes/izena/gnome-shell direktoriotik kargatzeko" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Itxi" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Leheneratu" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizatu" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Desmaximizatu" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximizatu" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizatu denak" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Leheneratu denak" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximizatu denak" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Desmaximizatu denak" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Itxi denak" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Lan arearen adierazlea" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Leihoen zerrenda" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Noiz elkartu leihoak" + +#: ../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 "" +"Aplikazio bereko leihoak leihoen zerrendan noiz elkartuko diren erabakitzen " +"du. Balio erabilgarriak: 'never' (inoiz ere ez), 'auto' (automatikoa) eta " +"'always' (beti)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Leihoak elkartzea" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Leihoak inoiz ez elkartu" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Elkartu leihoak lekua mugatuta dagoenean" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Elkartu beti leihoak" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Laneko areak" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Izena" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, c-format +msgid "Workspace %d" +msgstr "%d. laneko area" + +#, fuzzy +#~ msgid "Online Accounts" +#~ msgstr "Nire kontua" + +#~ msgid "System Settings" +#~ msgstr "Sistemaren konfigurazioa" + +#~ msgid "Lock Screen" +#~ msgstr "Blokeatu pantaila" + +#~ msgid "Switch User" +#~ msgstr "Aldatu erabiltzailea" + +#~ msgid "Log Out..." +#~ msgstr "Itxi saioa..." + +#~ msgid "Suspend" +#~ msgstr "Eseki" + +#~ msgid "Hibernate" +#~ msgstr "Hibernatu" + +#~ msgid "Power Off..." +#~ msgstr "Itzali..." + +#~ msgid "Drag here to add favorites" +#~ msgstr "Arrastatu hona gogokoei gehitzeko" + +#~ msgid "New Window" +#~ msgstr "Leiho berria" + +#~ msgid "Remove from Favorites" +#~ msgstr "Kendu gogokoetatik" + +#~ msgid "%s is away." +#~ msgstr "%s kanpoan dago." + +#~ msgid "%s is offline." +#~ msgstr "%s linea kanpo dago." + +#~ msgid "%s is online." +#~ msgstr "%s linean dago." + +#~ msgid "%s is busy." +#~ msgstr "%s lanpetuta dago." + +#~ msgid "Normal" +#~ msgstr "Normala" + +#~ msgid "Left" +#~ msgstr "Ezkerrean" + +#~ msgid "Right" +#~ msgstr "Eskuinean" + +#~ msgid "Upside-down" +#~ msgstr "Buruz behera" + +#~ msgid "Configure display settings..." +#~ msgstr "Konfiguratu pantailaren ezarpenak..." + +#~ msgid "Available" +#~ msgstr "Libre" + +#~ msgid "Busy" +#~ msgstr "Lanpetuta" diff --git a/po/fa.po b/po/fa.po new file mode 100644 index 0000000..b832116 --- /dev/null +++ b/po/fa.po @@ -0,0 +1,455 @@ +# Persian translation for gnome-shell-extensions. +# 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. +# Arash Mousavi , 2011, 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-08-28 07:40+0000\n" +"PO-Revision-Date: 2014-08-28 19:59+0430\n" +"Last-Translator: Arash Mousavi \n" +"Language-Team: Persian <>\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Generator: Gtranslator 2.91.6\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "گنوم کلاسیک" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "اتصال محاوره modal به پنجره والد" + +#: ../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 "" +"این کلید، کلید org.gnome.mutter را در هنگام اجرای گنوم‌شل بازنویسی می‌کند." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "چینش دکمه‌ها در نوار عنوان" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"این کلید، کلید org.gnome.desktop.wm.preferences را در هنگام اجرای گنوم‌شل " +"بازنویسی می‌کند." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"فعال‌سازی چینش در گوشه‌ها هنگامی که پنجره‌ها در گوشه‌های صفحه‌نمایش می‌اندازید" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "فضا‌های کاری تنها در نمایشگر اصلی" + +#: ../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 "" +"به تاخیر انداختن تغییر تمرکز در حالت موشی تا زمانی که نشانگر از حرکت باز " +"ایستد" + +#: ../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:39 +msgid "Activities Overview" +msgstr "نمای‌کلی فعالیت‌ها" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "علاقه‌مندی‌ها" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "برنامه‌ها" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "فهرست برنامه‌ها و فضای‌کاری" + +#: ../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 "" +"فهرستی از رشته‌ها، هرکدام حاوی شناسه‌ی یک برنامه (نام پرونده رومیزی)، در " +"ادامه‌ی یک ویرگول و شماره‌ی فضای کاری" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "دستگاه‌های جداشدنی" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "باز کردن پرونده" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "سلام دنیا!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "متن خوش‌آمد جای‌گزین" + +#: ../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 "" +"اگر خالی نباشد، حاوی متنی خواهد بود که که هنگام کلیک بر روی پنل نمایش داده " +"می‌شود است." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "پیام" + +#: ../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 این است که نشان دهد چگونه می‌توان متصل‌شونده‌های صحیح برای گنوم‌شل " +"ساخت و برای نمونه کمی قابلیت از خود نیز دارد.\n" +"با این وجود می‌توان پیام خوش‌آمد را تغییر داد." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "استفاده از صفحه بیشتر برای پنجره" + +#: ../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 "" +"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." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "قراردادن عنوان پنجره در بالا" + +#: ../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 "" +"اگر بر روی درست باشد، عنوان پنجره را بالای تصویر آن قرار می‌دهد، که حالت " +"پیش‌فرض شل در پایین را تغییر می‌دهد. تغییر این گزینه، نیاز به راه‌اندازی مجدد " +"شل دارد تا تاثیر بگذارد." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "مکان‌ها" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "اجرای «%s» شکست خورد" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "رایانه" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "خانه" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "مرور شبکه" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "سی‌پی‌یو" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "حافظه" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "نام تم" + +#: ../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 "نام تم، جهت بارگیری از شاخه 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:300 +msgid "Minimize all" +msgstr "حداقل کردن همه" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "ناحداقل کردن همه" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "حداکثر کردن همه" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "ناحداکثر کردن همه" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "بستن همه" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "نشانگر فضای‌کاری" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "فهرست پنجره" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "زمان گروه کردن پنجره‌ها" + +#: ../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 "" +"تصمیم می‌گیرد که چه زمانی پنجره‌های یک برنامه واحد در فهرست پنجره‌ها گروه شوند. " +"مقادیر ممکن عبارتند از «never»، «auto» و «always»" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "گروه‌سازی پنجره‌ها" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "هیچ‌گاه پنجره‌ها گروه نشوند" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "پنجره‌ها زمانی که فضا محدود است گروه شوند" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "همیشه پنجره‌ها گروه شوند" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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 "فضای‌کاری %Id" + +#~ msgid "The alt tab behaviour." +#~ msgstr "رفتار alt tab." + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "رفتار Alt-Tab را تنظیم می‌کند. مقادیر ممکن عبارتند از: all_thumbnails و " +#~ "workspace_icons. برای جزئیات، محاوره‌ی پیکربندی را مشاهده کنید." + +#~ msgid "Workspace & Icons" +#~ msgstr "فضای‌کاری و شمایل‌ها" + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "انتقالِ انتخاب فعلی به بالا قبل از بستن پنجره واشو" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "«جای‌گزین Tab» می‌تواند در حالت‌های مختلفی استفاده شود، که در نحوه باز شدن و " +#~ "انتخاب پنجره‌ها تاثیر می‌گذارد." + +#~ msgid "Suspend" +#~ msgstr "تعلیق" + +#~ msgid "Hibernate" +#~ msgstr "خواب‌زمستانی" + +#~ msgid "Power Off..." +#~ msgstr "خاموش کردن..." + +#~ msgid "Drag here to add favorites" +#~ msgstr "به اینجا بکشید تا به علاقه‌مندی‌ها اضافه شود" + +#~ msgid "New Window" +#~ msgstr "پنجره جدید" + +#~ msgid "Quit Application" +#~ msgstr "خروج از برنامه" + +#~ msgid "Remove from Favorites" +#~ msgstr "حذف از علاقه‌مندی‌ها" + +#~ msgid "Icon size" +#~ msgstr "اندازه شمایل" + +#~ msgid "Enable/disable autohide" +#~ msgstr "فعال/غیرفعال کردن مخفی‌سازی خودکار" + +#~ msgid "Autohide effect" +#~ msgstr "جلوه‌ی مخفی‌سازی خودکار" + +#~ msgid "Autohide duration" +#~ msgstr "طول مدت مخفی‌سازی خودکار" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "تنظیم مدت زمان جلوه‌ی مخفی‌سازی خودکار" + +#~ msgid "Monitor" +#~ msgstr "نمایشگر" + +#~ msgid "%s is away." +#~ msgstr "%s غائب است." + +#~ msgid "%s is offline." +#~ msgstr "%s برون‌خط است." + +#~ msgid "%s is online." +#~ msgstr "%s برخط است." + +#~ msgid "%s is busy." +#~ msgstr "%s مشغول است." + +#~ msgid "Normal" +#~ msgstr "عادی" + +#~ msgid "Left" +#~ msgstr "چپ" + +#~ msgid "Right" +#~ msgstr "راست" + +#~ msgid "Upside-down" +#~ msgstr "برعکس" + +#~ msgid "Configure display settings..." +#~ msgstr "پیکربندی تنظیمات نمایش..." + +#~ msgid "Available" +#~ msgstr "موجود" + +#~ msgid "Busy" +#~ msgstr "مشغول" + +#~ msgid "My Account" +#~ msgstr "حساب من" + +#~ msgid "System Settings" +#~ msgstr "تنظیمات سیستم" + +#~ msgid "Lock Screen" +#~ msgstr "قفل‌کردن صفحه‌نمایش" + +#~ msgid "Switch User" +#~ msgstr "تعویض کاربر" + +#~ msgid "Log Out..." +#~ msgstr "خروج از سیستم..." diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..3c280ca --- /dev/null +++ b/po/fi.po @@ -0,0 +1,428 @@ +# Finnish translation of gnome-shell-extensions. +# Copyright (C) 2011 Ville-Pekka Vainio +# This file is distributed under the same license as the gnome-shell-extensions package. +# Gnome 2012-03 Finnish translation sprint participants: +# Niklas Laxström +# Ville-Pekka Vainio +# Ville-Pekka Vainio , 2011. +# Jiri Grönroos , 2012, 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-09-06 07:37+0000\n" +"PO-Revision-Date: 2014-09-06 13:22+0300\n" +"Last-Translator: Jiri Grönroos \n" +"Language-Team: suomi \n" +"Language: fi\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: Gtranslator 2.91.6\n" +"X-Project-Style: gnome\n" +"X-POT-Import-Date: 2012-03-05 15:06:12+0000\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Perinteinen Gnome" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Tämä istunto kirjaa sinut perinteiseen Gnomeen" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Gnome Shell - perinteinen" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Ikkunoiden hallintaa ja sovellusten käynnistämistä" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Liitä modaali-ikkuna ylätason ikkunaan" + +#: ../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 "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Painikkeiden järjestys otsikkopalkissa" + +#: ../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" +msgstr "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Työtilat vain ensisijaisella näytöllä" + +#: ../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 "" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Pelkkä pienoiskuva" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Pelkkä sovelluksen kuvake" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Pienoiskuva ja sovelluksen kuvake" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Ikkunoiden esittäminen" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Näytä vain nykyisessä työtilassa olevat ikkunat" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Yleisnäkymä" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Suosikit" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Sovellukset" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Sovellus- ja työtilaluettelo" + +#: ../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 "" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Sovellus" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Työtila" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Lisää sääntö" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Luo uusi vastaava sääntö" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Lisää" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Aseman \"%s\" irrottaminen epäonnistui:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Erilliset tallennusvälineet" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Avaa tiedosto" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hei, maailma!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Vaihtoehtoinen tervehdysteksti." + +#: ../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 "" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Viesti" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Käytä enemmän tilaa ikkunoille" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Aseta ikkunoiden otsikkoteksti ylö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 "" +"Jos tosi, ikkunan otsikkoteksti asetetaan ikkunan pienoiskuvan yläpuolelle. " +"Tämä syrjäyttää oletusasetuksen, eli otsikkotekstin asettamisen pienoiskuvan " +"alle. Tämän asetuksen muutos vaatii Gnomen uudelleenkäynnistyksen." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Sijainnit" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Kohteen \"%s\" käynnistys epäonnistui" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Tietokone" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Koti" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Selaa verkkoa" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Teeman nimi" + +#: ../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 "Teeman nimi, ladataan sijainnista ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Sulje" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Palauta pienennys" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Pienennä" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Palauta suurennus" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Suurenna" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Pienennä kaikki" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Palauta kaikkien koko" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Suurenna kaikki" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Palauta kaikkien koko" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Sulje kaikki" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Työtilan ilmaisin" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Ikkunaluettelo" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Milloin ikkunat ryhmitetään" + +#: ../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 "" +"Päättää milloin saman sovelluksen ikkunat ryhmitellään ikkunaluettelossa. " +"Mahdolliset arvot ovat \"never\", \"auto\" ja \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Ikkunoiden ryhmitys" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Älä ryhmitä ikkunoita koskaan" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Ryhmitä ikkunat tilan ollessa rajallinen" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Ryhmitä ikkunat aina" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Työtilojen nimet" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nimi" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Työtila %d" + +#~ msgid "Suspend" +#~ msgstr "Valmiustila" + +#~ msgid "Hibernate" +#~ msgstr "Lepotila" + +#~ msgid "Power Off" +#~ msgstr "Sammuta" + +#~ msgid "Normal" +#~ msgstr "Tavallinen" + +#~ msgid "Left" +#~ msgstr "Vasen" + +#~ msgid "Right" +#~ msgstr "Oikea" + +#~ msgid "Upside-down" +#~ msgstr "Ylösalaisin" + +#~ msgid "Display" +#~ msgstr "Näyttö" + +#~ msgid "Display Settings" +#~ msgstr "Näytön asetukset" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Raahaa tähän lisätäksesi suosikkeihin" + +#~ msgid "New Window" +#~ msgstr "Uusi ikkuna" + +#~ msgid "Quit Application" +#~ msgstr "Lopeta ohjelma" + +#~ msgid "Remove from Favorites" +#~ msgstr "Poista suosikeista" + +#~ msgid "Position of the dock" +#~ msgstr "Telakan sijainti" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Asettaa telakan sijainnin näytöllä. Sallitut arvot ovat 'right' tai 'left'" + +#~ msgid "Icon size" +#~ msgstr "Kuvakkeiden koko" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Asettaa telakan kuvakkeiden koon." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Automaattinen piilotus päälle/pois" + +#~ msgid "Autohide effect" +#~ msgstr "Automaattisen piilotuksen tehoste" + +#~ msgid "Autohide duration" +#~ msgstr "Automaattisen piilotuksen kesto" + +#~ msgid "Monitor" +#~ msgstr "Näyttö" + +#~ msgid "%s is away." +#~ msgstr "%s on poissa." + +#~ msgid "%s is offline." +#~ msgstr "%s on poissa linjoilta." + +#~ msgid "%s is online." +#~ msgstr "%s on linjoilla." + +#~ msgid "%s is busy." +#~ msgstr "%s on kiireinen." + +#~ msgid "Devices" +#~ msgstr "Laitteet" + +#~ msgid "Bookmarks" +#~ msgstr "Kirjanmerkit" + +#~ msgid "Network" +#~ msgstr "Verkko" + +#~ msgid "File System" +#~ msgstr "Tiedostojärjestelmä" + +#~ msgid "The alt tab behaviour." +#~ msgstr "Alt+tab-näppäinyhdistelmän toiminta." + +#~ msgid "Workspace & Icons" +#~ msgstr "Työtila ja kuvakkeet" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..db721eb --- /dev/null +++ b/po/fr.po @@ -0,0 +1,351 @@ +# French 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. +# Claude Paroz , 2011. +# Alain Lojewski , 2012-2013. +# +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: 2014-08-25 19:37+0000\n" +"PO-Revision-Date: 2014-08-25 23:50+0200\n" +"Last-Translator: Alain Lojewski \n" +"Language-Team: GNOME French Team \n" +"Language: \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" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME Classique" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Cette session vous connnecte à GNOME Classique" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classique" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gestion des fenêtres et lancement d'applications" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Attacher les boîtes de dialogue modales à leur fenêtre parente" + +#: ../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 "" +"Cette clé remplace la clé dans org.gnome.mutter lorsque GNOME Shell est en " +"cours d'exécution." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Ordre des boutons dans la barre de titre" + +#: ../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 "" +"Cette clé remplace la clé dans org.gnome.desktop.wm.preferences lorsque GNOME Shell est en " +"cours d'exécution." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Activer la disposition verticale lorsque les fenêtres sont déposées aux " +"bords de l'écran" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Espaces de travail uniquement sur l'écran 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 "" +"Retarder les changements de focus en mode souris jusqu'à ce que le pointeur " +"arrête de bouger" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Vignette seulement" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Icône d'application seulement" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Vignette et icône d'application" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Présenter la fenêtre comme" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "N'afficher les fenêtres que sur l'espace de travail actuel" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Vue d'ensemble des activités" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoris" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Applications" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +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 +msgid "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" +msgstr "" +"Une liste de chaînes de caratères, contenant chacune un identifiant " +"d'application (nom de fichier desktop), suivi par un deux-points et le " +"numéro de l'espace de travail" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Application" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Espace de travail" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Ajouter une règle" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Créer une nouvelle règle de concordance" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Ajouter" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "L'éjection du disque « %s » a échoué :" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Périphériques amovibles" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Ouvrir le fichier" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Bonjour le monde !" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Autre texte d'accueil." + +#: ../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'il n'est pas vide, il contient le texte qui s'affiche lorsque vous cliquez " +"sur le tableau de bord." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Message" + +#: ../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 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" +"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 +msgid "Use more screen for windows" +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 +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 "" +"Essaye d'utiliser plus d'espace écran pour placer les vignettes des fenêtres " +"en s'adaptant aux proportions de l'écran et en les consolidant davantage " +"pour réduire la zone englobante. Ce paramètre ne s'applique qu'en utilisant " +"la stratégie de placement « natural »." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +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 +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 "" +"Si vrai, place les titres des fenêtres au-dessus de la vignette " +"correspondante, ce qui remplace le comportement par défaut qui les place au-" +"dessous. Pour que ce paramètre soit pris en compte, il faut redémarrer le " +"Shell." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Emplacements" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Impossible de lancer « %s »" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Ordinateur" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Dossier personnel" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Parcourir le réseau" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Nom du thème" + +#: ../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 "Le nom du thème, à charger à partir de ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Fermer" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Restaurer" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Réduire" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Restaurer" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximiser" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Réduire tout" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Restaurer tout" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximiser tout" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Restaurer tout" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Fermer tout" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicateur d'espace de travail" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Liste de fenêtres" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quand regrouper les fenêtres" + +#: ../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 "" +"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 " +"« always » (toujours)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Regroupement de fenêtres" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Ne jamais regrouper les fenêtres" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Regrouper les fenêtres quand l'espace est limité" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Toujours regrouper les fenêtres" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Noms des espaces de travail" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nom" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Espace de travail %d" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Gère la visibilité de l'élément de menu « mise en veille »" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Gère la visibilité de l'élément de menu « hibernation »" diff --git a/po/fur.po b/po/fur.po new file mode 100644 index 0000000..1469a53 --- /dev/null +++ b/po/fur.po @@ -0,0 +1,346 @@ +# Friulian translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Fabio Tomat , 2013. +# +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: 2014-03-03 08:29+0000\n" +"PO-Revision-Date: 2014-03-03 13:39+0100\n" +"Last-Translator: Fabio Tomat \n" +"Language-Team: Friulian \n" +"Language: fur\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\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 "Cheste session a si invie cun GNOME classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gjestion di balcons e inviament di aplicazions" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Tache il balcon modâl al balcon gjenitôr" + +#: ../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 "" +"Cheste clâf a sorplante che in org.gnome.mutter quanche al è in esecuzion " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +#, fuzzy +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Abilite la tasseladure sul'ôr quanche i balcons a vegnin molâts sul'ôr dal " +"visôr" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "Lûcs di lavôr dome sul visôr principâl" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "" +"Tarde la mude dal focus te modalitât mouse fintremai che il pontadôr no si " +"ferme" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Dome miniaturis" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Dome l'icone de aplicazion" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniature e icone de aplicazion" + +#: ../extensions/alternate-tab/prefs.js:37 +msgid "Present windows as" +msgstr "Mostre i barcons come" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Mostre dome i balcons dal lûc di lavôr corint" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Panoramiche ativitâts" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Preferîts" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicazions" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Liste aplicazions e lûcs di lavôr" + +#: ../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 "" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Aplicazion" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Lûc di lavôr" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Zonte regule" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "Cree une gnove regule di corispondence" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Zonte" + +#: ../extensions/drive-menu/extension.js:106 +msgid "Ejecting drive '%s' failed:" +msgstr "No rivât a parâ fûr l'unitât «%s»:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Argagn rimovibil" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Vierç File" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Mandi, mont!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Test di benvignût alternatîf" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2 +#, fuzzy +msgid "" +"If not empty, it contains the text that will be shown when clicking on the " +"panel." +msgstr "" +"Se no vueit, al ten il test che al vegnarà mostrât scliçant su le rie " +"superiôr" + +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"Example al ponte a mostrâ come imbastî une estension de Shell che a si " +"compuarti ben e par chest no'n d'a tantis funzions.\n" +"Ad ogni mût al è pussibil modificâ il messaç di benvignût. " + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "Messaç:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Dopre plui spazi par i balcons" + +#: ../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 "" +"Cîr di doprâ plui puest par plaçâ lis miniaturis dai balcons, adatânsi al " +"rapuart di aspiet dal visôr e consolidanlis ancjemo di plui par ridusi il " +"spazi complessîf. Cheste impostazion a si apliche dome se l'algoritmo di " +"posizionament al è \"natural\"." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Met il titul dal balcon insomp" + +#: ../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 VÊR, al place i titui dai balcons insomp as relativis miniaturis, lant in " +"volte al compuartament normâl de shell, che lis place in bas.Cambiant cheste " +"impostazion a si scugne tornâ a inviâ la shell." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Puescj" + +#: ../extensions/places-menu/placeDisplay.js:57 +msgid "Failed to launch \"%s\"" +msgstr "Inviament di «%s» falît" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Cjase" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Esplore rêt" + +#: ../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 +msgid "Theme name" +msgstr "Non dal teme" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2 +msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" +msgstr "Il non dal teme, che si cjame da ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:104 +msgid "Close" +msgstr "Siere" + +#: ../extensions/window-list/extension.js:114 +msgid "Unminimize" +msgstr "Gjave minimizazion" + +#: ../extensions/window-list/extension.js:115 +msgid "Minimize" +msgstr "Minimize" + +#: ../extensions/window-list/extension.js:121 +msgid "Unmaximize" +msgstr "Gjave massimizazion" + +#: ../extensions/window-list/extension.js:122 +msgid "Maximize" +msgstr "Massimize" + +#: ../extensions/window-list/extension.js:294 +msgid "Minimize all" +msgstr "Minimize ducj" + +#: ../extensions/window-list/extension.js:302 +msgid "Unminimize all" +msgstr "Gjave a ducj la minimizazion" + +#: ../extensions/window-list/extension.js:310 +msgid "Maximize all" +msgstr "Massimize ducj" + +#: ../extensions/window-list/extension.js:319 +msgid "Unmaximize all" +msgstr "Gjave a ducj la massimizazion" + +#: ../extensions/window-list/extension.js:328 +msgid "Close all" +msgstr "Siere ducj" + +#: ../extensions/window-list/extension.js:638 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicatôr lûcs di lavôr" + +#: ../extensions/window-list/extension.js:792 +#, fuzzy +#| msgid "Window Grouping" +msgid "Window List" +msgstr "Ingrumament balcons" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quant ingrumâ i balcons" + +#: ../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 "" +"Decît quant ingrumâ i balcons de stesse aplicazion su le liste dai balcons. " +"I pussibii valôrs a son \"never\", \"auto\" e \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Ingrumament balcons" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "No ingrumâ i balcons" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Ingrume i balcons quanche al'è pôc puest" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Ingrume simpri i balcons" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Nons dai lûcs di lavôr:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Non" + +#: ../extensions/workspace-indicator/prefs.js:186 +msgid "Workspace %d" +msgstr "Lûc di lavôr %d" + +#~ msgid "Normal" +#~ msgstr "Normâl" + +#~ msgid "Left" +#~ msgstr "Çampe" + +#~ msgid "Right" +#~ msgstr "Diestre" + +#~ msgid "Upside-down" +#~ msgstr "Cui pîs pa'l'aiar" + +#~ msgid "Display" +#~ msgstr "Visôr" + +#~ msgid "Display Settings" +#~ msgstr "Impostazions Visôr" diff --git a/po/gl.po b/po/gl.po new file mode 100644 index 0000000..4f12fb4 --- /dev/null +++ b/po/gl.po @@ -0,0 +1,625 @@ +# Galician translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Fran Diéguez , 2011. +# Fran Dieguez , 2011, 2012, 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-07-01 21:24+0200\n" +"PO-Revision-Date: 2014-07-01 21:25+0200\n" +"Last-Translator: Fran Dieguez \n" +"Language-Team: gnome-l10n-gl@gnome.org\n" +"Language: gl\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 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/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell clásico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Xestor de xanelas e inicio de aplicativos" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Anexar o diálogo modal á xanela pai" + +#: ../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 "" +"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 +msgid "Arrangement of buttons on the titlebar" +msgstr "Ordenación dos botóns na barra de título" + +#: ../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 "" +"Esta chave sobrescribe a chave en org.gnome.desktop.wm.preferences ao " +"executar GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Activar o mosaico nos bordos ao arrastrar xanelas aos bordos da xanela" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Espazos de traballo só no monitor primario" + +#: ../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 "" +"Atrasar o cambio de foco no modo rato até que o punteiro se deteña ao moverse" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Só miniaturas" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Só icona do aplicativo" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura e icona do aplicativo" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Presentar xanelas como" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Mostrar só as xanelas na área de traballo actual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Vista xeral de actividades" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritos" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicativos" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lista de aplicativos e espazos de traballo" + +#: ../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 "" +"Unha lista de cadeas, cada unha das cales contén un id de aplicativo (nome " +"de ficheiro desktop), seguido por unha coma e o número do espazo de traballo" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplicativo" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Área de traballo" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Engadir regra" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Crear regra de coincidencia nova" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Engadir" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Fallo ao extraer a unidade «%s»:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositivos extraíbeis" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Abrir ficheiro" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hola, mundo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Texto de benvida alternativo" + +#: ../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 "" +"Se non está baleiro, contén o texto que se despregará ao premer sobre o panel" + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Mensaxe" + +#: ../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» ten por exemplo mostrar como construir extensións de bo " +"comportamento para a Shell e por iso ten pouca funcionalidade por si só.\n" +"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 +msgid "Use more screen for windows" +msgstr "Usar máis pantalla para as xanelas" + +#: ../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 "" +"Tente usar máis pantalla para dispor as miniaturas das xanelas adaptándose á " +"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." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +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 +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 é verdadeiro, dispor os títulos das xanelas enriba da miniatura " +"respectiva, omitindo a disposición inferior por omisión do shell. Se cambia " +"esta configuración deberá reiniciar o shell para que se apliquen os cambios." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Lugares" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Produciuse un fallo ao iniciar «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computador" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Cartafol persoal" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Explorar a rede" + +#: ../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.in.h:1 +msgid "Theme name" +msgstr "Nome do tema" + +#: ../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 "O nome do tema, a cargar desde ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Pechar" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Restabelecer" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizar" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Restaurar" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximizar" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizar todo" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Restaurar todo" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximizar todo" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Restaurar todo" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Pechar todo" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador de espazo de traballo" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Lista de xanelas" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Cando agrupar xanelas" + +#: ../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 "" +"Decide cando agrupar as xanelas do mesmo aplicativo na lista de xanelas. Os " +"valores posíbeis son \"never\" (nunca), \"auto\" (automático) e \"always" +"\" (sempre)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupación de xanelas" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Non agrupar nunca as xanelas" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupar as xanelas cando o espazo é limitado" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Agrupar sempre as xanelas" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Nomes dos espazos de traballo" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nome" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Espazos de traballo %d" + +#~ msgid "Suspend" +#~ msgstr "Suspender" + +#~ msgid "Hibernate" +#~ msgstr "Hibernar" + +#~ msgid "Power Off" +#~ msgstr "Apagar" + +#~ msgid "Enable suspending" +#~ msgstr "Activar a suspensión" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Controla a visibilidade do elemento de menú «Suspender»" + +#~ msgid "Enable hibernating" +#~ msgstr "Activar hibernación" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Controla a visibilidade do elemento de menú «Hibernar»" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Esquerda" + +#~ msgid "Right" +#~ msgstr "Dereita" + +#~ msgid "Upside-down" +#~ msgstr "Co de arriba cara abaixo" + +#~ msgid "Display" +#~ msgstr "Pantalla" + +#~ msgid "Display Settings" +#~ msgstr "Preferencias da pantalla" + +#~ msgid "Devices" +#~ msgstr "Dispositivos" + +#~ msgid "Bookmarks" +#~ msgstr "Marcadores" + +#~ msgid "Network" +#~ msgstr "Rede" + +#~ msgid "File System" +#~ msgstr "Sistema de ficheiros" + +#~ msgid "The application icon mode." +#~ msgstr "O modo da icona do aplicativo." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Configura como se mostran as xanelas no intercambiador. As opcións " +#~ "posíbeis son «thumbnail-only» (mostra unha miniatura da xanela, «app-icon-" +#~ "only» (só mostra a icona do aplicativo) ou «both» (móstranse ambas cosas)." + +#~ msgid "Drag here to add favorites" +#~ msgstr "Arrastre aquí para engadir aos favoritos" + +#~ msgid "New Window" +#~ msgstr "Nova xanela" + +#~ msgid "Quit Application" +#~ msgstr "Saír do aplicativo" + +#~ msgid "Remove from Favorites" +#~ msgstr "Eliminar dos favoritos" + +#~ msgid "Position of the dock" +#~ msgstr "Posición da doca" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Estabelece a posición da doca na pantalla. Os valores permitidos son " +#~ "«right» e «left»" + +#~ msgid "Icon size" +#~ msgstr "Tamaño da icona" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Estabelece o tamaño das iconas na doca." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Activar/desactivar autoagochado" + +#~ msgid "Autohide effect" +#~ msgstr "Efecto de autoagochado" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Estabelece o efecto de agochado da doca. Os valores permitidos son " +#~ "«resize» (redimensionar( e «rescale» (re-escalar) e «move» (mover)" + +#~ msgid "Autohide duration" +#~ msgstr "Duración do autoagochado" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Estabelece a duración do efecto de autoagochado." + +#~ msgid "Monitor" +#~ msgstr "Pantalla" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Estabelece a pantalla na que mostrar o taboleiro. O valor predeterminado " +#~ "es (-1), que é a pantalla principal." + +#~ msgid "%s is away." +#~ msgstr "%s está ausente." + +#~ msgid "%s is offline." +#~ msgstr "%s está desconectado." + +#~ msgid "%s is online." +#~ msgstr "%s está conectado." + +#~ msgid "%s is busy." +#~ msgstr "%s está ocupado." + +#~ msgid "Removable Devices" +#~ msgstr "Dispositivos extraíbeis" + +#~ msgid "Configure display settings..." +#~ msgstr "Configurar as preferencias de pantalla…" + +#~ msgid "The alt tab behaviour." +#~ msgstr "O comportamento de Alt+Tab" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Estabelece o comportamento do Alt+Tab. Os valores posíbeis son: " +#~ "«native» (nativo), «all_thumbnails» (todo e miniaturas) e " +#~ "«worspace_icons» (iconas de áreas de traballo). Para obter información " +#~ "máis detallada, consulte a configuración dos diálogos." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Este modo presenta todos os aplicativos de todas as áreas de traballo " +#~ "nunha lista de selección. No lugar de usar a icona de aplicativo de cada " +#~ "xanela, usa pequenas miniaturas que semellan a propia xanela." + +#~ msgid "Workspace & Icons" +#~ msgstr "Espazos de traballo e iconas" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Este modo permítelle alternar entre os aplicativos da súa área de " +#~ "traballo actual e dálle a opción de cambiar ao último aplicativo " +#~ "empregada da súa área de traballo anterior. Este sempre é o último " +#~ "símbolo da lista e está separado por un separador/liña vertical se está " +#~ "dispoñíbel.\n" +#~ "Cada xanela está representada pola súa icona de aplicativo." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "" +#~ "Mover a selección actual ao frente antes de pechar a xanela emerxente" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "A combinación de teclas Alt+Tab pódese usar en diferentes modos, que " +#~ "afectan á maneira na que se elixen e presentan as xanelas." + +#~ msgid "Notifications" +#~ msgstr "Notificacións" + +#~ msgid "Online Accounts" +#~ msgstr "Contas en liña" + +#~ msgid "Lock Screen" +#~ msgstr "Bloquear Pantaia" + +#~ msgid "Switch User" +#~ msgstr "Trocar de Usario" + +#~ msgid "Log Out..." +#~ msgstr "Sair da sesión" + +#~ 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 "" +#~ "É a primeira vez que usa a extensión de Tab alternativo.\n" +#~ "Seleccione o comportamento prefirido:\n" +#~ "\n" +#~ "Todo e miniaturas:\n" +#~ " Este modo mostra tódolos aplicativos de tódolos espazos de traballa " +#~ "nunha\n" +#~ " lista de selección. No lugar de usar as iconas de aplicativos para " +#~ "cada\n" +#~ " xanela, usa miniaturas pequenas que representan as xanelas.\n" +#~ "\n" +#~ "Espazos de traballo e iconas:\n" +#~ " Este modo permítelle cambiar entre os aplicativos do seu espazo de " +#~ "traballo \n" +#~ " actual e permítelle engadir a opción de cambiar entre o último " +#~ "aplicativo\n" +#~ " usado do seu espazo de traballo anterior. Sempre é o último símbolo " +#~ "na\n" +#~ " lista e está separado por unha liña separador/vertical se está " +#~ "dispoñíbel.\n" +#~ " Cada xanela está representada pola icona do aplicativo.\n" +#~ "\n" +#~ "Nativo:\n" +#~ " Este modo é o comportamento nativo de GNOME 3 ou noutras palabras: " +#~ "ao \n" +#~ " seleccionar nativo desactiva a extensión Tab alternativo.\n" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Comportamento do Alt Tab" + +#~ msgid "Native" +#~ msgstr "Nativa" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "Preguntarlle o comportamento predeterminado ao usuario se é certo." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Indica se o Tab alternativo está instalado recentemente" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "O algoritmo usado pola disposición de miniaturas na vista previa. «grid» " +#~ "para usar o algoritmo predeterminado baseado na grella, «natural» para " +#~ "usar outro que reflexa máis a posición e tamaño da xanela actual" + +#~ msgid "Window placement strategy" +#~ msgstr "Estratexia de disposición de xanelas" + +#~ msgid "Available" +#~ msgstr "Dispoñible" + +#~ msgid "Busy" +#~ msgstr "Ocupado" diff --git a/po/gu.po b/po/gu.po new file mode 100644 index 0000000..b0ad433 --- /dev/null +++ b/po/gu.po @@ -0,0 +1,374 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# , 2014. +msgid "" +msgstr "" +"Project-Id-Version: \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-09-02 07:39+0000\n" +"PO-Revision-Date: 2014-09-02 15:45+0530\n" +"Last-Translator: \n" +"Language-Team: American English \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "મુખ્ય વિન્ડોમાં મોડલ સંવાદને જોડો" + +#: ../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 "આ કી org.gnome.mutter માં કી ઉપર લખાઇ જશે જ્યારે GNOME Shell ચાલી રહ્યુ હોય." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "શીર્ષકપટ્ટી પર બટનોની ગોઠવણ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"આ કી org.gnome.desktop.wm.preferences માં કી ઉપર લખાઇ જશે જ્યારે GNOME શેલ ચાલી રહ્યુ હોય." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "જ્યારે સ્ક્રીન બાજુ પર વિન્ડોને પડતી મૂકી રહ્યા હોય ત્યારે ટાઇલીંગ સક્રિય કરો" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "ફક્ત પ્રાથમિક મોનિટર પર કામ કરવાની જગ્યા" + +#: ../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 "માઉસ સ્થિતિમાં ફોકસ ફેરફારમાં વિલંબ થાય છે જ્યાં સુધી પોઇંટર ખસેડવાનું બંધ થાય" + +#: ../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:39 +msgid "Activities Overview" +msgstr "પ્રવૃત્તિ દૃશ્ય" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "પસંદીદા" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "કાર્યક્રમો" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "કાર્યક્રમ અને કામ કરવાની જગ્યાની યાદી" + +#: ../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 "" +"શબ્દમાળાઓની યાદી, દરેક રંગ અને કામ કરવાની જગ્યા નંબર દ્દારા અનુસરેલ કાર્યક્રમ id " +"(ડેસ્કટોપ ફાઇલ નામ) ને સામવી રહ્યુ છે" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "દૂર કરી શકાય તેવા ઉપકરણો" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ફાઇલને ખોલો" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "કેમ છો, દુનિયા!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "વૈકલ્પિક શુભેચ્છા લખાણ." + +#: ../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 "જો ખાલી ન હોય તો, તે લખાણને સમાવે છે કે જે બતાવશે જ્યારે પેનલ પર ક્લિક કરી રહ્યા હોય." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "સંદેશો" + +#: ../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 "" +"શેલ માટે સારી વર્તણૂકવાળા શેલ એક્સટેન્શનને કેવી રીતે બનાવવા તે આ ઉદાહરણ બતાવે છે તેની સાથે " +"તેની પાસે તેની પોતાની પર થોડી કાર્યક્ષમતા છે.\n" +"તેમ છતાં શુભેચ્છા સંદેશ કસ્ટમાઇઝ કરવા માટે શક્ય છે." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "વિન્ડો માટે વધારે સ્ક્રીનને વાપરો" + +#: ../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 "" +"સ્ક્રીન આશરે દરને અપનાવીને વિન્ડો થમ્ભનેઇલને સ્થિત કરવા માટે વધારે સ્ક્રીનને વાપરવાનો પ્રયત્ન " +"કરો, અને બાઉન્ડીંગ બોક્સને ઘટાડવા માટે તેઓને આગળ આશ્ર્વાસન આપો. આ સુયોજન ફક્ત કુદરતી સ્થાન " +"યોજના સાથે લાગુ થાય છે." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "ટોચે વિન્ડો કૅપ્શન વિન્ડોને સ્થિત કરો" + +#: ../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 "" +"જો true હોય તો, થમ્ભનેઇલ પર કૅપ્શન વિન્ડોને સ્થિત કરો, નીચે તેને સ્થિત કરીને શેલ મૂળભૂત પર " +"લખી રહ્યા છે. આ સુયોજનને બદલવાથી કોઇપણ અસર લાવવા માટે શેલને પુન:શરૂ કરવાની જરૂર છે." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "સ્થાનો" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" ને શરૂ કરવામાં નિષ્ફળતા" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "કમ્પ્યૂટર" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ઘર" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "થીમનું નામ" + +#: ../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 "થીમનું નામ, ~/.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:300 +msgid "Minimize all" +msgstr "બધુ મહત્તમ કરો" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "બધાને ન્યૂનત્તમમાંથી પાછુ લાવો" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "બધુ મહત્તમ કરો" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "બધાને મહત્તમમાંથી પાછુ લાવો" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "બધુ બંધ કરો" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "કામ કરવાની જગ્યાનું સૂચક" + +#: ../extensions/window-list/extension.js:798 +#| msgid "Window Grouping" +msgid "Window List" +msgstr "વિન્ડો યાદી" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "વિન્ડોના જૂથ ક્યારે પાડવા" + +#: ../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 "" +"વિન્ડોની મેનુ પર એક જ કાર્યક્રમમાંથી વિન્ડોના જૂથો કયારે પાડવા તે નક્કી કરે છે. \"ક્યારેય " +"નહિ\", \"આપોઆપ\" અને \"હંમેશા\" તેની શક્ય કિંમતો છે." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "વિન્ડો જૂથ થઈ રહ્યુ છે" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "જૂથ વિન્ડો કદી નહિં" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "જૂથ વિન્ડો જ્યારે જગ્યા મર્યાદિત હોય" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "હંમેશા જૂથ વિન્ડો" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Suspend" +#~ msgstr "અટકાવો" + +#~ msgid "Hibernate" +#~ msgstr "હાઇબરનેટ" + +#~ msgid "Power Off" +#~ msgstr "પાવર બંધ" + +#~ msgid "Enable suspending" +#~ msgstr "સ્થગિતને સક્રિય કરો" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "સ્થગિત મેનુ વસ્તુની દૃશ્યતાને નિયંત્રિત કરો" + +#~ msgid "Enable hibernating" +#~ msgstr "હાઇબરનેટીંગને સક્રિય કરો" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "હાઇબરનેટ મેનુ વસ્તુની દૃશ્યતાને નિયંત્રિત કરો" + +#~ msgid "Normal" +#~ msgstr "સામાન્ય" + +#~ msgid "Left" +#~ msgstr "ડાબું" + +#~ msgid "Right" +#~ msgstr "જમણું" + +#~ msgid "Upside-down" +#~ msgstr "ઊલટું" + +#~ msgid "Display" +#~ msgstr "દર્શાવ" + +#~ msgid "Display Settings" +#~ msgstr "દર્શાવ સુયોજનો" diff --git a/po/he.po b/po/he.po new file mode 100644 index 0000000..3817c9f --- /dev/null +++ b/po/he.po @@ -0,0 +1,418 @@ +# Hebrew translations for PACKAGE package. +# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Yaron Shahrabani , 2011. +# Yosef Or Boczko , 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-05-30 09:05+0300\n" +"PO-Revision-Date: 2014-05-30 09:06+0300\n" +"Last-Translator: Yosef Or Boczko \n" +"Language-Team: עברית <>\n" +"Language: he\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==1 ? 0 : (n>2||n==0) ? 1 : 2;\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Gtranslator 2.91.6\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "Attach modal dialog to the parent window" + +#: ../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 "" +"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 +msgid "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 +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Enable edge tiling when dropping windows on screen edges" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Workspaces only on primary monitor" + +#: ../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 "Delay focus changes in mouse mode until the pointer stops moving" + +#: ../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:39 +msgid "Activities Overview" +msgstr "סקירת פעילויות" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "מועדפים" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "יישומים" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "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 +msgid "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" +msgstr "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" + +#: ../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:123 +msgid "Removable devices" +msgstr "התקנים נתיקים" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "פתיחת קובץ" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "שלום, עולם!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternative greeting text." + +#: ../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 "" +"If not empty, it contains the text that will be shown when clicking on the " +"panel." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "הודעה" + +#: ../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 "" +"הדוגמה מנסה להציג כיצד לבנות הרחבות שמתנהלות כראוי לטובת המעטפת וככאלה שיש " +"להן תכונות קטנות משלהן.\n" +"עם זאת, ניתן להתאים את הודעת קבלת הפנים." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "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 +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 "" +"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." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "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 +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 "" +"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." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "מיקומים" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "הטעינה של „%s“ נכשלה" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "מחשב" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "בית" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "עיון ברשת" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "מעבד" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "זיכרון" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Theme name" + +#: ../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 "The name of the theme, to be loaded from ~/.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:300 +msgid "Minimize all" +msgstr "מזעור הכל" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "ביטול מזעור הכל" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "הגדלת הכל" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "ביטול הגדלת הכל" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "סגירת הכל" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "מחוון מרחבי עבודה" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "רשימת חלונות" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "מתי לקבץ חלונות" + +#: ../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 "" +"Decides when to group windows from the same application on the window list. " +"Possible values are \"never\", \"auto\" and \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "קיבוץ חלונות" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "לעולם לא לקבץ חלונות" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "קיבוץ חלונות כאשר המקום מוגבל" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + +#~ msgid "Normal" +#~ msgstr "רגיל" + +#~ msgid "Left" +#~ msgstr "שמאל" + +#~ msgid "Right" +#~ msgstr "ימין" + +#~ msgid "Upside-down" +#~ msgstr "הפוך" + +#~ msgid "Display" +#~ msgstr "תצוגה" + +#~ msgid "Display Settings" +#~ msgstr "הגדרות תצוגה" + +#~ msgid "Available" +#~ msgstr "פנוי" + +#~ msgid "Busy" +#~ msgstr "עסוק" + +#~ msgid "My Account" +#~ msgstr "החשבון שלי" + +#~ msgid "Lock Screen" +#~ msgstr "נעילת המסך" + +#~ msgid "Switch User" +#~ msgstr "החלפת משתמש" + +#~ msgid "Log Out..." +#~ msgstr "יציאה..." + +#~ msgid "Suspend" +#~ msgstr "השהיה" + +#~ msgid "Hibernate" +#~ msgstr "תרדמת" + +#~ msgid "Power Off..." +#~ msgstr "כיבוי..." + +#~ msgid "Drag here to add favorites" +#~ msgstr "יש לגרור לכאן כדי להוסיף למועדפים" + +#~ msgid "New Window" +#~ msgstr "חלון חדש" + +#~ msgid "Remove from Favorites" +#~ msgstr "הסרה מהמועדפים" + +#~ msgid "%s is away." +#~ msgstr "%s הופיע/ה כמרוחק/ת." + +#~ msgid "%s is offline." +#~ msgstr "%s התנתק/ה." + +#~ msgid "%s is online." +#~ msgstr "%s פנוי/ה." + +#~ msgid "%s is busy." +#~ msgstr "%s עסוק/ה." + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" + +#~ msgid "Window placement strategy" +#~ msgstr "Window placement strategy" + +#~ msgid "Configure display settings..." +#~ msgstr "הגדרת תצורת התצוגה..." diff --git a/po/hi.po b/po/hi.po new file mode 100644 index 0000000..855f1bf --- /dev/null +++ b/po/hi.po @@ -0,0 +1,340 @@ +# Hindi translation for gnome-shell-extensions. +# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Rajesh Ranjan , 2014. +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: 2014-09-19 19:42+0000\n" +"PO-Revision-Date: 2014-09-21 10:59+0630\n" +"Last-Translator: rajesh \n" +"Language-Team: Hindi \n" +"Language: hi\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: Lokalize 1.5\n" + +#: ../data/gnome-classic.desktop.in.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 "यह सत्र गनोम क्लासिक में आपको लॉगइन करेगा" + +#: ../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 +msgid "Attach modal dialog to the parent window" +msgstr "जनक विंडो में मोडल संवाद संलग्न करें" + +#: ../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 "" +"यह कुँजी org.gnome.mutter में कुँजी को अधिरोहित करता है जब गनोम शेल को चला " +"रहा हो." + +#: ../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 "" +"यह कुँजी org.gnome.desktop.wm.preferences में कुँजी को अधिरोहित करता है जब " +"गनोम शेल को चला रहा हो." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "जब स्क्रीन किनारे पर विंडोज़ को छोड़ने बढ़त टाइलिंग सक्षम करें" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "केवल प्राथमिक मॉनिटर पर कार्यस्थान" + +#: ../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 "" +"माउस अवस्था में पॉइंटर के चलने के रूकने तक फोकस परिवर्तन को विलंबित करें" + +#: ../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:39 +msgid "Activities Overview" +msgstr "गतिविधि सारांश" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "पसंदीदा" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "अनुप्रयोग" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "अनुप्रयोग और कार्यस्थान सूची" + +#: ../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 "" +"स्ट्रिंग की सूची जिसमें से हर कोई किसी अनुप्रयोग आईडी (desktop file name) को " +"समाहित करता है, कॉलन और कार्यस्थान संख्या के द्वारा अनुसरित" + +#: ../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:123 +msgid "Removable devices" +msgstr "हटाने योग्य युक्तियाँ" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "फ़ाइल खोलें" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "हेलो, दुनिया!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "वैकल्पिक आरंभिक पाठ." + +#: ../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 "" +"यदि रिक्त नहीं है, यह उस पाठ को समाहित करता है जो पटल पर क्लिक किए जाने के " +"कारण दिखाया जाएगा." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "संदेश" + +#: ../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 "" +"उदाहरण दिखाने के लिए लक्षित है शेल के लिए सुविचारित विस्तार निर्मित करने के " +"लिए और इसका काफी कम काम है स्वयं के लिए.\n" +"हालाँकि, शुभकामना संदेश को पसंदीदा बनाना संभव है." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "विंडोज के लिए अधिक स्क्रीन का उपयोग करें" + +#: ../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 "" +"विंडोज लघुचित्र रखने के लिए अधिक स्क्रीन के उपयोग की कोशिश करें स्क्रीन पहलू " +"अनुपात से अनुकूलित करते हुए, और उन्हें बाउंडिंग बॉक्स में आगे कम करते हुए " +"एकत्रित करते हुए. यह सेटिंग स्वभावित प्लेसमेंट रणनीति के साथ केवल लागू होता " +"है." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "शीर्ष पर विंडो अनुशीर्षक रखें" + +#: ../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 "" +"यदि सही है, संबंधित लघुचित्रों पर विंडो अनुशीर्षक रखें, शेल तयशुदा को इसके " +"तल पर रखते हुए. इस सेटिंग को बदलने के लिए किसी प्रभाव के लिए शेल को फिर से " +"आरंभ करना जरूरी है." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "स्थान" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" लॉन्च करने में विफल" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "कम्प्यूटर" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "घर" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "प्रसंग नाम" + +#: ../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 "प्रसंग का नाम, ~/.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:300 +msgid "Minimize all" +msgstr "सभी छोटा करें" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "गैर न्यूनतम करें" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "सभी अधिकतम करें" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "अधिकतम खत्म करें" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "सभी बंद करें" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "कार्यस्थान सूचक" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "विंडो सूची" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "विंडोज़ को कब समूहबद्ध करें" + +#: ../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 "" +"तय करता है कि विंडो को कब समूह बद्ध करें विंडो सूची के एक ही प्रकार के " +"अनुप्रयोगों में से. सही मूल्य हैं \"कभी नहीं\", \"स्वचालित\" तथा \"हमेशा\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "विंडो समूहबद्धता" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "विंडोज को कभी समूहित मत करें" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "विंडोज समूहित करें जब स्थान सीमित है" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..5655b0d --- /dev/null +++ b/po/hu.po @@ -0,0 +1,546 @@ +# Hungarian translation of +# Copyright (C) 2011, 2012, 2013. Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Biró Balázs , 2011. +# Gabor Kelemen , 2011, 2012, 2013. +# Balázs Úr , 2013. +# Balázs Úr , 2014. +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: 2014-06-16 19:32+0000\n" +"PO-Revision-Date: 2014-06-16 23:36+0200\n" +"Last-Translator: Balázs Úr \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Klasszikus GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Bejelentkezés a klasszikus GNOME környezetbe" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasszikus GNOME Shell" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Ablakkezelés és alkalmazásindítás" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Kizárólagos ablak csatlakoztatása a szülő ablakhoz" + +#: ../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 "" +"Ez a beállítás felülírja az org.gnome.mutter séma beállításokat, amikor a " +"GNOME Shell fut." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "A gombok elrendezése az ablak címsorában" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"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." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +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" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Munkaterületek megjelenítése csak az elsődleges monitoron" + +#: ../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 "" +"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 +msgid "Thumbnail only" +msgstr "Csak bélyegkép" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Csak alkalmazásikon" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Bélyegkép és alkalmazásikon" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Ablakok megjelenítése mint" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Csak az aktuális munkaterület ablakainak megjelenítése" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Tevékenységek áttekintés" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Kedvencek" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Alkalmazások" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Alkalmazások és munkaterületek listája" + +#: ../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 "" +"Alkalmazásazonosítókat (.desktop fájl neve), majd kettősponttal elválasztva " +"a munkaterület számát tartalmazó karakterláncok sorozata" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Alkalmazás" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Munkaterület" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Szabály hozzáadása" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Új illesztési szabály létrehozása" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Hozzáadás" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "A(z) „%s” meghajtó kiadása nem sikerült:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Cserélhető eszközök" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Fájl megnyitása" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Helló, világ!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatív üdvözlőszöveg." + +#: ../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 "" +"Ha nem üres, akkor a panelre kattintáskor megjelenő szöveget tartalmazza." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Üzenet" + +#: ../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 "" +"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" +"Ugyanakkor az üdvözlőszöveg megváltoztatható." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +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 +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 "" +"Próbáljon nagyobb képernyőterületet használni az ablakok bélyegképeinek " +"elhelyezéséhez, és szorosabban elhelyezni azokat a határoló négyzet " +"csökkentéséhez. Ez a beállítás csak a természetes elhelyezési stratégiára " +"érvényes." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Ablakfeliratok elhelyezése felül" + +#: ../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 "" +"Ha igazra van állítva, akkor az ablakfeliratokat a megfelelő bélyegkép " +"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." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Helyek" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "„%s” indítása meghiúsult" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Számítógép" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Saját mappa" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Hálózat tallózása" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memória" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Témanév" + +#: ../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 "A ~/.themes/név/gnome-shell alól betöltendő téma neve" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Bezárás" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Minimalizálás megszüntetése" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimalizálás" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Maximalizálás megszüntetése" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximalizálás" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minden minimalizálása" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Minden minimalizálásának megszüntetése" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Minden maximalizálása" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Minden maximalizálásának megszüntetése" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Minden bezárása" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Munkaterület indikátor" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Ablaklista" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Mikor legyenek az ablakok csoportosítva" + +#: ../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 "" +"Megadja, mikor csoportosítsa az Ablaklista kisalkalmazás egyazon alkalmazás " +"ablakait. Lehetséges értékek „never” (soha), „auto” (automatikus) és " +"„always” (mindig)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Ablakcsoportosítás" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Soha ne csoportosítsa az ablakokat" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Ablakok csoportosítása, ha kevés a hely" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Mindig csoportosítsa az ablakokat" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Munkaterületnevek" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Név" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "%d. munkaterület" + +#~ msgid "Normal" +#~ msgstr "Normál" + +#~ msgid "Left" +#~ msgstr "Balra" + +#~ msgid "Right" +#~ msgstr "Jobbra" + +#~ msgid "Upside-down" +#~ msgstr "Fejjel lefelé" + +#~ msgid "Display" +#~ msgstr "Kijelző" + +#~ msgid "Display Settings" +#~ msgstr "Kijelzőbeállítások" + +#~ msgid "Suspend" +#~ msgstr "Felfüggesztés" + +#~ msgid "Hibernate" +#~ msgstr "Hibernálás" + +#~ msgid "Power Off" +#~ msgstr "Kikapcsolás" + +#~ msgid "Enable suspending" +#~ msgstr "Felfüggesztés engedélyezése" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "A Felfüggesztés menüelem láthatóságának módosítása" + +#~ msgid "Enable hibernating" +#~ msgstr "Hibernálás engedélyezése" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "A Hibernálás menüelem láthatóságának módosítása" + +#~ msgid "Devices" +#~ msgstr "Eszközök" + +#~ msgid "Bookmarks" +#~ msgstr "Könyvjelzők" + +#~ msgid "Network" +#~ msgstr "Hálózat" + +#~ msgid "File System" +#~ msgstr "Fájlrendszer" + +#~ msgid "The application icon mode." +#~ msgstr "Az alkalmazásikon módja." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Az ablakok megjelenésének beállítása a váltóban. Lehetséges értékek: " +#~ "„thumbnail-only” (az ablak bélyegképének megjelenítése), „app-icon-" +#~ "only” (az alkalmazás ikonjának megjelenítése) vagy „both” (mindkettő)." + +#~ msgid "Drag here to add favorites" +#~ msgstr "Húzza ide kedvenceit" + +#~ msgid "New Window" +#~ msgstr "Új ablak" + +#~ msgid "Quit Application" +#~ msgstr "Alkalmazás bezárása" + +#~ msgid "Remove from Favorites" +#~ msgstr "Eltávolítás a Kedvencek közül" + +#~ msgid "Position of the dock" +#~ msgstr "A dokk pozíciója" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "A dokk pozíciója a képernyőn. Lehetséges értékek: „right” (jobb) vagy " +#~ "„left” (bal)" + +#~ msgid "Icon size" +#~ msgstr "Ikonméret" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Az ikonméret megadása a dokkon." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Automatikus rejtés engedélyezése vagy tiltása" + +#~ msgid "Autohide effect" +#~ msgstr "Automatikus rejtés effektusa" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "A dokk elrejtésének effektusa. Lehetséges értékek: " +#~ "„resize” (átméretezés), „rescale” (újraméretezés) és „move” (áthelyezés)" + +#~ msgid "Autohide duration" +#~ msgstr "Automatikus rejtés hossza" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Az automatikus rejtés effektus hosszának beállítása." + +#~ msgid "Monitor" +#~ msgstr "Monitor" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "A dokk megjelenítése ezen a monitoron. Az alapértelmezett érték (-1) az " +#~ "elsődleges monitor." + +#~ msgid "%s is away." +#~ msgstr "%s távol van." + +#~ msgid "%s is offline." +#~ msgstr "%s kilépett." + +#~ msgid "%s is online." +#~ msgstr "%s elérhető." + +#~ msgid "%s is busy." +#~ msgstr "%s elfoglalt." + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Az Alt-Tab viselkedésének megadása. Lehetséges értékek: all_thumbnails és " +#~ "workspace_icons. Részletekért lásd a beállítóablakokat." + +#~ msgid "The alt tab behaviour." +#~ msgstr "Az Alt-Tab viselkedése." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Ez a mód minden munkaterület alkalmazásait egy kijelölőlistában jeleníti " +#~ "meg. Minden ablak alkalmazásikonjának használata helyett kis " +#~ "bélyegképeket használ, amelyek magára az ablakra hasonlítanak." + +#~ msgid "Workspace & Icons" +#~ msgstr "Munkaterület és ikonok" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Ez a mód lehetővé teszi a váltást a jelenlegi munkaterület alkalmazásai " +#~ "között, és lehetővé teszi az előző munkaterület utoljára használt " +#~ "alkalmazására váltást. Ez mindig a lista utolsó eleme, és egy elválasztó/" +#~ "függőleges vonal választja el, ha elérhető.\n" +#~ "Minden ablakot az alkalmazásikonja jelképez." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "Aktuális kijelölés előtérbe hozása a felugró ablak bezárása előtt" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "A váltás lap különböző módokon használható, amelyek befolyásolják az " +#~ "ablakok kiválasztásának és megjelenítésének módját." + +#~ msgid "Configure display settings..." +#~ msgstr "Kijelzőbeállítások…" + +#~ msgid "Available" +#~ msgstr "Elérhető" + +#~ msgid "Busy" +#~ msgstr "Elfoglalt" + +#~ msgid "My Account" +#~ msgstr "Saját fiók" + +#~ msgid "Lock Screen" +#~ msgstr "Képernyő zárolása" + +#~ msgid "Switch User" +#~ msgstr "Felhasználóváltás" + +#~ msgid "Log Out..." +#~ msgstr "Kijelentkezés…" diff --git a/po/id.po b/po/id.po new file mode 100644 index 0000000..41be582 --- /dev/null +++ b/po/id.po @@ -0,0 +1,342 @@ +# Indonesian translation for gnome-shell-extensions. +# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Andika Triwidada , 2012, 2013. +# Dirgita , 2012. +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: 2014-09-02 07:39+0000\n" +"PO-Revision-Date: 2014-09-02 19:22+0700\n" +"Last-Translator: Andika Triwidada \n" +"Language-Team: Indonesian \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 1.6.9\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME Klasik" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Sesi ini memasukkan Anda ke GNOME Klasik" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Klasik" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Manajemen jendela dan peluncuran aplikasi" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Cantolkan dialog modal ke jendela induk" + +#: ../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 "" +"Kunci ini menimpa kunci dalam org.gnome.mutter ketika menjalankan GNOME " +"Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Pengaturan tombol-tombol pada bilah judul" + +#: ../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 "" +"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 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Aktifkan pengubinan tepi ketika menjatuhkan jendela ke tepi layar" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Ruang kerja hanya pada monitor primer" + +#: ../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 "" +"Tunda perubahan fokus dalam mode tetikus sampai penunjuk berhenti bergerak" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Hanya gambar mini" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Hanya ikon aplikasi" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Gambar mini dan ikon aplikasi" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Sajikan jendela sebagai" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Hanya tampilkan jendela dalam ruang kerja kini" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Ringkasan Aktivitas" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favorit" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplikasi" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Aplikasi dan daftar ruang kerja" + +#: ../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 "" +"Daftar string, masing-masing memuat id aplikasi (nama berkas desktop), " +"diikuti oleh titik dua dan nomor ruang kerja" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplikasi" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Ruang Kerja" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Tambah Aturan" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Buat aturan pencocokan baru" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Tambah" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Saat mengeluarkan drive '%s' gagal:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Perangkat yang dapat dilepas" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Buka Berkas" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hai, dunia!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Teks penyapa alternatif." + +#: ../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 "" +"Bila tak kosong, ini memuat teks yang akan ditampilkan ketika klik pada " +"panel." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Pesan" + +#: ../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 bertujuan menampilkan bagaimana membangun ekstensi yang berkelakuan " +"baik bagi Shell dan karena itu hanya memiliki sedikit fungsi.\n" +"Namun, tetap mungkin untuk mengatur pesan sapaan." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Pakai lebih banyak layar bagi jendela" + +#: ../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 "" +"Mencoba memakai lebih banyak layar untuk menempatkan gambar mini jendela " +"dengan menyesuaikan ke rasio aspek layar, dan menyatukan mereka lebih jauh " +"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 +msgid "Place window captions on top" +msgstr "Tempatkan keterangan jendela di atas" + +#: ../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 "" +"Bila true, menempatkan keterangan jendela di bagian atas gambar mini masing-" +"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 +msgid "Places" +msgstr "Tempat" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Gagal meluncurkan \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Komputer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Rumah" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Ramban Jaringan" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Nama tema" + +#: ../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 "Nama tema, untuk dimuat dari ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Tutup" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Tak minimalkan" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimalkan" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Tak maksimalkan" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maksimalkan" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimalkan semua" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Tak minimalkan semua" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maksimalkan semua" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Tak maksimalkan semua" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Tutup semua" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indikator Ruang Kerja" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Daftar Jendela" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kapan mengelompokkan jendela" + +#: ../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 "" +"Menentukan kapan mengelompokkan jendela dari aplikasi yang sama pada daftar " +"jendela. Nilai-nilai yang mungkin adalah \"never\" (tak pernah), \"auto" +"\" (otomatis), atau \"always\" (selalu)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Pengelompokan Jendela" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Jangan pernah kelompokkan jendela" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Kelompokkan jendela ketika ruang terbatas" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Selalu kelompokkan jendela" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Nama Ruang Kerja" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nama" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Ruang Kerja %d" diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..0fe92a6 --- /dev/null +++ b/po/it.po @@ -0,0 +1,345 @@ +# Italian translations for GNOME Shell extensions +# Copyright (C) 2011 Giovanni Campagna et al. +# Copyright (C) 2012, 2013, 2014 The Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Giovanni Campagna , 2011 +# Milo Casagrande , 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-10-05 07:43+0000\n" +"PO-Revision-Date: 2014-10-05 15:19+0100\n" +"Last-Translator: Milo Casagrande \n" +"Language-Team: Italian \n" +"Language: it\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: Poedit 1.6.9\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME classico" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Questa sessione si avvia con GNOME classico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell classico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gestione finestre a avvio applicazioni" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Collega la finestra modale alla finestra genitore" + +#: ../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 "" +"Questa chiave scavalca quella in org.gnome.mutter quando è in esecuzione " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Disposizione dei pulsanti nella barra del titolo" + +#: ../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 "" +"Questa chiave scavalca quella in org.gnome.desktop.wm.preferences quando è " +"in esecuzione GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Abilita la tassellatura sul bordo quando le finestre vengono rilasciate ai " +"bordi dello schermo" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Spazi di lavoro solo sul monitor principale" + +#: ../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 "" +"Ritarda il cambio del focus nella modalità mouse finché il puntantore non si " +"ferma" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Solo la miniatura" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Solo l'icona dell'applicazione" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "La miniatura e l'icona dell'applicazione" + +# ndt: con invece che come, perchè altrimenti l'articolo sta male +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Mostra le finestre con" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Mostra solo le finestre dello spazio di lavoro corrente" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Panoramica attività" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Preferiti" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Applicazioni" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Elenco applicazioni e spazi di lavoro" + +#: ../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 "" +"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" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Applicazione" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Spazio di lavoro" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Aggiungi regola" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Crea una nuova regola di corrispondenza" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Aggiungi" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Espulsione dell'unità «%s» non riuscita:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositivi rimovibili" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Apri file" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Ciao, mondo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Testo di benvenuto alternativo" + +#: ../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 "" +"Se non vuoto, contiene il testo che verrà mostrato cliccando sulla barra " +"superiore." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Messaggio" + +#: ../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 mira a mostrare come costruire un'estensione della Shell che si " +"comporti bene e come tale non ha molte funzioni vere e proprie.\n" +"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 +msgid "Use more screen for windows" +msgstr "Usa più spazio per le finestre" + +#: ../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 "" +"Cerca di usare più spazio per collocare le miniature delle finestre, " +"adattandosi al rapporto d'aspetto dello schermo, e consolidandole " +"ulteriormente per ridurre lo spazio complessivo. Questa impostazione si " +"applica solo se l'algoritmo di posizionamento è \"natural\"." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Posiziona i titoli delle finestre in cima" + +#: ../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 VERO, posiziona i titoli delle finestre in cima alle rispettive " +"miniature, aggirando il comportamento normale della shell, che li colloca in " +"basso. Modificare questa impostazione richiede di riavviare la shell." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Posizioni" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Avvio di «%s» non riuscito" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Home" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Esplora rete" + +#: ../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.in.h:1 +msgid "Theme name" +msgstr "Nome del tema" + +#: ../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 "Il nome del tema, da caricare da ~/.themes/nome/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Chiudi" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Deminimizza" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizza" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Demassimizza" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Massimizza" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizza tutto" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Deminimizza tutto" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Massimizza tutto" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Demassimizza tutto" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Chiudi tutto" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicatore spazi di lavoro" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Elenco finestre" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quando raggruppare le finestre" + +#: ../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 "" +"Decide quando raggruppare le finestre della stessa applicazione sull'elenco " +"delle finestre. I possibili valori sono \"never\", \"auto\" e \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Raggruppamento finestre" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Non raggruppare le finestre" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Raggruppare le finestre quando c'è poco spazio" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Raggruppare sempre le finestre" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Nomi degli spazi di lavoro" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nome" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Spazio di lavoro %d" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..8d17947 --- /dev/null +++ b/po/ja.po @@ -0,0 +1,406 @@ +# gnome-shell-extensions ja.po +# Copyright (C) 2011-2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Takeshi AIHANA , 2011. +# Jiro Matsuzawa , 2011, 2013 +# Nishio Futoshi , 2013. +# Ikuya Awashiro , 2014. +# Hajime Taira , 2014. +# +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: 2014-08-28 19:37+0000\n" +"PO-Revision-Date: 2014-08-29 12:16+0900\n" +"Last-Translator: Hajime Taira \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../data/gnome-classic.desktop.in.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/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell クラシック" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "ウィンドウ管理とアプリケーション起動" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "モーダルダイアログを親ウィンドウに結び付ける" + +#: ../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 "GNOME Shell 使用時は、このキーが、org.gnome.mutter の同じキーよりも優先します。" + +#: ../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 "GNOME Shell 使用時は、このキーが、org.gnome.desktop.wm.preferences の同じキーよりも優先します。" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "ウィンドウを画面の端に移動させたときにタイル状に配置する" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "プライマリモニターのみワークスペースを切り替える" + +#: ../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 "ポインターの動作が止まるまでマウスモードでのフォーカスの変更を遅らせる" + +#: ../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:39 +msgid "Activities Overview" +msgstr "アクティビティ" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "お気に入り" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "アプリケーション" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "アプリケーションとワークスペースのリスト" + +#: ../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 "アプリケーションの識別子 (.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:123 +msgid "Removable devices" +msgstr "リムーバブルデバイス" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ファイルを開く" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hello, world!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "代わりの挨拶テキストです。" + +#: ../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 "空でない場合、指定したテキストが、パネルをクリックした時に表示されます。" + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "メッセージ" + +#: ../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 は、うまく動作する GNOME Shell 拡張機能の構築方法を示すことを目的としています。それ自体の機能はほんとどありません。\n" +"それでも、挨拶メッセージをカスタマイズすることはできます。" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "ウィンドウにたくさんの画面を使うかどうか" + +#: ../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 "ウィンドウのサムネイルを複数配置する際に、画面のアスペクト比に合わせて、境界部分を減らすことにより、ウィンドウを統合することで、さらにたくさんの画面を使用できるようにするかどうかです。この設定は 'natural' の配置アルゴリズムを採用している場合にのみ適用されます。" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "ウィンドウのタイトルバーを上端に表示するかどうか" + +#: ../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 "TRUE にすると、ウィンドウのサムネイルの上端にそのウィンドウのタイトルバーを表示します (これは、サムネイルの下端にタイトルバーを表示する GNOME シェルのデフォルト値よりも優先されます)。この設定を適用する際は GNOME シェルを再起動してください。" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "場所" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" の起動に失敗" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "コンピューター" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ホーム" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "テーマの名前" + +#: ../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 "テーマの名前です (~/.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:300 +msgid "Minimize all" +msgstr "全て最小化" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "全て最小化解除" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "全て最大化" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "全て最大化解除" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "全て閉じる" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "ワークスペースインジケーター" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "ウィンドウのリスト" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "ウインドウをグループ化する条件" + +#: ../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 "ウィンドウ一覧にある同じアプリケーションをグループ化する条件を指定します。指定可能な値は、\"never\", \"auto\", \"always\" です。" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "ウィンドウのグループ化" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ウィンドウをグループ化しない" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "ウィンドウ一覧の幅が制限される時にグループ化する" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + +#~ msgid "Normal" +#~ msgstr "標準" + +#~ msgid "Left" +#~ msgstr "左回り" + +#~ msgid "Right" +#~ msgstr "右回り" + +#~ msgid "Upside-down" +#~ msgstr "逆さま" + +#~ msgid "Display" +#~ msgstr "ディスプレイ" + +#~ msgid "Display Settings" +#~ msgstr "ディスプレイ設定" + +#~ msgid "Suspend" +#~ msgstr "サスペンド" + +#~ msgid "Hibernate" +#~ msgstr "ハイバーネート" + +#~ msgid "Power Off" +#~ msgstr "電源オフ" + +#~ msgid "Enable suspending" +#~ msgstr "サスペンドを有効にする" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "メニューアイテムとしてサスペンドを表示します。" + +#~ msgid "Enable hibernating" +#~ msgstr "ハイバーネートを有効にする" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "メニューアイテムとしてハイバーネートを表示します。" + +#~ msgid "Notifications" +#~ msgstr "メッセージ通知" + +#~ msgid "Online Accounts" +#~ msgstr "オンラインアカウント" + +#~ msgid "Lock Screen" +#~ msgstr "画面のロック" + +#~ msgid "Switch User" +#~ msgstr "ユーザーの切り替え" + +#~ msgid "Log Out..." +#~ msgstr "ログアウト..." + +#~ msgid "Drag here to add favorites" +#~ msgstr "ドラッグでお気に入りに追加" + +#~ msgid "New Window" +#~ msgstr "新しいウィンドウで開く" + +#~ msgid "Remove from Favorites" +#~ msgstr "お気に入りから削除" + +#~ msgid "Icon size" +#~ msgstr "アイコンのサイズ" + +#~ msgid "Position of the dock" +#~ msgstr "ドックの位置" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "ドックに表示するアイコンの大きさを指定します。" + +#, fuzzy +#~ msgid "Sets the effect of the hide dock. Allowed values are 'resize' or 'rescale'" +#~ msgstr "ドックをデスクトップに表示する位置を指定します。指定可能な値: 'right'、'left'" + +#~ msgid "Sets the position of the dock in the screen. Allowed values are 'right' or 'left'" +#~ msgstr "ドックをデスクトップに表示する位置を指定します。指定可能な値: 'right'、'left'" + +#~ msgid "%s is away." +#~ msgstr "%s さんは離席中です。" + +#~ msgid "%s is offline." +#~ msgstr "%s さんはオフラインです。" + +#~ msgid "%s is online." +#~ msgstr "%s さんはオンラインです。" + +#~ msgid "%s is busy." +#~ msgstr "%s さんは取り込み中です。" + +#~ msgid "The algorithm used to layout thumbnails in the overview. 'grid' to use the default grid based algorithm, 'natural' to use another one that reflects more the position and size of the actual window" +#~ msgstr "オーバービュー・モードでウィンドウのサムネイルを配置する際のアルゴリズムです。指定可能な値: 'grid' (原則的に格子状に配置していくアルゴリズム)、'natural' (ウィンドウの実際の位置や大きさを考慮して配置していくアルゴリズム)" + +#~ msgid "Window placement strategy" +#~ msgstr "ウィンドウを配置するアルゴリズム" + +#~ msgid "Configure display settings..." +#~ msgstr "ディスプレイの設定..." diff --git a/po/kk.po b/po/kk.po new file mode 100644 index 0000000..de4e07f --- /dev/null +++ b/po/kk.po @@ -0,0 +1,341 @@ +# Kazakh translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# FIRST AUTHOR , YEAR. +# +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: 2014-08-23 19:38+0000\n" +"PO-Revision-Date: 2014-08-24 10:22+0600\n" +"Last-Translator: Baurzhan Muftakhidinov \n" +"Language-Team: Kazakh \n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" + +#: ../data/gnome-classic.desktop.in.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/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Классикалық GNOME Shell" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Терезелерді басқару және қолданбаларды жөнелту" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Модальді сұхбаттарды аталық терезесіне жалғау" + +#: ../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 "" +"Бұл кілт GNOME Shell орындау кезінде org.gnome.mutter кілтін үстінен басады." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Атау жолағындағы батырмалар орналасуы" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Бұл кілт GNOME Shell орындау кезінде org.gnome.desktop.wm.preferences кілтін " +"үстінен жазады." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Терезелерді экран шеттеріне апарған кезде олардың өлшемдерін өзгертуді іске " +"қосу" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Жұмыс орындары тек біріншілік мониторда" + +#: ../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 "Тышқан режиміндегі фокусты ауыстыру курсор тоқтағанша дейін кідірту" + +#: ../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:39 +msgid "Activities Overview" +msgstr "Шолу көрінісі" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Таңдамалылар" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Қолданбалар" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Қолданба және жұмыс орындар тізімі" + +#: ../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 "" +"Жолдар тізімі, әрқайсысы қолданба анықтағышын сақтайды (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" +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:123 +msgid "Removable devices" +msgstr "Алынатын құрылғылар" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Файлды ашу" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Сәлем, әлем!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Альтернативті сәлемдесу мәтіні." + +#: ../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 "Бос болмаса, панельге шерту кезінде көрсетілетін мәтінді сақтайды." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Хабарлама" + +#: ../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 "" +"Бұл мысал Shell үшін тиянақты жұмыс жасайтын кеңейтулерді қалай жасау керек " +"екенін көрсетуге тырысады, сондықтан оның өз мүмкіндіктері аз.\n" +"Сонда да сәлемдесу хабарламасын өзгертуге болады." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Терезелер үшін көбірек экранды қолдану" + +#: ../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 "" +"Терезелер үлгілерін орналастыру кезінде экран жақтарының арақатынасын есепке " +"алып, көбірек экран орнын қолдануға тырысу, және шектеу қоршамын азайту " +"мақсатында оларды әрі қарай да жинастыру. Бұл баптау тек табиғи орналастыру " +"ережесімен іске асады." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Терезелер атауларын жоғарыға орналастыру" + +#: ../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 "" +"True болса, терезе атауларын сәйкес келетін үлгінің үстіне орналастыру, " +"үнсіз келісім бойынша астына орналастырудың орнына. Бұл баптау іске асыру " +"үшін қоршамды қайта іске қосу керек." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Орындар" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" жөнелту сәтсіз аяқталды" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Компьютер" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Үй бумасы" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Желіні шолу" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Процессор" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Жады" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Тема атауы" + +#: ../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 "Тема атауы, ~/.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:300 +msgid "Minimize all" +msgstr "Барлығын қайыру" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Барлығын қайырылған емес қылу" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Барлығын жазық қылу" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Барлығын жазық емес қылу" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Барлығын жабу" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Жұмыс орын индикаторы" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Терезелер тізімі" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Терезелерді қашан топтау керек" + +#: ../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 "" +"Терезелер тізімінде бір қолданбаның терезелерін қашан топтау керек екенін " +"сипаттайды. Мүмкін мәндері: \"never\", \"auto\" және \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Терезелерді топтау" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Терезелерді ешқашан топтамау" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Терезелерді орын шектелген кезде топтау" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Терезелерді әрқашан топтау" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" diff --git a/po/km.po b/po/km.po new file mode 100644 index 0000000..de13a79 --- /dev/null +++ b/po/km.po @@ -0,0 +1,326 @@ +# Khmer translation for gnome-shell-extensions. +# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Khoem Sokhem , 2014. +# Sophea Sok , 2014. +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: 2014-04-02 07:59+0000\n" +"PO-Revision-Date: 2014-04-09 08:54+0700\n" +"Last-Translator: Sophea Sok \n" +"Language-Team: Khmer <>\n" +"Language: km\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: WordForge 0.8 RC1\n" +"X-Language: km-KH\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 "សម័យ​នេះ​នឹង​ឲ្យ​អ្នក​ចូល GNOME Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "កំពុង​ចាប់ផ្ដើម​កម្មវិធី និង​ការ​គ្រប់គ្រង​បង្អួច" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "ភ្ជាប់​ប្រអប់​បែប​ទៅកាន់​បង្អួច​មេ" + +#: ../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 "" +"ពាក្យ​គន្លឹះ​នេះ​នឹង​បដិសេធ​​ពាក្យ​គន្លឹះ​នៅ​ក្នុង org.gnome.mutter " +"ពេល​ដំណើរការ GNOME សែល។" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "បើក​គម្រប​គែម​ពេល​ទម្លាក់​បង្អួច​នៅ​លើ​គែម​អេក្រង់" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "តំបន់​ធ្វើការ​មានតែ​នៅ​លើ​ម៉ូនីទ័រ​មេ​ប៉ុណ្ណោះ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "" +"ប្ដូរ​ការ​ពន្យារពេល​ផ្ដោត​នៅ​ក្នុង​របៀប​កណ្ដុរ​រហូតដល់​ព្រួញ​កណ្ដុរ​លែង​ផ្លា" +"ស់ទី" + +#: ../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:37 +msgid "Present windows as" +msgstr "បង្ហាញ​វីនដូ​ជា" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "បង្ហាញ​តែ​វីនដូ​ប៉ុណ្ណោះ​នៅ​ក្នុង​តំបន់​ធ្វើការ​បច្ចុប្បន្ន" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "សកម្មភាព​ទិដ្ឋភាព​ទូទៅ" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "ចំណូលចិត្ត" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "កម្មវិធី" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "កម្មវិធី និង​បញ្ជី​តំបន់​ធ្វើការ" + +#: ../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 "" +"បញ្ជី​ខ្សែ​អក្សរ, បញ្ជី​នីមួយៗ​មាន​លេខ​សម្គាល់​កម្មវិធី (ឈ្មោះ​ឯកសារ​ផ្ទៃតុ) " +"តាម​ពីក្រោយ​ដោយ​សញ្ញា​ចុច​ពីរ និង​លេខ​តំបន់​ធ្វើការ" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "កម្មវិធី" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "តំបន់​ធ្វើការ" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "បន្ថែម​ក្បួន" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "បង្កើត​ក្បួន​ផ្គូរផ្គង​ថ្មី" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "បន្ថែម" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ច្រាន់​ដ្រាយ '%s' ចេញ៖" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "ឧបករណ៍​ចល័ត" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "បើក​ឯកសារ" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "សួស្ដី ពិភពលោក!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "អត្ថបទ​ស្វាគមន៍​ឆ្លាស់គ្នា។" + +#: ../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 "បើ​មិន​ទទេ វា​គឺ​មាន​អត្ថបទ​ដែល​នឹង​បង្ហាញ​ពេល​ចុច​លើ​ស្លាបព្រឹល។" + +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"ឧទាហរណ៍៖ ដើម្បី​បង្ហាញ​របៀប​បង្កើត​ផ្នែក​បន្ថែម​ល្អ​សម្រាប់​សែល " +"វា​គឺ​ត្រូវ​មាន​មុខងារ​ផ្ទាល់ខ្លួន​របស់​វា។\nទោះ​យ៉ាងណា " +"វា​មិន​អាច​ប្ដូរ​សារ​ស្វាគមន៍​បាន​ទេ។" + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "សារ៖" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "ប្រើ​អេក្រង់​ច្រើន​សម្រាប់​បង្អួច" + +#: ../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 "" +"សាកល្បង​ប្រើ​អេក្រង់​ច្រើន​សម្រាប់​ដាក់​រូបភាព​តូច​របស់​បង្អួច​ដោយ​យោង​តាម​ស" +"មាមាត្រ​អេក្រង់ រួច​បង្រួម​វា​ដើម្បី​បន្ថយ​ព្រំដែន​ប្រអប់។ " +"ការ​កំណត់​នេះ​អនុវត្ត​តែ​ជាមួយ​វិធីសាស្ត្រ​ជំនួស​ធម្មជាតិ​ប៉ុណ្ណោះ។" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "ដាក់​ចំណងជើង​បង្អួច​នៅ​ខាងលើ" + +#: ../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 "" +"ប្រសិនបើ​ពិត វា​នឹង​ដាក់​ចំណងជើង​បង្អួច​នៅ​ខាងលើ​រូបភាព​តូច " +"ហើយ​បដិសេធ​សែល​លំនាំដើម​ដែល​ដាក់​វា​នៅ​បាត។ ការ​ប្ដូរ​ការ​កំណត់​នេះ " +"តម្រូវ​ឲ្យ​ចាប់ផ្ដើម​សែល​ឡើងវិញ​ទើប​មាន​ប្រសិទ្ធភាព។" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ដាក់" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ចាប់ផ្ដើម \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "កុំព្យូទ័រ" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ផ្ទះ" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "រក​មើល​បណ្ដាញ" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "ស៊ីភីយូ" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "អង្គ​ចងចាំ" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "ឈ្មោះ​រូបរាង" + +#: ../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 "ឈ្មោះ​រូបរាង​ដែល​ត្រូវ​ផ្ទុក​ចេញពី ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:104 +msgid "Close" +msgstr "បិទ" + +#: ../extensions/window-list/extension.js:114 +msgid "Unminimize" +msgstr "មិន​បង្រួម​អប្បបរមា" + +#: ../extensions/window-list/extension.js:115 +msgid "Minimize" +msgstr "បង្រួម​អប្បបរមា" + +#: ../extensions/window-list/extension.js:121 +msgid "Unmaximize" +msgstr "មិន​ពង្រីក​អតិបរមា" + +#: ../extensions/window-list/extension.js:122 +msgid "Maximize" +msgstr "ពង្រីក​អតិបរមា" + +#: ../extensions/window-list/extension.js:294 +msgid "Minimize all" +msgstr "បង្រួម​អប្បបរមា​ទាំងអស់" + +#: ../extensions/window-list/extension.js:302 +msgid "Unminimize all" +msgstr "មិន​បង្រួម​អប្បបរមា​ទាំងអស់" + +#: ../extensions/window-list/extension.js:310 +msgid "Maximize all" +msgstr "ពង្រីក​អតិបរមា​ទាំងអស់" + +#: ../extensions/window-list/extension.js:319 +msgid "Unmaximize all" +msgstr "មិន​ពង្រីក​អតិបរមា​ទាំងអស់" + +#: ../extensions/window-list/extension.js:328 +msgid "Close all" +msgstr "បិទ​ទាំងអស់" + +#: ../extensions/window-list/extension.js:638 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "ទ្រនិច​បង្ហាញ​តំបន់​ធ្វើការ" + +#: ../extensions/window-list/extension.js:792 +msgid "Window List" +msgstr "បញ្ជី​បង្អួច" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "ពេល​ដាក់​បង្អួច​ជាក្រុម" + +#: ../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 "" +"សម្រេចចិត្ត​ថា​តើ​ពេល​ណា​ដែល​ត្រូវ​ដាក់​បង្អួច​ជា​ក្រុម​ចេញពី​កម្មវិធី​ដូចគ្" +"នា​នៅ​លើ​បញ្ជី​បង្អួច។ តម្លៃ​ដែល​អាច​ប្រើ​បាន​គឺ៖ \"កុំ\", \"ស្វ័យប្រវត្តិ\" និង " +"\"ជានិច្ច\" ។" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "ដាក់​បង្អួច​ជា​ក្រុម" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "កុំ​ដាក់​បង្អួច​ជា​ក្រុម" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "ដាក់​បង្អួច​ជា​ក្រុម​ពេល​ទំហំ​មាន​ដែន​កំណត់" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "ដាក់​បង្អួច​ជា​ក្រុម​ជានិច្ច" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "ឈ្មោះ​តំបន់​ធ្វើការ៖" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "ឈ្មោះ" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, javascript-format +msgid "Workspace %d" +msgstr "តំបន់​ធ្វើការ %d" diff --git a/po/kn.po b/po/kn.po new file mode 100644 index 0000000..4a56e5b --- /dev/null +++ b/po/kn.po @@ -0,0 +1,393 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Shankar Prasad , 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: \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-09-02 07:39+0000\n" +"PO-Revision-Date: 2014-09-17 16:33+0530\n" +"Last-Translator: Shankar Prasad \n" +"Language-Team: Kannada \n" +"Language: kn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=(n!=1)\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "ಮೂಲ ಕಿಟಕಿಗೆ ಮೋಡಲ್ ಸಂವಾದವನ್ನು ಸೇರಿಸು" + +#: ../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 "" +"GNOME ಶೆಲ್‌ ಅನ್ನು ಚಲಾಯಿಸುವಾಗ ಈ ಕೀಲಿಯು org.gnome.mutter ಯಲ್ಲಿನ ಕೀಲಿಯನ್ನು " +"ಅತಿಕ್ರಮಿಸುತ್ತದೆ." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "ಶೀರ್ಷಿಕೆಪಟ್ಟಿಯಲ್ಲಿ ಗುಂಡಿಗಳ ವ್ಯವಸ್ಥಿತ ಜೋಡಿಸುವಿಕೆ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"GNOME ಶೆಲ್‌ ಅನ್ನು ಚಲಾಯಿಸುವಾಗ ಈ ಕೀಲಿಯು org.gnome.desktop.wm.preferences ನಲ್ಲಿನ " +"ಕೀಲಿಯನ್ನು " +"ಅತಿಕ್ರಮಿಸುತ್ತದೆ." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"ತೆರೆಯ ಅಂಚುಗಳಲ್ಲಿ ಕಿಟಕಿಗಳನ್ನು ಬೀಳಿಸುವಾಗ ಅಂಚಿನ ಟೈಲಿಂಗ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "ಪ್ರಾಥಮಿಕ ತೆರೆಯಲ್ಲಿ ಇರುವ ಕಾರ್ಯಕ್ಷೇತ್ರಗಳು ಮಾತ್ರ" + +#: ../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 "" +"ತೆರೆಸೂಚಕವು ಚಲಿಸುವುದು ನಿಲ್ಲಿಸುವವರೆಗೆ ಮೌಸ್‌ನಲ್ಲಿನ ಗಮನದ ಬದಲಾವಣೆಗಳನ್ನು ವಿಳಂಬಗೊಳಿಸು" + +#: ../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:39 +msgid "Activities Overview" +msgstr "ಚಟುವಟಿಕೆ ಅವಲೋಕನ" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "ನೆಚ್ಚಿನವು" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "ಅನ್ವಯಗಳು" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "ಅನ್ವಯ ಮತ್ತು ಕಾರ್ಯಕ್ಷೇತ್ರದ ಪಟ್ಟಿ" + +#: ../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 "" +"ಅನ್ವಯ id (ಗಣಕತೆರೆ ಕಡತದ ಹೆಸರು), ನಂತರ ಒಂದು ವಿವರಣೆ ಚಿಹ್ನೆ ಮತ್ತು ಕಾರ್ಯಕ್ಷೇತ್ರದ " +"ಸಂಖ್ಯೆಯನ್ನು ಹೊಂದಿರುವ ವಾಕ್ಯಾಂಶಗಳ ಒಂದು ಪಟ್ಟಿ" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "ತೆಗೆಯಬಹುದಾದ ಸಾಧನಗಳು" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ಕಡತವನ್ನು ತೆರೆ" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "ನಮಸ್ಕಾರ, ಎಲ್ಲರಿಗೂ!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "ಪರ್ಯಾಯ ಶುಭಾಶಯ ಪಠ್ಯ." + +#: ../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 "" +"ಖಾಲಿ ಇರದೆ ಇದ್ದಲ್ಲಿ, ಪ್ಯಾನೆಲ್‌ನ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿದಾಗ ತೋರಿಸಲಾಗುವ ಪಠ್ಯವನ್ನು ಇದು " +"ಹೊಂದಿರುತ್ತದೆ." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "ಸಂದೇಶ" + +#: ../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 "" +"ಉದಾಹರಣೆಯು ಶೆಲ್‌ಗಾಗಿ ಉತ್ತಮವಾಗಿ ವರ್ತಿಸುವ ವಿಸ್ತರಣೆಗಳನ್ನು ನಿರ್ಮಿಸುವುದನ್ನು ತೋರಿಸುವ " +"ಉದ್ಧೇಶವನ್ನು ಹೊಂದಿರುತ್ತದೆ ಮತ್ತು ಅದು ತಾನೆ ಸ್ವತಃ ಬಹಳ ಕಡಿಮೆ ಎನ್ನುವಷ್ಟು " +"ಪ್ರಯೋಜನವನ್ನು " +"ನೀಡಬಲ್ಲದು.\n" +"ಆದರೂ ಸಹ ಶುಭಾಶಯದ ಸಂದೇಶವನ್ನು ಅಗತ್ಯಾನುಗಣವಾಗಿಸಲು ಸಾಧ್ಯವಿರುತ್ತದೆ." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "ಕಿಟಕಿಗಳಿಗಾಗಿ ಹೆಚ್ಚಿನ ತೆರೆಯನ್ನು ಬಳಸಿ" + +#: ../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 "" +"ತೆರೆಯ ಆಕಾರ ಅನುಪಾತವನ್ನು ಅಳವಡಿಸಿಕೊಳ್ಳುವ ಮೂಲಕ ಕಿಟಕಿ ಅಡಕಚಿತ್ರಗಳನ್ನು (ತಂಬ್‌ನೈಲ್) " +"ಇರಿಸುವ " +"ಸಲುವಾಗಿ ಹೆಚ್ಚಿನ ತೆರೆಯನ್ನು ಬಳಸಲು, ಮತ್ತು ಸೀಮಿತ ಚೌಕವನ್ನು (ಬೌಂಡಿಂಗ್ ಬಾಕ್ಸ್) ಕಡಿಮೆ " +"ಮಾಡಲು " +"ಅವುಗಳನ್ನು ಇನ್ನಷ್ಟು ಕ್ರೋಢೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಿ. ಈ ಸಿದ್ಧತೆಯು ಕೇವಲ ನೈಸರ್ಗಿಕ " +"ಇರಿಸುವಿಕೆ " +"ತಂತ್ರದೊಂದಿಗೆ ಮಾತ್ರ ಕೆಲಸ ಮಾಡುತ್ತದೆ." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "ಕಿಟಕಿಯ ಶೀರ್ಷಿಕೆಗಳನ್ನು ಮೇಲ್ಭಾಗದಲ್ಲಿ ಇರಿಸು" + +#: ../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 "" +"ನಿಜವಾದಲ್ಲಿ, ಆಯಾಯ ಅಡಕಚಿತ್ರದ ಮೇಲ್ಭಾಗದಲ್ಲಿ ಕಿಟಕಿ ಶೀರ್ಷಿಕೆಗಳನ್ನು ಇರಿಸಿ, ಆ ಮೂಲಕ " +"ಶೆಲ್‌ನ " +"ಪೂರ್ವನಿಯೋಜಿತವಾದಂತಹ ಕೆಳಭಾಗದಲ್ಲಿ ಇರಿಸುವಿಕೆಯನ್ನು ಅತಿಕ್ರಮಿಸಿದಂತಾಗುತ್ತದೆ. ಈ " +"ಸಿದ್ಧತೆಯನ್ನು " +"ಬದಲಾಯಿಸಿದಲ್ಲಿ ಅದು ಕಾರ್ಯರೂಪಕ್ಕೆ ಬರಲು ಶೆಲ್ ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸುವ ಅಗತ್ಯವಿರುತ್ತದೆ." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ಸ್ಥಳಗಳು" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "'%s' ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "ಗಣಕ" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ನೆಲೆ" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" + +#: ../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 "~/.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:300 +msgid "Minimize all" +msgstr "ಎಲ್ಲವನ್ನೂ ಕುಗ್ಗಿಸು" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "ಎಲ್ಲವೂ ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "ಎಲ್ಲವನ್ನೂ ಹಿಗ್ಗಿಸು" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "ಎಲ್ಲವೂ ಹಿಂದಿನ ಸ್ಥಿತಿಗೆ" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "ಎಲ್ಲವನ್ನೂ ಮುಚ್ಚು" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "ಕಾರ್ಯಸ್ಥಳದ ಸೂಚಕ" + +#: ../extensions/window-list/extension.js:798 +#| msgid "Window Grouping" +msgid "Window List" +msgstr "ಕಿಟಕಿಯ ಪಟ್ಟಿ" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು" + +#: ../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 "" +"ಕಿಟಕಿಯ ಪಟ್ಟಿಯಲ್ಲಿ ಒಂದೇ ಅನ್ವಯಗಳ ಕಿಟಕಿಗಳನ್ನು ಯಾವಾಗ ಗುಂಪುಗೂಡಿಸಬೇಕು ಎನ್ನುವುದನ್ನು " +"ಇದು " +"ನಿರ್ಧರಿಸುತ್ತದೆ. ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳೆಂದರೆ, \"never\", \"auto\" ಮತ್ತು \"always\"" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "ಕಿಟಕಿ ಗುಂಪು ಮಾಡುವಿಕೆ" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ಎಂದಿಗೂ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸದಿರು" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "ಸ್ಥಳದ ಮಿತಿ ಇದ್ದಾಗ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸು" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "ಯಾವಾಗಲೂ ಕಿಟಕಿಗಳನ್ನು ಗುಂಪುಗೂಡಿಸು" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Suspend" +#~ msgstr "ಅಮಾನತುಗೊಳಿಸು" + +#~ msgid "Hibernate" +#~ msgstr "ನೆನಪಿನೊಡನೆ ಮುಚ್ಚು" + +#~ msgid "Power Off" +#~ msgstr "ಸ್ಥಗಿತಗೊಳಿಸು (ಪವರ್-ಆಫ್)" + +#~ msgid "Enable suspending" +#~ msgstr "ಅಮಾನತುಗೊಳಿಸುವುದನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "ಅಮಾನತುಗೊಳಿಸು ಪರಿವಿಡಿ ಅಂಶದ ಗೋಚರಿಕೆಯನ್ನು ನಿಯಂತ್ರಿಸು" + +#~ msgid "Enable hibernating" +#~ msgstr "ನೆನಪಿನೊಡನೆ ಮುಚ್ಚುವಿಕೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "ನೆನಪಿನೊಡನೆ ಮುಚ್ಚು ಪರಿವಿಡಿ ಅಂಶದ ಗೋಚರಿಕೆಯನ್ನು ನಿಯಂತ್ರಿಸು" + +#~ msgid "Normal" +#~ msgstr "ಸಾಮಾನ್ಯ" + +#~ msgid "Left" +#~ msgstr "ಎಡ" + +#~ msgid "Right" +#~ msgstr "ಬಲ" + +#~ msgid "Upside-down" +#~ msgstr "ತಲೆಕೆಳಗೆ" + +#~ msgid "Display" +#~ msgstr "ಪ್ರದರ್ಶಕ" + +#~ msgid "Display Settings" +#~ msgstr "ಪ್ರದರ್ಶಕದ ಸಿದ್ಧತೆಗಳು" diff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000..64ac0ca --- /dev/null +++ b/po/ko.po @@ -0,0 +1,332 @@ +# Korean translation for gnome-shell-extensions. +# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Seong-ho Cho , 2012. +# Changwoo Ryu , 2013-2014. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-09-04 19:38+0000\n" +"PO-Revision-Date: 2014-09-05 07:14+0900\n" +"Last-Translator: Changwoo Ryu \n" +"Language-Team: Korean \n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "그놈 클래식" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "모달 대화 상자를 상위 창에 붙이기" + +#: ../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 "그놈 셸을 실행할 때 org.gnome.mutter에 있는 키 대신 사용됩니다." + +#: ../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 "그놈 셸을 실행할 때 org.gnome.desktop.wm.preferences에 있는 키 대신 사용됩니다." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "화면 가장자리에 창을 놓을 때 가장자리 맞추기 기능을 사용합니다" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "주 모니터에만 작업 공간 사용" + +#: ../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 "마우스 포인터가 움직이지 않을 때까지 포커스 전환을 미루기" + +#: ../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:39 +msgid "Activities Overview" +msgstr "현재 활동" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "즐겨찾기" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "프로그램" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "프로그램 및 작업 공간 목록" + +#: ../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 "" +"문자열 목록, 각각은 프로그램 ID(데스크톱 파일 이름) 다음에 콜론 뒤에 작업 공" +"간 번호." + +#: ../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:123 +msgid "Removable devices" +msgstr "이동식 장치" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "파일 열기" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "안녕하세요, 여러분!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "다른 인사말." + +#: ../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 "빈 값이 아니면, 패널을 눌렀을때 보일 텍스트입니다." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "메시지" + +#: ../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 확장은 잘 동작하는 셸 확장을 어떻게 만드는지 보여주는 예제이므로 자" +"체 기능은 거의 없습니다.\n" +"하지만 인사 메시지를 원하는대로 지정할 수 있습니다." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "창에 더 많은 화면 사용하기" + +# natural placement strategy - 그냥 자동으로 표시되는 거. 손으로 옮긴 경우 말고. +#: ../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 "" +"창의 섬네일을 표시할 때 더 많은 화면을 사용합니다. 섬네일을 화면 종횡비에 맞" +"추고 섬네일을 통합해 차지하는 크기를 줄입니다. 이 설정은 자동 배치 방식에서" +"만 적용됩니다." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "창 이름을 위에" + +#: ../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 "" +"참이면, 창의 이름을 각 섬네일 위에 표시합니다. 셸의 기본값은 아래에 창 이름" +"을 표시합니다. 이 설정을 바꾸면 셸을 다시 시작해야 적용됩니다." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "위치" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" 실행에 실패했습니다" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "컴퓨터" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "홈" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "테마 이름" + +#: ../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 "테마 이름, ~/.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:300 +msgid "Minimize all" +msgstr "모두 최소화" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "모두 최소화 취소" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "모두 최대화" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "모두 최대화 취소" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "모두 닫기" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "작업 공간 표시" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "창 목록" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "창 모으기 조건" + +#: ../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 "" +"창 목록에서 같은 프로그램의 창을 언제 모을지 결정합니다. 가능한 값은 \"never" +"\", \"auto\", \"always\"입니다." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "창 모으기" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "창을 모으지 않기" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "공간이 부족할 때 창 모으기" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..41dc08b --- /dev/null +++ b/po/lt.po @@ -0,0 +1,342 @@ +# gnome extensions lithuanian language. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Algimantas Margevičius , 2011. +# Aurimas Černius , 2013, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: lt\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-06-02 19:27+0000\n" +"PO-Revision-Date: 2014-06-02 23:22+0300\n" +"Last-Translator: Aurimas Černius \n" +"Language-Team: Lietuvių \n" +"Language: lt\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" +"%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Gtranslator 2.91.6\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Klasikinis GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Šis seansas prijungs jus prie klasikinio GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasikinis GNOME Shell" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Langų valdymas ir programų paleidimas" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Prikabinti modalinį dialogą prie tėvinio lango" + +#: ../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 "" +"Šis raktas padaro org.gnome.mutter raktą neveiksniu naudojant GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Mygtukų išdėstymas pavadinimo juostoje" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Šis raktas padaro org.gnome.desktop.wm.preferences raktą neveiksniu " +"naudojant GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Įjungti išplėtimą kraštuose nutempiant langus į ekrano kraštus" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Darbalaukiai tik pagrindiniame monitoriuje" + +#: ../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 "Atidėti fokuso pakeitimą pelei iki žymiklis nustos judėti" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Tik miniatiūros" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Tik programos piktograma" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatiūra ir programos piktograma" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Pateikti langus kaip" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Rodyti tik dabartinio darbalaukio langus" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Veiklų apžvalga" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Mėgiamiausi" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Programos" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Programų ir darbalaukių sąrašas" + +#: ../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 "" +"Eilučių sąrašas, kur kiekviena turi programos id (darbastalio failo vardą), " +"po jo dvitaškis ir darbalaukio numeris" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Programa" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Darbalaukis" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Pridėti taisyklę" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Sukurti naują atitikimo taisyklę" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Pridėti" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Laikmenos „%s“ išstūmimas nepavyko:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Išimami įrenginiai" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Atverti failą" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Labas, pasauli!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatyvus pasveikimo tekstas." + +#: ../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 "" +"Jei netuščias, jis turi tekstą, kuri bus rodomas paspaudus ant skydelio." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Pranešimas" + +#: ../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 siekia parodyti, kaip sukurti gerai besielgiančius apvalkalo " +"plėtinius ir tokius, kurie turi mažai savo funkcionalumo.\n" +"Visgi, yra galima pakeisti sveikimo pranešimą." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Naudoti daugiau ekrano langams " + +#: ../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 "" +"Bandyti naudoti daugiau ekrano vietos talpinant langų miniatiūras pritaikant " +"prie ekrano kraštinių santykio ir suglaudinant jas taip sumažinant aprėpties " +"langą. Šis nustatymas galios tik esant „natural“ talpinimo strategijai." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Talpinti lango antraštes viršuje" + +#: ../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 "" +"Jei teigiama, patalpinti lango antraštes virš atitinkamos miniatiūros, " +"nepaisant numatyto talpinimo apačioje. Pakeitus šiuos nustatymus reikės " +"paleisti apvalkalą iš naujo." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Vietos" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Nepavyko paleisti „%s“" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Kompiuteris" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Namų aplankas" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Naršyti tinklą" + +#: ../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 +msgid "Theme name" +msgstr "Temos pavadinimas" + +#: ../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 "Temos pavadinimas, kuri bus įkrauta iš ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Užverti" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Grąžinti iš sumažinimo" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Sumažinti" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Grąžinti iš išdidinimo" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Išdidinti" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Sumažinti visus" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Grąžinti visus iš sumažinimo" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Išdidinti visus" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Grąžinti visus iš išdidinimo" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Užverti visus" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Darbalaukio indikatorius" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Langų sąrašas" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kada grupuoti langus" + +#: ../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 "" +"Nusprendžia, kada grupuoti tos pačios programos langus langų sąraše. Galimos " +"vertės yra „never“, „auto“ ir „always“." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Langų grupavimas" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Niekada negrupuoti langų" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Grupuoti langus, kai yra ribotai vietos" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Visada grupuoti langus" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Darbalaukių pavadinimai" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Pavadinimas" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Darbalaukis %d" diff --git a/po/lv.po b/po/lv.po new file mode 100644 index 0000000..9b032cb --- /dev/null +++ b/po/lv.po @@ -0,0 +1,624 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# +# Rūdofls Mazurs , 2011, 2012. +# Rūdolfs Mazurs , 2012, 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: \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-09-28 07:44+0000\n" +"PO-Revision-Date: 2014-09-28 16:38+0300\n" +"Last-Translator: Rūdolfs Mazurs \n" +"Language-Team: Latvian \n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Klasiskais GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Šī sesija ieraksta jūs klasiskajā GNOME vidē" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasiskā GNOME čaula" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Logu pārvaldība un lietotņu palaišana" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Pievienot modālo dialoglodziņu vecāka logam" + +#: ../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 "Šī atslēga pārraksta org.gnome.mutter atslēgu, darbinot GNOME čaulu." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Pogu izkārtojums virsraksta joslā" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Šī atslēga pārraksta org.gnome.desktop.wm.preferences atslēgu, darbinot " +"GNOME čaulu." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Aktivēt logu sānisko izklāšanu, kad to nomet uz ekrāna malas" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Darbvietas tikai uz galvenā monitora" + +#: ../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 "Peles režīmā aizkavēt fokusa izmaiņas, līdz rādītājs pārstāj kustēties" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Tikai sīktēli" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Tikai lietotnes ikonas" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Sīktēli un lietotņu ikonas" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Rādīt logus kā" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Rādīt tikai logus, kas ir pašreizējā darbvietā" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktivitāšu pārskats" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Izlase" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Lietotnes" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lietotņu un darbvietu saraksts" + +#: ../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 "" +"Saraksts ar virknēm, kas katra satur lietotnes id (darbvirsmas datnes " +"nosaukums), kam seko kols un darbvietas numurs" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Lietotne" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Darbvieta" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Pievienot kārtulu" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Izveidot jaunu atbilstošu kārtulu" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Pievienot" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Neizdevās izgrūst dzini “%s”:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Izņemamās ierīces" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Atvērt datni" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Sveika pasaule!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatīvs sveikšanas teksts." + +#: ../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 "" +"Ja nav tukšs, tas satur tekstu, kas tiks rādīts, kas tiek klikšķināts uz " +"paneļa." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Ziņojums" + +#: ../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 mēģina parādīt, kā veidot pieklājīgas uzvedības paplašinājumus " +"čaulai un kā tādam tam pašam par sevi nav lielas jēgas.\n" +"Tomēr, tam var pielāgot sveiciena ziņojumu." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Lietot vairāk ekrānu logiem" + +#: ../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 "" +"Mēģināt izmantot vairāk ekrāna logu sīktēlu izvietošanai, pielāgojoties " +"ekrāna garuma un platuma attiecībai, un tos sablīvējot ciešāk, samazinot " +"aptverošo kasti. Šis iestatījums darbojas tikai ar dabisko izvietojumu " +"stratēģiju." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Novieto loga parakstus augšpusē" + +#: ../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 "" +"Ja patiess, loga parakstus novieto virs attiecīgā sīktēla, pārrakstot čaulas " +"noklusēto novietojumu (apakšā). Lai šī iestatījuma izmaiņas stātos spēkā, " +"jāpārstartē čaula." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Vietas" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Neizdevās palaist “%s”" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Dators" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Mājas" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Pārlūkot tīklu" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Procesors" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Atmiņa" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Motīva nosaukums" + +#: ../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 "Motīva nosaukums, ko ielādēt no ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Aizvērt" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Atminimizēt" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizēt" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Atjaunot" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maksimizēt" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizēt visus" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Atminimizēt visus" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maksimizēt visus" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Atmaksimizēt visus" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Aizvērt visu" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Darbvietu indikators" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Logu saraksts" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kad grupēt logus" + +#: ../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 "" +"Nosaka, kad grupēt vienas programmas logus “Logu sarakstā”. Pieļaujamās " +"vērtības ir “never”, “auto” un “always”." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Logu grupēšana" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nekad negrupēt logus" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Grupēt logus, kad vieta ir ierobežota" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Vienmēr grupēt logus" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Darbvietu nosaukumi" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nosaukums" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Darbvieta %d" + +#~ msgid "The application icon mode." +#~ msgstr "Lietotnes ikonas režīms." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Konfigurē, kā pārslēdzējā tiek parādīts logs. Derīgās iespējas ir " +#~ "“thumbnail-only” (rāda loga sīktēlu), “app-icon-only” (rāda tikai " +#~ "lietotnes ikonu) vai “both” (abi)." + +#~ msgid "Suspend" +#~ msgstr "Iesnaudināt" + +#~ msgid "Hibernate" +#~ msgstr "Iemidzināt" + +#~ msgid "Power Off" +#~ msgstr "Izslēgt" + +#~ msgid "Enable suspending" +#~ msgstr "Aktivēt iesnaudināšanu" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Pārvaldīt iesnaudināšanas izvēlnes vienuma redzamību" + +#~ msgid "Enable hibernating" +#~ msgstr "Aktivēt iemidzināšanu" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Pārvaldīt iemidzināšanas izvēlnes vienuma redzamību" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Velciet šeit, lai pievienotu izlasei" + +#~ msgid "New Window" +#~ msgstr "Jauns logs" + +#~ msgid "Quit Application" +#~ msgstr "Iziet no lietotnes" + +#~ msgid "Remove from Favorites" +#~ msgstr "Izņemt no izlases" + +#~ msgid "Position of the dock" +#~ msgstr "Doka novietojums" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Iestata doka novietojumu ekrānā. Atļautās vērtības ir “right” vai “left”" + +#~ msgid "Icon size" +#~ msgstr "Ikonas izmērs" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Iestata ikonu izmēru dokā." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Aktivēt/deaktivēt automātisko slēpšanu" + +#~ msgid "Autohide effect" +#~ msgstr "Automātiskās slēpšanas efekts" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Iestata doka slēpšanas efektu. Atļautās vērtības ir “resize” vai " +#~ "“rescale” un “move”" + +#~ msgid "Autohide duration" +#~ msgstr "Automātiskās slēpšanas ilgums" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Iestata automātiskās slēpšanas efekta laiku." + +#~ msgid "Monitor" +#~ msgstr "Monitors" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Iestata monitoru, lai rādītu doku. Noklusējuma vērtība (-1) nozīmē " +#~ "primāro monitoru." + +#~ msgid "%s is away." +#~ msgstr "%s ir prom." + +#~ msgid "%s is offline." +#~ msgstr "%s ir nesaistē." + +#~ msgid "%s is online." +#~ msgstr "%s ir tiešsaistē." + +#~ msgid "%s is busy." +#~ msgstr "%s ir aizņemts." + +#~ msgid "Devices" +#~ msgstr "Ierīces" + +#~ msgid "Bookmarks" +#~ msgstr "Grāmatzīmes" + +#~ msgid "Network" +#~ msgstr "Tīkls" + +#~ msgid "File System" +#~ msgstr "Datņu sistēma" + +#~ msgid "Normal" +#~ msgstr "Normāls" + +#~ msgid "Left" +#~ msgstr "Pa kreisi" + +#~ msgid "Right" +#~ msgstr "Pa labi" + +#~ msgid "Upside-down" +#~ msgstr "Otrādi" + +#~ msgid "Display" +#~ msgstr "Displejs" + +#~ msgid "Display Settings" +#~ msgstr "Displeja iestatījumi" + +#~ msgid "The alt tab behaviour." +#~ msgstr "Alt tab uzvedība." + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Iestata Alt-Tab uzvedību. Iespējamās vērtības: all_thumbnails un " +#~ "workspace_icons. Skatiet konfigurācijas dialoglodziņus, lai uzzinātu " +#~ "vairāk." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Šis režīms parāda visas lietotnes no visām darbvietām vienā izvēles " +#~ "sarakstā. Tā vietā, lai izmantotu lietotnes ikonu katrā logā, tas izmanto " +#~ "sīktēlus, kas izskatās pēc paša loga." + +#~ msgid "Workspace & Icons" +#~ msgstr "Darba vieta un ikonas" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Šis režīms ļauj jums pārslēgties starp lietotnēm jūsu pašreizējā " +#~ "darbvietā un dod jums papildu iespēju pārslēgties uz pēdējo lietoto " +#~ "lietotni iepriekšējā darbvietā. Tas vienmēr ir pēdējais simbols sarakstā " +#~ "un ir atdalīts ar semikolu/vertikālu līniju, ja ir pieejams.\n" +#~ "Katru logu reprezentē šī lietotnes ikona." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "" +#~ "Pārvietot pašreizējo izvēli uz priekšu pirms aizvērt uznirstošo lodziņu" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "Alternate Tab var izmantot dažādos režīmos, kas ietekmē veidu, kā logi " +#~ "tiek izvēlēti un attēloti." + +#~ msgid "Removable Devices" +#~ msgstr "Noņemamās ierīces" + +#~ msgid "Configure display settings..." +#~ msgstr "Konfigurēt displeja iestatījumus..." + +#~ msgid "Notifications" +#~ msgstr "Paziņojumi" + +#~| msgid "My Account" +#~ msgid "Online Accounts" +#~ msgstr "Tiešsaistes konti" + +#~ msgid "Lock Screen" +#~ msgstr "Bloķēt ekrānu" + +#~ msgid "Switch User" +#~ msgstr "Mainīt lietotāju" + +#~ msgid "Log Out..." +#~ msgstr "Izrakstīties..." + +#~ msgid "" +#~ "This is the first time you use the Alternate Tab extension. \n" +#~ "Please choose your preferred behaviour:\n" +#~ "\n" +#~ "All & Thumbnails:\n" +#~ " This mode presents all applications from all workspaces in one " +#~ "selection \n" +#~ " list. Instead of using the application icon of every window, it uses " +#~ "small \n" +#~ " thumbnails resembling the window itself. \n" +#~ "\n" +#~ "Workspace & Icons:\n" +#~ " This mode let's you switch between the applications of your current \n" +#~ " workspace and gives you additionally the option to switch to the last " +#~ "used \n" +#~ " application of your previous workspace. This is always the last " +#~ "symbol in \n" +#~ " the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ " Every window is represented by its application icon. \n" +#~ "\n" +#~ "Native:\n" +#~ " This mode is the native GNOME 3 behaviour or in other words: " +#~ "Clicking \n" +#~ " native switches the Alternate Tab extension off. \n" +#~ msgstr "" +#~ "Šī ir pirmā reize, kad izmantojat Alternate Tab paplašinājumu.\n" +#~ "Lūdzu, izvēlieties vēlamo uzvedību:\n" +#~ "\n" +#~ "Viss un sīktēli:\n" +#~ " Šis režīms rāda visas lietotnes no visām daba vietām viena izlases " +#~ "sarakstā.\n" +#~ " Tā vietā lai katrā logā izmantotu lietotnes ikonu, tas izmanto mazu " +#~ "sīktēlu,\n" +#~ " kas pats atgādina logu.\n" +#~ "\n" +#~ "Darba vieta un ikonas:\n" +#~ " Šis režīms ļauj pārslēgties starp lietotnēm pašreizējā darba vietā " +#~ "un \n" +#~ " dod jums iespēju pārslēgties uz iepriekš lietoto lietotni iepriekšējā " +#~ "darba\n" +#~ " vietā. Tas vienmēr ir pēdējais simbols sarakstā un ir nošķirts ar \n" +#~ " atdalītāju vai vertikālu līniju, ja ir tāda ir pieejama.\n" +#~ " Katru logu attēlo tam atbilstošās lietotnes ikona.\n" +#~ "\n" +#~ "\n" +#~ "Vietējs: Šis režīms ir vietēja GNOME 3 uzvedība, jeb citiem vārdiem: " +#~ "vietējais režīms\n" +#~ " izslēdz Alternate Tab paplašinājumu.\n" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt Tab uzvedība" + +#~ msgid "Cancel" +#~ msgstr "Atcelt" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "Ja patiess, par noklusēto uzvedību vaicāt lietotājam." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Norāda, vai Alternate Tab ir tikko uzinstalēts" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "Algoritms, ko izmanto sīktēlu izkārtošanai pārskatā. 'grid', lai " +#~ "izmantotu noklusēto algoritmu, 'natural', lai izmantotu citu, kas vairāk " +#~ "atbilst logu novietojumam un izmēram." + +#~ msgid "Window placement strategy" +#~ msgstr "Logu izvietojumu stratēģija" + +#~ msgid "Available" +#~ msgstr "Pieejams" + +#~ msgid "Busy" +#~ msgstr "Aizņemts" diff --git a/po/ml.po b/po/ml.po new file mode 100644 index 0000000..5945009 --- /dev/null +++ b/po/ml.po @@ -0,0 +1,319 @@ +# Malayalam translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Joshina Ramakrishnan , 2013. +# joshina Ramakrishnan , 2013. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-07-04 14:06+0000\n" +"PO-Revision-Date: 2013-06-02 12:35+0530\n" +"Last-Translator: joshina Ramakrishnan \n" +"Language-Team: സ്വതന്ത്രമലയാളം കമ്പ്യൂട്ടിങ്ങ് \n" +"Language: ml\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 "ഗ്നോം ക്ലാസ്സിക്‍" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "" + +#: ../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 "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#, fuzzy +#| msgid "Workspace Indicator" +msgid "Workspaces only on primary monitor" +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:37 +msgid "Present windows as" +msgstr "നിലവിലുള്ള ജാലകങ്ങളെ ഇങ്ങനെ" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "നിലവിലുളള പണിയറയിലെ ജാലകങ്ങളെ മാത്രം കാണിയ്ക്കുക" + +#. add the new entries +#: ../extensions/alternative-status-menu/extension.js:125 +msgid "Suspend" +msgstr "താത്കാലികനിദ്ര" + +#: ../extensions/alternative-status-menu/extension.js:128 +msgid "Hibernate" +msgstr "ശിശിരനിദ്ര" + +#: ../extensions/alternative-status-menu/extension.js:131 +msgid "Power Off" +msgstr "നിര്‍ത്തുക" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1 +msgid "Enable suspending" +msgstr "താല്‍ക്കാലികനിദ്ര സജ്ജമാക്കുക" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2 +msgid "Control the visibility of the Suspend menu item" +msgstr "താല്‍ക്കാലികനിദ്ര മെനുവിന്റെ ദൃശ്യത നിയന്ത്രിക്കുക" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3 +msgid "Enable hibernating" +msgstr "ശിശിരനിദ്ര സജ്ജമാക്കുക" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:4 +msgid "Control the visibility of the Hibernate menu item" +msgstr "ശിശിരനിദ്ര മെനുവിന്റെ ദൃശ്യത നിയന്ത്രിക്കുക" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "പ്രവര്‍ത്തനങ്ങളുടെ അവലോകനം" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "ഇഷ്ടമുളളവ" + +#: ../extensions/apps-menu/extension.js:276 +msgid "Applications" +msgstr "പ്രയോഗങ്ങള്‍" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "പ്രയോഗങ്ങളുടെയും പണിയറകളുടെയും പട്ടിക" + +#: ../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 "" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "പ്രയോഗം" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "പണിയറ" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "നിയമം ചേര്‍ക്കുക" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "ചേര്‍ക്കുക" + +#: ../extensions/drive-menu/extension.js:72 +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "'%s' ഡ്രൈവ് പുറത്തെടുക്കുന്നതില്‍ പരാജയപ്പെട്ടു:" + +#: ../extensions/drive-menu/extension.js:89 +msgid "Removable devices" +msgstr "നീക്കം ചെയ്യാവുന്ന ഉപകരണങ്ങള്‍" + +#: ../extensions/drive-menu/extension.js:106 +msgid "Open File" +msgstr "ഫയല്‍ തുറക്കുക" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "ലോകമേ, നമസ്കാരം!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "ബദല്‍ ആശംസാ സന്ദേശം" + +#: ../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 "" + +#. TRANSLATORS: Example is the name of the extension, should not be +#. translated +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "സന്ദേശം:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "" + +#: ../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 "" + +#: ../extensions/places-menu/extension.js:77 +msgid "Places" +msgstr "സ്ഥലങ്ങള്‍" + +#: ../extensions/places-menu/placeDisplay.js:56 +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" ലഭ്യമാക്കുന്നതില്‍ പരാജയം" + +#: ../extensions/places-menu/placeDisplay.js:98 +#: ../extensions/places-menu/placeDisplay.js:121 +msgid "Computer" +msgstr "കമ്പ്യൂട്ടര്‍" + +#: ../extensions/places-menu/placeDisplay.js:199 +msgid "Home" +msgstr "പൂമുഖം" + +#: ../extensions/places-menu/placeDisplay.js:286 +msgid "Browse Network" +msgstr "ശൃംഖല പരതുക" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "സി.പി.യു" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "മെമ്മറി" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "രംഗവിതാനത്തിന്റെ പേരു്" + +#: ../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 "~/.themes/name/gnome-shell ല്‍ നിന്നു എടുക്കേണ്ട രംഗവിതാനത്തിന്റെ പേരു്" + +#: ../extensions/window-list/extension.js:382 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "പണിയറ സൂചകം" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "ജാലകങ്ങളെ എപ്പോള്‍ കൂട്ടമാക്കണം" + +#: ../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 "" +"ജാലകപട്ടികയില്‍ ഒരേ പ്രയോഗത്തില്‍ നിന്നും എപ്പോള്‍ ജാലങ്ങള്‍ കൂട്ടമാക്കണമെന്നു് തീരുമാനിക്കുന്നു. " +"സാധ്യമായ മൂല്യങ്ങള്‍ \"ഒരിക്കലുമില്ല\", \"സ്വതേ\", \"എപ്പോഴും\" എന്നിവയാണു്." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "ജാലകങ്ങളുടെ കൂട്ടം" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ഒരിയ്ക്കലും ജാലകങ്ങളെ കൂട്ടം തിരിയ്ക്കാതിരിയ്ക്കുക" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "സ്ഥലം കുറവാകുമ്പോള്‍ ജാലകങ്ങള്‍ കൂട്ടമായി കാണിയ്ക്കുക" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "എല്ലായ്പ്പോഴും ജാലകങ്ങളെ കൂട്ടം തിരിയ്ക്കുക" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "പണിയറയുടെ പേരുകള്‍" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "പേരു്" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, c-format +msgid "Workspace %d" +msgstr "പണിയറ %d" + +#: ../extensions/xrandr-indicator/extension.js:30 +msgid "Normal" +msgstr "സാധാരണ" + +#: ../extensions/xrandr-indicator/extension.js:31 +msgid "Left" +msgstr "ഇടതു്" + +#: ../extensions/xrandr-indicator/extension.js:32 +msgid "Right" +msgstr "വലതു്" + +#: ../extensions/xrandr-indicator/extension.js:33 +msgid "Upside-down" +msgstr "തല തിരിച്ചു്" + +#: ../extensions/xrandr-indicator/extension.js:50 +msgid "Display" +msgstr "പ്രദര്‍ശനം" + +#: ../extensions/xrandr-indicator/extension.js:87 +msgid "Display Settings" +msgstr "പ്രദര്‍ശന ക്രമീകരണങ്ങള്‍" diff --git a/po/mr.po b/po/mr.po new file mode 100644 index 0000000..dc95710 --- /dev/null +++ b/po/mr.po @@ -0,0 +1,335 @@ +# Marathi translation for gnome-shell-extensions. +# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Sandeep Shedmake , 2014. +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: 2014-09-16 19:39+0000\n" +"PO-Revision-Date: 2014-09-17 09:01+0530\n" +"Last-Translator: Sandeep Shedmake \n" +"Language-Team: Marathi \n" +"Language: mr\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: Lokalize 1.5\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "मुख्य पटलकरिता मोडल संवादची जुळणी करा" + +#: ../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 "" +"GNOME शेल चालवतेवेळी ही कि org.gnome.mutter मधील कि खोडून पुन्हा लिहते." + +#: ../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 "" +"GNOME शेल चालवतेवेळी ही कि org.gnome.desktop.wm.preferences मधील कि खोडून " +"पुन्हा लिहते." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "स्क्रीन किनारांवर पटल टाकतेवेळी किनार टाइनिंग सुरू करा" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "फक्त प्राथमिक मॉनिटरवरील वर्कस्पेसेस" + +#: ../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 "पाँटरची हालचाल बंद होईपर्यंत माउस मोडमधील फोकस बदलावमध्ये विलंब करा" + +#: ../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:39 +msgid "Activities Overview" +msgstr "प्रक्रिया पूर्वावलोकन" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "पसंती" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "ॲप्लिकेशन्स" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "ॲप्लिकेशन आणि कार्यक्षेत्र सूची" + +#: ../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 "" +"स्ट्रिंग्स्ची सूची, प्रत्येकात ॲप्लिकेशन id (डेस्कटॉप फाइल नाव) समाविष्टीत, " +"स्वल्पविराम आणि कार्यक्षेत्र क्रमांक पाठोपाठ" + +#: ../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:123 +msgid "Removable devices" +msgstr "काढून टाकण्याजोगी साधने" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "फाइल उघडा" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "हलो, वर्ल्ड!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "वैकल्पिक प्रणाम मजकूर." + +#: ../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 "रिकामे नसल्यास, पटलावर क्लिक करताना दाखवण्याजोगी मजकूर समाविष्टीत आहे." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "संदेश" + +#: ../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 "" +"उदाहरणात शेल आणि स्वय कामगिरिकरिता योग्य एक्सटेंशन्सची बांधणी कशी करायची ते " +"ठरवले जाते.\n" +"तरीही प्रणाम संदशी पसंतीचे करणे शक्य आहे." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "पटलांकरिता एकापेक्षा जास्त स्क्रीनचा वापर करा" + +#: ../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 "" +"स्क्रीन ॲस्पेक्ट प्रमाणकरिता स्क्रीनला सहमत करून पटल थंबनेल्स स्थीत " +"करण्यासाठी, आणि बाऊंडिंग पेटी छोटे करण्यासाठी, एकापेक्षा जास्त स्क्रीनचा वापर " +"करण्याचा प्रयत्न करा. हे सेटिंग फक्त नॅचरल स्ट्रॅटजिसह लागू होते." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "शीर्षकरिता पटल कॅपशन्स स्थीत करा" + +#: ../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 "" +"खरे असल्यास, पटल कॅप्शन्सला ठराविक थंबनेलच्या शीर्षवर स्थीत करा, शेलच्या " +"तळाला पूर्वनिर्धारितपणे स्थीत करणे वगळूण. ह्या सेटिंगला बदलण्यासाठी कोणत्याही " +"प्रभावकरिता शेलला पुन्हा सुरू करणे आवश्यक आहे." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ठिकाणे" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" सुरू करण्यास अपयशी" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "संगणक" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "होम" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "रंग रूपचे नाव" + +#: ../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 "~/.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:300 +msgid "Minimize all" +msgstr "सर्व छोटे करा" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "सर्व छोटे करणे अशक्य करा" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "सर्व मोठे करा" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "सर्व मोठे करणे अशक्य करा" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "सर्व बंद करा" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "कार्यक्षेत्र निर्देशक" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "पटल सूची" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "पटल केव्हा एकत्रीत करायचे" + +#: ../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 "" +"पटल सूचीवर एकाच ॲप्लिकेशनपासून पटल कधी एकत्रीत करायचे ते ठरवतो. " +"संभाव्य मूल्य \"never\", \"auto\" आणि \"always\" आहे." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "पटल गट बनविणे" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "कधीही पटलांचा गट करू नका" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "जागा मर्यादीत असल्यास पटलांना एका गटामध्ये करा" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + diff --git a/po/ms.po b/po/ms.po new file mode 100644 index 0000000..a45a3ab --- /dev/null +++ b/po/ms.po @@ -0,0 +1,302 @@ +# Malay translation for gnome-shell-extensions. +# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Umarzuki Bin Mochlis Moktar , 2014. +# +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: 2014-09-15 07:37+0000\n" +"PO-Revision-Date: 2014-09-15 23:10+0730\n" +"Last-Translator: Umarzuki Mochlis Moktar \n" +"Language-Team: Malay \n" +"Language: ms\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME Klasik" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Sesi ini log masukkan anda ke GNOME Klasik" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Klasik" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Pengurusan tetingkap dan pelancaran aplikasi" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Sambung tetingkap dialog pada tetingkap induk" + +#: ../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 "Kekunci ini membatalkan kekunci di dalam org.gnome.mutter apabila menjalankan GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Kedudukan butang pada bar tajuk" + +#: ../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 "Kekunci ini membatalkan kekunci di dalam org.gnome.desktop.wm.preferences apabila menjalankan GNOME Shell" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Benarkan penggentingan bucu apabila menjatuhkan tetingkap pada bucu skrin" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Ruangkerja hanya pada monitor utama" + +#: ../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 "Lengahkan pertukaran fokus didalam mod tetikus sehingga penuding berhenti bergerak" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Lakaran kecil sahaja" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Hanya ikon aplikasi" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Lakaran kecil dan ikon aplikasi" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Wakilkan tetingkap sebagai" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Hanya tunjukkan tetingkap didalam ruangkerja semasa" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Gambaran Keseluruhan Aktiviti" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Kegemaran" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplikasi" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Senarai aplikasi dan ruangkerja" + +#: ../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 "Senarai rentetan dimana setiap satu mengandungi id aplikasi (nama fail desktop) diikuti dengan kolon dan nombor ruangkerja" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplikasi" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Ruangkerja" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Tambah Peraturan" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Cipta peraturan baharu yang sepadan" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Tambah" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Gagal melentingkan pemacu '%s':" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Peranti boleh tanggal" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Buka Fail" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hello dunia!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Teks aluan alternatif." + +#: ../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 "Mengandungi teks yang akan ditunjukkan apabila mengklik panel jika tidak kosong." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Mesej" + +#: ../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 "" +"Contoh bertujuan untuk menunjukkan bagaimana kelakuan ciri tambahan yang sepatutnya dimana setiap satu ada fungsian sendiri.\n" +"Walau bagaimanapun, mesej aluan boleh diubahsuai. " + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Gunakan lebih banyak skrin untuk tetingkap" + +#: ../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 "Cuba menggunakan lebih banyak skrin untuk meletakkan lakaran kecil dengan menyesuaikan nisbah bidang skrin dan menggabungkan kesemuanya untuk mengurangkan kotak pembatasan. Tetapan ini hanya digunakan dengan strategi penempatan natural." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Letakkan kapsyen tetingkap diatas" + +#: ../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 "Jika benar, letakkan kapsyen diatas lakaran kecil masing-masing sekaligus membatalkan tetapan asal shell dibawah. Menukar tetapan ini perlu memulakan semula shell untuk berkesan." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Tempat-tempat" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Gagal melancarkan \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Komputer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Rumah" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Semak Lewa Rangkaian" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Nama tema" + +#: ../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 "Nama tema yang hendak dimuatkan dari ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Tutup" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Berbalik dari saiz minima" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minima" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Berbalik dari saiz maksima" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maksima" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimakan semua" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Semua berbalik dari saiz minima" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maksimakan semua" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Semua berbalik dari saiz maksima " + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "tutup semua" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Penunjuk Ruangkerja" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Senarai Tetingkap" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Waktu untuk kumpulkan tetingkap" + +#: ../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 "Tentukan bila untuk kumpulkan tetingkap dari aplikasi yang sama pada senarai tetingkap. Nilai yang sesuai adalah \"never\", \"auto\" dan \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Kumpulan Tetingkap" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Jangan kumpulkan tetingkap" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Kumpulkan tetingkap apabila ruang terhad" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Sentiasa kumpulkan tetingkap" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Nama Ruangkerja" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nama" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Ruangkerja %d" + diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 0000000..5f516c9 --- /dev/null +++ b/po/nb.po @@ -0,0 +1,336 @@ +# Norwegian bokmål translation of gnome-shell-extensions. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Kjartan Maraas , 2011-2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-03 19:57+0200\n" +"PO-Revision-Date: 2014-06-03 19:57+0200\n" +"Last-Translator: Åka Sikrom \n" +"Language-Team: Norwegian bokmål \n" +"Language: Norwegian bokmål\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Klassisk GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Denne økten logger inn i klassisk GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klassisk GNOME-skall" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Vinduhåndtering og start av programmer" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Fest modal dialog til opphavsvindu" + +#: ../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 "" +"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 +msgid "Arrangement of buttons on the titlebar" +msgstr "Plassering av knapper på tittellinjen" + +#: ../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 "Denne nøkkelen overstyrer nøkkelen i org.gnome.desktop.wm.preferences når GNOME Shell kjører." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"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 +msgid "Workspaces only on primary monitor" +msgstr "Arbeidsområder kun på hovedskjerm" + +#: ../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 "Vent med å endre fokus i mus-modus til pekeren holdes i ro" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Kun miniatyr" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Kun programikon" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatyr og programikon" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Vis vinduer som" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Vis kun vinduer i aktivt arbeidsområde" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktivitetsoversikt" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritter" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Programmer" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Liste med programmer og arbeidsområder" + +#: ../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 "" +"En liste med strenger som inneholder en ID for et program (navn på .desktop-" +"fil), fulgt av et kolon og arbeidsområdenummeret" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Program" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Arbeidsområde" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Legg til regel" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Lag en ny regel for treff" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Legg til" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Utløsing av stasjon «%s» feilet:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Avtagbare enheter" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Åpne fil" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hallo verden!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternativ velkomsttekst." + +#: ../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 "" +"Hvis denne ikke er tom, inneholder den tekst som vises når brukeren klikker " +"på panelet." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Melding" + +#: ../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 har som hensikt å vise hvordan du kan bygge godt fungerende " +"utvidelser til Gnome-skallet, og byr dermed på lite funksjonalitet i seg " +"selv.\n" +"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 +msgid "Use more screen for windows" +msgstr "Bruk mer skjerm til vinduer" + +#: ../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 "" +"Prøv å bruke mer skjermplass for å plassere miniatyrvinduer ved å tilpasse " +"dem til skjermens høyde- og breddeforhold, og slå dem sammen ytterligere for " +"å redusere avgrensingsboksen. Denne innstillinga gjelder bare med naturlig " +"plassering-strategien." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Plasser vindutekster i toppen" + +#: ../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 "" +"Hvis verdien av denne er «true» (sann), plasseres vindutekster i toppen av " +"gjeldende miniatyr og overstyrer skallets standard bunnplassering. Hvis du " +"endrer denne innstillinga, må du starte skallet på nytt for at den skal tre " +"i kraft." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Steder" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Klarte ikke å starte «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Datamaskin" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Hjem" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Bla gjennom nettverk" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Navn på tema" + +#: ../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 "Navn på tema som skal lastes fra ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Lukk" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Gjenopprett" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimer" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Gjenopprett" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maksimer" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimer alle" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Gjenopprett alle" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maksimer alle" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Gjenopprett alle" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Lukk alle" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Arbeidsområdeindikator" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Vinduliste" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Når vinduer skal grupperes" + +#: ../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 "" +"Avgjør når vinduer fra samme program skal grupperes i vindulista. Mulige " +"verdier er «never» (aldri), «auto» og «always» (alltid)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Gruppering av vinduer" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Aldri grupper vinduer" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Grupper vinduer når det er begrenset med plass" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Alltid grupper vinduer" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Navn på arbeidsområder" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Navn" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Arbeidsområde %d" diff --git a/po/ne.po b/po/ne.po new file mode 100644 index 0000000..15e371a --- /dev/null +++ b/po/ne.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extension gnome 3.14\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-09-09 10:57+0000\n" +"PO-Revision-Date: 2014-09-14 21:52+0400\n" +"Last-Translator: Pawan Chitrakar \n" +"Language-Team: Nepali Translation Team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.9\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: ne\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "जिनोम क्लासिक" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "" + +#: ../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 "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +#, fuzzy +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" +msgstr "" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "" + +#: ../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 "" + +#: ../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:39 +msgid "Activities Overview" +msgstr "" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "मनपर्ने" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "अनुप्रयोग" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "अनुप्रयोग र कार्यस्थल सूची" + +#: ../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 "" + +#: ../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 "" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "छुट्याउन मिल्ने यन्त्र" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "फाइल खोल्नुहोस्" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "हेलो विश्व" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +#, fuzzy +msgid "Alternative greeting text." +msgstr "युआरएल (URL) %s हो, वैकल्पिक पाठ %s हो ।" + +#: ../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 "" + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "सन्देश" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +#, fuzzy +msgid "Place window captions on top" +msgstr "_सन्झ्यालको सिरान" + +#: ../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 "" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ठाउँहरू" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "%s सुरु गर्न असफल" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "कम्प्युटर" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "गृह" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "सारभूत नाम" + +#: ../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 "" + +#: ../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:300 +msgid "Minimize all" +msgstr "सबै सानो बनाउनुहोस्" + +#: ../extensions/window-list/extension.js:308 +#, fuzzy +msgid "Unminimize all" +msgstr "सबै" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "सबै ठूलो बनाउनुहोस्" + +#: ../extensions/window-list/extension.js:325 +#, fuzzy +msgid "Unmaximize all" +msgstr "सबै" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "सबै बन्द गर्नुहोस्" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +#, fuzzy +msgid "Workspace Indicator" +msgstr "कार्यस्थल" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "सञ्झ्याल सूची" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "कहिले सञ्झ्याल समुहबध्द गर्ने" + +#: ../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 "" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "समूहबद्ध सञ्झ्याल" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "सञ्झ्याल समुहबध्द नगर्ने" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..c9444ce --- /dev/null +++ b/po/nl.po @@ -0,0 +1,341 @@ +# Dutch translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Reinout van Schouwen , 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-08-12 23:29+0200\n" +"PO-Revision-Date: 2014-08-12 23:30+0200\n" +"Last-Translator: Reinout van Schouwen \n" +"Language-Team: Dutch \n" +"Language: nl\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 klassiek" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "Modaal dialoogvenster vastmaken aan bovenliggend venster" + +#: ../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 "" +"Deze sleutel heeft voorrang op de sleutel in org.gnome.mutter bij het " +"draaien van Gnome Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Volgorde van knoppen op de titelbalk" + +#: ../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 "" +"Deze sleutel heeft voorrang op de sleutel in " +"org.gnome.desktop.wm.preferences bij het draaien van Gnome Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Randtegels inschakelen bij het slepen van vensters naar schermranden" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Werkbladen alleen op primaire beeldscherm" + +#: ../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 "Focus pas wijzigen nadat de muisaanwijzer is gestopt met bewegen" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Alleen miniatuur" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Alleen toepassingspictogram" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatuur en toepassingspictogram" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Vensters presenteren als" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Alleen vensters op het huidige werkblad tonen" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Activiteitenoverzicht" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favorieten" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Toepassingen" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Toepassings- en werkbladlijst" + +#: ../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 "" +"Een lijst van strings, die elk een toepassings-id (desktop-bestandsnaam) " +"bevatten, gevolgd door een dubbele punt en het werkbladnummer" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Toepassing" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Werkblad" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Regel toevoegen" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Nieuwe vergelijkingsregel aanmaken" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Toevoegen" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Uitwerpen van station ‘%s’ mislukt:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Verwijderbare apparaten" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Bestand openen" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hallo wereld!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatieve begroetingstekst." + +#: ../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 "" +"Indien niet leeg, bevat het de tekst die getoond wordt bij het klikken op " +"het paneel." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Bericht" + +#. 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 beoogt om te laten zien hoe u een zich goed gedragende uitbreiding " +"voor de Shell kunt bouwen. Als zodanig heeft het weinig eigen " +"functionaliteit.\n" +"Niettemin is het mogelijk om de begroetingstekst aan te passen." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Meer schermruimte gebruiken voor vensters" + +#: ../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 "" +"Proberen om meer schermruimte te gebruiken voor het plaatsen van " +"vensterminiaturen door aanpassing aan de schermverhoudingen en door ze " +"verder te consolideren teneinde de begrenzingsveld te reduceren. Deze " +"instelling heeft alleen effect bij de natuurlijke-plaatsingsstrategie." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Vensterbijschriften bovenaan plaatsen" + +#: ../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 "" +"Indien waar, dan worden vensterbijschriften bovenaan de respectievelijke " +"miniatuur geplaatst, waarbij de standaardpositionering onderaan genegeerd " +"wordt. Het wijzigen van deze instelling vereist het herstarten van de shell " +"om effect te sorteren." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Locaties" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Starten van ‘%s’ mislukt" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Persoonlijke map" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Netwerk doorbladeren" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Geheugen" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Themanaam" + +#: ../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 "De naam van het thema, te laden vanuit ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Sluiten" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Zichtbaar maken" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimaliseren" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Herstellen" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximaliseren" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Alles minimaliseren" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Alles zichtbaar maken" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Alles maximaliseren" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Alles herstellen" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Alles sluiten" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Werkbladindicator" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Vensterlijst" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Wanneer vensters te groeperen" + +#: ../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 "" +"Beslist wanneer vensters van dezelfde toepassing in de vensterlijst te " +"groeperen. Mogelijke waarden zijn \"never\", \"auto\" en \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Venstergroepering" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Vensters nooit groeperen" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Vensters groeperen wanneer de ruimte beperkt is" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Vensters altijd groeperen" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Werkbladnamen" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Naam" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Werkblad %d" diff --git a/po/or.po b/po/or.po new file mode 100644 index 0000000..dd3da91 --- /dev/null +++ b/po/or.po @@ -0,0 +1,384 @@ +# Manoj Kumar Giri , 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-08-25 21:51+0000\n" +"PO-Revision-Date: 2014-08-26 12:15+0530\n" +"Last-Translator: Manoj Kumar Giri \n" +"Language-Team: Oriya \n" +"Language: or\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "ମୂଖ୍ୟ ୱିଣ୍ଡୋରେ ମଡେଲ ସଂଳାପକୁ ଲଗାନ୍ତୁ" + +#: ../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 "ଏହି କି org.gnome.mutter ରେ GNOME ସେଲ ଚାଲୁଥିବା ସମୟରେ ନବଲିଖନ କରିଥାଏ।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "ଶୀର୍ଷକ ପଟିରେ ଚାବିର ସଜ୍ଜା" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"ଏହି କି org.gnome.desktop.wm.preferencesରେ GNOME ସେଲ ଚାଲୁଥିବା ସମୟରେ ନବଲିଖନ " +"କରିଥାଏ।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ପରଦା ଧାରରେ ରଖିବା ସମୟରେ ଧାର ଟାଇଲକୁ ସକ୍ରିୟ କରନ୍ତୁ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "କାର୍ଯ୍ୟକ୍ଷେତ୍ର କେବଳ ପ୍ରାଥମିକ ମନିଟରରେ ଥାଏ" + +#: ../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 "" +"ସୂଚକ ଗତି କରିବା ବନ୍ଦ ନହେଲା ପର୍ଯ୍ୟନ୍ତ ମାଉସ ଧାରାରେ ଲକ୍ଷ୍ଯସ୍ଥଳ ପରିବର୍ତ୍ତନକୁ " +"ବିଳମ୍ବ କରନ୍ତୁ" + +#: ../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:39 +msgid "Activities Overview" +msgstr "କାର୍ଯ୍ୟକଳାପଗୁଡ଼ିକର ସମୀକ୍ଷା" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "ମନପସନ୍ଦ" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "ପ୍ରୟୋଗ" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "ପ୍ରୟୋଗ ଏବଂ କାର୍ଯ୍ୟକ୍ଷେତ୍ର ତାଲିକା" + +#: ../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 "" +"ବାକ୍ୟଖଣ୍ଡଗୁଡ଼ିକର ଗୋଟିଏ ତାଲିକା, ପ୍ରତ୍ୟେକ ଗୋଟିଏ ପ୍ରୟୋଗ id ଧାରଣ କରିଅଛି (ଡେସ୍କଟପ " +"ଫାଇଲ ନାମ), " +"ଏହାପରେ ଏକ ବିରାମ ଚିହ୍ନ ଏବଂ କାର୍ଯ୍ୟକ୍ଷେତ୍ର କ୍ରମ ସଂଖ୍ୟା" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "କଢ଼ାଯୋଗ୍ୟ ଉପକରଣଗୁଡ଼ିକ" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ଫାଇଲକୁ ଖୋଲନ୍ତୁ" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "ହେଲୋ, ୱାର୍ଲଡ!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "ବୈକଳ୍ପିକ ଅବିନନ୍ଦନ ପାଠ୍ୟ।" + +#: ../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 "" +"ଯଦି ଖାଲିନଥାଏ, ତେବେ ପ୍ୟାନେଲ ଉପରେ କ୍ଲିକ କରିବା ସମୟରେ ଦର୍ଶାଇବାକୁ ଥିବା ପାଠ୍ୟ ଧାରଣ " +"କରିଥାଏ।" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "ସନ୍ଦେଶ" + +#: ../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 "" +"ଏହି ଉଦାହରଣର ଲକ୍ଷ୍ଯ ହେଉଛି ସେଲ ପାଇଁ ଉତ୍ତମ ଅନୁଲଗ୍ନଗୁଡ଼ିକୁ ନିର୍ମାଣ କରିବା ଯେପରିକି " +"ଏଥିରେ ନିଜର ବହୁତ କମ " +"କାର୍ଯ୍ୟକାରିତା ଥାଏ।\n" +"ଅନ୍ୟଥା ଅଭିନନ୍ଦନ ସନ୍ଦେଶକୁ ଇଚ୍ଛାରୂପଣ କରିବା ସମ୍ଭବ ହୋଇଥାଏ।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "ୱିଣ୍ଡୋଗୁଡ଼ିକ ପାଇଁ ଅଧିକ ପରଦା ବ୍ୟବହାର କରନ୍ତୁ" + +#: ../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 "" +"ପରଦା ବିଭେଦନକୁ ଗ୍ରହଣ କରି ୱିଣ୍ଡୋକୁ ରଖିବାକୁ ଅଧିକ ପରଦା ବ୍ୟବହାର କରିବାକୁ ଚେଷ୍ଟା " +"କରନ୍ତୁ, ଏବଂ ବାକ୍ସର " +"ସୀମାକୁ କମ କରିବାକୁ ସେମାନଙ୍କୁ ଏକତ୍ରିତ କରିଥାଏ। ଏହି ସଂରଚନା କେବଳ ପ୍ରାକୃତିକ କୌଶଳ " +"ସହିତ ପ୍ରୟୋଗ " +"ହୋଇଥାଏ।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "ୱିଣ୍ଡୋ ଶୀର୍ଷକକୁ ଉପରେ ରଖନ୍ତୁ" + +#: ../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 "" +"ଯଦି true, ତେବେ ୱିଣ୍ଡୋ ଶୀର୍ଷକକୁ ଉଚିତ ସଂକ୍ଷିପ୍ତ ଲିଖନ ଉପରେ ରଖନ୍ତୁ, ସେଲ " +"ପୂର୍ବନିର୍ଦ୍ଧାରିତକୁ ତଳେ ରଖିକରି " +"ନବଲିଖନ କରୁଅଛି। ଏହି ସେଟିଙ୍ଗକୁ ପରିବର୍ତ୍ତନ କରିବା ପାଇଁ ସେଲକୁ ପୁନଃଚାଳନ କରିବା " +"ଆବଶ୍ୟକ ହୋଇଥାଏ।" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ସ୍ଥାନଗୁଡିକ" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" କୁ ଆରମ୍ଭ କରିବାରେ ବିଫଳ" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "କମ୍ପୁଟର" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ମୂଳ ସ୍ଥାନ" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "ପ୍ରସଙ୍ଗ ନାମ" + +#: ../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 "~/.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:300 +msgid "Minimize all" +msgstr "ସବୁଗୁଡ଼ିକୁ ଛୋଟକରନ୍ତୁ" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "ସବୁଗୁଡ଼ିକୁ ଛୋଟକରନ୍ତୁ ନାହିଁ" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "ସବୁଗୁଡ଼ିକୁ ବଡ଼କରନ୍ତୁ" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "ସବୁଗୁଡ଼ିକୁ ବଡ଼କରନ୍ତୁ ନାହିଁ" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "ସବୁଗୁଡ଼ିକୁ ବନ୍ଦ କରନ୍ତୁ" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "କାର୍ଯ୍ୟକ୍ଷେତ୍ର ସୂଚକ" + +#: ../extensions/window-list/extension.js:798 +#| msgid "Window Grouping" +msgid "Window List" +msgstr "ୱିଣ୍ଡୋ ତାଲିକା" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "ୱିଣ୍ଡୋଗୁଡିକୁ କେତେବେଳେ ସମୂହିତ କରାଯିବ" + +#: ../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 "" +"ସ୍ଥିର କରେ ଗୋଟିଏ ପ୍ରୟୋଗର ୱିଣ୍ଡୋଗୁଡିକ କେତେବେଳେ ୱିଣ୍ଡୋ ତାଲିକାରେ ସମୂହିତ କରାଯିବ। " +"ସାମ୍ଭାବ୍ଯ ମୂଲ୍ଯ " +"ହେଲା \"କଦାପି ନୁହଁ\", \"ସ୍ୱୟଂଚାଳିତ\" ଏବଂ \"ସର୍ବଦା\"।" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "ୱିଣ୍ଡୋ ସମୂହ କରାଯାଉଛି" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ୱିଣ୍ଡୋଗୁଡିକୁ କଦାପି ସମୂହିତ କରାଯିବ ନାହିଁ" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "ସ୍ଥାନ ସୀମିତ ଥିଲେ ୱିଣ୍ଡୋଗୁଡ଼ିକୁ ସମୂହିତ କରନ୍ତୁ" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "ସର୍ବଦା ୱିଣ୍ଡୋଗୁଡିକୁ ସମୂହିତ କରାଯିବ" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Suspend" +#~ msgstr "ନିଲମ୍ବନ କରନ୍ତୁ" + +#~ msgid "Hibernate" +#~ msgstr "ନିଷ୍କ୍ରିୟ କରନ୍ତୁ" + +#~ msgid "Power Off" +#~ msgstr "ବିଦ୍ୟୁତ ପ୍ରବାହ ବନ୍ଦ କରନ୍ତୁ" + +#~ msgid "Enable suspending" +#~ msgstr "ନିଲମ୍ବନକୁ ସକ୍ରିୟ କରନ୍ତୁ" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "ନିଲମ୍ବିତ ତାଲିକା ବସ୍ତୁର ଦୃଶ୍ୟମାନ୍ୟତାକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ" + +#~ msgid "Enable hibernating" +#~ msgstr "ହାଇବରନେଟକୁ ସକ୍ଷମ କରନ୍ତୁ" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "ହାଇବରନେଟ ତାଲିକା ବସ୍ତୁର ଦୃଶ୍ୟମାନ୍ୟତାକୁ ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ" + +#~ msgid "Normal" +#~ msgstr "ସ୍ବାଭାବିକ" + +#~ msgid "Left" +#~ msgstr "ବାମ" + +#~ msgid "Right" +#~ msgstr "ଡାହାଣ" + +#~ msgid "Upside-down" +#~ msgstr "ଉପରୁ ତଳକୁ" + +#~ msgid "Display" +#~ msgstr "ଦେଖାଅ" + +#~ msgid "Display Settings" +#~ msgstr "ସେଟିଙ୍ଗଗୁଡିକ ଦର୍ଶାନ୍ତୁ" diff --git a/po/pa.po b/po/pa.po new file mode 100644 index 0000000..561e777 --- /dev/null +++ b/po/pa.po @@ -0,0 +1,566 @@ +# Punjabi translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# A S Alam , 2011, 2012, 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions gnome-3-0\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-09-08 19:35+0000\n" +"PO-Revision-Date: 2014-09-08 21:14-0500\n" +"Last-Translator: A S Alam \n" +"Language-Team: Punjabi/Panjabi \n" +"Language: pa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "ਗਨੋਮ ਕਲਾਸਿਕ" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "ਮੁੱਢਲੀ ਵਿੰਡੋ ਵਿੱਚ ਮਾਡਲ ਡਾਈਲਾਗ ਜੋੜੋ" + +#: ../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 "" +"ਇਹ ਕੁੰਜੀ ਗਨੋਮ ਸ਼ੈੱਲ ਚੱਲਣ ਦੇ ਦੌਰਾਨ org.gnome.mutter ਕੁੰਜੀ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦੀ ਹੈ।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "ਟਾਈਟਲ-ਪੱਟੀ ਵਿੱਚ ਬਟਨਾਂ ਦਾ ਪ੍ਰਬੰਧ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"ਇਹ ਕੁੰਜੀ ਗਨੋਮ ਸ਼ੈੱਲ ਚੱਲਣ ਦੇ ਦੌਰਾਨ org.gnome.desktop.wm.preferencesr ਕੁੰਜੀ ਨੂੰ " +"ਅਣਡਿੱਠਾ ਕਰਦੀ ਹੈ।" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "ਕੋਨਾ ਟਿਲਿੰਗ ਚਾਲੂ, ਜਦੋਂ ਵਿੰਡੋਜ਼ ਨੂੰ ਸਕਰੀਨ ਕੋਨਿਆਂ ਤੋਂ ਡਰਾਪ ਕਰਨਾ ਹੋਵੇ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "ਪ੍ਰਾਈਮਰੀ ਮਾਨੀਟਰ ਉੱਤੇ ਕੇਵਲ ਵਰਕਸਪੇਸ" + +#: ../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 "ਪੁਆਇੰਟਰ ਦੇ ਹਿਲਣ ਤੋਂ ਰੁਕਣ ਤੱਕ ਮਾਊਸ ਮੋਡ ਵਿੱਚ ਫੋਕਸ ਬਦਲਾਅ ਵਿੱਚ ਦੇਰੀ" + +#: ../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:39 +msgid "Activities Overview" +msgstr "ਸਰਗਰਮੀ ਝਲਕ" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "ਪਸੰਦੀਦਾ" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "ਐਪਲੀਕੇਸ਼ਨ" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "ਐਪਲੀਕੇਸ਼ਨ ਅਤੇ ਵਰਕਸਪੇਸ ਲਿਸਟ" + +#: ../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 "" +"ਲਾਈਨਾਂ ਦੀ ਲਿਸਟ, ਜੋ ਕਿ ਐਪਲੀਕੇਸ਼ਨ ID (ਡੈਸਕਟਾਪ ਫਾਇਲ ਨਾਂ), ਬਾਅਦ 'ਚ ਕਾਲਮ ਅਤੇ " +"ਵਰਕਸਪੇਸ ਨੰਬਰ " +"ਰੱਖਦਾ ਹੈ" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "ਹਟਾਉਣਯੋਗ ਜੰਤਰ" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "ਹੈਲੋ, ਵਰਲਡ!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "ਬਦਲਵਾਂ ਸਵਾਗਤੀ ਟੈਕਸਟ ਹੈ।" + +#: ../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 "" +"ਜੇ ਖਾਲੀ ਨਹੀਂ ਤਾਂ ਇਹ ਟੈਕਸਟ ਰੱਖਦਾ ਹੈ, ਜੋ ਕਿ ਪੈਨਲ ਨੂੰ ਕਲਿੱਕ ਕਰਨ ਨਾਲ ਵੇਖਾਇਆ " +"ਜਾਵੇਗਾ।" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "ਸੁਨੇਹਾ" + +#: ../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 ਦਾ ਮਕਸਦ ਸ਼ੈਲ ਲਈ ਇੱਕ ਵਧੀਆ ਕੰਮ ਕਰਦੀ ਇਕਸਟੈਸ਼ਨ ਬਣਾਉਣ ਦੀ ਉਦਾਹਰਨ ਦੇਣਾ ਹੈ ਅਤੇ " +"ਇਸ ਦਾ " +"ਖੁਦ ਕੋਈ ਬਹੁਤਾ ਕੰਮ ਨਹੀਂ ਹੈ।\n" +"ਫੇਰ ਵੀ ਸਵਾਗਤੀ ਸੁਨੇਹੇ ਨੂੰ ਬਦਲਣਾ ਸੰਭਵ ਹੈ।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "ਵਿੰਡੋਜ਼ ਲਈ ਹੋਰ ਸਕਰੀਨ ਵਰਤੋਂ" + +#: ../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 "" +"ਸਕਰੀਨ ਆਕਾਰ ਅਨੁਪਾਤ ਨੂੰ ਧਿਆਨ ਵਿੱਚ ਰੱਖ ਕੇ ਵਿੰਡੋ ਥੰਮਨੇਲ ਨੂੰ ਰੱਖ ਕੇ ਹੋਰ ਸਕਰੀਨ ਵਰਤਣ " +"ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਅਤੇ " +"ਉਹਨਾਂ ਨੂੰ ਬਾਊਂਡ ਬਕਸ ਘਟਾਉਣ ਲਈ ਹੋਰ ਵੀ ਸੰਘਣਾ ਕਰੋ। ਇਹ ਸੈਟਿੰਗ ਕੇਵਲ ਸੁਭਾਵਿਕ ਥਾਂ " +"ਨੀਤੀ ਨਾਲ ਹੀ " +"ਲਾਗੂ ਹੁੰਦੀ ਹੈ।" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "ਥਾਂ ਵਿੰਡੋ ਸੁਰਖੀ ਸਭ ਤੋਂ ਉੱਤੇ" + +#: ../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 "" +"ਜੇ ਚੋਣ ਕੀਤੀ ਤਾਂ ਵਿੰਡੋ ਸੁਰਖੀਆਂ ਨੂੰ ਅਨੁਸਾਰੀ ਥੰਮਨੇਲ ਉੱਤੇ ਰੱਖਿਆ ਜਾਂਦਾ ਹੈ, ਜੋ ਕਿ " +"ਸ਼ੈਲ ਮੂਲ ਰੂਪ (ਹੇਠਾਂ) ਰੱਖਣ " +"ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦਾ ਹੈ। ਇਹ ਸੈਟਿੰਗ ਬਦਲਾਅ ਦੇ ਚਾਲੂ ਹੋਣ ਲਈ ਸ਼ੈਲ ਨੂੰ ਮੁੜ-ਚਾਲੂ ਕਰਨ ਦੀ " +"ਲੋੜ ਹੈ।" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ਥਾਵਾਂ" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" ਚਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੈ" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "ਕੰਪਿਊਟਰ" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "ਘਰ" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "ਨੈੱਟਵਰਕ ਝਲਕ ਵੇਖੋ" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "ਸੀਪੀਯੂ" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "ਮੈਮੋਰੀ" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "ਥੀਮ ਨਾਂ" + +#: ../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 "ਥੀਮ ਦਾ ਨਾਂ, ਜੋ ~/.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:300 +msgid "Minimize all" +msgstr "ਸਭ ਨਿਊਨਤਮ ਕਰੋ" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "ਸਭ ਅਣ-ਨਿਊਨਤਮ ਕਰੋ" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "ਸਭ ਵੱਧ-ਵੱਧ ਕਰੋ" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "ਸਭ ਅਣ-ਵੱਧੋ-ਵੱਧ ਕਰੋ" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "ਸਭ ਬੰਦ ਕਰੋ" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "ਵਰਕਸਪੇਸ ਇੰਡੀਕੇਟਰ" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "ਵਿੰਡੋਜ਼ ਲਿਸਟ" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "ਵਿੰਡੋਜ਼ ਗਰੁੱਪ ਕਦੋਂ ਬਣਾਉਣਾ ਹੈ" + +#: ../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 "" +"ਵਿੰਡੋ ਲਿਸਟ ਵਿੱਚ ਇਕੋ ਕੰਮ ਦੇ ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਕਦੋਂ ਬਣਾਉਣਾ ਹੈ, ਇਹ ਦੱਸੋ। ਸੰਭਵ ਮੁੱਲ " +"ਹਨ \"ਕਦੇ ਨਹੀਂ\", " +"\"ਆਟੋ\" ਅਤੇ \"ਹਮੇਸ਼ਾ\"।" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "ਵਿੰਡੋ ਗਰੁੱਪਿੰਗ" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਕਦੇ ਨਾ ਬਣਾਓ" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "ਜਦੋਂ ਥਾਂ ਥੋੜੀ ਹੋਵੇ ਤਾਂ ਵਿੰਡੋਜ਼ ਦਾ ਗਰੁੱਪ ਬਣਾਓ" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "ਵਿੰਡੋ ਦਾ ਗਰੁੱਪ ਹਮੇਸ਼ਾ ਬਣਾਓ" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "The application icon mode." +#~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਮੋਡ" + +#~ msgid "Suspend" +#~ msgstr "ਸਸਪੈਂਡ" + +#~ msgid "Hibernate" +#~ msgstr "ਹਾਈਬਰਨੇਟ" + +#~ msgid "Power Off" +#~ msgstr "ਬੰਦ ਕਰੋ" + +#~ msgid "Enable suspending" +#~ msgstr "ਸਸਪੈਂਡ ਕਰਨਾ ਯੋਗ" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "ਸਸਪੈਂਡ ਮੇਨੂ ਆਈਟਮ ਦੀ ਦਿੱਖ ਨੂੰ ਕੰਟਰੋਲ ਕਰੋ" + +#~ msgid "Enable hibernating" +#~ msgstr "ਹਾਈਬਰਨੇਟ ਕਰਨਾ ਚਾਲੂ" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "ਹਾਈਬਰਨੇਟ ਮੇਨੂ ਆਈਟਮ ਦੀ ਦਿੱਖ ਨੂੰ ਕੰਟਰੋਲ ਕਰੋ" + +#~ msgid "Devices" +#~ msgstr "ਜੰਤਰ" + +#~ msgid "Bookmarks" +#~ msgstr "ਬੁੱਕਮਾਰਕ" + +#~ msgid "Network" +#~ msgstr "ਨੈੱਟਵਰਕ" + +#~ msgid "File System" +#~ msgstr "ਫਾਇਲ ਸਿਸਟਮ" + +#~ msgid "Normal" +#~ msgstr "ਸਧਾਰਨ" + +#~ msgid "Left" +#~ msgstr "ਖੱਬੇ" + +#~ msgid "Right" +#~ msgstr "ਸੱਜੇ" + +#~ msgid "Upside-down" +#~ msgstr "ਉਤਲਾ ਹੇਠ" + +#~ msgid "Display" +#~ msgstr "ਡਿਸਪਲੇਅ" + +#~| msgid "System Settings" +#~ msgid "Display Settings" +#~ msgstr "ਡਿਸਪਲੇਅ ਸੈਟਿੰਗ" + +#~ msgid "Drag here to add favorites" +#~ msgstr "ਪਸੰਦ ਵਿੱਚ ਜੋੜਨ ਲਈ ਇੱਥੇ ਸੁੱਟੋ" + +#~ msgid "New Window" +#~ msgstr "ਨਵੀਂ ਵਿੰਡੋ" + +#~ msgid "Quit Application" +#~ msgstr "ਐਪਲੀਕੇਸ਼ਨ ਬੰਦ ਕਰੋ" + +#~ msgid "Remove from Favorites" +#~ msgstr "ਪਸੰਦ ਵਿੱਚੋਂ ਹਟਾਓ" + +#~ msgid "Position of the dock" +#~ msgstr "ਡੌਕ ਦੀ ਸਥਿਤੀ" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "ਸਕਰੀਨ ਵਿੱਚ ਡੌਕ ਦੀ ਸਥਿਤੀ ਸੈੱਟ ਕਰਦਾ ਹੈ। ਸੰਭਵ ਮੁੱਲ ਹਨ 'right' ਜਾਂ 'left'" + +#~ msgid "Icon size" +#~ msgstr "ਆਈਕਾਨ ਆਕਾਰ" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "ਡੌਕ ਦਾ ਆਈਕਾਨ ਆਕਾਰ ਸੈੱਟ ਕਰੋ।" + +#~ msgid "Enable/disable autohide" +#~ msgstr "ਆਪੇ-ਓਹਲੇ ਕਰਨਾ ਚਾਲੂ/ਬੰਦ" + +#~ msgid "Autohide effect" +#~ msgstr "ਆਪੇ-ਓਹਲੇ ਹੋਣ ਪ੍ਰਭਾਵ" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "ਡੌਕ ਓਹਲੇ ਕਰਨ ਦਾ ਪ੍ਰਭਾਵ ਸੈੱਟ ਕਰਦਾ ਹੈ। ਸੰਭਵ ਮੁੱਲ ਹਨ 'resize', 'rescale' ਅਤੇ 'move'" + +#~ msgid "Autohide duration" +#~ msgstr "ਆਪੇ ਓਹਲੇ ਹੋਣ ਅੰਤਰਾਲ" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "ਆਪੇ-ਓਹਲੇ ਕਰਨ ਦੇ ਪ੍ਰਭਾਵ ਦੀ ਸਮੇਂ ਦਾ ਅੰਤਰਾਲ ਸੈੱਟ ਕਰੋ।" + +#~ msgid "Monitor" +#~ msgstr "ਮਾਨੀਟਰ" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "ਡੌਕ ਵਿੱਚ ਵੇਖਾਉਣ ਲਈ ਨਿਗਾਰਨ ਸੈੱਟ ਕਰੋ। ਪ੍ਰਾਈਮਰੀ ਮਾਨੀਟਰ ਲਈ ਡਿਫਾਲਟ ਮੁੱਲ (-1) ਹੈ।" + +#~ msgid "%s is away." +#~ msgstr "%s ਦੂਰ ਹੈ।" + +#~ msgid "%s is offline." +#~ msgstr "%s ਆਫਲਾਈਨ ਹੈ।" + +#~ msgid "%s is online." +#~ msgstr "%s ਆਨਲਾਈਨ ਹੈ।" + +#~ msgid "%s is busy." +#~ msgstr "%s ਰੁੱਝਿਆ/ਰੁੱਝੀ ਹੈ।" + +#~ msgid "Removable Devices" +#~ msgstr "ਹਟਾਉਣਯੋਗ ਜੰਤਰ" + +#~ msgid "Configure display settings..." +#~ msgstr "ਡਿਸਪਲੇਅ ਸੈਟਿੰਗ ਸੰਰਚਨਾ..." + +#~ msgid "The alt tab behaviour." +#~ msgstr "alt tab ਰਵੱਈਆ ਹੈ।" + +#~| msgid "" +#~| "Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails " +#~| "and workspace_icons." +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Alt-Tab ਰਵੱਈਆ ਸੈੱਟ ਕਰੋ। ਸੰਭਵ ਮੁੱਲ ਹਨ: all_thumbnails ਅਤੇ workspace_icons। ਵੇਰਵੇ ਲਈ " +#~ "ਸੰਰਚਨਾ ਡਾਈਲਾਗ ਵੇਖੋ।" + +#~ msgid "Workspace & Icons" +#~ msgstr "ਵਰਕਸਪੇਸ ਅਤੇ ਆਈਕਾਨ" + +#~ msgid "Available" +#~ msgstr "ਉਪਲੱਬਧ" + +#~ msgid "Busy" +#~ msgstr "ਰੁਝਿਆ" + +#~ msgid "My Account" +#~ msgstr "ਮੇਰਾ ਅਕਾਊਂਟ" + +#~ msgid "Lock Screen" +#~ msgstr "ਸਕਰੀਨ ਲਾਕ ਕਰੋ" + +#~ msgid "Switch User" +#~ msgstr "ਯੂਜ਼ਰ ਬਦਲੋ" + +#~ msgid "Log Out..." +#~ msgstr "ਲਾਗਆਉਟ..." + +#~ 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 "" +#~ "ਇਹ ਪਹਿਲੀ ਵਾਰ ਹੈ, ਜਦੋਂ ਤੁਸੀਂ Alt(ernate) Tab ਇਕਸਟੈਨਸ਼ਨ ਵਰਤ ਰਹੇ ਹੋ।\n" +#~ "ਆਪਣੀ ਪਸੰਦ ਮੁਤਾਬਕ ਰਵੱਈਏ ਦੀ ਚੋਣ ਕਰੋ ਜੀ:\n" +#~ "\n" +#~ "ਸਭ ਅਤੇ ਥੰਮਨੇਲ:\n" +#~ " ਇਹ ਮੋਡ ਸਭ ਵਰਕਸਪੇਸ ਤੋਂ ਸਭ ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਇੱਕ ਚੋਣ ਲਿਸਟ ਵਿੱਚ ਵੇਖਾਉਂਦੀ ਹੈ।\n" +#~ " ਹਰੇਕ ਵਿੰਡੋ ਲਈ ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਵਰਤਣ ਦੀ ਬਜਾਏ, ਇਹ ਹਰ ਵਿੰਡੋ ਨਾਲ ਰਲਦੇ\n" +#~ " ਛੋਟੇ ਛੋਟੇ ਥੰਮਨੇਲ ਵਰਤਦੀ ਹੈ।\n" +#~ "\n" +#~ "ਵਰਕਸਪੇਸ ਅਤੇ ਆਈਕਾਨ:\n" +#~ " ਇਹ ਮੋਡ ਤੁਹਾਨੂੰ ਤੁਹਾਡੇ ਮੌਜੂਦਾ ਵਰਕਸਪੇਸ ਦੀ ਐਪਲੀਕੇਸ਼ਨ ਵਿੱਚ ਮੱਦਦ ਕਰਨ ਲਈ ਸਹਾਇਕ ਹੈ\n" +#~ " ਅਤੇ ਤੁਹਾਨੂੰ ਤੁਹਾਡੇ ਪਿਛਲੇ ਵਰਕਸਪੇਸ ਵਿੱਚ ਵਰਤੀ ਆਖਰੀ ਐਪਲੀਕੇਸ਼ਨ ਵਰਤਣ ਦੀ ਚੋਣ ਵੀ\n" +#~ " ਵਾਧੂ ਰੂਪ ਵਿੱਚ ਦਿੰਦਾ ਹੈ। ਇਹ ਲਿਸਟ ਵਿੱਚ ਆਖਰੀ ਨਿਸ਼ਾਨ ਹੁੰਦਾ ਹੈ ਅਤੇ ਇਸ ਨੂੰ ਵੱਖ ਕਰਨ ਲਈ\n" +#~ " ਖਿੜਵੀ/ਲੇਟਵੀ ਲਾਈਨ ਨਾਲ ਵੱਖ ਕੀਤਾ ਜਾਂਦਾ ਹੈ, ਜੇ ਉਪਲੱਬਧ ਹੋਵੇ।\n" +#~ " ਹਰੇਕ ਵਿੰਡੋ ਨੂੰ ਇਸ ਦੇ ਐਪਲੀਕੇਸ਼ਨ ਆਈਕਾਨ ਨਾਲ ਦਰਸਾਇਆ ਜਾਂਦਾ ਹੈ।\n" +#~ "\n" +#~ "ਨੇਟਿਵ:\n" +#~ " ਇਹ ਮੋਡ ਨੇਟਿਵ ਗਨੋਮ 3 ਰਵੱਈਆ ਹੈ ਜਾਂ ਇੰਝ ਕਹਿ ਲਵੋ: ਨੇਟਿਵ ਸਵਿੱਚਾਂ ਨੂੰ ਨਾਲ\n" +#~ " Alternative Tab ਇਕਸਟੈਨਸ਼ਨ ਬੰਦ ਕਰਦਾ ਹੈ।\n" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt Tab ਰਵੱਈਆ" + +#~ msgid "Cancel" +#~ msgstr "ਰੱਦ ਕਰੋ" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "ਜੇ ਸਹੀ ਹੋਵੇ ਤਾਂ ਡਿਫਾਲਟ ਰਵੱਈਏ ਲਈ ਯੂਜ਼ਰ ਨੂੰ ਪੁੱਛੋ।" + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "ਦਰਸਾਉਂਦਾ ਹੈ ਜੇ ਬਦਲਵੀਂ ਟੈਬ ਨਵੀਂ ਇੰਸਟਾਲ ਹੈ" + +#~ msgid "Window placement strategy" +#~ msgstr "ਵਿੰਡੋ ਸਥਿਤੀ ਤਰਕੀਬ" diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..2710c7c --- /dev/null +++ b/po/pl.po @@ -0,0 +1,345 @@ +# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +# Aviary.pl +# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz +# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas: +# gnomepl@aviary.pl +# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +# Piotr Drąg , 2011-2014. +# Aviary.pl , 2011-2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-03 16:20+0200\n" +"PO-Revision-Date: 2014-09-03 16:24+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"Language: pl\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==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| 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.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Klasyczne GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Ta sesja loguje do klasycznego środowiska GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasyczna powłoka GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Zarządzanie oknami i uruchamianie programów" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Dołączanie modalnych okien dialogowych do okien nadrzędnych" + +#: ../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 "" +"Ten klucz zastępuje klucz w \"org.gnome.mutter\", kiedy uruchomiona jest " +"powłoka GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Kolejność przycisków na pasku tytułowym" + +#: ../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 "" +"Ten klucz zastępuje klucz w \"org.gnome.desktop.wm.preferences\", kiedy " +"uruchomiona jest powłoka GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Włączenie kafelkowania przy krawędziach podczas przenoszenia okien do " +"krawędzi ekranu" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Obszary robocze tylko na pierwszym monitorze" + +#: ../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 "" +"Opóźnienie zmiany aktywności w trybie myszy do momentu, w którym kursor się " +"zatrzymuje" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Tylko miniatury" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Tylko ikony programów" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura i ikona programu" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Wyświetlanie okien jako" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Wyświetlanie tylko okien w bieżącym obszarze roboczym" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Ekran podglądu" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Ulubione" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Programy" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lista programów i obszarów roboczych" + +#: ../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 "" +"Lista ciągów, każdy zawierający identyfikator programu (nazwę pliku ." +"desktop) z przecinkiem i numerem obszaru roboczego" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Program" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Obszar roboczy" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Dodaj regułę" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Utwórz nową pasującą regułę" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Dodaj" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Wysunięcie napędu \"%s\" się nie powiodło:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Urządzenia wymienne" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Otwórz plik" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Witaj, świecie!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatywny tekst powitalny." + +#: ../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 "" +"Jeśli nie jest puste, to zawiera tekst wyświetlany po kliknięciu na panelu." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Wiadomość" + +#: ../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 "" +"Przykład, jak tworzyć poprawne rozszerzenia dla powłoki, posiadający jak " +"najmniej własnych funkcji.\n" +"Niemniej można dostosować wiadomość powitalną." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Użycie więcej miejsca dla okien" + +#: ../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 "" +"Próbuje użyć więcej miejsca do umieszczania miniatur okien przez " +"zaadaptowanie formatu ekranu i zbliżenie ich do siebie. To ustawienie ma " +"wpływ tylko na naturalną strategię umieszczania okien." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Umieszczanie podpisów okien na górze" + +#: ../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 "" +"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 " +"powłokę. Zmiana tego ustawienia wymaga ponownego uruchomienia powłoki, aby " +"uwzględnić zmiany." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Miejsca" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Uruchomienie \"%s\" się nie powiodło" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Komputer" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Katalog domowy" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Przeglądaj sieć" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Nazwa motywu" + +#: ../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 "Nazwa motywu do wczytania z katalogu ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Zamknij" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Cofnij minimalizację" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Zminimalizuj" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Cofnij maksymalizację" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Zmaksymalizuj" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Zminimalizuj wszystkie" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Cofnij minimalizację wszystkich" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Zmaksymalizuj wszystkie" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Cofnij maksymalizację wszystkich" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Zamknij wszystkie" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Wskaźnik obszaru roboczego" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Lista okien" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kiedy grupować okna" + +#: ../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 "" +"Określa, kiedy grupować okna tego samego programu na liście okien. Możliwe " +"wartości to \"never\", \"auto\" i \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Grupowanie okien" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Bez grupowania okien" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Grupowanie okien, kiedy miejsce jest ograniczone" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Zawsze grupowanie okien" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Nazwy obszarów roboczych" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nazwa" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Obszar roboczy %d" diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..52670aa --- /dev/null +++ b/po/pt.po @@ -0,0 +1,381 @@ +# gnome-shell-extensions' Portuguese translation. +# Copyright © 2011 gnome-shell-extensions +# This file is distributed under the same license as the gnome-shell-extensions package. +# Duarte Loreto , 2011, 2014. +# Fernando Carvalho , 2013. +# António Lima , 2013. +# Pedro Albuquerque , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: 3.14\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-10-02 07:45+0000\n" +"PO-Revision-Date: 2014-10-02 11:06+0100\n" +"Last-Translator: Pedro Albuquerque \n" +"Language-Team: gnome_pt@yahoogroups.com\n" +"Language: pt\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: Poedit 1.5.4\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 Clássico" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Esta é uma sessão no 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 +msgid "Attach modal dialog to the parent window" +msgstr "Anexar diálogo modal para a janela pai" + +#: ../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 "" +"Esta chave substitui a chave na org.gnome.mutter ao executar a Consola GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Disposição dos botões na barra de título" + +#: ../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 "" +"Esta chave substitui a chave na org.gnome.desktop.wm.preferences ao executar " +"a Shell do GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Ativar a margem dos mosaicos ao largar janelas nos limites do ecrã" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Áreas de trabalho apenas para monitor 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 "" +"Atrasar alterações de foco nos modos de rato até que o ponteiro pare de mover" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Só miniaturas" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Apenas ícone da aplicação" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura e ícone de aplicação" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Apresentar janelas como" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Apresentar apenas janelas na área de trabalho atual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Resumo de atividades" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritos" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicações" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lista de aplicações e áreas de trabalho" + +#: ../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 "" +"Uma lista de expressões, cada uma contendo o id de uma aplicação (nome do " +"ficheiro desktop), seguido de dois pontos e o número da área de trabalho" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplicação" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Área de Trabalho" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Adicionar Regra" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Criar uma nova regra de correspondência" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Adicionar" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Falha ao ejetar a unidade '%s':" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositivos removíveis" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Abrir Ficheiro" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Olá, mundo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Texto de saudação alternativo." + +#: ../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 "" +"Se não estiver vazio, contém o texto que será apresentado ao se clicar no " +"painel." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Mensagem" + +#: ../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 "" +"Exemplo tem como objetivo mostrar como construir extensões bem comportadas " +"para a Consola e, como tal, tem uma funcionalidade reduzida.\n" +"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 +msgid "Use more screen for windows" +msgstr "Utilizar mais ecrã para as janelas" + +#: ../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 "" +"Tentar utilizar mais ecrã para colocar miniaturas de janelas, adaptando a " +"relação de aspecto do ecrã, e consolidá-los ainda mais para reduzir a caixa " +"delimitadora. Esta definição aplica-se apenas com a estratégia de " +"posicionamento natural." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Colocar título de janelas em cima" + +#: ../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 verdade, colocar títulos de janelas em cima da respectiva miniatura, " +"substituindo a omissão da Consola de colocá-los na parte inferior. Alterar " +"esta configuração requer reinicializar a Consola para ter efeito." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Locais" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Falha ao iniciar \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computador" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Página Inicial" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Explorar a Rede" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memória" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Nome do tema" + +#: ../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 "O nome do tema, a ser lido de ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Fechar" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Desminimizar" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizar" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Desmaximizar" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximizar" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizar todas" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Desminimizar todas" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximizar todas" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Desmaximizar todas" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Fechar todas" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador de Área de Trabalho" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Lista de Janelas" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quando agrupar janelas" + +#: ../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 "" +"Decide quando agrupar janelas da mesma aplicação na lista de janelas. " +"Valores válidos são \"never\", \"auto\" e \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupar Janelas" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nunca agrupar janelas" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupar janelas quando o espaço é limitado" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Agrupar sempre as janelas" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Nomes das Áreas de Trabalho" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nome" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Área de trabalho %d" + +#~ msgid "Suspend" +#~ msgstr "Suspender" + +#~ msgid "Hibernate" +#~ msgstr "Hibernar" + +#~ msgid "Power Off" +#~ msgstr "Desligar" + +#~ msgid "Enable suspending" +#~ msgstr "Activar suspender" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Controlar a visibilidade do item de menu de Suspender" + +#~ msgid "Enable hibernating" +#~ msgstr "Activar hibernar" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Controlar a visibilidade do item de menu de Hibernar" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Esquerda" + +#~ msgid "Right" +#~ msgstr "Direita" + +#~ msgid "Upside-down" +#~ msgstr "Invertido" + +#~ msgid "Display" +#~ msgstr "Apresentar" + +#~ msgid "Display Settings" +#~ msgstr "Definições de Visualização" diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..5e13af7 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,615 @@ +# Brazilian Portuguese translation for gnome-shell-extensions. +# Copyright (C) 2014 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Felipe Borges , 2011. +# Rodrigo Padula , 2011. +# Rodolfo Ribeiro Gomes , 2011. +# Djavan Fagundes , 2012. +# Gabriel Speckhahn , 2012. +# Og Maciel , 2012. +# Rafael Ferreira , 2013. +# Enrico Nicoletto , 2013, 2014. +# +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: 2014-06-03 07:29+0000\n" +"PO-Revision-Date: 2014-06-03 10:05-0300\n" +"Last-Translator: Enrico Nicoletto \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\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: Poedit 1.6.5\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 Clássico" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Essa sessão se inicia como GNOME Clássico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Clássico" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Gerenciamento de janelas e execução de aplicativos" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Anexar diálogo modal à janela pai" + +#: ../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 "" +"Esta chave sobrescreve a chave em org.gnome.mutter ao executar o Shell do " +"GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Arranjo de botões na barra de títulos" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Esta chave sobrescreve a chave em org.gnome.desktop.wm.preferences ao " +"executar o Shell do GNOME." + +# Precedentes no mutter e no gnome-shell +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Habilitar contorno ladrilhado ao arrastar janelas sobre as bordas da tela" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Espaços de trabalho apenas no monitor primário" + +#: ../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 "Atrasar foco altera o modo do mouse até o ponteiro parar de se mover" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Somente miniatura" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Somente ícone do aplicativo" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatura e ícone do aplicativo" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Apresentar janelas como" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Mostrar somente janelas no espaço de trabalho atual" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Panorama de atividades" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoritos" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplicativos" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +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 +msgid "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" +msgstr "" +"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" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplicativo" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Espaço de trabalho" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Adicionar regra" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Criar uma nova regra coincidente" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Adicionar" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Falha ao ejetar a unidade \"%s\":" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Dispositivos removíveis" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Abrir arquivo" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Olá, mundo!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Texto de saudação alternativo." + +#: ../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 "" +"Quando não vazio, contém o texto que será exibido ao se clicar no painel." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Mensagem" + +#: ../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 "" +"A extensão \"Example\" procura mostrar como construir extensões bem " +"comportadas para o Shell e portanto ela possui poucas funcionalidades " +"próprias.\n" +"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 +msgid "Use more screen for windows" +msgstr "Usar mais tela para janelas" + +#: ../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 "" +"Tenta usar mais tela para colocação da janela de miniaturas, adaptando a " +"proporção da tela e consolidando-os ainda mais para reduzir a caixa " +"delimitadora. Essa configuração aplica-se somente com a estratégia de " +"posicionamento natural." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Colocar as legendas de janela em cima" + +#: ../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 verdadeiro, coloca legendas de janela em cima da respectiva miniatura, " +"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." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Locais" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Falha ao iniciar \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Computador" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Pasta pessoal" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Navegar na rede" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPU" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Memória" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Nome do tema" + +#: ../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 "O nome do tema, para ser carregado de ~/.themes/nome/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Fechar" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Desfazer janelas minimizadas" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimizar" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Desfazer janelas maximizadas" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximizar" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimizar todas" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Desfazer todas as janelas minimizadas" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximizar todas" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Desfazer todas as janelas maximizadas" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Fechar todas" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indicador de espaços de trabalho" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Lista de janelas" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Quando agrupar janelas" + +#: ../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 "" +"Decide quando agrupar janelas do mesmo aplicativo na lista de janelas. " +"Valores possíveis são \"nunca\", \"auto\" e \"sempre\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Agrupamento de janelas" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nunca agrupar janelas" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Agrupar janelas quando o espaço estiver limitado" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Sempre agrupar janelas" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Nomes de espaços de trabalho" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Nome" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Espaço de trabalho %d" + +#~ msgid "Suspend" +#~ msgstr "Suspender" + +#~ msgid "Hibernate" +#~ msgstr "Hibernar" + +#~ msgid "Power Off" +#~ msgstr "Desligar" + +#~ msgid "Enable suspending" +#~ msgstr "Habilitar suspenção" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Controla a visibilidade do item de menu Suspender" + +#~ msgid "Enable hibernating" +#~ msgstr "Habilitar hibernação" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Controla a visibilidade do item de menu Hibernar" + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Esquerda" + +#~ msgid "Right" +#~ msgstr "Direita" + +#~ msgid "Upside-down" +#~ msgstr "De cabeça para baixo" + +#~ msgid "Display" +#~ msgstr "Tela" + +#~ msgid "Display Settings" +#~ msgstr "Configurações de tela" + +#~ msgid "The application icon mode." +#~ msgstr "O modo de ícone do aplicativo." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Configura como as janelas são mostradas no alternador. Possibilidades " +#~ "válidas são \"thumbnail-only\" (mostra uma miniatura da janela), \"app-" +#~ "icon-only\" (mostra somente o ícone do aplicativo) ou \"both\" (ambos)." + +#~ msgid "Drag here to add favorites" +#~ msgstr "Arraste aqui para adicionar favoritos" + +#~ msgid "New Window" +#~ msgstr "Nova janela" + +#~ msgid "Quit Application" +#~ msgstr "Fechar aplicativo" + +#~ msgid "Remove from Favorites" +#~ msgstr "Remover dos favoritos" + +#~ msgid "Position of the dock" +#~ msgstr "Posição do dock" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Define a posição do dock na tela. Os valores permitidos são \"right\" ou " +#~ "\"left\"" + +#~ msgid "Icon size" +#~ msgstr "Tamanho do ícone" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Define o tamanho do ícone do dock." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Habilitar/desabilitar ocultar automaticamente" + +#~ msgid "Autohide effect" +#~ msgstr "Efeito de ocultar automaticamente" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Define o efeito de ocultar dock. Os valores permitidos são \"resize\", " +#~ "\"rescale\" e \"move\"" + +#~ msgid "Autohide duration" +#~ msgstr "Duração do ocultar automaticamente" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Define o tempo de duração do efeito de ocultar automaticamente." + +#~ msgid "Monitor" +#~ msgstr "Monitor" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Configura o monitor para mostrar encaixe. O valor padrão (-1) é o monitor " +#~ "primário." + +#~ msgid "%s is away." +#~ msgstr "%s está ausente." + +#~ msgid "%s is offline." +#~ msgstr "%s está desconectado." + +#~ msgid "%s is online." +#~ msgstr "%s está conectado." + +#~ msgid "%s is busy." +#~ msgstr "%s está ocupado." + +#~ msgid "Devices" +#~ msgstr "Dispositivos" + +#~ msgid "Bookmarks" +#~ msgstr "Marcadores" + +#~ msgid "Network" +#~ msgstr "Rede" + +#~ msgid "File System" +#~ msgstr "Sistema de arquivos" + +#~ msgid "The alt tab behaviour." +#~ msgstr "O comportamento do alt tab." + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Define o comportamento do Alt-Tab. Valores possíveis são: all_thumbnails " +#~ "e workspace_icons. Veja os diálogos de configuração para mais detalhes." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Esse modo apresenta todos os aplicativos de todos os espaços de trabalho " +#~ "em uma lista de seleção. Em vez de usar o ícone de aplicativo de cada " +#~ "janela, usa pequenas miniaturas com a aparência da própria janela." + +#~ msgid "Workspace & Icons" +#~ msgstr "Espaço de trabalho & ícones" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Esse modo permite que você alterne entre os aplicativos do seu espaço de " +#~ "trabalho atual e além disso lhe dá a opção de alternar para a última " +#~ "aplicação utilizada do seu espaço de trabalho anterior. Essa é sempre o " +#~ "último símbolo na lista e é segregada através de um separador/linha " +#~ "vertical quando disponível.\n" +#~ "Cada janela é representada pelo seu ícone de aplicativo." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "Move a seleção atual para a frente antes de fechar a popup" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "O tab alternativo pode ser usado em modos diferentes que afetam a maneira " +#~ "como as janelas são escolhidas e apresentadas." + +#~ msgid "Configure display settings..." +#~ msgstr "Alterar configurações de exibição..." + +#~ 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" +#~ "If you whish to revert to the default behavior for the Alt-Tab switcher, " +#~ "just\n" +#~ "disable the extension from extensions.gnome.org or the Advanced Settings " +#~ "application." +#~ msgstr "" +#~ "Esta é a primeira vez que você usa a extensão Alternate Tab. \n" +#~ "Por favor, escolha seu comportamento preferido:\n" +#~ "\n" +#~ "All & miniaturas:\n" +#~ " Este modo apresenta todos os aplicativos de todos os espaços de " +#~ "trabalho em\n" +#~ " uma lista. Ao invés de usar o ícone do aplicativo de cada janela, ele " +#~ "usa\n" +#~ " pequenas miniaturas assemelhando-se a janela própria. \n" +#~ "\n" +#~ "Espaço de trabalho & ícones:\n" +#~ " Este modo permite que você alterne entre os aplicativos do seu espaço " +#~ "de trabalho\n" +#~ " atual e dá a você além da opção para mudar para o último aplicativo " +#~ "usado em seu\n" +#~ " espaço de trabalho anterior. Este é sempre o último símbolo na lista " +#~ "e separado\n" +#~ " por uma linha separadora/vertical se disponível. \n" +#~ " Cada janela é representada por seu ícone de aplicativo. \n" +#~ "\n" +#~ "Se você deseja reverter para o comportamento padrão a partir do " +#~ "alternador de Alt-Tab, apenas desative a extensão de extensions.gnome.org " +#~ "ou nas configurações avançadas do aplicativo." + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Comportamento do Alt Tab" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "Pergunte ao usuário por um comportamento padrão se marcado." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Indica se o alternar com Tab for recém-instalado" + +#~ msgid "Available" +#~ msgstr "Disponível" + +#~ msgid "Busy" +#~ msgstr "Ocupado" + +#~ msgid "My Account" +#~ msgstr "Minha conta" + +#~ msgid "Lock Screen" +#~ msgstr "Bloquear tela" + +#~ msgid "Switch User" +#~ msgstr "Trocar de usuário" + +#~ msgid "Log Out..." +#~ msgstr "Encerrar sessão..." diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..e077948 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,348 @@ +# Russian translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Yuri Myasoedov , 2011, 2012, 2013. +# Stas Solovey , 2011, 2012, 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions gnome-3-0\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-06-27 07:35+0000\n" +"PO-Revision-Date: 2014-06-27 21:50+0400\n" +"Last-Translator: Yuri Myasoedov \n" +"Language-Team: Русский \n" +"Language: ru\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" +"X-Generator: Poedit 1.6.5\n" + +#: ../data/gnome-classic.desktop.in.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/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Классический GNOME Shell" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Управление окнами и запуск приложений" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Прикреплять модальное диалоговое окно к родительскому окну" + +#: ../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 "" +"Этот ключ переопределяет ключ в org.gnome.mutter при запуске GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Расположение кнопок в заголовке" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Этот ключ переопределяет ключ в org.gnome.desktop.wm.preferences при запуске " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Автоматически изменять размеры окна при перемещении окна к краям экрана" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Рабочие места только на основном мониторе" + +#: ../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 "Задержка изменения фокуса в режиме мыши после остановки указателя" + +#: ../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:39 +msgid "Activities Overview" +msgstr "Обзор" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Избранное" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Приложения" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Приложение и список рабочих областей" + +#: ../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 "" +"Список строк, содержащих идентификатор приложения (имя 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" +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:123 +msgid "Removable devices" +msgstr "Съёмные устройства" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Открыть файл" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Привет, мир!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Альтернативный текст приветствия." + +#: ../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 "" +"Если строка не пуста, то содержащийся в ней текст будет показан при нажатии " +"на панель." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Сообщение" + +#: ../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.in.h:1 +msgid "Use more screen for windows" +msgstr "Использовать дополнительную область экрана для окон" + +#: ../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 "" +"Использовать дополнительную область экрана для расположения миниатюр, " +"изменяя соотношение сторон экрана и уплотняя размещение для уменьшения " +"размеров ограничивающей рамки. Этот параметр применяется только при " +"использовании алгоритма расположения миниатюр «natural»." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Размещать заголовки окон сверху" + +#: ../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 "" +"Если выбрано, то заголовки будет располагаться в верхней части миниатюры (по " +"умолчанию заголовки располагаются снизу). При изменении этого параметра, " +"чтобы оно вступило в силу, необходимо перезапустить Shell." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Места" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Не удалось запустить «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Компьютер" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Домашняя папка" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Обзор сети" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "ЦП" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Память" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Название темы" + +#: ../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 "Название темы, загружаемой из ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Закрыть" + +# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize) +#: ../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:300 +msgid "Minimize all" +msgstr "Свернуть все" + +# ну или "восстановить", правда тогда появляется неоднозначный повтор (unmaximize) +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Вернуть все" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Развернуть все" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Восстановить все" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Закрыть все" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Индикатор рабочей области" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Список окон" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Когда группировать окна" + +#: ../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 "" +"Определяет, когда группировать окна одного и того же приложения в списке " +"окон. Возможные значения: «never» — никогда; «auto» — автоматически; " +"«always» — всегда." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Группировка окон" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Никогда не группировать окна" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Группировать окна, если место ограничено" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Всегда группировать окна" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..285cee0 --- /dev/null +++ b/po/sk.po @@ -0,0 +1,396 @@ +# Slovak translation for gnome-shell-extensions. +# Copyright (C) 2012-2013 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Pavol Klačanský , 2012. +# Dušan Kazik , 2012, 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-09-09 19:36+0000\n" +"PO-Revision-Date: 2014-09-10 08:57+0100\n" +"Last-Translator: Dušan Kazik \n" +"Language-Team: Slovak \n" +"Language: sk\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==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" +"X-Generator: Poedit 1.5.4\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Klasické prostredie GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Táto relácia vás prihlási do klasického prostredia GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasický shell prostredia GNOME" + +# RadioButton label +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Správca okien a spúšťanie aplikácií" + +# summary +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Pripojiť modálne dialógové okno k rodičovskému oknu" + +# description +#: ../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 "" +"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 +msgid "Arrangement of buttons on the titlebar" +msgstr "Usporiadanie tlačidiel v záhlaví okna" + +# description +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Tento kľúč preváži kľúč v org.gnome.desktop.wm.preferences, keď je spustené " +"prostredie GNOME Shell." + +# summary +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Povoliť usporiadanie okien do dlaždíc pri ich pustení na okrajoch obrazovky" + +# Label +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Pracovné priestory iba na primárnom monitore" + +# summary +#: ../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 "" +"Oneskoriť pohyb zamerania v režime myši, až kým sa ukazovateľ nezastaví" + +# RadioButton label +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Len miniatúra" + +# RadioButton label +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Len ikona aplikácie" + +# RadioButton label +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatúra a ikona aplikácie" + +#  Label +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Uvádzať okná ako" + +# CheckButton +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Zobraziť len okná z aktuálneho pracovného priestoru" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Prehľad aktivít" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Obľúbené" + +# TreeViewColumn +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Aplikácie" + +# summary +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Zoznam aplikácií a pracovných plôch" + +# description +#: ../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 "" +"Zoznam reťazcov, z ktorých každý obsahuje identifikátor aplikácie (názov " +"súboru .desktop), nasledovaný čiarkou a číslom pracovného priestoru" + +# TreeViewColumn +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Aplikácia" + +# TreeViewColumn; Label +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Pracovný priestor" + +# ToolButton label +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Pridať pravidlo" + +# Dialog title +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Vytvorenie nového odpovedajúceho pravidla" + +# button label +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Pridať" + +# https://bugzilla.gnome.org/show_bug.cgi?id=687590 +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Zlyhalo vysúvanie jednotky „%s“:" + +#  Menu +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Vymeniteľné zariadenia" + +# Menu Action +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Otvoriť súbor" + +# PŠ: a toto by som teda neprekladal, tento text musia poznať všetci ;-) +# PK: ja by som to prelozil ;) +# DK: ja by som ho prelozil tiez +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Ahoj, Svet!" + +# gsetting summary +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatívny text privítania." + +# gsetting desription +#: ../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 "Obsahuje text, ktorý bude zobrazený po kliknutí na panel." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Správa" + +# PM: podľa mňa chýba preklad druhej časti prvej vety +#: ../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 "" +"Rozšírenie Example vám má ukázať, ako sa dajú zostaviť dobre vyzerajúce a " +"jednoduché rozšírenia pre Shell a demonštrovať tak funkčnosť.\n" +"Napriek tomu je možné prispôsobiť správu privítania." + +# summary +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Použiť viac obrazovky pre okná" + +# description +#: ../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 "" +"Pokúsi sa využiť viac obrazovky tým, že umiestnenie miniatúr okien sa " +"prispôsobí pomeru strán, a tiež sa zváži zmenšenie okrajov. Toto nastavenie " +"sa aplikuje len pri bežnom spôsobe umiestnenia." + +# summary +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Umiestniť titulok okna navrch" + +# description +#: ../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 "" +"Pri nastavení na true, bude titulok okna umiestnený navrchu zodpovedajúcej " +"miniatúry. Prepíše sa tým predvolené nastavenie shellu, ktorý ho umiestňuje " +"nadol. Aby sa prejavila zmena, je potrebné reštartovať shell." + +#  menu item +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Miesta" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Zlyhalo spustenie „%s“" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Počítač" + +# Places +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Domov" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Prehliadať sieť" + +# Label +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Procesor" + +# Label +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Pamäť" + +# summary +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Názov témy" + +# description +#: ../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 "Názov témy, ktorá sa načíta z ~/.themes/nazov/gnome-shell" + +# PopupMenuItem +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Zavrieť" + +# label +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Odminimalizovať" + +# label +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimalizovať" + +# label +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Odmaximalizovať" + +# label +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximalizovať" + +# PopupMenuItem +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimalizovať všetko" + +# PopupMenuItem +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Odminimalizovať všetko" + +# PopupMenuItem +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximalizovať všetko" + +# PopupMenuItem +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Odmaximalizovať všetko" + +# PopupMenuItem +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Zavrieť všetko" + +# Label +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Indikátor pracovného priestoru" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Zoznam okien" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kedy zoskupiť okná" + +#: ../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 "" +"Rozhoduje kedy sa majú v zozname okien zoskupiť okná tej istej aplikácie." +"Možné hodnoty sú „never“ (nikdy), „auto“ (automaticky) a „always“ (vždy)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Zoskupenie okien" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nikdy nezoskupovať okná" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Zoskupovať okna ak je obmedzený priestor" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Vždy zoskupovať okná" + +# Label +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Názvy pracovných priestorov" + +# TreeViewColumn +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Názov" + +# store label +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Pracovný priestor č. %d" diff --git a/po/sl.po b/po/sl.po new file mode 100644 index 0000000..4597f77 --- /dev/null +++ b/po/sl.po @@ -0,0 +1,523 @@ +# Slovenian translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# Matej Urbančič , 2011-2014. +# +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: 2014-06-16 19:32+0000\n" +"PO-Revision-Date: 2014-06-16 22:06+0100\n" +"Last-Translator: Matej Urbančič \n" +"Language-Team: Slovenian GNOME Translation Team \n" +"Language: sl_SI\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%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Generator: Poedit 1.5.4\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "Običajno namizje GNOME" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Seja omogoča prijavo v običajno namizje GNOME." + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Običajna lupina GNOME" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Upravljanje oken in zaganjanje programov" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Priponi modalno pogovorno okno nadrejenemu oknu" + +#: ../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 "" +"Možnost prepiše ključ med nastavitvami org.gnome.mutter med zagonom lupine " +"GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Postavitev gumbov v nazivni vrstici okna" + +#: ../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 "" +"Možnost prepiše ključ med nastavitvami org.gnome.desktop.wm med zagonom " +"lupine GNOME." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Omogoči prilagajanje velikosti okna ob dotiku robov zaslona" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Delovne površine so le na osnovnem zaslonu" + +#: ../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 "" +"Zamik žarišča se v načinu miške spreminja, dokler se kazalnik ne neha " +"premikati" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Le sličice" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Le ikono programa" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Sličice in ikono programa" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Pokaži okna kot" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Pokaži le okna trenutne delovne površine" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Pregled dejavnosti" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Priljubljeno" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Programi" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Seznam programov in delovnih površin" + +#: ../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 "" +"Seznam nizov z določilom ID programa (namizno ime programa), ki mu sledi " +"dvopičje in nato številka delovne površine." + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Program" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Delovna površina" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Dodaj pravilo" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Ustvari novo pravilo skladanja" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Dodaj" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Izmetavanje pogona '%s' je spodletelo:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Odstranljive naprave" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Odpri datoteko" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Pozdravljen, svet!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Nadomestno pozdravno besedilo." + +#: ../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 "" +"V kolikor vrednost ni prazna, vsebuje besedilo, ki bo prikazano ob kliku na " +"pladenj." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Sporočilo" + +#: ../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 "" +"Primer je oblikovan kot predloga za izgradnjo kakovostnih razširitev za " +"lupino, zato je delovanje deloma posebno.\n" +"Kljub vsemu je mogoče prilagajati pozdravno sporočilo." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Uporabi več zaslona za okna" + +#: ../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 "" +"Poskusi uporabiti več zaslona za postavitev sličic oken s prilagajanjem " +"razmerja velikosti zaslona in prilagajanjem postavitve okvirja. Nastavitev " +"je mogoče uporabiti le z naravnim načinom postavitve okna." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Postavi nazive oken na vrh" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4 +msgid "" +"If true, place window captions on top the respective thumbnail, overriding " +"shell default of placing it at the bottom. Changing this setting requires " +"restarting the shell to have any effect." +msgstr "" +"Izbrana možnost določi postavitev nazivov oken na vrh posamezne sličice in s " +"tem prepiše privzeti izpis pod sličico. Za uveljavitev sprememb je treba " +"lupino ponovno zagnati." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Mesta" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Zaganjanje \"%s\" je spodletelo." + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Računalnik" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Osebna mapa" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Prebrskaj omrežje" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "CPE" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Pomnilnik" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Ime teme" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2 +msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" +msgstr "Ime teme, ki bo naložena iz ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Zapri" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Povečaj" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Skrči" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Pomanjšaj" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Razpni" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Skrči vse" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Pomanjšaj vse" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Razpni" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "_Pomanjšaj vse" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Zapri vse" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Kazalnik delovnih površin" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "Seznam oken" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kdaj naj se okna združujejo" + +#: ../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 "" +"Določi, kdaj se okna v seznamu združujejo. Veljavne vrednosti so \"nikoli\", " +"\"samodejno\" in \"vedno\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Združevanje oken" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nikoli ne združuj oken" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Združi okna v skupine, ko je prostor omejen" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Vedno združuj okna" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Imena delovnih površin" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Ime" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Delovna površina %d" + +#~ msgid "Normal" +#~ msgstr "Običajno" + +#~ msgid "Left" +#~ msgstr "Levo" + +#~ msgid "Right" +#~ msgstr "Desno" + +#~ msgid "Upside-down" +#~ msgstr "Zgoraj-navzdol" + +#~ msgid "Display" +#~ msgstr "Zaslon" + +#~ msgid "Display Settings" +#~ msgstr "Nastavitve zaslona" + +#~ msgid "Suspend" +#~ msgstr "V pripravljenost" + +#~ msgid "Hibernate" +#~ msgstr "V mirovanje" + +#~ msgid "Power Off" +#~ msgstr "Izklopi" + +#~ msgid "Enable suspending" +#~ msgstr "Omogoči stanje pripravljenosti" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Upravljanje vidnosti menijskega ukaza V pripravljenost" + +#~ msgid "Enable hibernating" +#~ msgstr "Omogoči mirovanje" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Upravljanje vidnosti menijskega ukaza V mirovanje" + +#~ msgid "The application icon mode." +#~ msgstr "Ikonski način programa." + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "Nastavitev prikaza oken v preklopniku. Veljavne možnosti so 'le sličice', " +#~ "kar pokaže pomanjšano sličico okna, 'le ikono programa', kar pokaže ikono " +#~ "in možnost 'oboje', torej ikono in pomanjšano sličico." + +#~ msgid "Devices" +#~ msgstr "Naprave" + +#~ msgid "Bookmarks" +#~ msgstr "Zaznamki" + +#~ msgid "Network" +#~ msgstr "Omrežje" + +#~ msgid "File System" +#~ msgstr "Datotečni sistem" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Potegnite sem, za dodajanje med priljubljene" + +#~ msgid "New Window" +#~ msgstr "Novo okno" + +#~ msgid "Quit Application" +#~ msgstr "Končaj program" + +#~ msgid "Remove from Favorites" +#~ msgstr "Odstrani iz priljubljenih" + +#~ msgid "Position of the dock" +#~ msgstr "Postavitev sidrišča" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Določi položaj sidrišča na zaslonu. Dovoljeni vrednosti sta 'desno' ali " +#~ "'levo'." + +#~ msgid "Icon size" +#~ msgstr "Velikost ikone" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Določi velikost ikon sidrišča." + +#~ msgid "Enable/disable autohide" +#~ msgstr "Omogoči/Onemogoči samodejno skrivanje" + +#~ msgid "Autohide effect" +#~ msgstr "Učinek samodejnega skrivanja" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "" +#~ "Določi učinek skrivanja sidrišča. Dovoljeni vrednosti sta 'spremeni " +#~ "velikost', 'prilagodi velikost' ali 'premakni'." + +#~ msgid "Autohide duration" +#~ msgstr "Trajanje samodejnega skrivanja" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Določi trajanje učinka samodejnega skrivanja." + +#~ msgid "Monitor" +#~ msgstr "Zaslon" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "" +#~ "Nastavi zaslon za prikaz sidrišča. Privzeta vrednost (-1) določa osnovni " +#~ "zaslon." + +#~ msgid "%s is away." +#~ msgstr "%s ni prisoten." + +#~ msgid "%s is offline." +#~ msgstr "%s ni povezan." + +#~ msgid "%s is online." +#~ msgstr "%s je na zvezi." + +#~ msgid "%s is busy." +#~ msgstr "%s je zaseden." + +#~ msgid "Removable Devices" +#~ msgstr "Odstranljive naprave" + +#~ msgid "The alt tab behaviour." +#~ msgstr "Obnašanje tipk Alt-Tab" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "Določi obnašanje tipk Alt-Tab. Mogoče vrednosti so: vse_sličice in " +#~ "ikone_delovne_površine. Za več podrobnosti si oglejte nastavitve." + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "Ta način prikazuje vse programe na vseh delovnih površinah na enem " +#~ "izbirnem seznamu. Namesto uporabe ikone programa na vsakem oknu, " +#~ "uporablja majhne sličice, ki predstavljajo samo okno." + +#~ msgid "Workspace & Icons" +#~ msgstr "Delovne površine in ikone" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "Ta način omogoča preklop med programi trenutne delovne površine in hkrati " +#~ "omogoča izbiro na zadnje uporabljenega okna predhodne delovne površine. " +#~ "Ta predmet je vedno zapisan kot zadnji predmet seznama in je ločen z " +#~ "ločilnikom ali navpično črto.\n" +#~ "Vsako okno je prikazano z ikono programa." + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "Premakni trenutni izbor v ospredje pred zapiranjem pojavnega okna" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "Nadomestni zavihek je mogoče uporabiti pri različnih načinih dela, ki " +#~ "vplivajo na način izbire oken." diff --git a/po/sr.po b/po/sr.po new file mode 100644 index 0000000..8eff13c --- /dev/null +++ b/po/sr.po @@ -0,0 +1,343 @@ +# Serbian translation for gnome-shell-extensions. +# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Милош Поповић , 2012. +# Мирослав Николић , 2012—2014. +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: 2014-09-22 07:38+0000\n" +"PO-Revision-Date: 2014-09-22 12:24+0200\n" +"Last-Translator: Мирослав Николић \n" +"Language-Team: Serbian \n" +"Language: sr\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? 3 : n%10==1 && n%100!=11 ? 0 : " +"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "Класичан Гном" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "Прикачиње прозорче родитељском прозору" + +#: ../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 "" +"Овај кључ превазилази кључ у „org.gnome.mutter“ када покреће Гномову шкољку." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Распоред дугмића на траци наслова" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Овај кључ превазилази кључ у „org.gnome.desktop.wm.preferences“ када покреће " +"Гномову шкољку." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Укључује поплочавање ивице приликом отпуштања прозора на ивицама екрана" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Радни простори само на примарном монитору" + +#: ../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 "Застој првог плана се мења у режиму миша док се показивач не заустави" + +#: ../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:39 +msgid "Activities Overview" +msgstr "Преглед активности" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Омиљено" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Програми" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Програм и списак радних простора" + +#: ../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 "" +"Списак ниски од којих свака садржи иб програма (назив датотеке „.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" +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:123 +msgid "Removable devices" +msgstr "Уклоњиви уређаји" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Отвори датотеку" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Поздрав свима!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Неки други поздравни текст." + +#: ../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 "" +"Уколико упишете текст овде, он ће бити приказан када кликнете на панел." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Порука" + +#: ../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 "" +"Овај пример само показује како се пише добро проширење за Гномову шкољку, " +"тако да вам не значи пуно.\n" +"Ипак, можете изменити поздравну поруку помоћу овог проширења." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Користи више простора за прозор" + +#: ../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 "" +"Користи више простора за смештање умањених приказа прозора у зависности од " +"величине екрана. Ово подешавање важи само уколико је стратегија размештања " +"постављена на природно." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Поставља натписе прозора изнад приказа" + +#: ../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 "" +"Уколико је изабрано, натписи прозора ће бити постављени на врх њихових " +"умањених приказа уместо испод приказа. Промена ових подешавања захтева да " +"поново покренете Гномову шкољку." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Места" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Нисам успео да покренем „%s“" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Рачунар" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Личнo" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Разгледајте мрежу" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Процесор" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Меморија" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Назив теме" + +#: ../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 "Назив теме који се учитава из датотеке „~/.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:300 +msgid "Minimize all" +msgstr "Умањи све" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Поништи умањење свега" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Увећај све" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Поништи увећање свега" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Затвори све" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Показатељ радних простора" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Списак прозора" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Када груписати прозоре" + +#: ../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 "" +"Одређује када ће бити груписани прозори истог програма у списку прозора. " +"Дозвољене вредности су „never“ (никад), „auto“ (аутоматски) и " +"„always“ (увек)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Груписање прозора" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Никад не групиши прозоре" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Групиши прозоре када је простор ограничен" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Увек групиши прозоре" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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. радни простор" diff --git a/po/sr@latin.po b/po/sr@latin.po new file mode 100644 index 0000000..2afb759 --- /dev/null +++ b/po/sr@latin.po @@ -0,0 +1,343 @@ +# Serbian translation for gnome-shell-extensions. +# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Miloš Popović , 2012. +# Miroslav Nikolić , 2012—2014. +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: 2014-09-22 07:38+0000\n" +"PO-Revision-Date: 2014-09-22 12:24+0200\n" +"Last-Translator: Miroslav Nikolić \n" +"Language-Team: Serbian \n" +"Language: sr\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? 3 : n%10==1 && n%100!=11 ? 0 : " +"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "Klasičan Gnom" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Ova sesija vas prijavljuje u klasičan Gnom" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasična Gnomova školjka" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Upravljanje prozorima i pokretanje programa" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Prikačinje prozorče roditeljskom prozoru" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2 +msgid "" +"This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgstr "" +"Ovaj ključ prevazilazi ključ u „org.gnome.mutter“ kada pokreće Gnomovu školjku." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Raspored dugmića na traci naslova" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"Ovaj ključ prevazilazi ključ u „org.gnome.desktop.wm.preferences“ kada pokreće " +"Gnomovu školjku." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Uključuje popločavanje ivice prilikom otpuštanja prozora na ivicama ekrana" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Radni prostori samo na primarnom monitoru" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "Zastoj prvog plana se menja u režimu miša dok se pokazivač ne zaustavi" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Samo sličice" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Samo ikonica programa" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Sličica i ikonica programa" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Prikaži prozore kao" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Prikazuje samo prozore u tekućem radnom prostoru" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Pregled aktivnosti" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Omiljeno" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Programi" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Program i spisak radnih prostora" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2 +msgid "" +"A list of strings, each containing an application id (desktop file name), " +"followed by a colon and the workspace number" +msgstr "" +"Spisak niski od kojih svaka sadrži ib programa (naziv datoteke „.desktop“), " +"zarez i broj radnog prostora." + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Program" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Radni prostor" + +#: ../extensions/auto-move-windows/prefs.js:85 +#| msgid "Add rule" +msgid "Add Rule" +msgstr "Dodaj pravilo" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Dodajte novo pravilo za poklapanje" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Dodaj" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Nisam uspeo da izbacim uređaj „%s“:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Uklonjivi uređaji" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Otvori datoteku" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Pozdrav svima!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Neki drugi pozdravni tekst." + +#: ../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 "" +"Ukoliko upišete tekst ovde, on će biti prikazan kada kliknete na panel." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "Poruka" + +#: ../extensions/example/prefs.js:43 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"Ovaj primer samo pokazuje kako se piše dobro proširenje za Gnomovu školjku, " +"tako da vam ne znači puno.\n" +"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 +msgid "Use more screen for windows" +msgstr "Koristi više prostora za prozor" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2 +msgid "" +"Try to use more screen for placing window thumbnails by adapting to screen " +"aspect ratio, and consolidating them further to reduce the bounding box. " +"This setting applies only with the natural placement strategy." +msgstr "" +"Koristi više prostora za smeštanje umanjenih prikaza prozora u zavisnosti od " +"veličine ekrana. Ovo podešavanje važi samo ukoliko je strategija razmeštanja " +"postavljena na prirodno." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Postavlja natpise prozora iznad prikaza" + +#: ../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 "" +"Ukoliko je izabrano, natpisi prozora će biti postavljeni na vrh njihovih " +"umanjenih prikaza umesto ispod prikaza. Promena ovih podešavanja zahteva da " +"ponovo pokrenete Gnomovu školjku." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Mesta" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Nisam uspeo da pokrenem „%s“" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Računar" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Lično" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Razgledajte mrežu" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Naziv teme" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2 +msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell" +msgstr "Naziv teme koji se učitava iz datoteke „~/.themes/name/gnome-shell“" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Zatvori" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Poništi umanjenje" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Umanji" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Poništi uvećanje" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Uvećaj" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Umanji sve" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Poništi umanjenje svega" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Uvećaj sve" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Poništi uvećanje svega" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Zatvori sve" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Pokazatelj radnih prostora" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Spisak prozora" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Kada grupisati prozore" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2 +msgid "" +"Decides when to group windows from the same application on the window list. " +"Possible values are \"never\", \"auto\" and \"always\"." +msgstr "" +"Određuje kada će biti grupisani prozori istog programa u spisku prozora. " +"Dozvoljene vrednosti su „never“ (nikad), „auto“ (automatski) i " +"„always“ (uvek)." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Grupisanje prozora" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Nikad ne grupiši prozore" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Grupiši prozore kada je prostor ograničen" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Uvek grupiši prozore" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +msgid "Workspace Names" +msgstr "Nazivi radnih prostora" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Naziv" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "%d. radni prostor" diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..41e0a80 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,391 @@ +# Swedish translation for gnome-shell-extensions. +# Copyright (C) 2011, 2012 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Daniel Nylander , 2011, 2012. +# Mattias Eriksson , 2014 +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-09-03 13:16+0000\n" +"PO-Revision-Date: 2014-09-03 17:19+0100\n" +"Last-Translator: Mattias Eriksson \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME Klassisk" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Denna session loggar in dig till GNOME Klassisk" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME-skal Klassisk" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Fönsterhantering och programuppstart" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Koppla samman modal dialog till föräldrafönstret" + +#: ../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 "" +"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 +msgid "Arrangement of buttons on the titlebar" +msgstr "Arrangemang för knappar i titelraden" + +#: ../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 "" +"Denna nyckel överskuggar nyckeln i org.gnome.desktop.wm.preferences när " +"GNOME-skalet körs." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +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 +msgid "Workspaces only on primary monitor" +msgstr "Arbetsytor endast på primär monitor" + +#: ../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 "Fördröj fokusändringar i musläge tills pekare slutar röra sig" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Endast miniatyrbild" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Endast programikon" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Miniatyrbild och programikon" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Presentera fönster som" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Visa endast fönster på den aktuell arbetsytan" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Aktivitetsöversikt" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Favoriter" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Program" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Lista över program och arbetsyta" + +#: ../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 "" +"En lista över strängar, var och en innehållande ett program-id " +"(skrivbordsfilnamn), följt av ett kolontecken och arbetsytans nummer" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Program" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Arbetsyta" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Lägg till regel" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Skapa ny matchande regel" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Lägg till" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "Utmatning av disk \"%s\" misslyckades:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Flyttbara enheter" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Öppna fil" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hej, världen!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternativ hälsningstext." + +#: ../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 "" +"Om inte tom, innehåller den text som kommer att visas när man klickar på " +"panelen." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "Meddelande" + +#: ../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 "" +"Exemplet ämnar visa hur man bygger ett väluppfostrat tillägg för skalet och " +"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." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +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 +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 "" +"Försök att använda mer skärm för att placera fönsterminiatyrer genom att " +"anpassa till skärmens bildförhållande, och sammanfoga dem ytterligare genom " +"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 +msgid "Place window captions on top" +msgstr "Placera fönstertitlar överst" + +#: ../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 "" +"Om sant, placera fönster titlar över respektive miniatyrbild, överskuggar " +"skalets standardplacering under miniatyrbilden. För att ändra denna " +"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 +msgid "Places" +msgstr "Platser" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Misslyckades att starta \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Dator" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Hem" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Bläddra i nätverket" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Temanamn" + +#: ../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 "Namnet på temat, kommer att läsas in från ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Stäng" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Avminimera" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Minimera" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Avmaximera" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "Maximera" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Minimera alla" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Avminimera alla" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Maximera alla" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Avmaximera alla" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Stäng alla" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Arbetsyteindikator" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Fönsterlist" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "När ska fönster grupperas" + +#: ../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 "" +"Avgör när fönster från samma program ska grupperas i fönsterlisten. Möjliga " +"värden är \"never\", \"auto\" and \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Fönstergruppering" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Gruppera aldrig fönster" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Gruppera fönster när utrymmet är begränsat" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Gruppera alltid fönster" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Namn på Arbetsytor" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "Namn" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Arbetsyta %d" + +#~ msgid "Workspace & Icons" +#~ msgstr "Arbetsyta och ikoner" + +#~ msgid "Suspend" +#~ msgstr "Vänteläge" + +#~ msgid "Hibernate" +#~ msgstr "Viloläge" + +#~ msgid "Power Off..." +#~ msgstr "Stäng av..." + +#~ msgid "Drag here to add favorites" +#~ msgstr "Dra hit för att lägga till i favoriter" + +#~ msgid "New Window" +#~ msgstr "Nytt fönster" + +#~ msgid "Quit Application" +#~ msgstr "Avsluta programmet" + +#~ msgid "Remove from Favorites" +#~ msgstr "Ta bort från favoriter" + +#~ msgid "Icon size" +#~ msgstr "Ikonstorlek" + +#~ msgid "%s is away." +#~ msgstr "%s är borta." + +#~ msgid "%s is offline." +#~ msgstr "%s är frånkopplad." + +#~ msgid "%s is online." +#~ msgstr "%s är ansluten." + +#~ msgid "%s is busy." +#~ msgstr "%s är upptagen." + +#~ msgid "Normal" +#~ msgstr "Normal" + +#~ msgid "Left" +#~ msgstr "Vänster" + +#~ msgid "Right" +#~ msgstr "Höger" + +#~ msgid "Upside-down" +#~ msgstr "Upp och ner" + +#~ msgid "Configure display settings..." +#~ msgstr "Konfigurera skärminställningar.." diff --git a/po/ta.po b/po/ta.po new file mode 100644 index 0000000..48a29e8 --- /dev/null +++ b/po/ta.po @@ -0,0 +1,380 @@ +# Tamil translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# +# தங்கமணி அருண் , 2013. +# Shantha kumar , 2013, 2014. +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: 2014-09-14 19:34+0000\n" +"PO-Revision-Date: 2014-09-15 12:25+0630\n" +"Last-Translator: Shantha kumar \n" +"Language-Team: Tamil \n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "சேய் உரையாடலை பெற்றோர் சாளரத்துடன் ஒட்டவும்" + +#: ../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 "" +"இந்த திறப்பானது GNOME செல்லை இயக்கும் போது, org.gnome.mutter இல் உள்ள " +"திறப்பைப் " +"புறக்கணிக்கிறது." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "தலைப்புப்பட்டியில் பட்டன்கள் அடுக்கப்பட்ட நிலை" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"இந்தத் திறப்பானது GNOME ஷெல்லை இயக்கும் போது,org.gnome.desktop.wm.preferences " +"இல் உள்ள திறப்பைப் " +"புறக்கணிக்கிறது." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"சாளரங்களை திரை விளிம்புகளில் விடும் போது, விளிம்பு சட்டமாக்கலை செயற்படுத்து" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "முதன்மை திரையில் மட்டும் பணியிடங்கள்" + +#: ../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 "" +"சொடுக்கி பயன்முறையில் சுட்டி நகர்வது நிற்கும் வரை கவனப் பகுதி மாறுவதைத் " +"தாமதிக்கவும்" + +#: ../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:39 +msgid "Activities Overview" +msgstr "செயல்பாடுகளின் கண்ணோட்டம்" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "பிடித்தவை" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "பயன்பாடுகள்" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "பயன்பாடு மற்றும் பணியிட பட்டியியல்" + +#: ../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 "" +"பயன்பாட்டு id (பணிமேடை கோப்பு பெயர்), அதைத்தொடர்ந்து ஒரு முக்காற் குறி " +"மற்றும் பணியிட " +"எண் ஆகியவற்றைக் கொண்டிருக்கும் சரங்களின் பட்டியல்" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "நீக்கக்கூடிய சாதனங்கள்" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "கோப்பைத் திற" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "வணக்கம், தமிழா !" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "மாற்று வாழ்த்துரை." + +#: ../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 "" +"காலியாக இல்லாவிட்டால், பலகத்தின் மீது சொடுக்கும் போது காண்பிக்கப்படும் " +"உரையைக் " +"கொண்டிருக்கும்." + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "செய்தி" + +#: ../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 இன் குறிக்கோளாகும் மேலும் அதுவும் மிகக் குறைந்த செயலம்சத்தையே " +"கொண்டுள்ளது.\n" +"இருப்பினும், வாழ்த்துச்செய்தியை தனிப்பயனாக்கம் செய்யமுடியும்." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "சாளரங்களுக்காக அதிக திரையை பயன்படுத்தவும்" + +#: ../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 "" +"திரையின் தன்மை விகிதத்திற்கு ஏற்ப தகவமைப்பதன் மூலமும் சாளர சிறுபடங்களை " +"உட்கொண்டிருக்கும் " +"பெட்டியை மேலும் குறைப்பதற்காக அவற்றை வகைபிரித்தமைப்பதன் மூலமும் சாளர " +"சிறுபடங்களை " +"வைப்பதற்கு அதிக திரையைப் பயன்படுத்தவும். இந்த அமைவு இயல்பான இடவமைத்தல் " +"உத்திக்கு மட்டுமே " +"பொருந்தும்." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "சாளரத்தின் தலைப்புகளை மேலே வைக்கவும்" + +#: ../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 "" +"true என இருப்பின், சாளர தலைப்புகளை அடிப்பகுதியில் வைக்கும் செல்லின் " +"முன்னிருப்பான " +"குணத்தைப் புறக்கணித்து, சாளர தலைப்புகளை அந்தந்த சிறுபடத்தின் மேல் பகுதியில் " +"வைக்கும். இந்த " +"அமைவில் மாற்றம் செய்தால், மாற்றம் விளைவை ஏற்படுத்த செல்லை மறுதொடக்கம் செய்ய " +"வேண்டும்." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "இடங்கள்" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" ஐத் தொடங்குவதில் தோல்வியடைந்தது" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "கணினி" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "இல்லம்" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "தீம் பெயர்" + +#: ../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 "~/.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:300 +msgid "Minimize all" +msgstr "அனைத்தையும் சிறிதாக்கு" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "அனைத்தையும் குறுக்கல் நீக்கு" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "அனைத்தையும் பெரிதாக்கு" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr " அனைத்தையும் பெரிதாக்கல் நீக்கு" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "அனைத்தையும் மூடு" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "பணியிடம் காட்டி" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "சாளர பட்டியல்" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "சாளரங்களை எப்பொழுது குழுவாக்க வேண்டும்" + +#: ../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 "" +"சாளர பட்டியலில், ஒரே பயன்பாட்டுக்கு உரிய சாளரங்களை எப்போது குழுவாக்க வேண்டும் " +"என " +"முடிவுச்செய்கிறது. சாத்தியமான மதிப்புகள் \"ஒருபோதும் வேண்டாம்\", \"தானாக\" " +"மற்றும் " +"\"எப்பொழுதும்\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "சாளர குழுவாக்கம்" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "சாளரங்களை ஒருபோதும் குழுவாக்காதே" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "இடப்பற்றாக்குறை இருக்ககும்பொழுது சாளரங்களை குழுவாக்கு" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "சாளரங்களை எப்பொதும் குழுவாக்கு" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Normal" +#~ msgstr "வழக்கமான" + +#~ msgid "Left" +#~ msgstr "இடது" + +#~ msgid "Right" +#~ msgstr "வலது" + +#~ msgid "Upside-down" +#~ msgstr "தலைக்கீல்" + +#~ msgid "Display" +#~ msgstr "காட்சி" + +#~ msgid "Display Settings" +#~ msgstr "காட்சி அமைப்புகள்" diff --git a/po/te.po b/po/te.po new file mode 100644 index 0000000..0384603 --- /dev/null +++ b/po/te.po @@ -0,0 +1,382 @@ +# Telugu translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Praveen Illa , 2011. +# Krishnababu Krothapalli , 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: \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-09-09 09:39+0000\n" +"PO-Revision-Date: 2014-09-09 16:25+0530\n" +"Last-Translator: Krishnababu Krothapalli \n" +"Language-Team: Telugu \n" +"Language: te\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: Lokalize 1.5\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "గ్నోమ్ క్లాసిక్" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "పేరెంట్ విండోనకు మోడల్ డైలాగ్ అనుబందించు" + +#: ../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 "" +"గ్నోమ్ షెల్ నందు నడుచునప్పుడు ఈ కీ org.gnome.mutter నందలి కీను వోవర్‌రైడ్ " +"చేయును." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "శీర్షికపట్టీపైన బటన్లు సర్దుట" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"గ్నోమ్ షెల్ నందు నడుచునప్పుడు ఈ కీ org.gnome.desktop.wm.preferences నందలి " +"కీను వోవర్‌రైడ్ చేయును." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "తెర అంచులనందు విండోలను విడువునప్పుడు ఎడ్జ్ టైటిలింగ్ చేతనం చేయి" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "ప్రాధమిక మానిటర్ పైని కార్యక్షేత్రాలు మాత్రమే" + +#: ../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 "సూచకి కదులుట ఆగునంతవరకు మౌస్ రీతినందు ఫోకస్ మార్పులను జాగుచేయి" + +#: ../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:39 +msgid "Activities Overview" +msgstr "కార్యకలాపాల పై పై పరిశీలనను చూపించు" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "ఇష్టాలు" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "అనువర్తనాలు" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "అనువర్తన మరియు కార్యక్షేత్రాల జాబితా" + +#: ../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 "" +"స్ట్రింగ్స్ జాబితా, ప్రతిదీ వొక అనువర్తనం ఐడి (డిస్కుటాప్ ఫైల్ పేరు)ను, " +"వెంటనే కోలన్ మరియు పనిస్థలం సంఖ్యతో" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "తీసివేయదగ్గ పరికరాలు" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "ఫైలు తెరువు" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "హలో, ప్రపంచమా!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "ప్రత్యామ్నాయ గ్రీటింగ్ పాఠం." + +#: ../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 "" +"ఒకవేళ ఖాళీ కాకపోతే, అది పానల్ పైన నొక్కినప్పుడు చూపించబడు పాఠం కలిగివుంటుంది." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "సందేశం" + +#: ../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 "" +"ఉదాహరణ అనునది సరిగా ప్రవర్తించే పొడిగింతలను షెల్ కొరకు యెలా నిర్మించాలో " +"చూపటానికి వుద్దేశించింది అది కొంత " +"దాని స్వంత ఫంక్షనాలిటీను కలిగివుంటుంది.\n" +"అయితే అభినందనలు తెలియజేసే సందేశాన్ని మలచుకోవడం సాధ్యమే." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "విండోల కొరకు ఎక్కువ తెరను వాడు" + +#: ../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 "" +"స్క్రీన్ ఏస్పెక్ట్ రేషియో ను ఆపాదించుకుంటూ విండో థంబ్‌నెయిల్స్ వుంచుటకు " +"మరింత స్క్రీన్‌ వుపయోగించుటకు " +"ప్రయత్నించుము, మరియు వాటిని ఇంకా వొకటిగా కూర్చుతూ బౌండింగ్ బాక్స్ తగ్గించు. ఈ " +"అమర్పులు నాచురల్ " +"ప్లేస్‌మెంట్ స్ట్రాటజీ తో మాత్రమే వర్తించబడును." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "విండో కాప్షన్లను పైన వుంచుము" + +#: ../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 "" +"ఒకవేళ నిజమైతే, సంభందిత థంబ్‌నెయిల్ పైన విండో కాప్షన్లు వుంచును, షెల్ " +"అప్రమేయంగా కింద వుంచడం వోవర్‌రైడ్ " +"చేయబడును. ఈ అమర్పు ప్రభావితం కావడానికి షెల్ పునఃప్రారంభించవలసి వుంటుంది." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "స్థలములు" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" ప్రారంభించుటలో విఫలమైంది" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "కంప్యూటర్" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "నివాసం" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "థీము పేరు" + +#: ../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 "థీము యొక్క పేరు ~/.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:300 +msgid "Minimize all" +msgstr "అన్నీ కిందకుమూయి" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "అన్నీ పైకితెరువు" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "అన్నీ పెద్దవిచేయి" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "అన్నీ చిన్నవిచేయి" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "అన్నీ మూయి" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "పనిస్థలం సూచకి" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "విండో జాబితా" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "విండోలను ఎప్పుడు సమూహం చేయాలి" + +#: ../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 "" +"విండోజాబితాలో ఒకే రకమైన అప్లకేషన్ నుండి వచ్చిన విండోలను ఎప్పుడు సమూహం చేయాలో " +"నిర్ణయిస్తుంది. సాధ్యమైన " +"విలువలు \"ఎప్పటికివద్దు\", \"స్వయంచాలకంగా\" మరియు \"ఎల్లప్పుడు\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "విండో సమూహికీకరణ" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "విండోలను ఎప్పుడూ సమూహం చేయవద్దు" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "స్థాలము పరిమితంగా ఉన్నప్పడు విండోలను సమూహం చేయుము" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + +#~ msgid "Suspend" +#~ msgstr "తాత్కాలికంగా నిలిపివేయి" + +#~ msgid "Hibernate" +#~ msgstr "సుప్తావస్థ" + +#~ msgid "Power Off" +#~ msgstr "విద్యుత్ ఆపు" + +#~ msgid "Enable suspending" +#~ msgstr "రద్దుచేయుట చేతనంచేయి" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "రద్దుచేసిన మెనూ అంశం కనిపించుటను నియంత్రించు" + +#~ msgid "Enable hibernating" +#~ msgstr "హెబర్నేటింగ్ చేతనంచేయి" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "హైబర్నేట్ మెనూ అంశం కనిపించుటకు నియంత్రించు" + +#~ msgid "Normal" +#~ msgstr "సాధారణ" + +#~ msgid "Left" +#~ msgstr "ఎడమ" + +#~ msgid "Right" +#~ msgstr "కుడి" + +#~ msgid "Upside-down" +#~ msgstr "తలక్రిందులుగా" + +#~ msgid "Display" +#~ msgstr "ప్రదర్శించు" + +#~ msgid "Display Settings" +#~ msgstr "అమర్పులు ప్రదర్శించు" diff --git a/po/tg.po b/po/tg.po new file mode 100644 index 0000000..415848c --- /dev/null +++ b/po/tg.po @@ -0,0 +1,372 @@ +# Tajik translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Victor Ibragimov , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-09-23 10:19+0000\n" +"PO-Revision-Date: 2013-09-23 15:24+0500\n" +"Last-Translator: Victor Ibragimov \n" +"Language-Team: Tajik \n" +"Language: tg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.7\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "Замима кардани равзанаи гуфтугӯи модалӣ ба равзанаи асосӣ" + +#: ../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 "" +"Ҳангоми иҷрокунии GNOME Shell ин калид калидеро дар org.gnome.mutter " +"ҷойгузин мекунад." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Фаъол кардани лавҳаҳои канорӣ ҳангоми интиқолдиҳии равзанаҳо ба канорҳои " +"экран" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "Фазоҳои корӣ танҳо дар монитори асосӣ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "" +"Ҳангоми истифодаи муш таъхири фокус тағйир меёбад, то он вақте ки курсор " +"намеистад" + +#: ../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:37 +msgid "Present windows as" +msgstr "Намоиш додани равзанаҳо ҳамчун" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Намоиш додани равзанаҳо танҳо дар фазои кории ҷорӣ" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Хулосаи фаъолият" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Баргузидаҳо" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Барномаҳо" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Рӯйхати барномаҳо ва фазоҳои корӣ" + +#: ../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 "" +"Рӯйхати сатрҳое, ки рақами мушаххаси барномаҳоро дар бар мегиранд (номҳои " +"файлҳои мизи корӣ) ва бо ду нуқта ва рақами фазо ҷудо мешаванд" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Барнома" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Фазои корӣ" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Илова кардани қоида" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "Эҷод кардани қоидаи мувофиқати нав" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Илова кардан" + +#: ../extensions/drive-menu/extension.js:73 +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "Баровардани диски '%s' қатъ шудааст:" + +#: ../extensions/drive-menu/extension.js:90 +msgid "Removable devices" +msgstr "Дастгоҳҳои ҷудошаванда" + +#: ../extensions/drive-menu/extension.js:117 +msgid "Open File" +msgstr "Кушодани файл" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Салом, ҷаҳон!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Матни табрики иловагӣ." + +#: ../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 "" +"Агар холӣ набошад, матнро дар бар мегирад, ки ҳангоми зеркунӣ ба панел " +"намоиш дода мешавад." + +#. TRANSLATORS: Example is the name of the extension, should not be +#. translated +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"Ин мисол намоиш медиҳад, ки чӣ тавр пасвандҳои танзимшуда барои Восит бояд " +"таҳия карда шаванд, зеро ки худи онҳо фунскияҳои кам доранд.\n" +"Бо вуҷуди ин, фармоишдиҳии паёми табрик имконпазир аст." + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "Паём:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Истифодаи экрани бештар барои равзанаҳо" + +#: ../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 "" +"Кӯшиш кунед, ки экрани бештарро бо мувофиқсозии таносуби экран ва " +"маҳдудкунии сарҳадҳои қуттиҳо барои ҷойгиркунии тасвирҳои пешнамоишии " +"равзана истифода баред. Ин танзимот танҳо барои стратегияи ҷойгиркунии асил " +"мувофиқ мебошад." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Ҷойгир кардани зернависҳои равзана ба боло" + +#: ../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 "" +"Агар қимати \"true\" бошад, зернависҳои равзанаро ба болои тасвири " +"пешнамоишии мувофиқ, бо ҷойгузинкунии навбати восити пешфарз ба поён, ҷойгир " +"мекунад. Барои татбиқ кардани таъсири ин танзимот шумо бояд воситро бозоғозӣ " +"кунед." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Ҷойҳо" + +#: ../extensions/places-menu/placeDisplay.js:56 +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "Оғоз бахшидани \"%s\" қатъ шудааст" + +#: ../extensions/places-menu/placeDisplay.js:98 +#: ../extensions/places-menu/placeDisplay.js:121 +msgid "Computer" +msgstr "Компютер" + +#: ../extensions/places-menu/placeDisplay.js:199 +msgid "Home" +msgstr "Асосӣ" + +#: ../extensions/places-menu/placeDisplay.js:286 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "Номи мавзӯъ" + +#: ../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 "Номи мавзӯъ аз ~/.themes/name/gnome-shell боргирӣ мешавад" + +#: ../extensions/window-list/extension.js:92 +msgid "Close" +msgstr "Пӯшидан" + +#: ../extensions/window-list/extension.js:102 +msgid "Unminimize" +msgstr "Бекор кардани ҳадди ақал" + +#: ../extensions/window-list/extension.js:103 +msgid "Minimize" +msgstr "Ҳадди ақал сохтан" + +#: ../extensions/window-list/extension.js:109 +msgid "Unmaximize" +msgstr "Бекор кардани ҳадди аксар" + +#: ../extensions/window-list/extension.js:110 +msgid "Maximize" +msgstr "Ҳадди аксар сохтан" + +#: ../extensions/window-list/extension.js:270 +msgid "Minimize all" +msgstr "Ҳамаро бо ҳадди ақал сохтан" + +#: ../extensions/window-list/extension.js:278 +msgid "Unminimize all" +msgstr "Бекор кардани ҳадди ақал барои ҳама" + +#: ../extensions/window-list/extension.js:286 +msgid "Maximize all" +msgstr "Ҳамаро бо ҳадди аксар сохтан" + +#: ../extensions/window-list/extension.js:295 +msgid "Unmaximize all" +msgstr "Бекор кардани ҳадди аксар барои ҳама" + +#: ../extensions/window-list/extension.js:304 +msgid "Close all" +msgstr "Ҳамаро пӯшонидан" + +#: ../extensions/window-list/extension.js:591 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Нишондиҳандаи фазои кор" + +#: ../extensions/window-list/extension.js:743 +msgid "Window List" +msgstr "Рӯйхати равзанаҳо" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Шартҳои гурӯҳбандии равзанаҳо" + +#: ../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 "" +"Қарор медиҳад, ки дар кадом ҳолат равзанаҳо аз худи барномаҳо дар рӯйхати " +"равзанаҳо гурӯҳбандӣ мешаванд. Қиматҳои имконпазир: \"ҳеҷ гоҳ\", \"ба таври " +"худкор\" ва \"ҳамеша\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Гурӯҳбандии равзанаҳо" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Ҳеҷ гоҳ равзанаҳоро гурӯҳбандӣ накардан" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Гурӯҳбандии равзанаҳо барои фазои маҳдудшуда" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Ҳамеша равзанаҳоро гурӯҳбандӣ кардан" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Номҳои фазоҳои корӣ" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Ном" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, c-format +msgid "Workspace %d" +msgstr "Фазои кории %d" + +#~ msgid "Suspend" +#~ msgstr "Таваққуф" + +#~ msgid "Hibernate" +#~ msgstr "Гибернатсия" + +#~ msgid "Power Off" +#~ msgstr "Анҷоми кор" + +#~ msgid "Enable suspending" +#~ msgstr "Фаъолсозии таваққуф" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "Идоракунии намоёнии объекти менюи таваққуф" + +#~ msgid "Enable hibernating" +#~ msgstr "Фаъолсозии гибернатсия" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "Идоракунии намоёнии объекти менюи гибернатсия" + +#~ msgid "Normal" +#~ msgstr "Муқаррарӣ" + +#~ msgid "Left" +#~ msgstr "Чап" + +#~ msgid "Right" +#~ msgstr "Рост" + +#~ msgid "Upside-down" +#~ msgstr "Чаппагардон" + +#~ msgid "Display" +#~ msgstr "Дисплей" + +#~ msgid "Display Settings" +#~ msgstr "Танзимоти дисплей" diff --git a/po/th.po b/po/th.po new file mode 100644 index 0000000..e2aeef9 --- /dev/null +++ b/po/th.po @@ -0,0 +1,315 @@ +# Thai translation for gnome-shell-extensions. +# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Kittiphong Meesawat , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-10-25 00:37+0000\n" +"PO-Revision-Date: 2013-11-01 19:55+0700\n" +"Last-Translator: Kittiphong Meesawat \n" +"Language-Team: Thai \n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Gtranslator 2.91.6\n" + +#: ../data/gnome-classic.desktop.in.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/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 +msgid "Attach modal dialog to the parent window" +msgstr "แนบกล่องโต้ตอบแบบโมดัลเข้ากับหน้าต่างแม่" + +#: ../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 "คีย์นี้จะทับค่าคีย์ของ org.gnome.mutter เมื่อใช้งานเชลล์ GNOME" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "เปิดใช้การเรียงชนขอบเมื่อลากหน้าต่างไปวางที่ขอบจอ" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "ให้พื้นที่ทำงานอยู่บนหน้าจอหลักเท่านั้น" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Delay focus changes in mouse mode until the pointer stops moving" +msgstr "หน่วงเวลาการโฟกัสในโหมดเมาส์จนกว่าตัวชี้จะหยุดเคลื่อนที่" + +#: ../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:37 +msgid "Present windows as" +msgstr "แสดงหน้าต่างเป็น" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "แสดงเฉพาะหน้าต่างที่อยู่ในพื้นที่ทำงานปัจจุบัน" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "ภาพรวมกิจกรรม" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "รายการโปรด" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "โปรแกรม" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "รายชื่อโปรแกรมและพื้นที่ทำงาน" + +#: ../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 "" +"รายการของข้อความที่ประกอบด้วยชื่อโปรแกรม (ชื่อแฟ้มเดสก์ท็อป) ตามด้วยทวิภาค (:) " +"และหมายเลขพื้นที่ทำงาน" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "โปรแกรม" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "พื้นที่ทำงาน" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "เพิ่มกฏ" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "สร้างกฏจับคู่ใหม่" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "เพิ่ม" + +#: ../extensions/drive-menu/extension.js:73 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "ดันสื่อในไดรว์ '%s' ออกไม่สำเร็จ:" + +#: ../extensions/drive-menu/extension.js:90 +msgid "Removable devices" +msgstr "อุปกรณ์ถอดเสียบ" + +#: ../extensions/drive-menu/extension.js:117 +msgid "Open File" +msgstr "เปิดแฟ้ม" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "ข้อความทักทายอื่น" + +#: ../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 "หากไม่ได้เว้นว้างไว้ ก็จะเป็นข้อความที่จะแสดงเมื่อคลิกบนพาเนล" + +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "ข้อความ:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "" + +#: ../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 "" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "วางป้ายชื่อหน้าต่างไว้ด้านบน" + +#: ../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 "" +"หากเป็นจริง จะวางป้ายชื่อหน้าต่างไว้ด้านบนของภาพย่อ " +"ซึ่งจะทับค่าปริยายของเชลล์ที่จะวางป้ายชื่อไว้ใต้ภาพย่อ " +"เมื่อเปลี่ยนค่าตั้งนี้จะต้องเริ่มเชลล์ใหม่เพื่อให้การเปลี่ยนแปลงมีผล" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "ที่หลักๆ" + +#: ../extensions/places-menu/placeDisplay.js:58 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "เรียกทำงาน \"%s\" ไม่สำเร็จ" + +#: ../extensions/places-menu/placeDisplay.js:100 +#: ../extensions/places-menu/placeDisplay.js:123 +msgid "Computer" +msgstr "คอมพิวเตอร์" + +#: ../extensions/places-menu/placeDisplay.js:201 +msgid "Home" +msgstr "บ้าน" + +#: ../extensions/places-menu/placeDisplay.js:288 +msgid "Browse Network" +msgstr "ท่องดูเครือข่าย" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "ซีพียู" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "หน่วยความจำ" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "ชื่อชุดตกแต่ง" + +#: ../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 "ชื่อของชุดตกแต่งที่จะโหลดจาก ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:92 +msgid "Close" +msgstr "ปิด" + +#: ../extensions/window-list/extension.js:102 +msgid "Unminimize" +msgstr "เลิกย่อเก็บ" + +#: ../extensions/window-list/extension.js:103 +msgid "Minimize" +msgstr "ย่อเก็บ" + +#: ../extensions/window-list/extension.js:109 +msgid "Unmaximize" +msgstr "เลิกขยายแผ่" + +#: ../extensions/window-list/extension.js:110 +msgid "Maximize" +msgstr "ขยายแผ่" + +#: ../extensions/window-list/extension.js:270 +msgid "Minimize all" +msgstr "ย่อเก็บทั้งหมด" + +#: ../extensions/window-list/extension.js:278 +msgid "Unminimize all" +msgstr "เลิกย่อเก็บทั้งหมด" + +#: ../extensions/window-list/extension.js:286 +msgid "Maximize all" +msgstr "ขยายแผ่ทั้งหมด" + +#: ../extensions/window-list/extension.js:295 +msgid "Unmaximize all" +msgstr "เลิกขยายแผ่ทั้งหมด" + +#: ../extensions/window-list/extension.js:304 +msgid "Close all" +msgstr "ปิดทั้งหมด" + +#: ../extensions/window-list/extension.js:591 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "แสดงพื้นที่ทำงาน" + +#: ../extensions/window-list/extension.js:743 +msgid "Window List" +msgstr "รายชื่อหน้าต่าง" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "เมื่อไรจะจัดกลุ่มหน้าต่าง" + +#: ../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 "" +"ตัดสินใจว่าเมื่อไรจะจัดกลุ่มหน้าต่างที่มาจากโปรแกรมเดียวกันในรายชื่อหน้าต่าง ค่าที่เป็นไปได้คือ " +"\"never\" (ไม่ต้อง) \"auto\" (อัตโนมัติ) และ \"always\" (เสมอ)" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "การจัดกลุ่มหน้าต่าง" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ไม่จัดกลุ่มหน้าต่าง" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "จัดกลุ่มหน้าต่างเมื่อพื้นที่จำกัด" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "จัดกลุ่มหน้าต่างเสมอ" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "ชื่อพื้นที่ทำงาน:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "ชื่อ" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, javascript-format +msgid "Workspace %d" +msgstr "พื้นที่ทำงาน %d" diff --git a/po/tr.po b/po/tr.po new file mode 100644 index 0000000..f380570 --- /dev/null +++ b/po/tr.po @@ -0,0 +1,317 @@ +# Turkish translation for gnome-shell-extensions. +# Copyright (C) 2012 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Osman Karagöz , 2012. +# sabri ünal , 2014 +# Muhammet Kara , 2013, 2014. +# +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: 2014-09-16 07:39+0000\n" +"PO-Revision-Date: 2014-09-16 11:34+0000\n" +"Last-Translator: Muhammet Kara \n" +"Language-Team: Türkçe \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME Klasik" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +msgstr "Bu oturum, GNOME Klasik sürümüne giriş yapmanızı sağlar." + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Klasik GNOME Kabuğu" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Pencere yönetimi ve uygulama başlatma" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Yardımcı iletişim penceresini üst pencereye iliştir" + +#: ../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 "Bu anahtar, GNOME Shell çalışırken org.gnome.mutter içindeki anahtarı geçersiz kılar." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "Başlık çubuğundaki düğmelerin düzeni" + +#: ../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 "Bu anahtar, GNOME Kabuğu çalışırken org.gnome.desktop.wm.preferences içindeki anahtarı geçersiz kılar." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Pencereler ekran kenarlarında bırakıldığında kenar döşemeyi etkinleştir" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Çalışma alanları sadece birincil ekranda" + +#: ../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 "Fare kipinde odak değişikliklerini işaretçi hareketi durana kadar beklet" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Sadece küçük resim" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Sadece uygulama simgesi" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Küçük resim ve uygulama simgesi" + +#: ../extensions/alternate-tab/prefs.js:38 +msgid "Present windows as" +msgstr "Pencereleri farklı sun" + +#: ../extensions/alternate-tab/prefs.js:69 +msgid "Show only windows in the current workspace" +msgstr "Sadece geçerli çalışma alanındaki pencereleri göster" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Etkinlikler Genel Görünümü" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Gözdeler" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Uygulamalar" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Uygulama ve çalışma alanı listesi" + +#: ../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 "Her biri, bir uygulama kimliği (masaüstü dosya adı) ardından gelen iki nokta üst üste ve çalışma alanı numarasını içeren dizgeler listesi" + +#: ../extensions/auto-move-windows/prefs.js:60 +msgid "Application" +msgstr "Uygulama" + +#: ../extensions/auto-move-windows/prefs.js:69 +#: ../extensions/auto-move-windows/prefs.js:127 +msgid "Workspace" +msgstr "Çalışma Alanı" + +#: ../extensions/auto-move-windows/prefs.js:85 +msgid "Add Rule" +msgstr "Kural Ekle" + +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Create new matching rule" +msgstr "Yeni bir eşleşme kuralı oluştur" + +#: ../extensions/auto-move-windows/prefs.js:111 +msgid "Add" +msgstr "Ekle" + +#: ../extensions/drive-menu/extension.js:106 +#, javascript-format +msgid "Ejecting drive '%s' failed:" +msgstr "'%s' sürücüsü çıkarılamadı:" + +#: ../extensions/drive-menu/extension.js:123 +msgid "Removable devices" +msgstr "Çıkarılabilir cihazlar" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Dosya Aç" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Merhaba dünya!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Alternatif karşılama metni." + +#: ../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 "Eğer boş değilse, panele tıklandığında gösterilecek metni içerir." + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "İleti" + +#: ../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 "Bu örnek, Shell için uygun uzantıların nasıl geliştirileceğini göstermeyi amaçlar; bu yüzden kendi başına çok az işleve sahiptir.\nYine de karşılama mesajını özelleştirmek mümkündür." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Pencereler için ekranın daha fazla kısmını kullan" + +#: ../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 "Ekran en-boy oranına uyum sağlayarak ve sınır kutucuğunu küçültmek için daha da sıkılaştırarak, pencere küçük resimlerini yerleştirmek için ekranda daha fazla alan kullanmayı dene. Bu seçenek sadece doğal yerleştirme stratejisi ile geçerlidir." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Pencere başlığını üste yerleştir" + +#: ../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 "Eğer doğruysa, kabukta öntanıml olarak alta yerleştirme ayarını geçersiz kıl ve pencere açıklamalarını ilgili küçük resimlerin üstüne yerleştir. Bu ayarda yapılan değişikliklerin etkili olması için kabuğun yeniden başlatılması gerekir." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Yerler" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "\"%s\" başlatılamadı" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Bilgisayar" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Başlangıç" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Ağa Gözat" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "İşlemci" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Bellek" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Tema adı" + +#: ../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 "~/.themes/name/gnome-shell konumundan edinilen tema adı" + +#: ../extensions/window-list/extension.js:110 +msgid "Close" +msgstr "Kapat" + +#: ../extensions/window-list/extension.js:120 +msgid "Unminimize" +msgstr "Önceki Boyutuna Getir" + +#: ../extensions/window-list/extension.js:121 +msgid "Minimize" +msgstr "Simge durumuna küçült" + +#: ../extensions/window-list/extension.js:127 +msgid "Unmaximize" +msgstr "Önceki Boyut" + +#: ../extensions/window-list/extension.js:128 +msgid "Maximize" +msgstr "En büyük duruma getir" + +#: ../extensions/window-list/extension.js:300 +msgid "Minimize all" +msgstr "Tümünü simge durumuna küçült" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Tümünü Önceki Boyutuna Getir" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Tümünü en büyük duruma getir" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Tümünü Önceki Boyutuna Getir" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Hepsini kapat" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Çalışma Alanı Belirteci" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Pencere Listesi" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Pencerelerin ne zaman gruplanacağı" + +#: ../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 "Pencere listesinde aynı uygulamaların ne zaman gruplanacağına karar verir. Geçerli değerler \"hiçbir zaman\", \"otomatik\" ve \"herzaman\" dır." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Pencere Gruplama" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Pencereleri hiçbir zaman gruplandırma" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Yer kısıtlı olduğunda pencereleri grupla" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Pencereleri her zaman gruplandır" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace Names" +msgstr "Çalışma Alanı Adları" + +#: ../extensions/workspace-indicator/prefs.js:157 +msgid "Name" +msgstr "İsim" + +#: ../extensions/workspace-indicator/prefs.js:198 +#, javascript-format +msgid "Workspace %d" +msgstr "Çalışma Alanı %d" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..6ff9681 --- /dev/null +++ b/po/uk.po @@ -0,0 +1,520 @@ +# Ukrainian translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Alexandr Toorchyn , 2011. +# Daniel Korostil , 2013, 2014. +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-09-20 23:29+0300\n" +"PO-Revision-Date: 2014-09-20 23:31+0300\n" +"Last-Translator: Daniel Korostil \n" +"Language-Team: linux.org.ua\n" +"Language: uk\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" +"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" + +#: ../data/gnome-classic.desktop.in.h:2 +msgid "This session logs you into GNOME Classic" +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 +msgid "Attach modal dialog to the parent window" +msgstr "Приєднати модальне вікно до батьківського вікна" + +#: ../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 "" +"Цей ключ нехтує ключем у org.gnome.mutter, коли запущено оболонку GNOME." + +#: ../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 "" +"Цей ключ нехтує ключем у org.gnome.desktop.wm.preferences, коли запущено " +"GNOME Shell." + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "Увімкнути розбиття країв, коли кладуться вікна на краї екрана" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "Робочий простір лише на основному моніторі" + +#: ../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 "Затримувати зміни фокусу миші, поки вказівник не перестане рухатись" + +#: ../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:39 +msgid "Activities Overview" +msgstr "Огляд діяльності" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "Улюблене" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "Програми" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Програма і список робочих просторів" + +#: ../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 "" +"Список рядків, що містять ідентифікатор програми (назва файла стільниці)," +"двокрапка і номер робочого простору" + +#: ../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:123 +msgid "Removable devices" +msgstr "Змінні пристрої" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "Відкрити Файли" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Привіт, світе!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Додатковий вітальний текст." + +#: ../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 "" +"Якщо це поле не порожнє, воно містить текст, який буде показуватись, коли " +"натискаєте на панель." + +#: ../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 "" +"Приклад зроблено, щоб показувати, як зібрати правильні розширення для " +"оболонки і саме по собі воно не має багато функціональності.\n" +"Попри це, воно змінює вітальний текст. " + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "Використовувати додаткову площу екрана для вікон" + +#: ../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 "" +"Намагатися використовувати додаткову площу екрана для розташування мініатюр, " +"змінюючи відношення сторін екрана і ущільнюючи розміщення з метою зменшення " +"розмірів обмежувальної рамки. Цей параметр застосовується тільки для " +"алгоритму розміщенням мініатюр «natural»." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "Розміщувати заголовки вікон зверху" + +#: ../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 "" +"Якщо вибрано, розташовувати заголовки вікон у верхній частині мініатюр, а не " +"в нижній, як це робиться типово. Зміна цього параметра вимагає перезапуску " +"оболонки, щоб зміна вступила в силу." + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "Місця" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "Не вдалося запустити «%s»" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "Комп'ютер" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "Домівка" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +msgstr "Огляд мережі" + +#: ../extensions/systemMonitor/extension.js:214 +msgid "CPU" +msgstr "Процесор" + +#: ../extensions/systemMonitor/extension.js:267 +msgid "Memory" +msgstr "Пам'ять" + +#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1 +msgid "Theme name" +msgstr "Назва теми" + +#: ../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 "Назва теми, що завантажується з ~/.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:300 +msgid "Minimize all" +msgstr "Згорнути все" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "Відновити все згорнуте" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "Розгорнути все" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "Відновити все розгорнуте" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "Закрити все" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Покажчик робочого простору" + +#: ../extensions/window-list/extension.js:808 +msgid "Window List" +msgstr "Перелік вікон" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "Умови групування вікон" + +#: ../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 "" +"Визначає правила групування вікон програм у списку вікон. Можливими " +"значеннями є «never», «auto» і «always»." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Групування вікон" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "ніколи не групувати вікна" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Групувати вікна коли простір обмежено" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + +#~ msgid "Notifications" +#~ msgstr "Сповіщення" + +#~ msgid "Online Accounts" +#~ msgstr "Мережеві облікові записи" + +#~ msgid "System Settings" +#~ msgstr "Системні параметри" + +#~ msgid "Lock Screen" +#~ msgstr "Заблокувати екран" + +#~ msgid "Switch User" +#~ msgstr "Змінити користувача" + +#~ msgid "Log Out..." +#~ msgstr "Вийти…" + +#~ msgid "Suspend" +#~ msgstr "Режим очікування" + +#~ msgid "Hibernate" +#~ msgstr "Сплячий режим" + +#~ msgid "Power Off..." +#~ msgstr "Вимкнути…" + +#~ 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" +#~ "If you whish to revert to the default behavior for the Alt-Tab switcher, " +#~ "just\n" +#~ "disable the extension from extensions.gnome.org or the Advanced Settings " +#~ "application." +#~ msgstr "" +#~ "Розширення Alternate Tab використовується вперше. \n" +#~ "Виберіть потрібний режим:\n" +#~ "\n" +#~ "Все і ескізи:\n" +#~ " У цьому режимі всі програми з усіх стільниць перебувають в одному \n" +#~ " списку. Замість того, щоб використовувати піктограму програми з " +#~ "кожного \n" +#~ " вікна, він використовує невеликий ескіз, що нагадує саме вікно. \n" +#~ "\n" +#~ "Робочий простір і піктограми:\n" +#~ " Цей режим дозволяє вам перемикатися між програмами поточного \n" +#~ " робочого простору і дає можливість перемикатись до останнього " +#~ "використаного \n" +#~ " програмою попереднього робочого простору. Ця програма, якщо доступна, " +#~ "завжди \n" +#~ " показується останнім символом у списку і відокремлена роздільником/" +#~ "вертикальною лінією. \n" +#~ " Кожне вікно зображується піктограмою програми. \n" +#~ "\n" +#~ "Якщо бажаєте повернутися до типових налаштувань для Alt-Tab перемикача, " +#~ "просто\n" +#~ "вимкнути розширення з extensions.gnome.org або в додаткових параметрах ." + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Режим Alt Tab" + +#~ msgid "Cancel" +#~ msgstr "Скасувати" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "Якщо вибрано, запитувати користувача про типову поведінку." + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "Вказує якщо недавно встановлено розширення Alternate Tab" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: native, all_thumbnails " +#~ "and workspace_icons." +#~ msgstr "" +#~ "Встановлює режим Alt Tab. Можливі значення: native, all_thumbnails " +#~ "іworkspace_icons." + +#~ msgid "The alt tab behaviour." +#~ msgstr "Поведінка Alt Tab" + +#~ msgid "Drag here to add favorites" +#~ msgstr "Перетягніть, щоб додати в улюблене" + +#~ msgid "New Window" +#~ msgstr "Створити вікно" + +#~ msgid "Remove from Favorites" +#~ msgstr "Вилучити з улюбленого" + +#~ msgid "Autohide duration" +#~ msgstr "Таймер автоматичне приховування" + +#~ msgid "Autohide effect" +#~ msgstr "Ефект автоматичне приховування" + +#~ msgid "Enable/disable autohide" +#~ msgstr "Увімкнути/вимкнути автоматичне приховування" + +#~ msgid "Icon size" +#~ msgstr "Розмір піктограми" + +#~ msgid "Position of the dock" +#~ msgstr "Розташування панелі" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "Встановлює розмір піктограми для панелі" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize' or 'rescale'" +#~ msgstr "" +#~ "Встановлює ефект приховування панелі. Можливі значення: «resize» або " +#~ "«rescale»" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "" +#~ "Вказує перебування панелі на екрані. Можливі значення: «right» або «left»" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "Встановлює тривалість ефекту автоматичного приховування." + +#~ msgid "%s is away." +#~ msgstr "%s відійшов." + +#~ msgid "%s is offline." +#~ msgstr "%s поза мережею." + +#~ msgid "%s is online." +#~ msgstr "%s в мережі." + +#~ msgid "%s is busy." +#~ msgstr "%s зайнятий" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "Алгоритм, що використовується для розташування мініатюр. 'grid' — " +#~ "використовувати алгоритм сіткового розташування типово, 'natural' — " +#~ "використовувати інший алгоритм, який частіше показує стан і розміри " +#~ "поточного вікна." + +#~ msgid "Window placement strategy" +#~ msgstr "Спосіб розташування вікон" + +#~ msgid "Normal" +#~ msgstr "Звичайний" + +#~ msgid "Left" +#~ msgstr "Вліво" + +#~ msgid "Right" +#~ msgstr "Вправо" + +#~ msgid "Upside-down" +#~ msgstr "На 180 градусів" + +#~ msgid "Configure display settings..." +#~ msgstr "Налаштувати параметри екрана…" diff --git a/po/vi.po b/po/vi.po new file mode 100644 index 0000000..4fb6918 --- /dev/null +++ b/po/vi.po @@ -0,0 +1,333 @@ +# Vietnamese translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Nguyễn Thái Ngọc Duy , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2013-07-04 14:51+0000\n" +"PO-Revision-Date: 2013-07-06 18:23+0700\n" +"Last-Translator: Trần Ngọc Quân \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 1.5.5\n" + +#: ../data/gnome-classic.desktop.in.h:1 +#: ../data/gnome-classic.session.desktop.in.in.h:1 +msgid "GNOME Classic" +msgstr "GNOME Cổ điển" + +#: ../data/gnome-classic.desktop.in.h:2 +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" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "Hệ vỏ GNOME Cổ điển" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "Quản lý cửa sổ và chạy ứng dụng" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "Gắn hộp thoại dạng modal (luôn ở trên) vào cửa sổ mẹ" + +#: ../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 "" +"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 +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" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +msgid "Workspaces only on primary monitor" +msgstr "Vùng làm việc chỉ ở trên màn hình chính" + +#: ../extensions/alternate-tab/prefs.js:20 +msgid "Thumbnail only" +msgstr "Chỉ ảnh nhỏ" + +#: ../extensions/alternate-tab/prefs.js:21 +msgid "Application icon only" +msgstr "Chỉ có ảnh nhỏ đại diện cho ứng dụng" + +#: ../extensions/alternate-tab/prefs.js:22 +msgid "Thumbnail and application icon" +msgstr "Ảnh thu nhỏ và biểu tượng của ứng dụng" + +#: ../extensions/alternate-tab/prefs.js:37 +msgid "Present windows as" +msgstr "Cửa sổ hiện tại như là" + +#: ../extensions/alternate-tab/prefs.js:62 +msgid "Show only windows in the current workspace" +msgstr "Chỉ hiển thị các cửa sổ trong không gian làm việc hiện tại" + +#. add the new entries +#: ../extensions/alternative-status-menu/extension.js:125 +msgid "Suspend" +msgstr "Ngừng" + +#: ../extensions/alternative-status-menu/extension.js:128 +msgid "Hibernate" +msgstr "Ngủ đông" + +#: ../extensions/alternative-status-menu/extension.js:131 +msgid "Power Off" +msgstr "Tắt máy" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1 +msgid "Enable suspending" +msgstr "Cho phép tạm dừng" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2 +msgid "Control the visibility of the Suspend menu item" +msgstr "Cấu hình trình đơn con “Tạm dừng” hiện hay ẩn đi" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3 +msgid "Enable hibernating" +msgstr "Cho phép ngủ đông" + +#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:4 +msgid "Control the visibility of the Hibernate menu item" +msgstr "Cấu hình trình đơn con “Ngủ đông” hiện hay ẩn đi" + +#: ../extensions/apps-menu/extension.js:39 +msgid "Activities Overview" +msgstr "Tổng quan hoạt động" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "" + +#: ../extensions/apps-menu/extension.js:276 +msgid "Applications" +msgstr "Ứng dụng" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "Danh sách ứng dụng và vùng làm việc" + +#: ../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 "" +"Một danh sách chuỗi, mỗi chuỗi là một id 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" + +#: ../extensions/auto-move-windows/prefs.js:55 +msgid "Application" +msgstr "Ứng dụng" + +#: ../extensions/auto-move-windows/prefs.js:64 +#: ../extensions/auto-move-windows/prefs.js:106 +msgid "Workspace" +msgstr "Vùng làm việc" + +#: ../extensions/auto-move-windows/prefs.js:80 +msgid "Add rule" +msgstr "Thêm quy tắc" + +#: ../extensions/auto-move-windows/prefs.js:94 +msgid "Create new matching rule" +msgstr "Tạo một quy tắc khớp mới" + +#: ../extensions/auto-move-windows/prefs.js:98 +msgid "Add" +msgstr "Thêm" + +#: ../extensions/drive-menu/extension.js:72 +#, c-format +msgid "Ejecting drive '%s' failed:" +msgstr "Đẩy đĩa “%s” ra gặp lỗi:" + +#: ../extensions/drive-menu/extension.js:89 +msgid "Removable devices" +msgstr "Đĩa di động" + +#: ../extensions/drive-menu/extension.js:106 +msgid "Open File" +msgstr "Mở tập tin" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Xin chào!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "Lời chào thay thế." + +#: ../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 "" +"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." + +#. TRANSLATORS: Example is the name of the extension, should not be +#. translated +#: ../extensions/example/prefs.js:30 +msgid "" +"Example aims to show how to build well behaved extensions for the Shell and " +"as such it has little functionality on its own.\n" +"Nevertheless it's possible to customize the greeting message." +msgstr "" +"Example (Ví dụ) nhắm vào việc hướng dẫn làm cách nào để xây dựng các phần mở " +"rộng chạy 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." + +#: ../extensions/example/prefs.js:36 +msgid "Message:" +msgstr "Lời nhắn:" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +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 +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 "" +"Hãy thử dùng nhiều màn hình để đặt ảnh thu nhỏ của cửa sổ bằng cách chỉnh " +"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." + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +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 +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 "" +"Nếu đúng, đặt thanh tiêu đề của cửa sổ trên đỉnh của ảnh thu nhỏ tương ứng, " +"đè 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." + +#: ../extensions/places-menu/extension.js:77 +msgid "Places" +msgstr "Mở nhanh" + +#: ../extensions/places-menu/placeDisplay.js:56 +#, c-format +msgid "Failed to launch \"%s\"" +msgstr "Gặp lỗi khi chạy \"%s\"" + +#: ../extensions/places-menu/placeDisplay.js:98 +#: ../extensions/places-menu/placeDisplay.js:121 +msgid "Computer" +msgstr "Máy tính" + +#: ../extensions/places-menu/placeDisplay.js:199 +msgid "Home" +msgstr "Thư mục riêng" + +#: ../extensions/places-menu/placeDisplay.js:286 +msgid "Browse Network" +msgstr "Duyệt mạng" + +#: ../extensions/systemMonitor/extension.js:214 +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" +msgstr "Tên chủ đề" + +#: ../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 "Tên chủ đề, nạp từ ~/.themes/name/gnome-shell" + +#: ../extensions/window-list/extension.js:382 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "Bộ chỉ thị vùng làm việc" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +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 +msgid "" +"Decides when to group windows from the same application on the window list. " +"Possible values are \"never\", \"auto\" and \"always\"." +msgstr "" +"Decides when to group windows from the same application on the window list. " +"Các giá trị có thể là \"never\", \"auto\" và \"always\"." + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "Nhóm cửa sổ lại" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "Không bao giờ nhóm các cửa sổ lại với nhau" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "Nhóm các cửa sổ lại với nhau khi không đủ chỗ" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "Luôn nhóm các cửa sổ lại với nhau" + +#: ../extensions/workspace-indicator/prefs.js:141 +msgid "Workspace names:" +msgstr "Tên vùng làm việc:" + +#: ../extensions/workspace-indicator/prefs.js:152 +msgid "Name" +msgstr "Tên" + +#: ../extensions/workspace-indicator/prefs.js:186 +#, c-format +msgid "Workspace %d" +msgstr "Vùng làm việc %d" + +#: ../extensions/xrandr-indicator/extension.js:30 +msgid "Normal" +msgstr "Bình thường" + +#: ../extensions/xrandr-indicator/extension.js:31 +msgid "Left" +msgstr "Trái" + +#: ../extensions/xrandr-indicator/extension.js:32 +msgid "Right" +msgstr "Phải" + +#: ../extensions/xrandr-indicator/extension.js:33 +msgid "Upside-down" +msgstr "Trên-xuống" + +#: ../extensions/xrandr-indicator/extension.js:50 +msgid "Display" +msgstr "Hiển thị" + +#: ../extensions/xrandr-indicator/extension.js:87 +msgid "Display Settings" +msgstr "Cài đặt hiển thị" + +#~ msgid "Notifications" +#~ msgstr "Thông báo" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..6199907 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,539 @@ +# Chinese (China) translation for gnome-shell-extensions. +# Copyright (C) 2011 Free Software Foundation, Inc. +# This file is distributed under the same license as the gnome-shell-extensions package. +# Wylmer Wang , 2011. +# Aron Xu , 2011. +# tuhaihe <1132321739qq@gmail.com>, 2012, 2013. +# 甘露(Gan Lu) , 2013. +# +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: 2014-05-31 18:51+0000\n" +"PO-Revision-Date: 2014-06-01 10:36+0800\n" +"Last-Translator: irisgyq \n" +"Language-Team: Chinese (China) \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../data/gnome-classic.desktop.in.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/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell 经典模式" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "窗口管理与应用启动" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "将模式对话框附着到父窗口" + +#: ../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 "当运行 GNOME Shell 时该键会覆盖 org.gnome.mutter 中的键。" + +#: ../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 "当运行 GNOME Shell 时该键会覆盖 org.gnome.desktop.wm.preferences 中的键。" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "启用将窗口拖拽到屏幕边缘时平铺显示的功能" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "仅在主显示器上显示工作区" + +#: ../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 "将鼠标模式下焦点的切换推迟到光标停止移动之后" + +#: ../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:39 +msgid "Activities Overview" +msgstr "活动概览" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "收藏" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "应用程序" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "应用程序和工作区列表" + +#: ../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 "" +"一系列字符串,每个字符串包含一个应用程序标识(桌面文件名称)、冒号加工作区号" + +#: ../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:123 +msgid "Removable devices" +msgstr "可移动设备" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "打开文件管理器" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "Hello, world!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "替代的祝福语。" + +#: ../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 "如果不为空,所包含的文本会在点击面板时显示。" + +#: ../extensions/example/prefs.js:30 +msgid "Message" +msgstr "消息" + +#: ../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 "" +"示例意在展示如何为 Shell 创建良好工作的扩展,本身功能有限。\n" +"尽管如此,它还是具备定制祝福语的功能。" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1 +msgid "Use more screen for windows" +msgstr "展现窗口时利用更多屏幕空间" + +#: ../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 "" +"尝试通过适应屏幕宽高比,以及相互组合以减少包围框,在摆放窗口缩略图时利用更多" +"屏幕空间。此设置只应用于自然摆放策略。" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "窗口说明文字在上" + +#: ../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 "" +"如果设置为 true,则将窗口说明文字放置在对应窗口的缩略图上方,而不是默认的下" +"方。修改此设置需要重启 GNOME Shell 以使设置生效。" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "位置" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "无法启动“%s”" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "计算机" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "主文件夹" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "主题名称" + +#: ../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 "从 ~/.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:300 +msgid "Minimize all" +msgstr "全部最小化" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "全部取消最小化" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "全部最大化" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "全部取消最大化" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "全部关闭" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "工作区指示器" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "窗口列表" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "何时分组窗口" + +#: ../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 "" +"决定何时对窗口列表上的同一应用的窗口进行分组。可用值有“never”(从" +"不)、“auto”(自动)和“always”(总是)。" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "窗口分组" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "从不将窗口分组" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "当空间有限时将窗口分组" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +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" + +#~ msgid "Suspend" +#~ msgstr "挂起" + +#~ msgid "Hibernate" +#~ msgstr "休眠" + +#~ msgid "Power Off" +#~ msgstr "关机" + +#~ msgid "Enable suspending" +#~ msgstr "启用挂起" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "控制“挂起”菜单项的可见性" + +#~ msgid "Enable hibernating" +#~ msgstr "启用休眠" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "控制“休眠”菜单项的可见性" + +#~ msgid "Normal" +#~ msgstr "正常" + +#~ msgid "Left" +#~ msgstr "左" + +#~ msgid "Right" +#~ msgstr "右" + +#~ msgid "Upside-down" +#~ msgstr "上下翻转" + +#~ msgid "Display" +#~ msgstr "显示" + +#~ msgid "Display Settings" +#~ msgstr "显示设置" + +#~ msgid "The application icon mode." +#~ msgstr "应用程序图标模式。" + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "配置窗口在切换器中的显示方式。有效值包括“仅缩略图”(显示窗口的缩略图)、“仅" +#~ "应用程序图标”(仅显示应用程序图标)或“全部”。" + +#~ msgid "Drag here to add favorites" +#~ msgstr "拖放到这里以添加收藏" + +#~ msgid "New Window" +#~ msgstr "新窗口" + +#~ msgid "Quit Application" +#~ msgstr "退出应用程序" + +#~ msgid "Remove from Favorites" +#~ msgstr "移除收藏" + +#~ msgid "Position of the dock" +#~ msgstr "Dock 位置" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "设置 Dock 在屏幕上的位置。允许的值有“右”或“左”。" + +#~ msgid "Icon size" +#~ msgstr "图标大小" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "设置 Dock 上的图标大小。" + +#~ msgid "Enable/disable autohide" +#~ msgstr "启用/禁用自动隐藏" + +#~ msgid "Autohide effect" +#~ msgstr "自动隐藏效果" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "设置隐藏 Dock 的效果。允许的值有“resize”、“rescale”和“move”" + +#~ msgid "Autohide duration" +#~ msgstr "自动隐藏时间" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "设置自动隐藏的动画过渡时间。" + +#~ msgid "Monitor" +#~ msgstr "显示器" + +#~ msgid "" +#~ "Sets monitor to display dock in. The default value (-1) is the primary " +#~ "monitor." +#~ msgstr "设置显示 Dock 的显示器。默认值(-1)是主显示器。" + +#~ msgid "%s is away." +#~ msgstr "%s 不在。" + +#~ msgid "%s is offline." +#~ msgstr "%s 离线。" + +#~ msgid "%s is online." +#~ msgstr "%s 在线。" + +#~ msgid "%s is busy." +#~ msgstr "%s 忙碌。" + +#~ msgid "Devices" +#~ msgstr "设备" + +#~ msgid "Bookmarks" +#~ msgstr "书签" + +#~ msgid "Network" +#~ msgstr "网络" + +#~ msgid "File System" +#~ msgstr "文件系统" + +#~ msgid "The alt tab behaviour." +#~ msgstr "Alt Tab 行为。" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "设置 Alt-Tab 行为。可取的值有:native(原生)、all_thumbnails(所有缩略图) " +#~ "和 workspace_icons(工作区内图标)。详情参阅配置对话框。" + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "此模式将在一个选择列表中展示全部工作区中的所有应用程序。它使用小缩略图而非" +#~ "各窗口的应用程序图标来代表窗口。" + +#~ msgid "Workspace & Icons" +#~ msgstr "工作区和图标" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "此模式让您在当前工作区中的应用程序及上个工作区、上次使用的应用程序间切换。" +#~ "上次使用这项总是列表中的最后一个符号,并以分隔符或竖线区别(若可能)。\n" +#~ "每个窗口以其应用程序图标展示。" + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "在关闭弹出界面前将当前选择移到前面" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "" +#~ "Alternate Tab 有多种使用模式,所使用模式会影响窗口展示和选择的方式。" + +#~ msgid "Removable Devices" +#~ msgstr "可移动设备" + +#~ msgid "Configure display settings..." +#~ msgstr "配置显示设置..." + +#~ msgid "Notifications" +#~ msgstr "提示" + +#~ msgid "Online Accounts" +#~ msgstr "在线帐号" + +#~ msgid "Lock Screen" +#~ msgstr "锁定屏幕" + +#~ msgid "Switch User" +#~ msgstr "切换用户" + +#~ msgid "Log Out..." +#~ msgstr "注销..." + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt Tab 行为" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "如果设置为 true,询问用户设置一个默认行为。" + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "指示“候选标签”是否为最近安装的" + +#~ msgid "Window placement strategy" +#~ msgstr "窗口放置策略" + +#~ msgid "Available" +#~ msgstr "在线" + +#~ msgid "Busy" +#~ msgstr "忙碌" diff --git a/po/zh_HK.po b/po/zh_HK.po new file mode 100644 index 0000000..f2171c0 --- /dev/null +++ b/po/zh_HK.po @@ -0,0 +1,574 @@ +# Chinese (Hong Kong) translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Cheng-Chia Tseng , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-08-18 19:38+0000\n" +"PO-Revision-Date: 2014-08-19 20:22+0800\n" +"Last-Translator: Chao-Hsiung Liao \n" +"Language-Team: Chinese (Hong Kong) \n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.5\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 "這個作業階段讓你登入 GNOME Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "視窗管理與應用程式執行" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "附加強制對話盒到上層視窗" + +#: ../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 "當執行 GNOME Shell 時這個設定鍵會覆蓋在 org.gnome.mutter 中的設定值。" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "標頭列按鈕的配置" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "當執行 GNOME Shell 時這個設定鍵會覆蓋在 org.gnome.desktop.wm.preferences 中的設定值。" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "工作區只在主要螢幕" + +#: ../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 "延遲滑鼠模式中焦點的改變直到指標停止移動" + +#: ../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:39 +msgid "Activities Overview" +msgstr "活動概覽" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "喜好" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "應用程式" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "應用程式與工作區清單" + +#: ../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 "字串的清單,每個都包含一個應用程式 id (桌面檔名稱),後面接着半形分號 \";\" 與工作區號碼" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "可移除式裝置" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "開啟檔案" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "你好,世界!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "替換的歡迎文字。" + +#: ../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 "若不是空的,它則包含點擊面板時會顯示的文字。" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "訊息:" + +#: ../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.in.h:1 +msgid "Use more screen for windows" +msgstr "視窗使用更多螢幕空間" + +#: ../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 "藉由適應螢幕長寬比來嘗試使用更多螢幕空間放置視窗縮圖,進一步聯合它們來減少邊界盒。這個設定僅適用於自然放置策略。" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "在頂端放置視窗說明標題" + +#: ../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 "如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕 Shell 將它放置在底部的預設值。更改這個設定值需要重新啟動 Shell 來套用效果。" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "位置" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "無法啟動「%s」" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "電腦" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "家目錄" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "主題名稱" + +#: ../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 "主題的名稱,要從 ~/.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:300 +msgid "Minimize all" +msgstr "全部最小化" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "全部取消最小化" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "全部最大化" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "全部取消最大化" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "全部關閉" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "工作區指示器" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "視窗清單" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "何時羣組視窗" + +#: ../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 "決定在視窗清單中何時羣組視窗。可能的數值有「never」、「auto」、「always」。" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "視窗羣組" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "永不羣組視窗" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "當空間受限時羣組視窗" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "永遠羣組視窗" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Normal" +#~ msgstr "一般" + +#~ msgid "Left" +#~ msgstr "左" + +#~ msgid "Right" +#~ msgstr "右" + +#~ msgid "Upside-down" +#~ msgstr "上下顛倒" + +#~ msgid "Display" +#~ msgstr "顯示" + +#~ msgid "Display Settings" +#~ msgstr "顯示設定值" + +#~ msgid "Suspend" +#~ msgstr "暫停" + +#~ msgid "Hibernate" +#~ msgstr "休眠" + +#~ msgid "Power Off" +#~ msgstr "關閉電源" + +#~ msgid "Enable suspending" +#~ msgstr "啟用暫停" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "控制暫停選單項目的可見性" + +#~ msgid "Enable hibernating" +#~ msgstr "啟用休眠" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "控制休眠選單項目的可見性" + +#~ msgid "The application icon mode." +#~ msgstr "應用程式圖示模式。" + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "設定視窗在切換器中顯示的方式。有效的選項為「thumbnail-only」(顯示視窗的縮" +#~ "圖)、「app-icon-only」(僅顯示應用程式圖示),或「both」(兩者)" + +#~ msgid "Devices" +#~ msgstr "裝置" + +#~ msgid "Bookmarks" +#~ msgstr "書籤" + +#~ msgid "Network" +#~ msgstr "網路" + +#~ msgid "File System" +#~ msgstr "檔案系統" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "設定 Alt-Tab 行為。可用的值為:all_thumbnails、workspace_icons。請見組態對" +#~ "話盒瞭解詳細資訊。" + +#~ msgid "The alt tab behaviour." +#~ msgstr "alt tab 按鍵行為。" + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "這個模式會將所有工作區的應用程式呈現於一個選取清單中。它使用小縮圖來象徵視" +#~ "窗本身,而不是使用應用程式圖示來代表每個視窗。" + +#~ msgid "Workspace & Icons" +#~ msgstr "工作區與圖示" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "這個模式讓您在您目前工作區中的應用程式之間切換,而且給您額外的選項來切換至" +#~ "上個工作區中您上次使用的應用程式;它總會是清單中的最後一個圖像,而且可能的" +#~ "話會用分隔符/垂直線隔離開來。\n" +#~ "每個視窗會以其應用程式圖示呈現。" + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "在關閉彈出視窗之前,移動目前選取的項目至前方" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "Alternate Tab 可以使用不同的模式,會影響到選擇與呈現視窗的方式。" + +#~ msgid "Drag here to add favorites" +#~ msgstr "拖曳至此處以加入喜好" + +#~ msgid "New Window" +#~ msgstr "新視窗" + +#~ msgid "Quit Application" +#~ msgstr "退出應用程式" + +#~ msgid "Remove from Favorites" +#~ msgstr "自喜好移除" + +#~ msgid "Autohide duration" +#~ msgstr "自動隱藏時間" + +#~ msgid "Autohide effect" +#~ msgstr "自動隱藏效果" + +#~ msgid "Enable/disable autohide" +#~ msgstr "啟用/停用自動隱藏" + +#~ msgid "Icon size" +#~ msgstr "圖示大小" + +#~ msgid "Position of the dock" +#~ msgstr "Dock 的位置" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "設定 Dock 的圖示大小。" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "設定隱藏 Dock 的效果。可用的值為「resize」、「rescale」、「move」" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "設定 Dock 在螢幕的位置。可用的值為「right」(右) 或「left」(左)" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "設定自動隱藏效果的時間長度。" + +#~ msgid "%s is away." +#~ msgstr "%s 已離開。" + +#~ msgid "%s is offline." +#~ msgstr "%s 現在離線。" + +#~ msgid "%s is online." +#~ msgstr "%s 現在上線。" + +#~ msgid "%s is busy." +#~ msgstr "%s 正忙碌。" + +#~ msgid "Configure display settings..." +#~ msgstr "設定顯示器設定值..." + +#~ msgid "Notifications" +#~ msgstr "通知" + +#~ msgid "Online Accounts" +#~ msgstr "線上帳號" + +#~ msgid "Lock Screen" +#~ msgstr "鎖定畫面" + +#~ msgid "Switch User" +#~ msgstr "切換使用者" + +#~ msgid "Log Out..." +#~ msgstr "登出..." + +#~ 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 "" +#~ "這是您第一次使用 Alternate Tab 擴充套件。\n" +#~ "請選擇您偏好的行為:\n" +#~ "\n" +#~ "全部與縮圖:\n" +#~ " 這個模式會在一個選取清單中展現所有工作區的應用程式。\n" +#~ " 每個視窗不使用應用程式圖示,而是採用象徵視窗自己本身\n" +#~ " 的縮圖。\n" +#~ "\n" +#~ "工作區與圖示:\n" +#~ " 這個模式讓您在目前工作區的應用程式間切換,並額外給您\n" +#~ " 切換至上次使用的前個工作區應用程式的選項。它會是清單\n" +#~ " 中最後一個圖像,並且可能的話會用分隔符或垂直線分開。\n" +#~ " 每個視窗是由其應用程式圖示所表示。\n" +#~ "\n" +#~ "原生:\n" +#~ " 這個模式是 GNOME 3 的原生行為,換句話說:按下原生\n" +#~ " 會關閉 Alternate Tab 擴充套件。\n" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt Tab 行為" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "若為真,詢問使用者預設行為。" + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "指示 Alternate Tab 是否為新安裝" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "用來配置縮圖的演算法。「grid」是採用預設的網格基礎演算法,「natural」則採" +#~ "用另一種反映視窗位置與實際大小的演算法。" + +#~ msgid "Window placement strategy" +#~ msgstr "視窗擺放策略" + +#~ msgid "Available" +#~ msgstr "有空" + +#~ msgid "Busy" +#~ msgstr "忙碌" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..88723c0 --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,584 @@ +# Chinese (Taiwan) translation for gnome-shell-extensions. +# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER +# This file is distributed under the same license as the gnome-shell-extensions package. +# Cheng-Chia Tseng , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-shell-extensions gnome-3-0\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-" +"shell&keywords=I18N+L10N&component=extensions\n" +"POT-Creation-Date: 2014-08-18 19:38+0000\n" +"PO-Revision-Date: 2014-08-19 10:13+0800\n" +"Last-Translator: Chao-Hsiung Liao \n" +"Language-Team: Chinese (Taiwan) \n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.5\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 "這個作業階段讓您登入 GNOME Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:1 +msgid "GNOME Shell Classic" +msgstr "GNOME Shell Classic" + +#: ../data/gnome-shell-classic.desktop.in.in.h:2 +msgid "Window management and application launching" +msgstr "視窗管理與應用程式執行" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1 +msgid "Attach modal dialog to the parent window" +msgstr "附加強制對話盒到上層視窗" + +#: ../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 "當執行 GNOME Shell 時這個設定鍵會覆蓋在 org.gnome.mutter 中的設定值。" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3 +msgid "Arrangement of buttons on the titlebar" +msgstr "標頭列按鈕的配置" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4 +#| msgid "" +#| "This key overrides the key in org.gnome.mutter when running GNOME Shell." +msgid "" +"This key overrides the key in org.gnome.desktop.wm.preferences when running " +"GNOME Shell." +msgstr "" +"當執行 GNOME Shell 時這個設定鍵會覆蓋在 org.gnome.desktop.wm.preferences 中的" +"設定值。" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼" + +#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6 +msgid "Workspaces only on primary monitor" +msgstr "工作區只在主要螢幕" + +#: ../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 "延遲滑鼠模式中焦點的改變直到指標停止移動" + +#: ../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:39 +msgid "Activities Overview" +msgstr "活動概覽" + +#: ../extensions/apps-menu/extension.js:113 +msgid "Favorites" +msgstr "喜好" + +#: ../extensions/apps-menu/extension.js:282 +msgid "Applications" +msgstr "應用程式" + +#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1 +msgid "Application and workspace list" +msgstr "應用程式與工作區清單" + +#: ../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 "" +"字串的清單,每個都包含一個應用程式 id (桌面檔名稱),後面接著半形分號 \";\" 與" +"工作區號碼" + +#: ../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" +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:123 +msgid "Removable devices" +msgstr "可移除式裝置" + +#: ../extensions/drive-menu/extension.js:150 +msgid "Open File" +msgstr "開啟檔案" + +#: ../extensions/example/extension.js:17 +msgid "Hello, world!" +msgstr "你好,世界!" + +#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1 +msgid "Alternative greeting text." +msgstr "替換的歡迎文字。" + +#: ../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 "若不是空的,它則包含點擊面板時會顯示的文字。" + +#: ../extensions/example/prefs.js:30 +#| msgid "Message:" +msgid "Message" +msgstr "訊息:" + +#: ../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.in.h:1 +msgid "Use more screen for windows" +msgstr "視窗使用更多螢幕空間" + +#: ../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 "" +"藉由適應螢幕長寬比來試著使用更多螢幕空間放置視窗縮圖,進一步聯合它們來減少邊" +"界盒。這個設定僅適用於自然放置策略。" + +#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3 +msgid "Place window captions on top" +msgstr "在頂端放置視窗說明標題" + +#: ../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 "" +"如果為真,在對映的縮圖頂端放置視窗說明標題,凌駕 Shell 將它放置在底部的預設" +"值。變更這個設定值需要重新啟動 Shell 來套用效果。" + +#: ../extensions/places-menu/extension.js:78 +#: ../extensions/places-menu/extension.js:81 +msgid "Places" +msgstr "位置" + +#: ../extensions/places-menu/placeDisplay.js:57 +#, javascript-format +msgid "Failed to launch \"%s\"" +msgstr "無法啟動「%s」" + +#: ../extensions/places-menu/placeDisplay.js:99 +#: ../extensions/places-menu/placeDisplay.js:122 +msgid "Computer" +msgstr "電腦" + +#: ../extensions/places-menu/placeDisplay.js:200 +msgid "Home" +msgstr "家目錄" + +#: ../extensions/places-menu/placeDisplay.js:287 +msgid "Browse Network" +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 +msgid "Theme name" +msgstr "主題名稱" + +#: ../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 "主題的名稱,要從 ~/.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:300 +msgid "Minimize all" +msgstr "全部最小化" + +#: ../extensions/window-list/extension.js:308 +msgid "Unminimize all" +msgstr "全部取消最小化" + +#: ../extensions/window-list/extension.js:316 +msgid "Maximize all" +msgstr "全部最大化" + +#: ../extensions/window-list/extension.js:325 +msgid "Unmaximize all" +msgstr "全部取消最大化" + +#: ../extensions/window-list/extension.js:334 +msgid "Close all" +msgstr "全部關閉" + +#: ../extensions/window-list/extension.js:644 +#: ../extensions/workspace-indicator/extension.js:30 +msgid "Workspace Indicator" +msgstr "工作區指示器" + +#: ../extensions/window-list/extension.js:798 +msgid "Window List" +msgstr "視窗清單" + +#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1 +msgid "When to group windows" +msgstr "何時群組視窗" + +#: ../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 "" +"決定在視窗清單中何時群組視窗。可能的數值有「never」、「auto」、「always」。" + +#: ../extensions/window-list/prefs.js:30 +msgid "Window Grouping" +msgstr "視窗群組" + +#: ../extensions/window-list/prefs.js:49 +msgid "Never group windows" +msgstr "永不群組視窗" + +#: ../extensions/window-list/prefs.js:50 +msgid "Group windows when space is limited" +msgstr "當空間受限時群組視窗" + +#: ../extensions/window-list/prefs.js:51 +msgid "Always group windows" +msgstr "永遠群組視窗" + +#: ../extensions/workspace-indicator/prefs.js:141 +#| msgid "Workspace names:" +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" + +#~ msgid "Normal" +#~ msgstr "一般" + +#~ msgid "Left" +#~ msgstr "左" + +#~ msgid "Right" +#~ msgstr "右" + +#~ msgid "Upside-down" +#~ msgstr "上下顛倒" + +#~ msgid "Display" +#~ msgstr "顯示" + +#~ msgid "Display Settings" +#~ msgstr "顯示設定值" + +#~ msgid "Suspend" +#~ msgstr "暫停" + +#~ msgid "Hibernate" +#~ msgstr "休眠" + +#~ msgid "Power Off" +#~ msgstr "關閉電源" + +#~ msgid "Enable suspending" +#~ msgstr "啟用暫停" + +#~ msgid "Control the visibility of the Suspend menu item" +#~ msgstr "控制暫停選單項目的可見性" + +#~ msgid "Enable hibernating" +#~ msgstr "啟用休眠" + +#~ msgid "Control the visibility of the Hibernate menu item" +#~ msgstr "控制休眠選單項目的可見性" + +#~ msgid "The application icon mode." +#~ msgstr "應用程式圖示模式。" + +#~ msgid "" +#~ "Configures how the windows are shown in the switcher. Valid possibilities " +#~ "are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-" +#~ "only' (shows only the application icon) or 'both'." +#~ msgstr "" +#~ "設定視窗在切換器中顯示的方式。有效的選項為「thumbnail-only」(顯示視窗的縮" +#~ "圖)、「app-icon-only」(僅顯示應用程式圖示),或「both」(兩者)" + +#~ msgid "Devices" +#~ msgstr "裝置" + +#~ msgid "Bookmarks" +#~ msgstr "書籤" + +#~ msgid "Network" +#~ msgstr "網路" + +#~ msgid "File System" +#~ msgstr "檔案系統" + +#~ msgid "" +#~ "Sets the Alt-Tab behaviour. Possible values are: all_thumbnails and " +#~ "workspace_icons. See the configuration dialogs for details." +#~ msgstr "" +#~ "設定 Alt-Tab 行為。可用的值為:all_thumbnails、workspace_icons。請見組態對" +#~ "話盒瞭解詳細資訊。" + +#~ msgid "The alt tab behaviour." +#~ msgstr "alt tab 按鍵行為。" + +#~ msgid "" +#~ "This mode presents all applications from all workspaces in one selection " +#~ "list. Instead of using the application icon of every window, it uses " +#~ "small thumbnails resembling the window itself." +#~ msgstr "" +#~ "這個模式會將所有工作區的應用程式呈現於一個選取清單中。它使用小縮圖來象徵視" +#~ "窗本身,而不是使用應用程式圖示來代表每個視窗。" + +#~ msgid "Workspace & Icons" +#~ msgstr "工作區與圖示" + +#~ msgid "" +#~ "This mode let's you switch between the applications of your current " +#~ "workspace and gives you additionally the option to switch to the last " +#~ "used application of your previous workspace. This is always the last " +#~ "symbol in the list and is segregated by a separator/vertical line if " +#~ "available. \n" +#~ "Every window is represented by its application icon." +#~ msgstr "" +#~ "這個模式讓您在您目前工作區中的應用程式之間切換,而且給您額外的選項來切換至" +#~ "上個工作區中您上次使用的應用程式;它總會是清單中的最後一個圖像,而且可能的" +#~ "話會用分隔符/垂直線隔離開來。\n" +#~ "每個視窗會以其應用程式圖示呈現。" + +#~ msgid "Move current selection to front before closing the popup" +#~ msgstr "在關閉彈出視窗之前,移動目前選取的項目至前方" + +#~ msgid "" +#~ "The Alternate Tab can be used in different modes, that affect the way " +#~ "windows are chosen and presented." +#~ msgstr "Alternate Tab 可以使用不同的模式,會影響到選擇與呈現視窗的方式。" + +#~ msgid "Drag here to add favorites" +#~ msgstr "拖曳至此處以加入喜好" + +#~ msgid "New Window" +#~ msgstr "新視窗" + +#~ msgid "Quit Application" +#~ msgstr "退出應用程式" + +#~ msgid "Remove from Favorites" +#~ msgstr "自喜好移除" + +#~ msgid "Autohide duration" +#~ msgstr "自動隱藏時間" + +#~ msgid "Autohide effect" +#~ msgstr "自動隱藏效果" + +#~ msgid "Enable/disable autohide" +#~ msgstr "啟用/停用自動隱藏" + +#~ msgid "Icon size" +#~ msgstr "圖示大小" + +#~ msgid "Position of the dock" +#~ msgstr "Dock 的位置" + +#~ msgid "Sets icon size of the dock." +#~ msgstr "設定 Dock 的圖示大小。" + +#~ msgid "" +#~ "Sets the effect of the hide dock. Allowed values are 'resize', 'rescale' " +#~ "and 'move'" +#~ msgstr "設定隱藏 Dock 的效果。可用的值為「resize」、「rescale」、「move」" + +#~ msgid "" +#~ "Sets the position of the dock in the screen. Allowed values are 'right' " +#~ "or 'left'" +#~ msgstr "設定 Dock 在螢幕的位置。可用的值為「right」(右) 或「left」(左)" + +#~ msgid "Sets the time duration of the autohide effect." +#~ msgstr "設定自動隱藏效果的時間長度。" + +#~ msgid "%s is away." +#~ msgstr "%s 已離開。" + +#~ msgid "%s is offline." +#~ msgstr "%s 現在離線。" + +#~ msgid "%s is online." +#~ msgstr "%s 現在上線。" + +#~ msgid "%s is busy." +#~ msgstr "%s 正忙碌。" + +#~ msgid "Configure display settings..." +#~ msgstr "設定顯示器設定值..." + +#~ msgid "Notifications" +#~ msgstr "通知" + +#~ msgid "Online Accounts" +#~ msgstr "線上帳號" + +#~ msgid "Lock Screen" +#~ msgstr "鎖定畫面" + +#~ msgid "Switch User" +#~ msgstr "切換使用者" + +#~ msgid "Log Out..." +#~ msgstr "登出..." + +#~ 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 "" +#~ "這是您第一次使用 Alternate Tab 擴充套件。\n" +#~ "請選擇您偏好的行為:\n" +#~ "\n" +#~ "全部與縮圖:\n" +#~ " 這個模式會在一個選取清單中展現所有工作區的應用程式。\n" +#~ " 每個視窗不使用應用程式圖示,而是採用象徵視窗自己本身\n" +#~ " 的縮圖。\n" +#~ "\n" +#~ "工作區與圖示:\n" +#~ " 這個模式讓您在目前工作區的應用程式間切換,並額外給您\n" +#~ " 切換至上次使用的前個工作區應用程式的選項。它會是清單\n" +#~ " 中最後一個圖像,並且可能的話會用分隔符或垂直線分開。\n" +#~ " 每個視窗是由其應用程式圖示所表示。\n" +#~ "\n" +#~ "原生:\n" +#~ " 這個模式是 GNOME 3 的原生行為,換句話說:按下原生\n" +#~ " 會關閉 Alternate Tab 擴充套件。\n" + +#~ msgid "Alt Tab Behaviour" +#~ msgstr "Alt Tab 行為" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Ask the user for a default behaviour if true." +#~ msgstr "若為真,詢問使用者預設行為。" + +#~ msgid "Indicates if Alternate Tab is newly installed" +#~ msgstr "指示 Alternate Tab 是否為新安裝" + +#~ msgid "" +#~ "The algorithm used to layout thumbnails in the overview. 'grid' to use " +#~ "the default grid based algorithm, 'natural' to use another one that " +#~ "reflects more the position and size of the actual window" +#~ msgstr "" +#~ "用來配置縮圖的演算法。「grid」是採用預設的網格基礎演算法,「natural」則採" +#~ "用另一種反映視窗位置與實際大小的演算法。" + +#~ msgid "Window placement strategy" +#~ msgstr "視窗擺放策略" + +#~ msgid "Available" +#~ msgstr "有空" + +#~ msgid "Busy" +#~ msgstr "忙碌" diff --git a/settings.mk b/settings.mk new file mode 100644 index 0000000..8fc01fd --- /dev/null +++ b/settings.mk @@ -0,0 +1,10 @@ +gschemas_in = $(gschemaname).gschema.xml.in + +@INTLTOOL_XML_NOMERGE_RULE@ + +gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml) + +@GSETTINGS_RULES@ + +CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS) +EXTRA_DIST += $(gschemas_in)