pax_global_header00006660000000000000000000000064123020773670014521gustar00rootroot0000000000000052 comment=6183f4180410eae7030bc14ae1a19c3dd72fcfc8 rox-2.11/000077500000000000000000000000001230207736700122545ustar00rootroot00000000000000rox-2.11/.gitignore000066400000000000000000000001051230207736700142400ustar00rootroot00000000000000# Ignore emacs backup files *~ # and the generated manual page rox.1 rox-2.11/0compile.properties000066400000000000000000000001571230207736700161050ustar00rootroot00000000000000[compile] interface = ROX-Filer.xml metadir = 0install download-base-url = version-modifier = selections = rox-2.11/Choices/000077500000000000000000000000001230207736700136315ustar00rootroot00000000000000rox-2.11/Choices/MIME-types/000077500000000000000000000000001230207736700155225ustar00rootroot00000000000000rox-2.11/Choices/MIME-types/application_postscript000077500000000000000000000000271230207736700222440ustar00rootroot00000000000000#!/bin/sh exec gv "$@" rox-2.11/Choices/MIME-types/text000077500000000000000000000000401230207736700164260ustar00rootroot00000000000000#!/bin/sh exec xterm -e vi "$@" rox-2.11/Choices/MIME-types/text_html000077500000000000000000000005751230207736700174670ustar00rootroot00000000000000#!/bin/sh for app in firefox mozilla-firefox firebird mozilla-firebird galeon mozilla netscape skipstone dillo konqueror amaya; do if [ -x "`which $app`" ]; then exec "$app" "$@"; fi done for app in w3m lynx links vim vi; do if [ -x "`which $app`" ]; then exec xterm -e "$app" "$@"; fi done echo "Can't find any web browser installed... last try..." >&2 exec netscape "$@" rox-2.11/README000066400000000000000000000024641230207736700131420ustar00rootroot00000000000000 ROX-Filer A RISC OS-like filer for X by Thomas Leonard Quick start ~~~~~~~~~~~ If you downloaded a source or binary tarball directly, type this ($ is the shell prompt): $ ./ROX-Filer/AppRun This will compile the filer (if necessary) and then run it. However, it is more common to use Zero Install or a distribution package. To get the filer using Zero Install, do: $ 0alias rox http://rox.sourceforge.net/2005/interfaces/ROX-Filer $ rox ROX-Filer ~~~~~~~~~ Documentation for ROX-Filer can be found in the directory ROX-Filer/Help. Conditions ~~~~~~~~~~ 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 Please report any bugs to the mailing list: http://roscidus.com/desktop/lists rox-2.11/README-es000066400000000000000000000062571230207736700135530ustar00rootroot00000000000000 ROX-Filer Un explorador estilo RISC OS para X por Thomas Leonard Inicio rpido ~~~~~~~~~~~~~ Tipea sto ($ es el prompt del shell): $ ./install.sh y sigue las instrucciones en pantalla. Si quieres compilar como usuario normal e instalar como root deberas hacer sto: $ ROX-Filer/AppRun --compile $ su [ ingresa clave de root ] $ ./install.sh notas sobre CVS ~~~~~~~~~~~~~~~ Si obtuviste sto a partir de CVS entonces necesitars que 'autoconf' est instalado antes que puedas compilar (los snapshots en el sitio FTP no requieren sto). Tambin tendrs que ejecutar 'make' en el directorio 'ROX-Filer/src/Docs' para obtener el manual creado en 'ROX-Filer/Help' y tambin ejecutar 'dist' en 'ROX-Filer/src/po' para obtener las traducciones. Puedes encontrar instrucciones para obtener rox mediante CVS en: http://sourceforge.net/cvs/?group_id=7023 Una vez tengas una versin de rox de CVS puedes actualizarlo con $ cvs -z3 update desde dentro del directorio 'rox'. Finalmente, recuerda que la versin CVS es el cdigo ms reciente de desarrollo. No ha sido probado lo suficiente. Puede tener fallos. Incluso puede no compilar. Has sido advertido! (pero por favor informa cualquier fallo que encuentres) ROX-Filer ~~~~~~~~~ Puedes encontrar ayuda del ROX-Filer en el directorio ROX-Filer/Help. Archivos ~~~~~~~~ Se usan dos lugares para los archivos de configuracin del manejo MIME: /MIME-info/* Contiene las reglas para adivinar el tipo de un archivo a partir de su nombre. Muchos programas vienen con archivos llamados '.mime' que contienen reglas adicionales. Coloca esos archivos en el directorio MIME-info tambin. /MIME-types/* Contiene programas o enlaces simblicos que sern ejecutados. Por ejemplo: $ rox imagen.gif es como hacer $ /MIME-types/image_gif imagen.gif o, si no es hallado, $ /MIME-types/image imagen.gif En ambos casos, son todos los directorios en tu variable de entorno CHOICESPATH, la cual por defecto tiene el valor: ~/Choices:/usr/local/share/Choices:/usr/share/Choices El directorio ms a la izquierda es explorado primero, seguido de los otros en orden. Si la cadena comienza con `:' entonces no estar permitido guardar y ningn programa intentar guardar una configuracin en l. Por ms detalles, consulta: Condiciones ~~~~~~~~~~~ ste programa es software libre; puedes redistribuirlo y/o modificarlo bajo las condiciones de la Licencia Pblica General GNU como fue publicada por la Fundacin por el Software Libre; ya sea la versin 2 de la Licencia, o (a tu eleccin) cualquier versin posterior. Este programa es distribudo con la esperanza de que sea til pero SIN GARANTIA ALGUNA; incluso sin la garanta implcita de MERCANTIBILIDAD O APTITUD PARA UN PROPOSITO PARTICULAR. Consulta la Licencia Pblica General GNU por ms detalles. Deberas haber recibido una copia de la Licencia Pblica General GNU junto con ste programa; si no es as, escribe a la Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Por favor informame cualquier fallo, . rox-2.11/ROX-Filer.xml000066400000000000000000000051451230207736700145120ustar00rootroot00000000000000 ROX-Filer fast and powerful file manager ROX-Filer is a fast and powerful graphical file manager. It has full drag-and-drop support and background file operations, and is highly configurable. It can also act as a pinboard, allowing you to pin frequently used files to the desktop background. cd ROX-Filer/src/Docs/ && make cd ROX-Filer/src/po/ && ./dist cd ROX-Filer/src/ && autoconf && rm -fr autom4te.cache sed -i "s/<Version>.*<\/Version>$/<Version>$RELEASE_VERSION<\/Version>/" ROX-Filer/AppInfo.xml rox-2.11/ROX-Filer/000077500000000000000000000000001230207736700137635ustar00rootroot00000000000000rox-2.11/ROX-Filer/.DirIcon000066400000000000000000000074541230207736700153250ustar00rootroot00000000000000PNG  IHDR//s'sBIT|dtEXtSoftwareROX-FilerV3YIDATx{tU?VUw$0H!^8 ʢ>`tXYFQGWq|`x8:GYT $;D@y?&aԝ3ꪺֽwb-58޲L3BHZگO+SJe)xzh$--%^jthʣ5JyVRJJVZ ) 7Wv$,x`7oz0-LLaba" CHCbH!FBoْgc+}o ^JÈuHk<}Se}u}Jk}DC<+!d>x~</J+:R*n4UB+R ljmh%ck&ͶޝN,fHp ÌiK)Rʈ4E)huZ'W/Ӛ\5VJ"ĉDX1;jhv܎y ">6tOOm|y~g'= @"M;a63G_;V7X>tFiy0L _v庼c!ŝx'k vwqWZkzXj ZŒV$oe0+UT\|l&p,5끬|RCOm/4\;qWlyeΪVӦMcܹ_@ ٳYijt? cV|RjH(4[؄O>FMบC>!3Ss-ബ픖"s|Z 7\ϭsl6;\ן|򹌛8&az -0ނRN|DLn'Fh82^&O4؉5JitN DQM7{Iu/Rx1m8Ja&ӧOW_sfv,Ru2_MJ4>mS GT\9gvΘpZp ־ s^^IOOa0M3#r\wus9477g N]ݻm~u<„gri z}GGGpL81Ck"`ƌL>+W2|zjTTTx:::2։qHqq1[s~7G~XD 5;lYi3%'wír;|rڱc&Lݻws߿CٵkJ)ƍ֚j8s[غu+sZZZPJjYƲ+َϩ:9M zoy<-GӦMFڰ,x<ΰa1b޴wT&D"TTT0c Xz5ÇGASSKWbYBZ#] MVv4E/T|ٌxÆ7ޤ )%ຉ-֚\?~<!hoog|G|g̜9۶Sl-2}]_]絃G+E}g?[rX§/J)eOWa;<4L6<0"ܹsZ'T_-̼k1?c^ #t. $=#F;;wv\ehi3 I{to$ɳ(3 !~[SSӜԬsrr (L\d=!d_]%:;;3 #OJy%>)|K 75555 0iҤцa\|ADScτICN?Sk-,,B|XfH)ݯ>u ֣Syi~?6uTJBJBB"$ %Dlۖ>Ob1iav2G@.!x|RXZkO!0RQ)-DZ-ˊڶm[e2~,؟vF)IENDB`rox-2.11/ROX-Filer/AppInfo.xml000066400000000000000000000100371230207736700160420ustar00rootroot00000000000000 A graphical file manager Ein grafischer Dateimanager Egy grafikus fájlkezelő Een grafisch bestandsbeheerprogramma Un gestor de archivos gráafico Un gestionnaire de fichiers graphique File manager grafico Graficzny manager plików 文件管理员 檔案管理員 Xestor gráafico de arquivos File manager 2.11 Thomas Leonard and others GNU General Public License http://rox.sourceforge.net Gestor de Archivos Thomas Leonard y otros Licencia Pública General GNU Dateimanager Thomas Leonard und andere Gestionnaire de fichiers Thomas Leonard et autres Fájlkezelés Thomas Leonard és mások gestione file Thomas Leonard e altri Manager plików Thomas Leonard i inni 文件管理员 檔案管理員 Xestor de arquivos Thomas Leonard e outros Licencia Pública Xeral GNU http://rox.sourceforge.net rox-2.11/ROX-Filer/AppRun000077500000000000000000000032531230207736700151210ustar00rootroot00000000000000#!/bin/sh PROG=ROX-Filer APP_DIR=`dirname "$0"` APP_DIR=`cd "$APP_DIR";pwd`; export APP_DIR DEBUGGER="" if [ "x$MAKE" = x ]; then MAKE=make export MAKE fi case $1 in --debug) shift ; if [ "$#" = 0 ] ; then DEBUGGER="gdb --args" ; DEBUG_OPTIONS="-n --g-fatal-warnings" else DEBUGGER="gdb" fi ;; --valgrind) shift ; DEBUGGER="valgrind --num-callers=8";; --massif) shift ; DEBUGGER="valgrind --tool=massif --alloc-fn=g_malloc --alloc-fn=g_realloc --alloc-fn=g_malloc0 --alloc-fn=g_try_malloc --alloc-fn=g_mem_chunk_alloc";; --calltree) shift ; DEBUGGER="calltree";; --leaks) shift ; DEBUGGER="valgrind --num-callers=8 --leak-check=yes";; --compile) shift if [ ! -d "$APP_DIR/src" ] ; then echo "ERROR from $0:" >&2 echo "Cannot compile - source code is missing!" >&2 exit 1 fi echo "Compiling $APP_DIR... please wait..." >&2 if [ ! -x "$APP_DIR/src/configure" ]; then echo "No 'configure' script! Trying to run autoconf..." (cd "$APP_DIR/src"; autoconf) fi BUILDDIR="$APP_DIR/build" [ ! -d "$BUILDDIR" ] && mkdir "$BUILDDIR" rm -f "$BUILDDIR/config.cache" rm -f "$APP_DIR/src/config.h" # (for upgrading) cd "$BUILDDIR" && "$APP_DIR/src/configure" "$@" \ && $MAKE clean && $MAKE && echo Done >&2 && exit 0 echo Compile failed >&2 echo Press Return... >&2 read WAIT exit 1 esac BIN="$APP_DIR/$PROG" if [ -x "$BIN" ]; then exec $DEBUGGER "$BIN" $DEBUG_OPTIONS "$@" else echo "ERROR from $0:" >&2 echo "I cannot find an executable binary." >&2 echo "Trying to compile..." >&2 if [ -n "$DISPLAY" ]; then xterm -e "$0" --compile else "$0" --compile fi if [ -x "$BIN" ]; then exec "$BIN" "$@" fi exit 1 fi rox-2.11/ROX-Filer/Help/000077500000000000000000000000001230207736700146535ustar00rootroot00000000000000rox-2.11/ROX-Filer/Help/COPYING000066400000000000000000000431271230207736700157150ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 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) 19yy 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) 19yy 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. rox-2.11/ROX-Filer/Help/Changes000066400000000000000000004756501230207736700161670ustar00rootroot00000000000000 ROX-Filer A RISC OS-like filer for X by Thomas Leonard * Note: you don't need to update file this when committing a change. Just add a * log message with the commit and I'll update this file only when making a new * release. Release 2.11 (2011-10-09) - Converted from Glade to GtkBuilder. - Fixed typo in German translation (Alek). - "build" script runs autoconf and build the documentation if necessary. This is needed for Git checkouts. - Don't lower panel when the pointer moves over an applet. Reported by mark76 on IRC. - Centre the pinboard image correctly if larger than the screen (Mohamed Amine IL Idrissi). Patch sent to Ubuntu anonymously and forwarded; see Ubuntu bug #615490. - Depend on 0compile 0.19.1. Fixes bug using distribution-provided pkg-config. - Added build dependency on pkg-config. - Bugfix: unselect item when menu is closed. We used to listen for "unmap_event", but this is no longer emitted in recent versions of GTK. Switched to using "selection-done" instead. Closes #2925212 (reported by Barry Kauler). - Added button to options window to create the 'rox' start up script (Stephen Watson). - Updated Italian translation (Yuri). - Updated Brazilian Portuguese translation (Sérgio Cipolla). - Updated Spanish and Galician translations (Antonio Sánchez). The how-to-change-permissions explanation had a mistake that made the help window appear blank. - Updated Spanish translation (Antonio Sánchez and Luis Felipe Abad). - Turn the error on invalid line breaks in uri_list_to_glist into a warning (Stephen Watson). Firefox 3.5 upto and including 3.5.2 gets it wrong, but we don't want to stop drops working until they fix it. - Eliminated the duplicated code between pixmap_background_thumb() and pixmap_try_thumb(). pixmap_background_thumb() now calls pixmap_try_thumb() to get from memory or load from cache (Stephen Watson). - Added option to place panels under the control of the _NET_WORKAREA property (Stephen Watson). Note it only checks the work area at the point it creates the panel. - Fix bug in XDG MIME magic: if two matches at the same priority returned exactly the same type, it was considered a conflict (Stephen Watson). - Newer versions of GTK+ issue warnings if a spin button has a non-zero page size (Stephen Watson). - If a file has a thumbnail, display it in the infobox (Stephen Watson). Release 2.10 (2009-07-18) - Added "Don't ask..." to may_offer_unmount() (Tony Houghton). - Update japanese trancslation (heroaki_TANAKA) - Applied Bernard Jungen's patch and suggestion (Tony Houghton): - _() i18n wrappers for new infobox buttons. - Don't save learnt mount points with default of "ASK". - Use GPOINTER_TO_INT(NULL) instead of assuming 0. - New options in mount point Properties dialog (Tony Houghton): What action to take when all a mount point's windows are closed. - Left align permissions labels in Properties (Tony Houghton). Release 2.9 (2009-05-10) - ROX-Filer didn't compile without inotify support. dnotify_fd_to_dir got renamed in 71061457fee9e95d65c53f2bdcc400bc4ac502c0, but not everywhere. - Removed separate source feed. For historical reasons, ROX-Filer had a somewhat confused build system. The main feed claimed it to be a binary that worked on any architecture (because it compiled itself if the binary was missing), while a separate "source" feed provided the build dependencies. Now it has just a single feed, asserting that this is source code. Compiling it generates a binary release, including a binary feed. Also, there is a new 0compile.properties file so you can easily compile it with "0compile build". Clicking on the source's AppRun when there is no binary compiles it as before (without using Zero Install). - Don't use "cp -u" in build script; doesn't work on FreeBSD. - Updated Chinese translations (Babyfai Cheung) - Support back-references when bulk renaming (Rogutės). Back references from \0 to \9 can be used in the "With:" field of the bulk renaming dialog. Every back-reference is replaced by a captured substring from the "Replace:" field. As a side effect, \0, \1, ..., \9 become special characters and they must be escaped with an additional backslash (e.g. \\3). - Update panels correctly when the screen size changes (Tony Houghton) - Support "Show per workspace" pinboard option when the window manager is using viewports instead of desktops. This is needed for things like compiz (Stephen Watson). - Make more terms become translatable in log.c (Babyfai Cheung). - Fix detection of *BSD systems for large file support. Third attempt. Instead of including huge autoconf files, restore the uname call that was accidentally removed in 462ae76daefc4f536f474982b4452e640ea48350. - Use inotify to monitor directories when available, in preference to dnotify (Stephen Watson). - Handle desktop files that have a blank Path (Stephen Watson). - Handle the case where there is nothing following the version number when checking the gcc --version output (Stephen Watson). - Improve detection of GCC version (Stephen Watson). - Plug memory leak looking for local apps (Stephen Watson). - Fix getting $APPDIRPATH when finding apps (Stephen Watson). - Added Galician to AppInfo.xml (Maria). - Update Spanish translation and add new Galego translation (Maria). This is from the GALPon MiniNo project, a Debian distribution for old computers. - Don't lose selection when starting a drag with Ctrl. If we drag from an unselected item, we normally unselect any other items. However, if we're also holding down Ctrl it's probably unselected only because we mis-interpreted the click as toggle-selected, so just re-select it in that case (reported by Kacper Wysocki). - Launch buttons in the options dialog now look for a locally installed app when 0launch isn't available (Stephen Watson). - Creating a new file from a template works when the template is a symlink (Bernard Jungen). It now creates a copy of the symlink's target, not a copy of the symlink. However, if the template target is a directory containing symlinks, those are copied as they are. - Make the symlink box remember the "relative" setting between invocations (Bernard Jungen). - Updated Japanese translation (TANAKA hiroaki). - Remove very old code for /uri filesystem. - Change the way emblems are drawn on icons (Stephen Watson). The emblem images are no longer MaskedPixmaps but are fetched from stock when needed. This allows the theming mechanism to work on them. There may be an overhead due to repeated calls to gtk_style_lookup_icon_set and gtk_icon_set_render_icon. - Updated Italian translation (Yuri Bongiorno) - Added missing release notes to Changes file. For versions 2.7.1 and 2.8. Release 2.8 (2008-05-17) - Add a "keep panel on top" option (Tony Houghton) On compiz-fusion 0.7.4, the panels come off the screen; I think it's compiz's fault. This is a work-around (reported by Lucas Hazel). - Support "Path" key in .desktop files (Stephen Watson) Reported by Mildred in http://sourceforge.net/tracker/index.php?func=detail&aid=19 36189&group_id=7023&atid=107023 - Updated Vietnamese translation (Anh Tuan). - Renamed icons to use new freedesktop.org scheme. - Use correct name for coredump icon (Stephen Watson). - Don't crash trying to display invalid timestamps. localtime() can return NULL if the input is out-of-range. - MIME magic lookup now returns text/plain for certain unknown file types (Stephen Watson). Restored the code, lost in the update to the newer XDG MIME code, which checks unknown files to see if they are text. - Updated Russian translation (Nikita E. Shalaev). - Fix validity error in French manual XML (Stephen Watson) - Italian translation update (Yuri Bongiorno). - Typo in panel options (Vincent Lefèvre). - Updated Italian translation (Yuri Bongiorno). - Updated French manual translation (Arnaud Calvo). Release 2.7.1 - Don't try to copy install.sh when building binary release. - Give choice of using 0launch when building. 'make' gives the old behaviour. 'make with0launch' gets the headers using 0launch. - Updated Chinese Translations (BabyfaiCheung) - Fixed segfault on startup due to missing import. Recent versions of GTK import time.h for us, but older ones didn't, leading to a segfault in log_info_paths. - Running 'make' in the src directory now uses 0launch to find the headers. This ensures that doing a normal build uses the same headers that 0compile will use, hopefully detecting problems earlier (e.g. use of a function from a newer GTK than the one we want to support). Note that 'AppRun --compile' is unaffected. - Fixed check to ensure that the ROX theme is available. Before, we just checked that the postscript icon could be found, but now we fallback to the GNOME theme so that always succeeds. Also, if the theme exists but is a broken link then we fix it automatically rather than popping up a box telling the user to fix it. - Fix: Set the output codeset to UTF-8 (Andras Mohari). This should fix the problems in non-UTF-8 locales. - Ensure the Glade templates go in the binary release. Reported by Lennon Cook. - Fix checking for gcc version (Stephen Watson). - Don't use -fno-stack-protector unless we are using GCC 4.1 or later (Stephen Watson). Should probably also check for GLIBC as well. - Fix typo in the save display settings window (Stephen Watson). (Reported by Vincent Lefèvre) - Fixed typo in label. Reported by Vincent Lefèvre. - Updated README. Was *very* out-of-date (reported by Vincent Lefevre). - Removed install script. I haven't run this thing for years. There are plenty of better ways of adding the filer to your system (using a package, Zero Install, running it in-place, etc). Also added Glade to the requirements in the manual, and updated the instructions there. - Remove unnecessary argument in the unmount message (Adam Sampson). - Only set -fno-stack-protector when using GCC. Release 2.7 (2007-11-29) NEW FEATURES - New panel configuration GUI (Tony Houghton): - Created new Panel Options dialog in Templates.glade. - Changing panel side is now in the dialog. - Created new panel menu item. - Implemented Remove Panel menu item. - Pinboard menu has "Add panel" submenu. - Added panel_side_to_{translated_}name. - Options are stored with each panel. Use new panels config file to decide which panels to create with -S (Tony Houghton) . Fixed some problems and cleaned up some things in my new Panel Options code spotted by Thomas Leonard (Tony Houghton). Got rid of panel options from main Options dialog (Tony Houghton). No longer warn about options without widgets. - Added a log viewer (Thomas Leonard). On the Window menu there is now a "Show Log" item which opens a window displaying a log of recent actions. Currently, only actions involving an action window are logged. The action is logged when you request the action (so it might not have actually been performed). The log window was created using Glade, and this therefore adds a Glade dependency on ROX-Filer, along with some support code to use it. Make the log window close when the Close button is clicked (Stephen Watson) - Added automatic placement and updating to PinboardAdd RPC (Dennis Tomas). - Try to find icons in ROX and gnome themes if not in configured theme (Tony Houghton). CHANGES - Use text/base theme colours for the Collection widget, not fg/bg. (Andras Mohari) This provides a good default for the Collection widget, and is consistent with other widgets (GtkEntry, GtkTreeView...). Setting the colours in .gtkrc-2.0 is unnecessary now (unless someone wants to override theme colours, of course). - Updated xdgmime* files from CVS source (retrieved 2007-08-18) (Stephen Watson). - Making new ROX-Filer releases is now handled by 0release (Thomas Leonard). TRANSLATIONS - Switched completely to standard gettext (Thomas Leonard). We used to use our own implementation of the gettext functions so that the user could switch langauges on the fly. However, that doesn't work with Glade and it wasn't very useful anyway, so it has all been removed. One visible change is that e.g. "LANG=fr rox -n" no longer works. You have to use the full string (e.g. "LANG=fr_FR.utf8 rox -n"). - Added preliminary support for Glade translations (Andras Mohari, as suggested by Lennon Cook). We check for the presence of libintl.h and use the bindtextdomain() call to tell Glade where to find its catalogs. Build failed on Solaris, because libintl wasn't linked in (Stephen Watson). - Updated Hungarian translation (Andras Mohari). - Updated Chinese translation (Babyfai Cheung). BUG FIXES - In the Properties box, the text in the "Contents Indicate" part of the box can now be selected and pasted (Thomas Leonard). - Made uniconify from pinboard work properly with metacity (Tony Houghton): _NET_ACTIVE_WINDOW message now has timestamp and source field is set to 2 (pretend we're a pager). When uniconifying, set "requestor's currently active window" to zero to be on the safe side (Thomas Leonard). - Arrow keys didn't work in details view (Thomas Leonard; reported by Dennis Nezic and others). GTK likes to select rows as you move over them. Since we don't want that, ROX-Filer marks the rows as unselectable. However, newer GTK versions refuse to move the cursor at all if the selection behaviour is disabled. - Don't print CRITICAL message if there is no fstab available, for Mac OS X (Stephen Watson, suggested by Anders F Björklund). - Make it clearer what the "Save Display Settings" does (Stephen Watson). - Combined adding of release event with motion event for pinboard icons (Tony Houghton). Doesn't seem necessary to add release event explicitly, but best be on safe side. - Fixed build problem on GTK 2.6: GTK_STOCK_INFO doesn't exist (Thomas Leonard; reported by Stephen Watson). - Escape special characters when opening the shell minibuffer (Thomas Leonard). If you click on files while the shell minibuffer is open then the names are escaped, but if you open it with a file under the cursor then the name wasn't escaped (reported by Nils-Erik Svangård). - Fix occasional core dump with multiple magic matches (Stephen Watson). - Use the directory icon for mount points if the icon theme has no icon for mount points (Andras Mohari). - Use pathdup() in diritem_restart(), not readlink_dup(), to ensure that we get the full pathname and not a path relative to the filer's working directory (Stephen Watson). - Fixed crash when running a .desktop file in terminal (Dennis Tomas). - Strip .xpm or .svg extensions from Icon entry in .desktop files (Dennis Tomas). - When clicking on toolbar buttons, don't crash if gtk_get_current_event returns NULL (Thomas Leonard). This is the case when ATK is used. - Need to use unsigned char when reading the header of an Exif file to avoid problems on some hardware (Stephen Watson, reported by Musus Umbra). Release 2.6.1 (2007-06-10) SESSION MANAGER CHANGES - When run with -S, restart with -S too rather than expanding the current panels and pinboard on the command-line (Thomas Leonard). - If the filer was started with -S, ask the session manager to automatically restart it if it crashes (Thomas Leonard). - If 0launch is available, use that as the session restart command when using a session manager. Without this, restoring a session would always reload the same version of ROX-Filer that was used when you saved it, not the current version (Thomas Leonard). BUILDING - Shouldn't use == in /bin/sh scripts, that's a bashism (Stephen Watson). - Don't abort the build if we can't create debugging symbols (Thomas Leonard, reported through 0compile as bug#1678076). OTHER CHANGES - Reduced panel border width to 1 pixel (Tony Houghton). - For JPEG files in Exif format attempt to read an embedded thumbnail first (Stephen Watson). - Bugfix: The Thumb::Size tag is optional in the thumbnail spec (reported by Jochen Seidel). TRANSLATIONS - Updated French manual translation (Arnaud Calvo). - Updated Chinese translations (Babyfai Cheung). Release 2.6 (2007-02-25) CHANGES - If a .desktop file says "Terminal=true" then run the program in a terminal (Thomas Leonard, reported by Frank McCormick). Note: this is currently hard-coded to use xterm. - Option to display xattr indicator now independant of xattr support option - The symlink and xattr emblems are now loaded from stock items and therefore themeable. Made clear that setting type on directories sets the contents, not the directory. inode/* types excluded from the list of types available for setting (Stephen Watson). - Added "Fit" backdrop image scaling mode (Peter Hyman). Like "Scale", this scales the image without distorting it, but it will make it larger than the screen if necessary to avoid a border. - New MIME type for Jar archives. - Lookup URI handlers by scheme in choices (Stephen Watson) - Added -U option for parsing filenames in URL form (Stephen Watson). - Added a new SOAP method, RunURI, and made the -U option use that. In addition error returns from SOAP methods implicitly invoked (not via -R) are printed as simple messages rather than the XML data (Stephen Watson). - Add eject button to the unmount/don't unmount dialog (Stephen Watson). - Mount and unmount commands can have additional parameters, eject command can also be changed in the same way (Jim Ramsay, Stephen Watson). - Menu option to control whether directories are filtered by name along with other files (Janek Kozicki and Andras Mohari). BUG FIXES - Don't try to thumbnail zero-byte files. They're either empty, or special and may cause us to hang (Thomas Leonard; reported by Barry Kauler). - Always use the default RTL setting to render filenames, even if they start with a character that suggests the opposite. Fixes a positioning problem (Thomas Leonard; reported by Alexander McLeay). - Use $MAKE to run make, for *BSD users - Don't display a warning about deprecated options; it just confuses people (Thomas Leonard; reported by Peter). - When moving the cursor down on the last row of a collection in vertical mode, move to the start of the next column (Thomas Leonard). - When reporting an invalid MIME type, include the type's name in the error message (Thomas Leonard). - Fix bug when checking for escape characters in command string (Stephen Watson). COMPILATION - Removed code to set location of pkg-config files. No longer needed, since the discovery of ${pcfiledir} (suggested by Stephen Watson). - Made ROX-Filer-src.xml use the gtk-2.4 build environment, rather than depending on all the headers directly. The build environment sets up a temporary directory with some symlinks, which means you can compile without having any version of the GTK headers installed at all. Before, an existing -dev installation was required (but only to get the major version number of the library!). TRANSLATIONS - Updated French translation (Vincent Lefèvre). - Updated Hungarian translation (amohari). - Updated Italian translation (deslar). - Updated Russian translation (Nikita E. Shalaev). - Updated Ukrainian translation (Yury Bulka). - Updated Vietnamese translation (Anhtuan). Release 2.5 (2006-07-07) New features: - Allow pinboard and panel icons to be locked (Dennis Tomas, suggested by Abrolag). - Display extra information in properties box for desktop files (Stephen Watson). - Allow setting icons in the AppInfo.xml file (Dennis Tomas). Example: ... - Added SetIcon and UnsetIcon SOAP calls (Jonatan Liljedahl). With this you can have your volume manager (like ivman) set icons for the mounted media that represents what type of media it is (cdr, cdrw, usb stick, etc). - Right-clicking on the Show/hide button now turns thumbnails on and off (Peter Federighi). - Added options to change the "mount" and "umount" commands (Thomas Leonard). This may be useful for using programs such as "pmount" and "pumount" (which allow mounting removable media without an fstab entry, or encrypted filesystems). - Added a 'Manage Thumbnails' link to the Options box (Thomas Leonard). If 0launch isn't available, tell the user the URL of the program we were trying to run so they can get it themselves. Tell users about right-click behaviour in a tooltip (Thomas Leonard). Changes: - Removed separator from icon properties dialog box (Thomas Leonard). - Updated Word MIME type for new MIME database (Keith Warno). - When the handler for a MIME type is a symlink to a program, run the program using the target of the symlink rather than the link itself so that programs like gvim see the right name and behave correctly (Thomas Leonard, reported by Keith Warno). - Use full URI, not local path, for DocBook stylesheet (Pär Forsling). - When setting or clearing a globicon, redraw pinboard and panel icons too (Dennis Tomas). - When loading MIME icons from the current theme only get the pathname from GTK, but actually load it through our own cache (Thomas Leonard). GTK was loading a new copy of the image each time! - Changed name of save settings menu option to be more explicit (Stephen Watson). - In many .desktop files there is no "%F" or similar parameter to the "Exec" entry, although the application can open files. Work around this problem by adding the arguments to the end of the command in this case (Dennis Tomas). - Added Zero Install source interface (Thomas Leonard). Run this with 0launch to compile against the GTK and GLib 2.4 headers (which will be downloaded automatically). This produces a binary that runs with these older versions, as well as with all later releases. Note that this has been somewhat superceded by the GTK-2.4 compatibility environment: http://0install.net/2006/interfaces/GTK-2.4.xml - New type for XML files; "application/" rather than "text/" to match freedesktop.org updates (Thomas Leonard). - Moved test for a hidden file into its own function. Allows us to define additional tests as to whether a file is hidden, rather than just the first character of the file name (Stephen Watson). - Updated source file headers by removing the Id line, updating the year and clarifying the copyrights (Thomas Leonard). - The monospace font for the list view is now configurable via a ViewDetails::mono-font gtkrc entry (Stephen Watson). - When iconfiying a window, try to find space on the pinboard of the current screen first (Tony Houghton). - Updated the help text for rox --help (Andras Mohari). - Use a monospace font for the size and permissions columsn in the list view (Andras Mohari). Bug fixes: - When a panel icon's image changed, the display didn't update (Thomas Leonard, reported by Dennis Tomas). - Any line in a .desktop file would be ignored if there was a blank line directly before it (Dennis Tomas). - Escape " characters when generating translations for the Options.xml file (Andras Mohari). - When reading the output from 'du' for the Properties box, set the channel's encoding to NULL to avoid errors with non-UTF-8 filenames (Andras Mohari). - When running ROX-Filer for the first time ever, don't tell users that the Choices directory has been migrated unless they already had one. Also, don't bother creating symlinks to the new locations in this case. Other applications have had a while to catch up to the new system, and the message is rather confusing to new users (Thomas Leonard). Translations: - Updated Chinese Translations (Babyfai Cheung). - Updated French manual translation (Arnaud Calvo). - Updated French translation (Vincent Lefèvre). - Updated Hungarian translation and converted to UTF-8 (Andras Mohari). - Updated Italian translation (Yuri Bongiorno). - Updated Russian translation (Nikita E. Shalaev). - Added Ukrainian translation (Yourko). - Added Vietnamese translation (Xomhau Newnick). - Updated instructions for creating a translation (reported by Yourko). - Make sure all the help message is translatable (Stephen Watson, reported by Andras Mohari). 30-Dec-2005 (Release 2.4.1) ~~~~~~~~~~~ Updated Estonian translation (Teet Tärno). 29-Dec-2005 ~~~~~~~~~~~ Some .desktop files put ".png" after the icon name, which prevents the icon from being found. Ignore it (Thomass Leonard; reported by Peter). 28-Dec-2005 ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). 27-Dec-2005 ~~~~~~~~~~~ If we can't find libc.so.6 for xattr support, try libc.so in case we only have uClib (Lucas Correia Villa Real). 18-Dec-2005 ~~~~~~~~~~~ Allow .desktop files to be used as run actions (Thomas Leonard). 17-Dec-2005 ~~~~~~~~~~~ Bugfix: New detail crashes cleanice theme (reported by Andras Mohari; reported as CleanIce bug #1383457). Try another value... 16-Dec-2005 ~~~~~~~~~~~ Highlight icons using the theme's preferred colour instead of always using blue (Andras Mohari). Bugfix: Don't set style detail to "base" when highlighting items in a Collection, as it confuses GTK's lighthouseblue theme engine (Thomas Leonard). 15-Dec-2005 ~~~~~~~~~~~ Bugfix: Changing the display style crashes the filer with GTK >= 2.8.9 because it sends a selection changed event before the view has finished initialising (Thomas Leonard; reported by Tobias Kieslich). Removed some done entries from the TODO file (Stephen Watson). 13-Dec-2005 (Release 2.4) ~~~~~~~~~~~ Updated Chinese translations (Babyfai Cheung). 11-Dec-2005 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Make Path optional in PanelRemove SOAP call, allowing removal of items based only on their label (Jonatan Liljedahl). Bugfix: The install script failed to compile ROX-Filer on Debian systems, due to a bug in recent versions of xterm (Vincent Lefèvre). Added a workaround. Bugfix: On 64-bit systems communication between ROX-Filer processes didn't work, because GDK uses sizeof(long) bytes (not always 4 bytes) to store a 32 bit property (Lucas Hazel). 29-Nov-2005 ~~~~~~~~~~~ Removed 'Open AVFS' from menu. It doesn't do anything on most systems, and you can always add it with 'Customise menu...' if you want it (Thomas Leonard). Better support for old GNOME themes with GNOME-specific MIME names (Dennis Tomas). 21-Nov-2005 ~~~~~~~~~~~ Bugfix: Let -R work again (Stephen Watson). 12-Nov-2005 ~~~~~~~~~~~ Added initial support for .desktop files (Thomas Leonard). They are now shown as executable, with the appropriate icons, and clicking on them runs the application. Bugfix: If stdin wasn't set when ROX-Filer was started it could get used for the X connection, before ROX-Filer got around to replacing it with /dev/null (Thomas Leonard). 28-Oct-2005 ~~~~~~~~~~~ Added Hungarian translation for the section in AppInfo.xml (Andras Mohari). 25-Oct-2005 ~~~~~~~~~~~ Updated Japanese translation (Hiroaki Tanaka). 22-Oct-2005 ~~~~~~~~~~~ In details mode, clicking on an item while the keyboard focus is visible moves the focus to the item clicked on (suggested by Anthony DiSante). 19-Oct-2005 ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). 18-Oct-2005 ~~~~~~~~~~~ Updated Estonian translation (Teet Tärno). Bugfix: An (extremely unlikely to occur) error message was missing some arguments (Thomas Leonard; spotted by Andras Mohari). 17-Oct-2005 ~~~~~~~~~~~ Updated it.po and Manual-it.xml (Yuri Bongiorno) 02-Oct-2005 ~~~~~~~~~~~ Make all option menus into the options box wide enough for the widest item to avoid resizing when the item is changed (Andras Mohari). 15-Sep-2005 ~~~~~~~~~~~ Only require shared-mime-database 0.14, not 0.16. Add the missing subclasses manually (Thomas Leonard). 13-Sep-2005 ~~~~~~~~~~~ Allow some labels used to display file names to wrap over more than one line, improving display of very long file names (Stephen Watson). Show progress bar from start when an action is on more than one item (Stephen Watson). 08-Sep-2005 ~~~~~~~~~~~ Bugfix: The refresh feature was accidentally broken during the upgrade to the new MIME system (Thomas Leonard; reported by Frantisek Fuka). 04-Sep-2005 ~~~~~~~~~~~ Bugfix: If you editing the target of a symlink in the properties box, and then unfocussed the entry when the symlink no longer existed, the filer would crash trying to display the error message. Added work-around (Thomas Leonard; reported as GTK bug #315229). 27-Aug-2005 ~~~~~~~~~~~ When using 'From LANG', check for translations with and with the territory part (seventh guardian). Also do this when loading the manual or finding a summary in AppInfo.xml (Thomas Leonard). 22-Aug-2005 ~~~~~~~~~~~ Marked some titlebar flags as translatable (reported by seventh guardian). 17-Aug-2005 ~~~~~~~~~~~ Updated install.sh with the current shared-mime-info URL (Stephen Watson). 16-Aug-2005 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Bugfix: Fix typo in the Solaris xattr implementation (Stephen Watson). 15-Aug-2005 ~~~~~~~~~~~ Bugfix: When doing Tab completion, part of the code was still case sensitive, causing it to sometimes fail to notice multiple matched (Keith Warno; reported by Tristan McLeay). 14-Aug-2005 ~~~~~~~~~~~ Added ROX-Filer.xml file, giving details of the current version. This can be used to register a CVS version of the filer with the injector easily (Thomas Leonard). Renamed 'Xterm Here' to 'Terminal Here' (suggested by seventh guardian). 13-Aug-2005 ~~~~~~~~~~~ Removed GNOME-VFS from --version output; we never use it now (Thomas Leonard). Failure to create a usable default icon theme can be due to a broken link, so inform the user and show ~/.icons (Stephen Watson). Extended attribute support more general, not just types (Stephen Watson). 12-Aug-2005 ~~~~~~~~~~~ Updated Polish translation (Wit Wiliński). Added Portuguese (for Portugal) translation (Renato Caldas). 09-Aug-2005 (Release 2.3) ~~~~~~~~~~~ Opening the menu with the menu key had broken. Also fixed a few minor leaks (Thomas Leonard). 06-Aug-2005 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Fixed memory leak in new SOAP RPC calls (Thomas Leonard). Provide alternate to_html.xsl file for different location of Docbook stylesheets (Stephen Watson). GTK bug #152151 also causes BadDrawable errors so ignore them as well (Stephen Watson). 04-Aug-2005 ~~~~~~~~~~~ Bugfix: Ultimate++ could crash the filer when its window was iconified (Guido Schimmels). 01-Aug-2005 ~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 31-Jul-2005 ~~~~~~~~~~~ Added a button for configuring video thumbnails (with Stephen Watson's VideoThumbnail application) to the Options window (Thomas Leonard). Manual updates. Right-clicking on a launcher button shows available versions (Thomas Leonard). Bugfix: Added some missing gdk_event_free() calls (Thomas Leonard). Bugfix: In vertical ordering mode, the blank space after all the items acted as if there were icons there (reported by Arnaud Calvo). 30-Jul-2005 ~~~~~~~~~~~ Don't abort on BadWindow errors. GTK bug #152151 is still not fixed after nearly a year, so give up trying to fix it and just ignore it (Thomas Leonard). Don't show Help menu item for applications with no Help subdirectory (Thomas Leonard). 29-Jul-2005 ~~~~~~~~~~~ Added option to only show iconified windows belonging to the current workspace (Tom Morton). Added option to allow vertical ordering when laying out the icon view (Piotr Zielinski). 28-Jul-2005 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 27-Jul-2005 ~~~~~~~~~~~ Renamed Python MIME icon to keep up with freedesktop.org's current thinking in the endless text vs application war (Thomas Leonard). 26-Jul-2005 ~~~~~~~~~~~ Removed custom platform detection (which was designed to allow a single copy of ROX-Filer to contain binaries for multiple platforms). Let the packaging system deal with it (Thomas Leonard). 25-Jul-2005 ~~~~~~~~~~~ Check for shared-mime-info 0.16 when building (Stephen Watson). 24-Jul-2005 ~~~~~~~~~~~ An executable text file of unknown type is marked as executable if its name doesn't contain a '.'. This is so that 'readme.txt' on a filesystem with all execute bits set is seen as text, but a shell script with no extension or interpreter header still shows up as an executable on Solaris (Thomas Leonard; requested by Stephen Watson). 23-Jul-2005 ~~~~~~~~~~~ Added icon for messages/* MIME types (Thomas Leonard). Improvements for file type guessing (Thomas Leonard): - When getting the type for a symlink, we need the absolute path now that we check file contents. - Also check for extended attributes for the symlink target. - Removed all of our code for guessing types from file names, since it duplicates the new xdgmime code. - Files with control characters are now considered to be binary, even though they may be valid UTF-8. - Executable files of unknown type are now marked as executable, not octet-stream. - When complaining that there is no run action for an executable type, give the user a hint about setting the execute permission. - Refreshing the MIME system also refreshes xdgmime. - Added MIME rules to say that Python, PERL and Ruby are executable, as old versions of the MIME database don't have these rules (reported by Stephen Watson). 22-Jul-2005 ~~~~~~~~~~~ At install time, add a rule to the MIME database that shell scripts are executable, as the defaults are missing this (Thomas Leonard; reported by Stephen Watson). In the properties box, don't say that the run action is executable just because the MIME type is executable. The execute bit must be set too (Thomas Leonard). 21-Jul-2005 ~~~~~~~~~~~ Replaced the text the Options box telling people to download and run MIME-Editor with a button that actually does it (Thomas Leonard). 17-Jul-2005 ~~~~~~~~~~~ Bugfix: Opening a new filer window with a key press warped the pointer to the top-left of the screen (Matthew Weier O'Phinney and Thomas Leonard). 16-Jul-2005 ~~~~~~~~~~~ Detect GCC 4 and disable pointer signedness warnings (Thomas Leonard). Mark files as executable if their MIME type is a subclass of application/x-executable (Thomas Leonard). Removed the option for choosing panel side for -S, since we can use the new method of choosing the panel side indead (Thomas Leonard). Split Mount SOAP operation into separate Mount and Unmount operations (Thomas Leonard). Bugfix: The path entry buffer didn't work in /, due to recent changes (Thomas Leonard). Bugfix: Clicking on a directory which was mounted but shown as unmounted, due to the display being out-of-date, tried to unmount it. (Thomas Leonard, reported by Mephistopheles Jones as bug #1007402). 15-Jul-2005 ~~~~~~~~~~~ Copied xdgmime library into the filer, so we don't need gnomevfs just to do MIME guessing from file contents (Guido Schimmels). 26-Jun-2005 ~~~~~~~~~~~ Renamed the 'ROX Session' section in options to 'Desktop' as it could be used by any session manager (Stephen Watson). 25-Jun-2005 ~~~~~~~~~~~ Panel side is now stored with the panel file, and is reused on start-up if you use --border in place of the old --top, --bottom, --left and --right (which still work). The panel menu has a new 'Panel Options...' choice to let you change which edge to use (Thomas Leonard). 11-Jun-2005 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). 09-Jun-2005 ~~~~~~~~~~~ Removed AC_PATH_X, which stopped configure working on Mac OS X (Thomas Leonard; reported by Tristan McLeay). We already had AC_PATH_XTRA anyway. 07-Jun-2005 ~~~~~~~~~~~ Add Basque transation (Piarres Beobide). Entering ~ as the first character in the Goto: entry goes to the users home directory (Stephen Watson, suggested by james). Install script now installs MIME run actions into $XDG_CONFIG_HOME (Stephen Watson). 20-May-2005 ~~~~~~~~~~~ Change the way that ROX-Session runs ROX-Filer. It now uses the -S option to open the default Panel and Pinboard, with the configuration of panel and pinboard in ROX-Filer options (Stephen Watson). Fixed error in tooltip in bulk rename box (Vincent Lefèvre). 13-May-2005 ~~~~~~~~~~~ Type changes for 64-bit compatibility (Tony Houghton). Tests whether dnotify_wakeup_flag is set instead of dnotify_wakeup which is a function address (Tony Houghton). 08-May-2005 ~~~~~~~~~~~ Selecting an entry from the bookmarks menu can open a new window, depending on the mouse button used and the 'New window on button 1' setting (Stephen Watson). 03-May-2005 ~~~~~~~~~~~ World-writable directories can't be app dirs (Thomas Leonard). 02-May-2005 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). Fixed missing argument in remote.c (Pär Forsling). 01-May-2005 ~~~~~~~~~~~ When using the drag-and-drop menu, give the choice of creating relative or absolute symlinks. For Ctrl-Shift-Drag, always make relative links rather than absolute ones (Thomas Leonard; requested by Peter Prohaska). 28-Apr-2005 ~~~~~~~~~~~ If we can't find getopt_long, try looking in libgnugetopt (Stephen Watson). 26-Apr-2005 ~~~~~~~~~~~ Bugfix: Broke get_xdg_data_dirs while writing choices_list_xdg_dirs (Stephen Watson, reported by Pär Forsling). Bugfix: Don't try to move directories that aren't there, but make symbolic links for them anyway (Stephen Watson, reported by Thomas Leonard). Old choices_find_path_load/save now static, use new XDG functions exclusively (Stephen Watson). 25-Apr-2005 ~~~~~~~~~~~ Change over from CHOICESPATH to XDG_CONFIG_HOME and XDG_CONFIG_DIRS (Stephen Watson). 21-Apr-2005 ~~~~~~~~~~~ Try to cope with BadWindow errors (Thomas Leonard; suggested by Kacper Wysock). 17-Apr-2005 ~~~~~~~~~~~ Bugfix: Replacing an existing display settings would erase all the other existing settings (Stephen Watson, reported by Henrik Jacobsson). 16-Apr-2005 ~~~~~~~~~~~ Bugfix: Expired thumbnails were not being purged from the memory cache because of a reference counting issue (Stephen Watson). 14-Apr-2005 ~~~~~~~~~~~ Updated Danish translation (Christian Storgaard). 28-Mar-2005 ~~~~~~~~~~~ Simplify code to set minibuffer text to red on error (Dennis). Also set background to white, in case a theme's colour clashes with red (Thomas Leonard). Make tab completion in the minibuffer case insensitive (Jonatan Liljedahl). 23-Mar-2005 ~~~~~~~~~~~ Option in list view to show the full MIME-Type comment rather than just "File" (Stephen Watson). 12-Mar-2005 ~~~~~~~~~~~ When building the SendTo menu, allow nested subdirectories more than one level deep (Jonatan Liljedahl). Add 'Customise Menu...' to New submenu (Thomas Leonard, suggested by Jesse Wagner). Can specify panel item arguments and short cut when adding via SOAP call (m0n5t3r). Also for pinboard items (and fixed bugs related to pinboard_add_with_args) (Stephen Watson). 28-Feb-2005 ~~~~~~~~~~~ Bugfix: Progress bar for count operation didn't finish when the count did (Stephen Watson, reported by Alexander Wagner). 24-Feb-2005 ~~~~~~~~~~~ Look out for new line character when reading EA MIME type under Solaris (Stephen Watson). 13-Feb-2005 ~~~~~~~~~~~ Added Estonian translation (Teet Tärno). 12-Feb-2005 ~~~~~~~~~~~ Removed copy of GTK icon theme system. We now depend on GTK 2.4, which includes it (Thomas Leonard). Renamed 'Before' and 'After' in the bulk rename box to 'Old name' and 'New name', as they were causing problems for translators (reported by Yuri Bongiorno). Bugfix: The help for the "Set Type..." box wasn't translated (reported by Yuri Bongiorno). 09-Feb-2005 ~~~~~~~~~~~ Defer re-generating a thumbnail until 5 seconds after the timestamp on the old one (Stephen Watson). Bugfix: A file could be added many times to the thumbnail queue, causing the progress bar to behave strangely (Stephen Watson). More changes for installing onto NFS mounted directory (Stephen Watson). 31-Jan-2005 ~~~~~~~~~~~ Fixed a compiler warning by removing an unnecessary extra tooltips object (Andreas Jochens). 30-Jan-2005 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 29-Jan-2005 (Release 2.2.0) ~~~~~~~~~~~ Added Finnish translation (Jari Rahkonen). Updated Dutch translation (Jan Wagemakers). 24-Jan-2005 ~~~~~~~~~~~ Bugfix: More crashes due to Japanese characters; last patch didn't fix all the problems (Thomas Leonard; reported by Lewis Denizen). 23-Jan-2005 (Release 2.1.6) ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Bugfix: Japanese digit characters crashed the filer, because some code thought they were digits, and anothers thought they weren't (Thomas Leonard; reported by Lewis Denizen). 22-Jan-2005 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 21-Jan-2005 ~~~~~~~~~~~ Bugfix: If, when building, objcopy exits with an error then don't strip the binary (Stephen Watson). 20-Jan-2005 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 18-Jan-2005 ~~~~~~~~~~~ Bugfix: Don't show the permissions in the properties window for symbolic links as they don't behave as you might expect (Stephen Watson, reported by Max Power). 16-Jan-2005 ~~~~~~~~~~~ Fixed some spelling errors and made some messages easier to translate (Vincent Lefèvre). 15-Jan-2005 (Release 2.1.5) ~~~~~~~~~~~ Bugfix: An extra arrow had appeared in the Find box (Thomas Leonard). Bugfix: We were inconsistent about when filenames were escaped. Eg, creating a directory called "a%20b" actually created "a b" (Thomas Leonard). Bugfix: Panel icons with no label displayed an empty tooltip (Thomas Leonard). Bugfix: Selecting a pinboard icon only redrew the text path (Thomas Leonard). 13-Jan-2005 ~~~~~~~~~~~ Updated Japanese translation (Hiroaki Tanaka). 12-Jan-2005 ~~~~~~~~~~~ Slight change to install script for when the installation directory is on an NFS mount (Stephen Watson). 10-Jan-2005 ~~~~~~~~~~~ Can now disable use of extended attributes (Stephen Watson). 08-Jan-2005 ~~~~~~~~~~~ Allow renaming multiple files at once. This opens the Bulk Rename window, which allows manual editing of the names, as well as regular-expression based transformations (Thomas Leonard). Rename buttons in Set Run Action box so that they make sense (Thomas Leonard; reported by Jonatan Liljedahl). Bugfix: Filer would crash when the screen was resized if there was no pinboard (Thomas Leonard). Bugfix: Xinerama support had broken panel repositioning in response to XRANDR screen resizing events (Thomas Leonard). 03-Jan-2005 ~~~~~~~~~~~ Set the name for filer windows to 'rox-filer'. This allows theming the fonts just for ROX-Filer (Lucas Hazel). 23-Dec-2004 ~~~~~~~~~~~ If an item has extended attributes, report that before checking whether they are supported (Thomas Leonard). Updated Chinese translation (Babyfai Cheung). Bugfix: Pressing Escape now closes the Properties box (reported by Arnaud Calvo). 09-Dec-2004 ~~~~~~~~~~~ Bugfix: Test for presence of extended attributes on Solaris gave wrong answer when they were not supported (Stephen Watson). 08-Dec-2004 ~~~~~~~~~~~ The icons for mount point and symbolic link are now side-by-side, not one on top of the other, and a new icon is used to mark files with extended attributes (Stephen Watson). 27-Nov-2004 ~~~~~~~~~~~ Bugfix: Use gtk_selection_data_set_text instead of gtk_selection_data_set when pasting filenames so that other applications know the string is UTF-8 (Thomas Leonard; reported by Dennis). 27-Nov-2004 ~~~~~~~~~~~ Better extended attribute detection under Solaris (Stephen Watson). 25-Nov-2004 ~~~~~~~~~~~ More extended attribute support. The "Set Type..." menu item should be disabled if not supported by the system or FS (Stephen Watson). 24-Nov-2004 ~~~~~~~~~~~ Method of scaling pinboard images is now an option, as the default could produce poor results on some systems (Stephen Watson). 22-Nov-2004 ~~~~~~~~~~~ Updated it.po and Manual-it.xml (Yuri Bongiorno) 19-Nov-2004 ~~~~~~~~~~~ Bugfix: Dragging a lasso box above the top of the window in details mode selected all the items outside the box (Thomas Leonard; reported by Anthony DiSante). 12-Nov-2004 ~~~~~~~~~~~ Only show executable files in green if clicking would actually run them, not just because they have the execute bit set (Thomas Leonard). 11-Nov-2004 ~~~~~~~~~~~ Much faster thumbnail generation (Ken Hayber, reported by Anthony DiSante). 08-Nov-2004 ~~~~~~~~~~~ When closing a filer window showing a directory under a user-mounted mount-point, offer to unmount the device if no other filer window also shows that mount point (requested by Tony Houghton and others). Also do this check when changing to a parent directory. Scale iconified window icons on the pinboard down to normal size (Ken Hayber). 08-Nov-2004 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 07-Nov-2004 ~~~~~~~~~~~ Work on the action box, including a progress bar (Stephen Watson). 24-Oct-2004 ~~~~~~~~~~~ Added PinboardRemove() SOAP call (Stephen Watson). 20-Oct-2004 (Release 2.1.4) ~~~~~~~~~~~ Added Portuguese translation (Rodrigo Cesar Herefeld). 16-Oct-2004 ~~~~~~~~~~~ Some improvements to saved display settings (Takuo Yonezawa and Stephen Watson). Updated Spanish translation (Marcelo Ramos). 15-Oct-2004 ~~~~~~~~~~~ Allow multiple arguments for executable pinboard and panel icons (Thomas Leonard). Updated it.po and Manual-it (Yuri Bongiorno). 12-Oct-2004 ~~~~~~~~~~~ Use a higher quality setting when scaling the backdrop image (Ken Hayber). 06-Oct-2004 ~~~~~~~~~~~ Added PanelRemove() SOAP call (Sabin Iacob). Bugfix: Mounting a directory that was accessed through a symlinked directory used the symbolic path, confusing the mount command (Thomas Leonard; reported by Anthony DiSante). 29-Sep-2004 ~~~~~~~~~~~ Force panel to not take focus when using GTK 2.4 (Thomas Leonard). 28-Sep-2004 ~~~~~~~~~~~ Minimum width of toolbar now an option (requested by Matthew Weier O'Phinney). 21-Sep-2004 ~~~~~~~~~~~ Only examine items that are actually displayed, not all items in a directory. Saves checking hidden files, which typically speeds up opening the home directory. Removed an unnecessary extra scan when opening a directory with the default filter setting. Removed the double scan when clicking Refresh and two windows show the same directory (Thomas Leonard). 20-Sep-2004 ~~~~~~~~~~~ Added option to make panels have the type _NET_WM_WINDOW_TYPE_DOCK (Tony Houghton). Metacity needs this. 17-Sep-2004 ~~~~~~~~~~~ If we can't guess a file's type from its name or extended attribute, try looking at its contents too, if we have gnomevfs 2.8.0 or later available (Thomas Leonard). 11-Sep-2004 ~~~~~~~~~~~ Panel and pinboard icons can now have a single argument set for them. If you need more than one argument, consider creating a wrapper (Stephen Watson). 09-Sep-2004 ~~~~~~~~~~~ Added --massif option for profiling memory usage (Thomas Leonard). Warn about missing libsm in configure.in (reported by fedewico). 06-Sep-2004 ~~~~~~~~~~~ When resizing a window, only warp the pointer as much as necessary to keep it inside the window (Thomas Leonard). 02-Sep-2004 ~~~~~~~~~~~ Ensure that a panel applet's properties are set before starting the applet (reported by Tony Houghton). 01-Sep-2004 ~~~~~~~~~~~ Fixed panel menu positioning for multiple monitors with different resolutions (Tony Houghton). Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not changing to type DOCK yet as it breaks some WMs. 25-Aug-2004 ~~~~~~~~~~~ Use new GTK 2.2 functions to set window hints now that we don't support 2.0 anymore (Guido Schimmels). 23-Aug-2004 ~~~~~~~~~~~ Plug a memory leak when loading SVG type icons (Stephen Watson). 18-Aug-2004 ~~~~~~~~~~~ Fix for the Solaris extended attribute support (Stephen Watson). 13-Aug-2004 ~~~~~~~~~~~ Set minimum width of toolbar so that all buttons are visible (Stephen Watson). 10-Aug-2004 ~~~~~~~~~~~ When adding an entry to the Recently Visited menu, remove its parent directory. This stops the list filling up with near-duplicates when you have deeply nested directories (Thomas Leonard). 08-Aug-2004 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 05-Aug-2004 ~~~~~~~~~~~ For debugging, show the failed URI when dragging to the pinboard (Thomas Leonard). 03-Aug-2004 ~~~~~~~~~~~ Use Help icon instead of Info icon for popup help buttons (Thomas Leonard). 02-Aug-2004 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 01-Aug-2004 (Release 2.1.3) ~~~~~~~~~~~ Build in ROX-Filer/build, not ~/build/ROX-Filer. 30-Jul-2004 ~~~~~~~~~~~ Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo). Updated some calls to use newer APIs, and allow compilation on systems where deprecated widgets are disabled by default (reported by Vincent Lefèvre and Guido Schimmels). Bugfix: Panel icons were no longer shown highlighted when selected. 23-Jul-2004 ~~~~~~~~~~~ Bugfix: When opening a new directory with saved settings, the filer would print a warning and then crash. 21-Jul-2004 ~~~~~~~~~~~ Changed email address given as the one to send bugs to when using --help to the rox-devel list (Stephen Watson). Thumbnail generation now handles files with UTF-8 characters (Anatoly Asviyan). 16-Jul-2004 ~~~~~~~~~~~ Removed action window screenshot from manual to save space. 15-Jul-2004 ~~~~~~~~~~~ Proper check for the stat[v]fs headers (Stephen Watson, reported by Lucas Hazel). 13-Jul-2004 ~~~~~~~~~~~ Added firefox to list of default browsers (suggested by eugene). 10-Jul-2004 ~~~~~~~~~~~ Added Romanian translation (Cosma Florin). 01-Jul-2004 ~~~~~~~~~~~ Can now set "Brief" option on the Copy and Move action windows (Stephen Watson). Properties window handles mount points specially when calculating their size (Stephen Watson). 30-Jun-2004 ~~~~~~~~~~~ Bugfix: On Linux, the filer called setxattr instead of getxattr, thus preventing setting filetypes with extended attributes from working. Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported by Graham Borland) 29-Jun-2004 ~~~~~~~~~~~ Bugfix: On multi-monitor setups, filer windows always opened on the top/left monitor (reported by Kacper Wysocki). Now they open on the monitor under the pointer. 27-Jun-2004 ~~~~~~~~~~~ Icons of minimized windows remember their positions on the pinboard (Stephen Watson). Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0 anyway, and noone had complained). Bugfix: A race in the code for updating iconified window titles could cause the filer to crash with a BadWindow error. 26-Jun-2004 ~~~~~~~~~~~ Another Properties window fix: if there is no output from the du command then put a message indicating an error (Stephen Watson). Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton). 23-Jun-2004 ~~~~~~~~~~~ Let the panel autoscroll during a drag (Stephen Watson). 18-Jun-2004 ~~~~~~~~~~~ Fix another bug when closing Properties window before it has finished scanning the directory (Stephen Watson). 09-Jun-2004 ~~~~~~~~~~~ Improved Xinerama support: now works for tooltips and action windows; filer windows are no longer prone to leaving their borders overlapping; panel uses _NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton). 04-Jun-2004 ~~~~~~~~~~~ Make ignoring executable files with known extensions the default setting (suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark individual MIME types as executable, which may be a better long-term solution. Option to prevent maximising windows from covering the panels (requested by Simon Templer and others). 29-May-2004 ~~~~~~~~~~~ Type specific Send To entries now shown for multiple files when they are all of the same type (Stephen Watson). Can now drag icons to the very end of the panel (Stephen Watson). 28-May-2004 ~~~~~~~~~~~ Another place to look for apsymbols.h (Stephen Watson). 26-May-2004 ~~~~~~~~~~~ More fixes for the new build system (Stephen Watson). 25-May-2004 ~~~~~~~~~~~ Fix portability of new build system and ensure configure can find the version number again (Stephen Watson). 22-May-2004 ~~~~~~~~~~~ Build object files in ~/build/ROX-Filer, in case source directory is read-only. This also reduces the risk of distributing the object files by accident. 14-May-2004 ~~~~~~~~~~~ Don't allow toolbar buttons to focus (needed for GTK 2.4). 08-May-2004 ~~~~~~~~~~~ Fix loss of bookmark name when re-ordering (Rahsheen Porter). Removed installation of thumbnail handlers via the Set Icon dialog. It was never documented and all the thumbnailers use the mime_handler installation anyway (Stephen Watson). 04-May-2004 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 02-May-2004 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 01-May-2004 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 30-Apr-2004 (Release 2.1.2) ~~~~~~~~~~~ Removed toolbar hint type from panel. It caused too many problems. 29-Apr-2004 ~~~~~~~~~~~ Added 'Download handler' to drag and drop options. This program is invoked when a URI is dragged to the filer (eg, from a web-browser). The default command runs wget to download the file (Andrew Flegg). 27-Apr-2004 ~~~~~~~~~~~ Bugfix: URIs received through drag-and-drop were unescaped twice, causing problems with names containing the '%' character (spotted by Jonatan Liljedahl). 21-Apr-2004 ~~~~~~~~~~~ Cope with spaces in ROX-Filer's path. Added a load of default keys, since many GTK setups now make it almost impossible to change shortcuts. Added --leaks option to run ROX-Filer through valgrind with the memory leak option checking on (Stephen Watson). 08-Apr-2004 ~~~~~~~~~~~ Added Xinerama support (Tony Houghton). Set window type hint = toolbar for panel to prevent it appearing in pagers etc (Tony Houghton). 04-Apr-2004 ~~~~~~~~~~~ Added method of saving display settings for directories. Mostly working, but bugs remain related to size and position (Stephen Watson). Updated Spanish translation (Marcelo Ramos). 03-Apr-2004 ~~~~~~~~~~~ Load extended attribute functions dynamically. This should mean that compiling ROX-Filer with a new glibc won't make it stop working with older versions due to the functions being missing. 02-Apr-2004 ~~~~~~~~~~~ Use * as a synonym for unfiltered (Stephen Watson). 25-Mar-2004 ~~~~~~~~~~~ Bookmarks can be given titles (Stephen Watson). 24-Mar-2004 ~~~~~~~~~~~ Fix memory leak in thumbnails code (Stephen Watson). 20-Mar-2004 ~~~~~~~~~~~ Fixed bug in details mode for showing hidden files (Stephen Watson). 18-Mar-2004 ~~~~~~~~~~~ Don't display an error box when installing the ROX icon theme. It just worries people for no reason. 17-Mar-2004 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). 16-Mar-2004 ~~~~~~~~~~~ Option to make the File menu appear directly when the menu is opened with files selected (Peter Geer). 15-Mar-2004 ~~~~~~~~~~~ Added an arrow to the comparison area of the action box so you can see which file overwrites the other (Stephen Watson). 10-Mar-2004 ~~~~~~~~~~~ Sort by user/group now uses the name, not the number (Stephen Watson). 07-Mar-2004 ~~~~~~~~~~~ Added 'Select by Name'. 06-Mar-2004 ~~~~~~~~~~~ Cope with XRandR screen resizing (Geoff Youngs and Tom Morton). 01-Mar-2004 ~~~~~~~~~~~ Can now filter files by name, using normal shell (glob) patterns (Stephen Watson). 03-Feb-2004 ~~~~~~~~~~~ Updated it.po and Manual-it (Yuri Bongiorno). 01-Feb-2004 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 24-Jan-2004 (Release 2.1.1) ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Updated Dutch translation (Jan Wagemakers). 22-Jan-2004 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 21-Jan-2004 ~~~~~~~~~~~ Misc changes for next release. 18-Jan-2004 ~~~~~~~~~~~ Accept Mozilla's alternative to the standard text/uri-list target during drag-and-drop (Andrew Flegg). 07-Jan-2004 ~~~~~~~~~~~ Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock, CapsLock, etc were turned on (reported by Peter Geer). Bugfix: Handle case when the output of uname -m contains spaces (Stephen Watson, reported on #rox). 06-Jan-2004 ~~~~~~~~~~~ Renamed some functions stolen from Gtk to avoid possible conflicts with the Gtk-2.3 series (reported by Stu Tissimus). 20-Dec-2003 ~~~~~~~~~~~ Make the Ctrl-button-3 menu pointer appear at the same place regardless of the number of custom entries (Stephen Watson). 19-Dec-2003 ~~~~~~~~~~~ Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the pointer (suggested by Ryan Pavlik). 10-Dec-2003 ~~~~~~~~~~~ Allow non image/* thumbnails in details mode. Label next to the combo in the Set Type action dialog is now "Type" and not "Command" (Stephen Watson). 03-Dec-2003 ~~~~~~~~~~~ Work out which include file we need for getxattr (Stephen Watson). 02-Dec-2003 ~~~~~~~~~~~ Allow editing a symlink's target from the Properties box (suggested by Arnaud Calvo). Experimental extended attributes support for setting MIME types (Stephen Watson). 29-Nov-2003 ~~~~~~~~~~~ More drag and drop fixes relating to escaped URI's (Stephen Watson). 23-Nov-2003 ~~~~~~~~~~~ Added 'Specify the prefix' install option (Ryan Pavlik). Updated Russian translation (Vladimir Popov). 20-Nov-2003 ~~~~~~~~~~~ Bugfix: Cancelling the info window with a du process still running could crash the filer (reported by Peter Geer). 17-Nov-2003 ~~~~~~~~~~~ Renamed 'Info' menu item to 'Properties'. 31-Oct-2003 ~~~~~~~~~~~ If a panel icon has an empty label, show it full size (requested by Stephen Crouch). 26-Oct-2003 ~~~~~~~~~~~ Use apsymbols.h (from autopackage.org) if possible for binary compatibility with older glibc versions. Use g_ascii_* functions instead of the ctypes ones for the same reason. Bugfix: Files with '&' in their names couldn't be saved in groups (reported by Nils-Erik Svangård). 25-Oct-2003 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). Resizing by double clicking on background now optional (Stephen Watson). 22-Oct-2003 ~~~~~~~~~~~ Added optional top and bottom margines for iconized window placement (Stephen Watson). 16-Oct-2003 ~~~~~~~~~~~ Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking or opening a menu). This also prevents a flickering problem with Openbox 3. 15-Oct-2003 ~~~~~~~~~~~ Bugfix: FreeBSD reported file sizes with units of 'null' due to large file support not being detected (igla). 14-Oct-2003 ~~~~~~~~~~~ Larger default size for bookmarks editor (requested by Matthew Weier OPhinney). 13-Oct 2003 ~~~~~~~~~~~ Let the thumbnail helpers be app dirs, plus can be set from the Set Icon dialog (Stephen Watson). 09-Oct-2003 ~~~~~~~~~~~ Improved socket icon (taken from Howard Shane's new theme). 08-Oct-2003 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Updated German translation (Guido Schimmels). Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney). Try to load icons at 'huge' size, so SVG icons get the chance to scale up nicely. 07-Oct-2003 (Release 2.1.0) ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Removed some dead code, memory leaks, etc that had crept in. 04-Oct-2003 ~~~~~~~~~~~ New icon for selection ops. 03-Oct-2003 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 01-Oct-2003 ~~~~~~~~~~~ Minor fix to German translation (Daniel Pörsch). 30-Sep-2003 ~~~~~~~~~~~ Update error message about missing MIME database to give the new URI. 29-Sep-2003 ~~~~~~~~~~~ Stock icons in panel and pinboard menus. Added icon theme selector. 28-Sep-2003 ~~~~~~~~~~~ Added 'Customise Menu' to file menu. Use this to replace Format and Free. 27-Sep-2003 ~~~~~~~~~~~ Allow icons in Choices to override the theme. 26-Sep-2003 ~~~~~~~~~~~ Bugfix: If no pinboard or panel icons were present, the menu could not be opened (reported by John Pettigrew). 22-Sep-2003 ~~~~~~~~~~~ Added italian manual, updated it.po (Yuri Bongiorno). Implementation of Format, just as a user-defined command. Also mount point menu items reflect mounted/not mounted status (Stephen Watson). 18-Sep-2003 ~~~~~~~~~~~ Implementation of Free Space (Stephen Watson). OpenDir SOAP message now takes an optional Window element. Pass the same Window to re-use the window. 17-Sep-2003 ~~~~~~~~~~~ Allow ejecting mounted media. 12-Sep-2003 ~~~~~~~~~~~ Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is dragged to it (reported by Eugeni Andreechtchev). Get file icons using freedesktop.org icon theme system. 05-Sep-2003 ~~~~~~~~~~~ Added Czech translation (Jan Provaznik). 20-Aug-2003 ~~~~~~~~~~~ Help, Format, Eject and Free Space now appear in the AppMenu section of the menu. Help is only shown for applications, and the others only for mount points. 16-Aug-2003 ~~~~~~~~~~~ Added ability to call external programs to generate thumbnails for types other than image/* (Stephen Watson). 12-Aug-2003 ~~~~~~~~~~~ If a string can't be converted from the local character set to UTF-8, fallback to converting from iso-8859-1. 07-Aug-2003 ~~~~~~~~~~~ Get shared MIME database through Zero Install, if possible. Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions. 06-Aug-2003 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 02-Aug-2003 ~~~~~~~~~~~ Allow types other than image/* to have thumbnails, although we can't generate them yet (Stephen Watson). Added Eject menu option for unmounted mount points (Stephen Watson). 28-Jul-2003 ~~~~~~~~~~~ Doing a Refresh in a directory under /uri/0install triggers a remote refresh. 14-Jul-2003 ~~~~~~~~~~~ Less frame-heavy look for info box (Thomas Leonard). When mounting, force a refresh even if the mtime of the new disk is the same, since some formats don't change it. Also, if mounting gives an error, check to see if it worked anyway (Thomas Leonard). 13-Jul-2003 ~~~~~~~~~~~ Added sort and selection buttons to the toolbar. They start off disabled, enable them from Options->Tools if you want them (Stephen Watson). Escape text/uri-list for drag and drop operations (Stephen Watson). 12-Jul-2003 ~~~~~~~~~~~ Don't show hidden files on the SendTo menu (reported by Arnaud Calvo). 10-Jul-2003 ~~~~~~~~~~~ Added CheckButtons to the info window to allow manipulation of permission bits (Stephen Watson). 09-Jul-2003 ~~~~~~~~~~~ Added count of directory contents to info window (Stephen Watson). 04-Jul-2003 ~~~~~~~~~~~ Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno) 30-Jun-2003 ~~~~~~~~~~~ When renaming a non-UTF8 file, still assume the directory is valid UTF-8 (reported by Arnaud Calvo). 29-Jun-2003 ~~~~~~~~~~~ Sort items on the SendTo menu (requested by John Pettigrew). 27-Jun-2003 ~~~~~~~~~~~ Removed the menu-on-button-2 option. It was too inconsistant with everything else, including panel applets and window managers, to be useful. Edit bind.c if you really need it. 25-Jun-2003 ~~~~~~~~~~~ Button-2 drags on panel applets always work now, even if the applet doesn't forward them explicitly. 19-Jun-2003 ~~~~~~~~~~~ Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with help from Götz Waschk). 16-Jun-2003 ~~~~~~~~~~~ Bugfix: Resize on style change didn't do anything (Andy Hanton). Bugfix: Dragging to panel and pinboard directories didn't offer the DnD menu (reported by BluPhoenyx). 11-Jun-2003 ~~~~~~~~~~~ New SetBackdrop() SOAP method (Matthew Weier O'Phinney). 04-Jun-2003 ~~~~~~~~~~~ Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa). 02-Jun-2003 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 01-Jun-2003 ~~~~~~~~~~~ Fix compiler warning when not using dnotify (reported by Damien Couderc). Show files being operated upon in action windows (Stephen Watson). 30-May-2003 (Release 2.0.0) ~~~~~~~~~~~ Updated Japanese translation (Hirosi Utumi). 29-May-2003 ~~~~~~~~~~~ Updated it.po and AppInfo.xml (Yuri Bongiorno). 28-May-2003 (Release 1.3.10) ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 27-May-2003 ~~~~~~~~~~~ When dragging a lasso box in List view, don't stop scrolling when the pointer leaves the window (reported by Robert Davison). Updated Polish translation (Andrzej Borsuk). Updated Italian translation (Yuri Bongiorno). 26-May-2003 ~~~~~~~~~~~ Updated German translation (Guido Schimmels). 25-May-2003 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 24-May-2003 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 22-May-2003 ~~~~~~~~~~~ Minor updates to the manual. Bugfix: Using the Edit MIME types button in the Options window opened the old directory. Refer people to the MIME-Editor application instead. 18-May-2003 ~~~~~~~~~~~ Fixed focussing problems in Icons View (reported by Andrzej Radecki). Updated French manual translation (Arnaud Calvo). 16-May-2003 (Release 1.3.9) ~~~~~~~~~~~ New icon for the filer (Geoff Youngs). Updated it.po and AppInfo.xml (Yuri Bongiorno). 15-May-2003 ~~~~~~~~~~~ Added Japanese translation (Hirosi Utumi). When a directory change is detected, wait a little before rescanning to reduce flickering effect. 14-May-2003 ~~~~~~~~~~~ Page Up and Page Down now work again in List View. 27-Apr-2003 ~~~~~~~~~~~ Updated install script to use new XDG Base Directory spec (reported by Vincent Lefevre). Also install man pages under 'share/man'. 25-Apr-2003 ~~~~~~~~~~~ Close stdout when running child processes for users running startx from the console, since some terminal applications try to read from the console, freezing X (Keith R. John Warno). Forward scroll events on pinboard to window manager, and add option to workaround *box issues (Matthew Weier O'Phinney). 24-Apr-2003 ~~~~~~~~~~~ Using the bookmarks menu to open an unmounted mount point will mount it (suggested by Arnaud Calvo). 17-Apr-2003 ~~~~~~~~~~~ Updates for the new shared MIME database. 15-Apr-2003 ~~~~~~~~~~~ Refresh refreshed the directory twice (because updating the MIME info triggers a refresh too). 12-Apr-2003 ~~~~~~~~~~~ Remove default GtkTreeView keys (they conflicted with the menus). Fixed some minor cursor problems in List view. 10-Apr-2003 ~~~~~~~~~~~ Winking now works in List view. 09-Apr-2003 ~~~~~~~~~~~ Lasso selections now work in List view. 08-Apr-2003 ~~~~~~~~~~~ The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno). 03-Apr-2003 ~~~~~~~~~~~ Fix the message in install.sh, since there is no information toolbar icon now (spotted by Albert Wagner). 29-Mar-2003 (Release 1.3.8) ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 28-Mar-2003 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 27-Mar-2003 ~~~~~~~~~~~ Allow dragging a file into a GtkEntry to insert the filename. Bugfix: Selections in List View didn't work properly (reported by Stephen Watson). Updated Spanish translation (Marcelo Ramos). 23-Mar-2003 ~~~~~~~~~~~ Fixed use of a GTK+-2.2-only function (Geoff Youngs). New option to set the panel size (Geoff Youngs). 21-Mar-2003 ~~~~~~~~~~~ Scroll panels when the pointer is at the end, not by dragging the middle (Geoff Youngs). Stop the pinboard from flickering when removing icons or iconfied windows. 20-Mar-2003 ~~~~~~~~~~~ Centre the image for iconified windows. Double-buffer slightly larger areas. 18-Mar-2003 ~~~~~~~~~~~ Better way to implement selections in List View (suggested by Jonathan Blandford). Updated Italian translation (Yuri Bongiorno). 15-Mar-2003 ~~~~~~~~~~~ Bugfix: Never show the copy/move/link menu when dragging to an application. 11-Mar-2003 ~~~~~~~~~~~ Bugfix: Comments about a MIME type were loaded from the first file to contain information about the type, not the first to contain a comment about the type. 09-Mar-2003 ~~~~~~~~~~~ Don't mark widget documentation as translatable. Make sure the tooltip for pinboard and panel icons is up-to-date (reported by krjw). Use pinboard backdrop colour for scaled and centred images (requested by Marcelo Ramos). Shade the backdrop style buttons when an external program is being used to set the backdrop. Updated Spanish translation (Marcelo Ramos). 08-Mar-2003 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 07-Mar-2003 ~~~~~~~~~~~ Use stock icons in pinboard and panel menus. Updated Spanish translation (Marcelo Ramos). 03-Mar-2003 ~~~~~~~~~~~ Use stock icons in menus, and fix some possible problems in the menu code (Stephen Watson). 02-Mar-2003 ~~~~~~~~~~~ Stop pinboard icons flickering when you move over them (Daniele Peri). Use XSettings drag-and-drop threshold. 01-Mar-2003 ~~~~~~~~~~~ Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson). 27-Feb-2003 (Release 1.3.7) ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Allow an empty AppInfo translation so that a label can be translated without changing the value. 25-Feb-2003 ~~~~~~~~~~~ Updated Russian translation (Alexey Lubimov). 23-Feb-2003 ~~~~~~~~~~~ When using the Rename and Link boxes, use the appropriate drag cursor (suggested by Michael Adams). Bugfix: A double-click which starts on one file and ends on another is now ignored (reported by Michael Adams). Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set the sort type (reported by Damjan Bole). Bugfix: Using a SOAP call to open a non-existant directory made the filer crash. Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri). 22-Feb-2003 ~~~~~~~~~~~ Make Size toolbar icon only set the size. Use a second button to set automatic mode. 13-Feb-2003 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0. 12-Feb-2003 ~~~~~~~~~~~ Fixed some spelling errors (Marcelo Ramos). Select the current style by default when opening the Set Backdrop box (reported by Marcelo Ramos). Fix problems with pinboard drawing of semi-transparent icons (fixed for GTK+-2.2 only). 11-Feb-2003 ~~~~~~~~~~~ Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single Ultimate DropBox widget, and made all three interfaces much nicer. Dragging to the Home and Up toolbar tools now supports the menu-on-drag option (reported by Laurent Moussault). Allow changing the pinboard style without having to drag the image back in (requested by Jesse Wagner). Remove button style from iconified windows. Use a semi-transparent border instead. The actual effect is flexible; perhaps someone with artistic talent can do something better? Double-buffer small pinboard updates. Updated Spanish translation (Marcelo Ramos). 10-Feb-2003 ~~~~~~~~~~~ Option to turn off column headings in List View (Adam Sampson). Panel auto-raising also works during drag-and-drop. Bugfix: Installing to /usr put the MIME files in the wrong place (reported by Albert Wagner). 09-Feb-2003 ~~~~~~~~~~~ Allow dragging to a selected directory as long as it's not the source of the drag. If an error occurs opening a directory then don't report it in an error box if a drag-and-drop operation is in progress. Keep the title up-to-date for iconified windows. Option to show menu on button-1 drags instead of copying. Aborting an action window tries to kill all child processes, not just the immediate child, and doesn't close the window until it has actually stopped. Symlinks to mount points now work (reported by Daniele Peri). Include textual description of types in various places (Stephen Watson). Allow dragging directories to bookmarks edit window or toolbar icon, with spring loading (suggested by Stephen Watson and George De Bruin). Removed confusing Set Icon choice from DnD menu. Bugfix: If a directory on the panel changed to/from being an application, the label wasn't hidden / shown. 08-Feb-2003 ~~~~~~~~~~~ Changing the icon for a MIME type updates all filer windows. When dragging a pinboard icon over itself, pretend the icon isn't there to allow fine repositioning. When an error prevents scanning a directory, show the error in the window title bar, and only report it once in an error box. Don't create thumbnails of thumbnails by checking if the image is in ~/.thumbnails/normal. Before, the test was the size of the file, not its location. Pinboard image style Scale is now called Stretch; Scale now scales without changing the aspect ratio. 07-Feb-2003 ~~~~~~~~~~~ Auto-scrolling during drag-and-drop works again, and now in list view too. 02-Feb-2003 ~~~~~~~~~~~ Fixed clipping and wrapping problems with pinboard icon text. 01-Feb-2003 ~~~~~~~~~~~ Don't use double-buffering for the pinboard. This might make things flicker slightly, but it's much faster on some systems. Updated Spanish translation (Marcelo Ramos). 31-Jan-2003 ~~~~~~~~~~~ Added Bookmarks 'Recently Visited' submenu (Stephen Watson). 28-Jan-2003 ~~~~~~~~~~~ Replaced some of the icons with some GNOME ones (slightly modified in some cases). 27-Jan-2003 ~~~~~~~~~~~ Slightly adjusted the 'normal' icon height to be the same size as GNOME to make sharing icons easier. Updated Polish translation (Marcin Juszkiewicz). 26-Jan-2003 ~~~~~~~~~~~ Bugfix: Symlinking to an application required the symlink, rather than the target directory, to have the same owner as the AppRun (Keith Warno). 25-Jan-2003 ~~~~~~~~~~~ Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts. 23-Jan-2003 ~~~~~~~~~~~ Work around changes in Gtk+-2.2 that stopped the panel from appearing on all workspaces. Add scrollbars to bookmarks editor window (requested by George De Bruin). 22-Jan-2003 ~~~~~~~~~~~ Bugfix: Filer would quit if only the Bookmarks editor window was open (reported by Bernard Jungen). 20-Jan-2003 ~~~~~~~~~~~ New option to sort capitalised names first (requested by Paul Etchells and others). 19-Jan-2003 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and others). Attempt to improve the autosizing by examining the item with the longest name. Don't scale icons up in Huge mode. In translated sections in AppInfo.xml files, allow a 'label=' attribute to translate the key (requested by Guido Schimmels). 18-Jan-2003 ~~~~~~~~~~~ Added dnotify support, so that on Linux the filer now updates automatically when a directory is changed (requested by Taras and Dave C). 16-Jan-2003 ~~~~~~~~~~~ Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz). 14-Jan-2003 ~~~~~~~~~~~ Add GTK versions used for compiling and running to -v output (suggested by Vincent Lefèvre). Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by Brian Langenberger). 13-Jan-2003 ~~~~~~~~~~~ Change 'Type' to 'Types' (Vincent Lefèvre). Don't resize when changing the view type if auto-resizing is off (Keith R. John Warno). Added missing cast and detect long files on OpenBSD (Damien Couderc). 10-Jan-2003 ~~~~~~~~~~~ Remove -o from --help output (spotted by Karol Krenski). Updated Spanish translation (Marcelo Ramos). 09-Jan-2003 (Release 1.3.6) ~~~~~~~~~~~ Fix reference counting problem shown up by Gtk+-2.2. 06-Jan-2003 ~~~~~~~~~~~ Updated German translation (Guido Schimmels). Make toolbar extend the whole width of the window (suggested by Andrzej Radecki). 05-Jan-2003 ~~~~~~~~~~~ Updated Polish translation (Marcin Juszkiewicz). 04-Jan-2003 ~~~~~~~~~~~ Updated French translation and fixed untranslatable string (Vincent Lefèvre). When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo). Updated French manual translation (Arnaud Calvo). 02-Jan-2003 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). Updated Dutch translation (Jan Wagemakers). 01-Jan-2003 ~~~~~~~~~~~ Added button in options window to purge thumbnails cache. 30-Dec-2002 ~~~~~~~~~~~ Preserve selection when changing view type. Shade selection when we don't have primary. 29-Dec-2002 ~~~~~~~~~~~ Show thumbnails in List view. Allow changing the icon size. If the size is automatic, show thumbnails as Huge and everything else as Small. Scroll wheel now works in List view. 28-Dec-2002 ~~~~~~~~~~~ Use bold style to indicate recent items (instead of the pink background). 27-Dec-2002 ~~~~~~~~~~~ Sort type is shared between Icon and List views. Sort order can be reversed. Highlight recently changed items with a tasteful pink background. When the bookmark editor window first opened, no item was selected. If the user clicked on it to select it, editing mode started instead (reported by Bernard Jungen). Removed most of the options section of the manual, since it was just echoing the information in the tooltips anyway. 26-Dec-2002 ~~~~~~~~~~~ Various fixes to new list view (reported by George De Bruin). Mounting and unmounting auto-resizes the window. 25-Dec-2002 ~~~~~~~~~~~ Right-clicking the Size button switches to automatic mode and resizes the window. 24-Dec-2002 ~~~~~~~~~~~ Made 'Automatic' an icon size, rather than a separate option. Size toolbar button shows a menu, including the new Automatic setting. 23-Dec-2002 ~~~~~~~~~~~ Rearranged menus and options for new List View mode. 20-Dec-2002 ~~~~~~~~~~~ Removed warning message from --new. It can be useful for a session manager... Draw iconified windows with a background, so they don't get confused with other icons (suggested by Joakim Andreasson). Bugfix: Stupid bug stopped iconified windows from being removed and could cause a crash! 17-Dec-2002 ~~~~~~~~~~~ The 'Directories always come first' option now only applies to name sorts. Sort by date and size default order has been reversed. Always use case-insensitive sort. 16-Dec-2002 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 12-Dec-2002 ~~~~~~~~~~~ Details toolbar button switches to the new (unfinished) details view. Bugfix: Fix detection of new pango wrapping system (Richard Olsson) 11-Dec-2002 ~~~~~~~~~~~ Style improvements to Edit Icon box. Don't show Size attribute for directories in the Info box. It was confusing, since it didn't include the contents. Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would cause a crash if the bookmarks were not yet loaded. 10-Dec-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). 09-Dec-2002 ~~~~~~~~~~~ Style improvements to options window. 08-Dec-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 06-Dec-2002 ~~~~~~~~~~~ Updated German translation (Guido Schimmels). 04-Dec-2002 (Release 1.3.5) ~~~~~~~~~~~ Using the Close toolbar button also offers to unmount devices (spotted by Götz Waschk). 03-Dec-2002 ~~~~~~~~~~~ Clicking on a mount point auto-mounts. The shift action is now to open without mounting. Closing a filer window showing a mount point offers to unmount it (suggested by Guido Schimmels and others). Use stock icons in more dialogs. 02-Dec-2002 ~~~~~~~~~~~ Allow editing the path for bookmarks. 01-Dec-2002 ~~~~~~~~~~~ Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry. 29-Nov-2002 ~~~~~~~~~~~ New mount icons (suggested by Marcin Juszkiewicz). Don't show separator in bookmarks menu when there is nothing below it. 28-Nov-2002 ~~~~~~~~~~~ Added a default hander for HTML files, otherwise newbies can't read the manual! Bugfix: Pinboards without backdrop images didn't get the correct colour set by default. 27-Nov-2002 ~~~~~~~~~~~ Better positioning of bookmarks menu. 22-Nov-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). Allow translation of About AppInfo section. Bugfix: When using Metacity, some minimised windows weren't shown (reported by Alastair Porter). 21-Nov-2002 ~~~~~~~~~~~ More tooltips for the Set Icon dialog. 20-Nov-2002 ~~~~~~~~~~~ Use better wrapping system, if available (Richard Olsson). 15-Nov-2002 ~~~~~~~~~~~ Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway. 13-Nov-2002 ~~~~~~~~~~~ New sorting system to cope with UTF-8 filenames. 12-Nov-2002 ~~~~~~~~~~~ Use stdout, not stderr, for --help and --version, and use xmllint instead of nsgmls to check for valid DocBook (Eric Gillespie). Updated Chinese translation (babyfai Cheung). 11-Nov-2002 ~~~~~~~~~~~ Added note about checking permissions to message complaining that the MIME database can't be found (suggested by Keir Mierle). 07-Nov-2002 ~~~~~~~~~~~ Set hint to make panels appear on all workspaces, and support metacity-style iconified windows (reported by Alastair Porter; suggested fix by Laurent Moussault). 05-Nov-2002 ~~~~~~~~~~~ Added Bookmarks toolbar icon (Liav). 04-Nov-2002 ~~~~~~~~~~~ Removed some unused code and fixed a possible race condition. 03-Nov-2002 ~~~~~~~~~~~ Update error message to give correct version of MIME database (reported by FD Cami). 31-Oct-2002 ~~~~~~~~~~~ Make the Find and Permissions help windows look nicer. Added support for shadowed labels on the pinboard (Andras Mohari). 29-Oct-2002 ~~~~~~~~~~~ Stop Metacity from complaining that it can't decide whether the pinboard is resizable or not (reported by Alastair Porter, solution suggested by Havoc Pennington). 28-Oct-2002 ~~~~~~~~~~~ Make it more obvious that --new is only for debugging. Added Norwegian translation (Sigve Indregard). 27-Oct-2002 ~~~~~~~~~~~ Use our own stock icons for 'show hidden' and 'show details' toolbar buttons (Stephen Watson). New details icon is a modified version of a Gtk stock icon, while show hidden is taken from sawfish. 26-Oct-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). 23-Oct-2002 ~~~~~~~~~~~ Switch button-1/2 on Help, as it was too annoying. Create thumbnails at 128x128 to be in-line with current thumbnails spec. Bugfix: When using the lasso box with the pinboard, select icons based on where they actually are, not where they want to be (useful if you've just changed to a lower resolution and they're all stuck at the side!). 22-Oct-2002 ~~~~~~~~~~~ Button-1 on Help shows the manual, other button opens the Help directory (Marcin Juszkiewicz). 21-Oct-2002 ~~~~~~~~~~~ More checks to cope with invalid filenames (Marcin Juszkiewicz). Updated Polish translation (Marcin Juszkiewicz). 19-Oct-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 18-Oct-2002 ~~~~~~~~~~~ Cope slightly better with invalid filenames in various places (reported by Marcin Juszkiewicz and Andras Mohari). Make panel menus appear nearer the edge of the screen for top, left and right panels (suggested by Bernard Jungen). Bugfix: When installing the binary release, don't warn the user that the source is missing (reported by John Pettigrew). 17-Oct-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). Fixed broken links to citations in manual (reported by Bernard Jungen). Renamed sp.po to es.po (requested by Quique). 12-Oct-2002 ~~~~~~~~~~~ Added Swedish translation (Marcus Lundblad). Bugfix: Invert Selection failed to work correctly on the first item (spotted by Stephen Watson). 09-Oct-2002 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 07-Oct-2002 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 01-Oct-2002 (Release 1.3.4) ~~~~~~~~~~~ Require glib >= 2.0.3, or action windows leak file handles (reported by Musus Umbra). 27-Sep-2002 ~~~~~~~~~~~ Allow multiple pinboard icons to be repositioned at once. 26-Sep-2002 ~~~~~~~~~~~ Allow multiple pinboard icons to be selected by dragging a box around them. 23-Sep-2002 ~~~~~~~~~~~ Pinboard and panel icons can now have keyboard shortcuts assigned to them. Bugfix: Fixed a couple of cursor positioning problems (reported by Andras Mohari). 22-Sep-2002 ~~~~~~~~~~~ Replace -o command-line option with a toggle button in the options window. 17-Sep-2002 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). 05-Sep-2002 ~~~~~~~~~~~ Be more forceful about setting the pinboard backdrop; some themes were overriding it (reported by Biju Chacko). Use K, M and G consistantly (Marcin Juszkiewicz). 03-Sep-2002 ~~~~~~~~~~~ Shift Open had stopped working (spotted by Matthew Weier O'Phinney). 02-Sep-2002 ~~~~~~~~~~~ Changed default Set Run Action shell command from "$1" to "$@" (suggested by krjw). 01-Sep-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 30-Aug-2002 ~~~~~~~~~~~ New 'Class' parameter to Filer_OpenDir SOAP method allows setting the WM_CLASS of a new window so that the window manager can treat it specially, such as opening it in a certain place, or make it sticky (requested by Matthew Weier O'Phinney). 27-Aug-2002 ~~~~~~~~~~~ New option to set the pinboard font (Krzysztof Luks). 26-Aug-2002 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Updated Italian translation (Daniele Peri). 17-Aug-2002 ~~~~~~~~~~~ Increase time between updates while scanning from 0.5s to 1.5s. Now that the names are all shown from the start, fast feedback here is less useful. When resizing due to a key event, warp the pointer (for sloppy focus users). 13-Aug-2002 ~~~~~~~~~~~ Removed Re-read MIME types button. Use Refresh on the toolbar instead. 11-Aug-2002 ~~~~~~~~~~~ Internal changes: moved menu and toolbar over to View interface. 05-Aug-2002 ~~~~~~~~~~~ Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk keyboard shortcuts to open the menu. Translated AppInfo menu entries into Hungarian (Andras Mohari) and Spanish (Marcelo Ramos). After dragging to a remote application which didn't respond, the filer refused to gain the primary selection until the operation timed out. 02-Aug-2002 ~~~~~~~~~~~ Use stock icons for multi-file drag-and-drop, files with missing icons, and files that can't be statted (Marcin Juszkiewicz). 01-Aug-2002 ~~~~~~~~~~~ Make --version's output convert to the local character set (Vincent Lefevre). Make menu items in AppInfo.xml files translatable (requested by Wilbert Berendsen, Andras Mohari and Marcelo Ramos). 29-Jul-2002 ~~~~~~~~~~~ Change pinboard option to forward button 3 to forward all buttons (requested by Matthew Weier O'Phinney). 28-Jul-2002 ~~~~~~~~~~~ Use Gtk's new stock info icon instead of help icon for minibuffer, etc. 26-Jul-2002 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Updated Spanish translation (Marcelo Ramos). Using Edit MIME types in the Options box now opens the new 'packages' directory instead of the old 'mime-info' one (reported by Goetz Waschk). 24-Jul-2002 (Release 1.3.3) ~~~~~~~~~~~ Updated to new shared MIME database format. 23-Jul-2002 ~~~~~~~~~~~ Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it opens a directory in a new window and closes the directory when opening a file (suggested by Gregory Spath). 22-Jul-2002 ~~~~~~~~~~~ Use stock icons for toolbar, to make it themeable (requested by Michael Adams). 21-Jul-2002 ~~~~~~~~~~~ Made the stepper arrows in the scrollbars scroll by one item's height, fixed an untranslatable string and fixed a slight error in the size calculation (Bernard Jungen). 19-Jul-2002 ~~~~~~~~~~~ Rearraged File menu (suggested by Tomas Berg). 16-Jul-2002 ~~~~~~~~~~~ Added support for Solaris 'Door' files (Stephen Watson). 12-Jul-2002 ~~~~~~~~~~~ Added Help menu with both About and Show Files entries, and a new entry to load the corrent manual for the current locale (suggested by Arnaud Calvo). 11-Jul-2002 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info box, with a new 'Show Help Files' button (Geoff Youngs). 09-Jul-2002 ~~~~~~~~~~~ Don't close the Set Run Action box after showing the usage message if the user enters an invalid command (spotted by krjw). 07-Jul-2002 ~~~~~~~~~~~ Bugfix: Changing the pinboard colours when iconfied windows were not in use displayed a (harmless) warning message (reported by krjw). 02-Jul-2002 ~~~~~~~~~~~ Security fix: Set Run Action to a shell command would make the executable world-writeable (spotted by alexander). 28-Jun-2002 ~~~~~~~~~~~ Bugfix: Tooltips for files sometimes didn't get displayed. 26-Jun-2002 ~~~~~~~~~~~ Added reminder about having NumLock on when using groups from the keypad (suggested by Gombok Arthur). 25-Jun-2002 ~~~~~~~~~~~ Turned on more compiler warnings, and fixed some minor issues it threw up. 22-Jun-2002 (Release 1.3.2) ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 21-Jun-2002 ~~~~~~~~~~~ Added 'Text beside icon' toolbar style (Michael Adams). 20-Jun-2002 ~~~~~~~~~~~ Bugfix: Using another window in between entering target mode and selecting the target printed a warning instead of performing the operation. 17-Jun-2002 ~~~~~~~~~~~ Fix problem with root menu positioning on icewm (reported by Bernard Jungen). 16-Jun-2002 ~~~~~~~~~~~ More robust approach to SOAP errors. 11-Jun-2002 ~~~~~~~~~~~ Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0. Changing the pinboard font realigns the icons. Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly (spotted by Arnaud Calvo). Bugfix: Filer sometimes failed to load the backdrop supplied by a program (reported by Arnaud Calvo). 10-Jun-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 08-Jun-2002 ~~~~~~~~~~~ Move Xterm Here to Window menu and add Switch to xterm (suggested by Gregory Spath). Bugfix: Some shortcuts didn't work properly on some keyboards (reported by Lorint and Musus Umbra). 06-Jun-2002 ~~~~~~~~~~~ When installing without a manpage, just warn the user instead of aborting (suggested by Simon Britnell). 01-Jun-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). 31-May-2002 ~~~~~~~~~~~ Option to switch automatically between Large and Small icons (Stephen Watson). Allow blank icon names (suggested by Gregory Spath). Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni). Bugfix: Sometimes the SOAP message sent to a running process got displayed. 30-May-2002 (Release 1.3.1) ~~~~~~~~~~~ Fix redraw bug with selected icons. 29-May-2002 ~~~~~~~~~~~ Respect CHOICESPATH when installing (spotted by Vincent Lefevre). Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen). 28-May-2002 ~~~~~~~~~~~ Merged in icons from rox-base (converted to PNG format and renamed). Bugfix: When showing iconified windows, the filer could crash if a window disappeared at the wrong moment. 27-May-2002 ~~~~~~~~~~~ Set _XROOTPMAP_ID property on root window so that Eterm and friends show the right backdrop (requested by Simon Britnell). Use .png icons in MIME-icons instead of .xpm (needed to change anyway as the new shared MIME database uses different types in many places). Updated French translation (Vincent Lefèvre). Updated Dutch translation (Wilbert Berendsen). Updated Hungarian translation (Andras Mohari). 24-May-2002 ~~~~~~~~~~~ When using -d or -s options, don't follow symlinks in paths starting with '/' (suggested by Darrell Taylor). 23-May-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). 21-May-2002 ~~~~~~~~~~~ Updated Polish translation (Krzysztof Krzy¿aniak). 19-May-2002 ~~~~~~~~~~~ Setting the background colour doesn't lose the image (spotted by Jasper Huijsmans). 18-May-2002 ~~~~~~~~~~~ Iconified windows are shown with their own icon, if they have one. 17-May-2002 ~~~~~~~~~~~ Options to set iconification layout policy. Fix compiler warnings on some systems (Stephen Watson). Added 'Follow Symbolic Links' menu item (Stephen Watson). 16-May-2002 ~~~~~~~~~~~ Pinboard background colour option works again. Position iconified windows sensibly. Bugfix: Typing too fast into the minibuffer could miss characters. 15-May-2002 ~~~~~~~~~~~ Wrap long icon names onto multiple lines. Options to forward button-3 clicks on the pinboard to the window manager (requested by Ryan Harris). 14-May-2002 ~~~~~~~~~~~ Code tidying (Bernard Jungen). Bugfix: Ctrl-clicking on icons can unselect, not just select. 13-May-2002 ~~~~~~~~~~~ Bugfix: Short form of '--client-id' option didn't work (reported by Julio Hugo Toloza). 12-May-2002 ~~~~~~~~~~~ Allow hidden subdirectories in /SendTo which have their contents included only for certain MIME types (Geoff Youngs). When changing directory, remove any trailing /s from the path. Make sure panels never get lowered under the pinboard. Iconified windows are now displayed on the pinboard, not floating over everything else. Bugfix: Using a savebox when the pathname contained multi-byte characters caused the initial selected region to be positioned incorrectly. 10-May-2002 ~~~~~~~~~~~ Initial support for showing iconified windows. 09-May-2002 ~~~~~~~~~~~ Changed the way pinboard icons are implemented. Changed the way backdrop applications set the backdrop. Always use button-3 for the pinboard menu, as the window manager menu must be on button-2 (spotted by Geoff Youngs). 08-May-2002 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Middle button clicks on the pinboard are passed to the window manager. Many improvements to the pinboard: - Changing font updates the pinboard icons. - Button-2 clicks are passed to window manager. - Drop highlight doesn't flicker. 07-May-2002 ~~~~~~~~~~~ Improved highlighting of icons (Andras Mohari). 06-May-2002 ~~~~~~~~~~~ The pinboard is now a screen-sized window. Faster and better looking. Setting the backdrop is now done from the filer. 03-May-2002 ~~~~~~~~~~~ The Link box allows an existing symlink to be replaced, instead of complaining that the destination already exists (suggested by Arnaud Calvo). Bugfix: When editing a panel icon, the tooltip didn't update until the next restart (Olli Helenius). 02-May-2002 ~~~~~~~~~~~ Added Sort to the OpenDir SOAP method (Stephen Watson). 30-Apr-2002 ~~~~~~~~~~~ Alpha-blending for Small icons, too. Bugfix: When copying directories, ignore an error caused by filesystems, such as Samba shares, that don't support chmod fully (reported by Andrew S Dixon). 29-Apr-2002 ~~~~~~~~~~~ SOAP method OpenDir now allows Style and Details to be specified (Stephen Watson). 28-Apr-2002 ~~~~~~~~~~~ Use alpha-blending in Large and Huge display modes. Limit icons in menus to Small and Large sizes. 27-Apr-2002 ~~~~~~~~~~~ Return in Permissions box activates Quiet. 26-Apr-2002 ~~~~~~~~~~~ MIME information is now read from the freedesktop.org shared database rather than the old Choices/MIME-info directories. 25-Apr-2002 ~~~~~~~~~~~ Don't convert to `real' path when following symlinks, so that Up now returns to the directory containing the symlink, not the thing it linked to (requested by Gregory Spath). Don't quit while Options window is open. 21-Apr-2002 ~~~~~~~~~~~ Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify the window (requested by Ashwin). Merged OK and Save buttons in the Options box. Revert shades when it would have no effect. 17-Apr-2002 ~~~~~~~~~~~ 'New ...' for a template always copies without confirming (suggested by Wilbert Berendsen). 16-Apr-2002 ~~~~~~~~~~~ Set-keybindings button in options box now checks that this feature is on, and explains what to do if not (suggested by Francesco Bochicchio). 15-Apr-2002 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Message in translation options switches language as you move through the options. 14-Apr-2002 ~~~~~~~~~~~ Added Chinese translation (babyfai cheung). 14-Apr-2002 (Release 1.3.0) ~~~~~~~~~~~ Fixed a minor redraw box (a single pixel could get left after a lasso drag). 13-Apr-2002 ~~~~~~~~~~~ Place action windows under pointer (suggested by txapela). 11-Apr-2002 ~~~~~~~~~~~ Set collection style in the program. Choices/ROX-Filer/Styles is no longer used. Made background pixmaps for Collections work again (reported by Stephen Watson). Removed pinboard text background style option (it never worked with Gtk+-2.0). 09-Apr-2002 ~~~~~~~~~~~ Added units display to options and improved toolbar options layout (Andras Mohari). When setting the icon for a directory, offer to create a .DirIcon (requested by Matjaz Mihelic). 08-Apr-2002 ~~~~~~~~~~~ Much improved layout for Options box (Andras Mohari). Allow subdirectories in the Send To menu (Stephen Watson). 06-Apr-2002 ~~~~~~~~~~~ Code tidying in various places (Bernard Jungen). Filer windows update automatically when the font or theme changes. 05-Apr-2002 ~~~~~~~~~~~ Various speed improvements. Removed GNOME VFS option (never worked with Gtk+-2.0). 04-Apr-2002 ~~~~~~~~~~~ Auto-raise panels when the pointer hits the side of the screen, and lower when it leaves the panel (Geoff Youngs). 03-Apr-2002 ~~~~~~~~~~~ Slight speed increase when starting. 02-Apr-2002 ~~~~~~~~~~~ Added Danish translation (Christian Storgaard). 01-Apr-2002 ~~~~~~~~~~~ Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses of Icon, which is now a GObject. Dragging pinboard icons with the middle button is no longer supported. 28-Mar-2002 ~~~~~~~~~~~ Updated Polish translation (Krzysztof Krzy¿aniak). 25-Mar-2002 ~~~~~~~~~~~ New 'Short titlebar flags' option (requested by Andras Mohari). 24-Mar-2002 ~~~~~~~~~~~ Fixed problem which allowed the panel to get the input focus (reported by Brendan McCarthy). 22-Mar-2002 ~~~~~~~~~~~ Large (over 50K) image files are now loaded in a subprocess. Faster, less likely to crash due to bad images, and more responsive. 21-Mar-2002 ~~~~~~~~~~~ Filenames which are not valid UTF-8 are shown in red. A tooltip explains the problem. CHARSET is used to try and render the name anyway, and the rename box can be used to fix it (reported by Christopher Arndt). 20-Mar-2002 ~~~~~~~~~~~ Times weren't converted to UTF-8, causing errors in some locales (reported by Christopher Arndt and tracked down by Andras Mohari). Informational messages are now shown with the info icon, not the error symbol (suggested by Andras Mohari). 18-Mar-2002 ~~~~~~~~~~~ Set _WIN_HINTS for pinboard and panel icons so that they don't appear on task-lists or get selected when Alt-Tabbing (Brendan McCarthy). Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into gnome-terminal). The Path Entry minibuffer now highlights invalid paths in red, instead of beeping. 17-Mar-2002 ~~~~~~~~~~~ Internal changes: MaskedPixmap, Directory and XMLwrapper types are now GObjects. FSCache now works on GObjects, and the interface is therefore simpler now. 16-Mar-2002 ~~~~~~~~~~~ Sorted out some focussing and defaulting behaviour in action windows. 14-Mar-2002 ~~~~~~~~~~~ Split action window code, so that most of the GUI stuff is now in abox.c, and converted to new dialog style. 13-Mar-2002 ~~~~~~~~~~~ Removed remaining support for the old libvfs. Updated lots of code to new Gtk+-2.0 style. 12-Mar-2002 ~~~~~~~~~~~ Panel icons highlight when the pointer is over them. Fixed some untranslatable strings (Andras Mohari). 11-Mar-2002 ~~~~~~~~~~~ Converted Set Run Action box to new style. 10-Mar-2002 ~~~~~~~~~~~ New panel style; better looking, and sensitive right up to the edge of the screen. Converted action window results list to use the new GtkTreeView widget. 09-Mar-2002 ~~~~~~~~~~~ Converted Savebox widget to new Gtk style. 07-Mar-2002 ~~~~~~~~~~~ Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags). Added stock icons to Options box. The filer now requires Gtk+-2.0. Updated Infobox to use new GtkTreeView widget. 05-Mar-2002 ~~~~~~~~~~~ Display action window questions in bold (suggested by Andras Mohari). Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson). 28-Feb-2002 ~~~~~~~~~~~ Fixed sensitive region of icons in large with details display (Bernard Jungen). 27-Feb-2002 ~~~~~~~~~~~ Added Newer option for Copy and Move operations (Stephen Watson). 26-Feb-2002 ~~~~~~~~~~~ Centre colour selector on mouse, and close when options box closes. Got background pixmaps working with Gtk+-2.0. 21-Feb-2002 ~~~~~~~~~~~ Changes to options now take effect instantly. The old Apply button is gone, and Cancel is now Revert. Fixed stupid bug in charset conversions (reported by Andras Mohari). Initial support for gnome-vfs (Mark Heily). 20-Feb-2002 ~~~~~~~~~~~ Internal changes to the options system. See text at start of options.c. 19-Feb-2002 ~~~~~~~~~~~ Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now handles numbers in a sensible way, so that 'file10' comes after 'file9', etc (Micah Dowty). Fix possible type conversion problem in charset conversion code (reported by Serban Udrea). Allow xml:lang attribute in AppInfo files for translations; see ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen). 18-Feb-2002 ~~~~~~~~~~~ Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not found. In an Infobox, strip trailing newlines from file's output as Gtk+-2.0 labels display them. Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard Jungen). 17-Feb-2002 (Release 1.2.0) ~~~~~~~~~~~ New stable release. 13-Feb-2002 (Release 1.1.14) ~~~~~~~~~~~ Pressing Escape in a dialog box now closes the box. 12-Feb-2002 ~~~~~~~~~~~ Fix compile problem if iconv.h is missing and allow CPPFLAGS settings to be used in Makefile (Jim Knoble). Undo 'double clicking unselects' change (requested by Andreas). 11-Feb-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). Updated French manual translation (Arnaud Calvo). 08-Feb-2002 (Release 1.1.13) ~~~~~~~~~~~ Use fixed font in minibuffer. 07-Feb-2002 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Updated Russian translation (Dmitry Elfimov). 06-Feb-2002 ~~~~~~~~~~~ When dragging a lasso box around items, limit the allowed overlap (the space you can drag over the edge of the next item without selecting it) so that very wide items (eg, those with details) are easier to select (requested by Andras Mohari). 04-Feb-2002 ~~~~~~~~~~~ Updated Italian translation (Denis Manente). 03-Feb-2002 ~~~~~~~~~~~ Updated German translation (André Wyrwa). Updated Spanish translation (Marcelo Ramos). 02-Feb-2002 ~~~~~~~~~~~ Updated to version 0.5 of the thumbnails standard. You should rename '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate them all. 01-Feb-2002 ~~~~~~~~~~~ Do UTF-8 conversions for globicons and file groups, as we now do for pinboards and panels (reported by Arnaud Calvo). 31-Jan-2002 ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). Double-clicking an item always clears the selection, removed extra newline from man-page and fixed a misplaced #endif (Bernard Jungen). 30-Jan-2002 ~~~~~~~~~~~ Updated Dutch translation (Wilbert Berendsen). Updated to Gtk+-1.3.13 (action window scrolling now works). 28-Jan-2002 ~~~~~~~~~~~ OK and Cancel buttons in savebox can no longer be focussed. Fixes problem where opening a savebox put the focus on the last used button instead of the entry (reported by Karol Krenski). Added instructions for Window Maker pinboard icons to the manual (Jim Knoble). Resizer now allows space for the 'Running as ...' message (reported by Wilbert Berendsen). 25-Jan-2002 ~~~~~~~~~~~ If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead of giving a warning (reported by Gregory Spath). 24-Jan-2002 (Release 1.1.12) ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). 23-Jan-2002 ~~~~~~~~~~~ Only check for thumbnails in the thumbnail scanning code, not when loading any image (saves time). Assume pathnames and labels for pinboards and panels are in the local charset for Gtk+-1.2, and in UTF-8 for Gtk+-2.0. When using 'Shell Command...' from the menu with an item selected by opening the menu, the item now remains selected when you enter the command. Updated French translation (Vincent Lefèvre). Updated Dutch translation (Wilbert Berendsen). 22-Jan-2002 ~~~~~~~~~~~ _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than the panel, so that applets can find it more easiliy (requested by Stephen Watson). Only use Gtk+-2.0 if '--compile --with-gtk2' is used. Loading a thumbnail now stores the details when loading started, not when it finished. Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the text entry. 21-Jan-2002 ~~~~~~~~~~~ Changing the permission on a file failed to update the display (reported by Karol Krenski). Also made other updates more efficient. Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal has stopped accepting STRING. 20-Jan-2002 ~~~~~~~~~~~ Added a configure check for iconv.h. Use double instead of long for file sizes in find.c (Bernard Jungen). 19-Jan-2002 ~~~~~~~~~~~ Thumbnails code failed to update images when they changed (reported by Andreas). 18-Jan-2002 ~~~~~~~~~~~ Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset conversion fails (Stephen Watson). Deleting a symlink to a pinboard or panel icon showed a warning, even though there was no danger, because it followed the symlink. Trying to copy a symlink inside the directory it pointed to failed for the same reason. 17-Jan-2002 ~~~~~~~~~~~ Big changes to internationalisation for pinboards and panels to fix problems with incompatible character sets (reported by Arnaud Calvo). When creating thumbnails, create to a temporary file and rename in case another program tries to write the save thumbnail at the same time. As a special case, running with just '-v' doesn't call gtk_init, allowing installing without an X server (requested by Michael Duelli). 16-Jan-2002 ~~~~~~~~~~~ Converter for old-format config files now stops if the file looks like XML (probably from a failed conversion). Allow '~' in globicons file. Bugfix: When using spring-opening or following symlinks, trying to open a non-existant directory could cause a crash. Bugfix: The pinboard would highlight to accept any type of drop (not just files). 13-Jan-2002 ~~~~~~~~~~~ Fixed some compile problems on Solaris (Andreas Dehmel). Clicking an unscanned item now scans it (instead of reporting an error). Dialog boxes in Gtk+-2.0 now set a default button. Number keys on the keypad couldn't be used for groups (reported by Arnaud Calvo). 11-Jan-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre). 09-Jan-2002 ~~~~~~~~~~~ Converted French manual to DocBook (Arnaud Calvo). Fixed some compiler warnings (Vincent Lefèvre). 09-Jan-2002 (Release-1.1.11) ~~~~~~~~~~~ Mark action windows as dialogs (requested by Daniel Pittman). Reset the background colour when drawing, as the Xenophilia keeps changing it (reported by Wilbert Berendsen). 08-Jan-2002 ~~~~~~~~~~~ Changed == to = in make-mo script (Vincent Lefèvre). Added -lm to libpng linker flags (reported by Stephen Watson). Updated the French translation (Vincent Lefèvre). 07-Jan-2002 ~~~~~~~~~~~ Bugfix: Closing a filer window with a tooltip removes the tip now (before, the tooltip could get stuck on the screen). 06-Jan-2002 ~~~~~~~~~~~ Bugfix: Options box didn't work unless options had already been saved (reported by Iain Stevenson). 05-Jan-2002 ~~~~~~~~~~~ Stopped unnecessary redrawing of the display (when sorting an already-sorted list). Thumbnails can now also be saved using Gtk+-1.2, if libpng is available (Andras Mohari). 04-Jan-2002 ~~~~~~~~~~~ Fixed compile problem (reported by Vincent Lefèvre). Updated French translation (Vincent Lefèvre). 03-Jan-2002 ~~~~~~~~~~~ Added _ROX_PANEL_MENU_POS property on panel windows to help applets position their menus correctly. Bugfix: 'From LANG' translation setting had stopped working (reported by Vincent Lefèvre). 02-Jan-2002 ~~~~~~~~~~~ Saved pinboards and panels are now stored in an XML format. Old files should be converted automatically. Icon names may now contain the < and > characters (requested by Bernard Jungen). 01-Jan-2002 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Updated Polish translation (Krzysztof Krzy¿aniak). 30-Dec-2001 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). 29-Dec-2001 ~~~~~~~~~~~ When changing directory, make more effort to wink or select the appropriate item. 29-Dec-2001 (Release 1.1.10) ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Bugfix: Using Shift to open the Send To menu without a selected file stopped the toggle menu items from working! 28-Dec-2001 ~~~~~~~~~~~ With Gtk+-2.0, the effective permissions are now underlined (like they are with Gtk+-1.2). Put all the flags in the options box on one line, along with the Quiet button (looks neater). Updated manual. 27-Dec-2001 ~~~~~~~~~~~ Reorganised the Options box somewhat. Bugfix: Closing a window while creating thumbnails caused a crash. 26-Dec-2001 ~~~~~~~~~~~ Icons are dragged from their corners again (requested by Liav Asseraf). Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces. Renamed '.DirIcon.png' to just '.DirIcon'. In action windows, standard error from moving, copying and mounting operations is captured and displayed, giving a more useful message (Stephen Watson). Support for Gtk+-1.3.12. 25-Dec-2001 ~~~~~~~~~~~ Updated Polish translation (Krzysztof Krzy¿aniak). 24-Dec-2001 ~~~~~~~~~~~ File groups are now saved (automatically). The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead). 23-Dec-2001 ~~~~~~~~~~~ Added Version SOAP RPC. With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset specified in the translation (was always using iso-8859-1). 22-Dec-2001 ~~~~~~~~~~~ If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails stops any scan in progress automatically. Added 'All' and 'Thumbs' status flags to title bar. 21-Dec-2001 ~~~~~~~~~~~ New 'Show image thumnails' option to set this as the default (requested by Kristian Rink). Got details working again with Gtk+-1.2 (spotted by Kristian Rink). 20-Dec-2001 ~~~~~~~~~~~ New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can be turned on and off. Thumbnails are loaded in the background, and a progress bar is displayed in the filer window. Replaced old Gtk+-1.2.x text widget in action windows with new one. 19-Dec-2001 ~~~~~~~~~~~ Improved error reporting. Improved sizing code when details are on. 18-Dec-2001 ~~~~~~~~~~~ Updated to new version 0.4 of the thumbnails standard. Added 'Quiet' check box to action windows. Quiet button now turns on check box and does 'Yes'. 17-Dec-2001 ~~~~~~~~~~~ Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to UTF-8 as they are loaded. Added a missing #ifdef for the regex code (Damien Couderc). All file leafnames now use AA fonts with Gtk+-2.0 (details are still fixed, though). 16-Dec-2001 ~~~~~~~~~~~ Closing a window with a keypress caused warnings to appear (reported by Fabien Coutant). Updated Spanish translation (Marcelo Ramos). New 'Single click nagivation on the pinboard' option (requested by Michael). Fix for compiling problem on NetBSD (Eric Gillespie, Jr.). Internal changes to options system: - Options can be used as soon as they are registered (not just once the filer is fully initialised). - New widget types can be registered in a modular fashion. 13-Dec-2001 (Release 1.1.9) ~~~~~~~~~~~ More fixes for panel resizing (reported by Stephen Watson). Target mode, dragging an unselected item, and auto-selecting an item when opening the menu now all work without grabbing the primary selection. Finished new scanning code (image == NULL is now OK everywhere). 12-Dec-2001 ~~~~~~~~~~~ Clicking on an item which is selected, but not part of the primary selection, now reclaims the selection. Removed default minibuffer option for now. The dash forms in Find tests can be combined, eg '-rwx'. Updated manual. 11-Dec-2001 ~~~~~~~~~~~ Additional window hints - pinboard and panels refuse focus and pinboard icons are marked as desktop features (requested by Laurent Moussault). Thumbnails are now stored using an md5 hash of their names. Pinboard icons can be repositioned by dragging with the left mouse button (middle button drag stopped working with sawfish, and this is easier anyway). 10-Dec-2001 ~~~~~~~~~~~ New scanning system: blank items are added to the window first and then the icons and types get filled in later. Looks better and simplifies the sizing code a bit. Code tidying in various places. 09-Dec-2001 ~~~~~~~~~~~ Bugfix: Filer would quit if only Info boxes were open. Bugfix: Pinboard and panel windows didn't get the correct hints set under Gtk+-2.0. 08-Dec-2001 ~~~~~~~~~~~ Many internal changes to Collection widget for Gtk+-2.0. Should be more efficient now, and easier to get aa fonts working... 07-Dec-2001 ~~~~~~~~~~~ Fixed Gtk+-2.0 wheel mouse support. In the Info box, 'File says...' was reporting on the program used to edit the file, not the file itself! For glib-2.0, use the new spawn function and report errors nicely. 06-Dec-2001 ~~~~~~~~~~~ Updated Russian translation (Dmitry Elfimov). Thumbnail information in the PNG image is now namespaced to 'Thumb' (recommended by Jens Finke). FileType SOAP RPC return format has been updated to the latest version of the SOAP working draft. Added Large File Support: files over 4Gb now have their sizes detected correctly (Stephen Watson). Note: this disables libvfs support. New option to have the minibuffer open by default on new windows (Bochicchio). 05-Dec-2001 ~~~~~~~~~~~ When resizing the collection, only ensure the cursor is still visible if it was in the displayed area before. When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is on a hidden item. When using --show with a hidden file, turn on Show Hidden. Also, delay the winking effect until the window actually appears. 04-Dec-2001 ~~~~~~~~~~~ Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails so they redisplay quickly next time the filer is loaded (requested by Kristian A. Rink and others). Bugfix: Toggling the section with a middle button drag could lose the primary selection (Andras Mohari). 03-Dec-2001 ~~~~~~~~~~~ Use gtk_set_locale instead of setlocale (Andras Mohari). 02-Dec-2001 ~~~~~~~~~~~ Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari). 01-Dec-2001 ~~~~~~~~~~~ Added a new root window property (_ROX_FILER_EUID_HOST) which points to the SOAP IPC window for a particular hostname and user ID. This makes it easier for other programs to talk to the filer. 30-Nov-2001 ~~~~~~~~~~~ Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson). 29-Nov-2001 ~~~~~~~~~~~ Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select' submenu. The filer now closes stdin when it starts. This is to prevent child processes, such as auto-mounters, from trying to read a password from the console (Olivier Fourdan). 27-Nov-2001 ~~~~~~~~~~~ Manpage is now generated automatically from DocBook source. Short forms for many find expressions, such as -d for IsDir (suggested by (Andras Mohari). 26-Nov-2001 ~~~~~~~~~~~ More Gtk+-1.3.11 support, including use of the new message dialog. When the filer loses the primary selection, display the selected items shaded, but don't unselect them (Andras Mohari). 24-Nov-2001 ~~~~~~~~~~~ Updated to Gtk+-1.3.11. 23-Nov-2001 ~~~~~~~~~~~ Show the current run action for a file in the Info box (Stephen Watson). 21-Nov-2001 ~~~~~~~~~~~ If a panel applet quits then it is removed from the panel, instead of being replaced by a Restart button. 16-Nov-2001 ~~~~~~~~~~~ With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window instead of destroying it and creating a new one (suggested by Greg Spath). 15-Nov-2001 ~~~~~~~~~~~ Changes to the French translation (Thierry Godefroy and Vincent Lefevre). 14-Nov-2001 ~~~~~~~~~~~ Code tidying in menu.c (Bernard Jungen). 13-Nov-2001 ~~~~~~~~~~~ Opening a filer window from the Set Icon dialog turns thumbnails display on (suggested by Francesco Bochicchio). Right-clicking the Help toolbar button reuses the same window. 12-Nov-2001 ~~~~~~~~~~~ Made some strings easier to translate, fixed a problem with translating a blank string, and changed the details toolbar button to leave the size alone (Andras Mohari). Improved key handling (key presses were sometimes ignored). Bugfix: A very long and narrow icon could make the filer try to scale to a width or height of zero (Andras Mohari). 09-Nov-2001 ~~~~~~~~~~~ Allow current directory and selection to be stored with Ctrl+[0-9] and retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not saved yet. 08-Nov-2001 ~~~~~~~~~~~ Don't use re_set_syntax() on systems that don't have it (reported by Damien Couderc). In action windows, the a long filename no longer makes the window get wider (requested by Graham Borland). Added 'Types' section to the Options window, allowing easy(ish) access to the MIME-info files, plus a reload button, and icons for MIME-types can be set from the 'Set Icon...' box (Stephen Watson). 07-Nov-2001 ~~~~~~~~~~~ Added a menu to the 'Set Icon...' box which shows all directories currently used for icons (Francesco Bochicchio). Fix small error in German translation (Christopher Arndt). Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0. 06-Nov-2001 ~~~~~~~~~~~ Added Spanish translation (Marcelo Ramos). Applied Bernard Jungen's latest patch: - Disk usage forgot to count special files like pipes, etc. - Page up/down scrolls a window full at a time instead of 10 items. - Don't get icons from the cache if thumbnail mode is off anymore. - modechange.c: deleted useless stuff and fixed octal parsing to detect *all* illegal values (eg 010000000000000). - Added 'Show/hide hidden files' toolbar button. - Lots of code tidying. 05-Nov-2001 ~~~~~~~~~~~ Holding the pointer over a symlink shows the target in a tooltip (Stephen Watson; suggested by Arnaud Calvo). 01-Nov-2001 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). 30-Oct-2001 (Release 1.1.8) ~~~~~~~~~~~ Updated to support Gtk+-1.3.10. 17-Oct-2001 ~~~~~~~~~~~ Slightly better positioning of filenames and details (Bernard Jungen). When resizing, only add space for an extra row in Small Icons mode. 16-Oct-2001 ~~~~~~~~~~~ Make the Set Run Action box command box have the "$1" already filled in (suggested by Helgi Hrafn Gunnarsson). 15-Oct-2001 ~~~~~~~~~~~ Set the WM_CLASS for saveboxes, so that window managers can treat them specially, if required (Andrew Flegg). 14-Oct-2001 ~~~~~~~~~~~ Changed internal format used to send to requests to SOAP, and added --RPC option to access it directly. 12-Oct-2001 ~~~~~~~~~~~ Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson). Bugfix: If file doesn't accept the '-b' option then examining a file in the root directory didn't work (Stephen Watson). 10-Oct-2001 ~~~~~~~~~~~ Use --version instead of 'which' to test for programs as not everyone has which (suggested by Vincent Lefevre). Bugfix: When setting an icon for a file with a space in the name, the setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub Turski). The 'globicons' file should be converted automatically when the filer is run. 08-Oct-2001 ~~~~~~~~~~~ Added support for the regex field in MIME-info. This allows files to be matched with patterns, not just on their extensions. For example, '.gtkrc' is now typed 'x-gtkrc' despite having no extension (Stephen Watson and Andras Mohari). 05-Oct-2001 ~~~~~~~~~~~ Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen). 04-Oct-2001 ~~~~~~~~~~~ When running on a remote machine, display the remote host's name in the title bar (Stephen Watson). 02-Oct-2001 ~~~~~~~~~~~ New option to control whether a middle button drag moves the files or brings up a menu. Allow submenus in AppInfo.xml file (Stephen Watson). 26-Sep-2001 ~~~~~~~~~~~ Now supports Gtk+-1.3.9, but not earlier developer releases. 25-Sep-2001 ~~~~~~~~~~~ Disk Usage can cope with larger sizes, and reports the number of files and directories counted; new Show Hidden and Inherit Options options; new -D option to close directories; and changes to formatting of file sizes (Bernard Jungen). 24-Sep-2001 ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). Improved the filename colouring code so that colours are only allocated if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson). Bugfix: When sorting while winking an item, the filer would sometimes scroll to the wrong place (Andras Mohari). Bugfix: If all the selected files were deleted, then trying to paste the selection caused a crash (Fabien Coutant). 20-Sep-2001 ~~~~~~~~~~~ Colour files by type (Andras Mohari). 11-Sep-2001 ~~~~~~~~~~~ Added -p to mkdir in install scripts to create any missing parent directories (Michel Alexandre Salim). 09-Sep-2001 ~~~~~~~~~~~ Dragging files with the middle button (or Button1+Alt) brings up a menu of possible actions (Taras). New option to control size of icons in `New' and `Send To' menus (Stephen Watson). Bugfix: Pinboard icons didn't draw correctly if their windows got resized (reported by Michel Alexandre Salim). 06-Sep-2001 ~~~~~~~~~~~ Window positions can be saved and restored by a session manager (Anders Lundmark). 05-Sep-2001 ~~~~~~~~~~~ Fixed an untranslated string (Andras Mohari). 04-Sep-2001 ~~~~~~~~~~~ The style for pinboard and panel icon text can be set (requested by Greg Spath) with: widget "*.pinboard-icon" style "..." widget "*.panel-icon.*" style "..." 03-Sep-2001 ~~~~~~~~~~~ Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed a (harmless) warning message (reported by Vincent Lefèvre). 03-Sep-2001 (Release 1.1.7) ~~~~~~~~~~~ Added an option to control whether extensions take precedence over the executable bit of a file (requested by MJ Ray). Updated French translation (Vincent Lefèvre and Arnaud Calvo). Disabled the UTF-8 conversion (doesn't work on older versions of Gtk). 02-Sep-2001 ~~~~~~~~~~~ The options controlling when windows resize work again. 31-Aug-2001 ~~~~~~~~~~~ Better guessing of window size for display styles with details. 29-Aug-2001 ~~~~~~~~~~~ The 'src/po/dist' script now converts all text to UTF-8. 28-Aug-2001 ~~~~~~~~~~~ Fixed some problems with the configure.in script and autoconf 2.50 (Richard Boulton). 27-Aug-2001 ~~~~~~~~~~~ Updated Dutch translation (Jasper Huijsmans). Send To menu lists contents of all Send To directories in Choices, not just the first one found. Fixed another XML compiling problem (Stephen Watson). 23-Aug-2001 ~~~~~~~~~~~ Added Customise to `Send To' menu. 22-Aug-2001 ~~~~~~~~~~~ Detached Send To menu from main menu structure. Allows key-binding to open the menu, at least. Main menu now opens quicker (no scanning of Send To dir). Shift+Menu brings up the menu directly. 20-Aug-2001 ~~~~~~~~~~~ Fixed compiling problem with some versions of libxml (Stephen Watson). Changed a text message in the Options box (about binding keys to menus) into a button which shows the message in an alert box. Maybe people will read the message now? 19-Aug-2001 ~~~~~~~~~~~ Only use Gtk+ 2.0 if version 1.3.6 or later is installed. Scrolling using a wheel mouse now always goes at the same speed, whatever the display style (requested by aardvark joe). 10-Aug-2001 ~~~~~~~~~~~ Added 'Send To' menu (Stephen Watson). Bugfix: Renaming a panel icon didn't update the display (reported by Andrew Booker). 07-Aug-2001 ~~~~~~~~~~~ Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel Richard G.) 03-Aug-2001 ~~~~~~~~~~~ Added French translation of the manual (Arnaud Calvo). 24-Jul-2001 ~~~~~~~~~~~ Filer wouldn't compile or run if it was in a directory with spaces in the name (reported by Benjamin Munoz). 23-Jul-2001 ~~~~~~~~~~~ Added options for default action window settings for Brief, Force and Recurse (Liav Asseraf). New default for sort type is Sort By Name (requested by Andreas Dehmel). Bugfix: Clicking on a file with no run action set gave two error boxes. 19-Jul-2001 ~~~~~~~~~~~ Make Enter in the minibuffer work like Return (requested by Arnaud Calvo). 18-Jul-2001 ~~~~~~~~~~~ Added some more hints to pinboard and panel windows to comply with the new freedesktop.org window manger spec. 15-Jul-2001 ~~~~~~~~~~~ New option to set the maximum size the auto-resizer will resize a window to (requested by Andreas Dehmel). 14-Jul-2001 ~~~~~~~~~~~ When using the Set Run Action box, make the command default to the currently set command (suggested by Arnaud Calvo). 12-Jul-2001 (Release 1.1.6) ~~~~~~~~~~~ Updated the French translation (Vincent Lefèvre). 10-Jul-2001 ~~~~~~~~~~~ Renamed 'New File' submenu to 'New' and moved 'New Directory' into it. 09-Jul-2001 ~~~~~~~~~~~ Use the user's preferred font for item filenames, not the Gtk default (requested by Jim Knoble). 03-Jul-2001 ~~~~~~~~~~~ Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0. 02-Jul-2001 ~~~~~~~~~~~ Don't show tooltips for applets as it causes problems (reported by Stephen Watson). 30-Jun-2001 ~~~~~~~~~~~ Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps long names too). Fixed a crash-on-click problem on the root window. 29-Jun-2001 ~~~~~~~~~~~ More work on Gtk+-2.0 -- seems to be usable now :-) 28-Jun-2001 ~~~~~~~~~~~ Started work to support Gtk+-2.0. 26-Jun-2001 ~~~~~~~~~~~ Moved 'relative link' option above the buttons in the Link box (Stephen Watson). Bugfix: Rescanning could sometimes make the cursor reappear, causing the display to scroll (reported by Andreas Dehmel). 21-Jun-2001 ~~~~~~~~~~~ Replaced 'New File...' menu item with a submenu generated from the contents of '/Templates' (Stephen Watson). 20-Jun-2001 ~~~~~~~~~~~ `Xterm here' command can contain arguments (Andras Mohari). Made the menu appear in a sensible place, so it's easy to get to the File submenu (suggested by André Wyrwa). 19-Jun-2001 ~~~~~~~~~~~ Updated French translation (Vincent Lefèvre). Added a German translation (André Wyrwa). 13-Jun-2001 ~~~~~~~~~~~ Added an extra option to control the resizing behaviour. Can be set to resize never, always, or only when the display style changes (requested by Andreas). 07-Jun-2001 (Release 1.1.5) ~~~~~~~~~~~ Updated Russian translation (Dmitry Elfimov). 06-Jun-2001 ~~~~~~~~~~~ Unless compiling with mc's libvfs for virtual filesystem support, change the menu structure for use with the newer AVFS system. (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias). Bug fix: Running the filer with a translation set would make it crash (reported by Dmitry Elfimov). 04-Jun-2001 (Release 1.1.4) ~~~~~~~~~~~ Added 'Details' toolbar icon. Toggles display between Small Icons with Summary and the default size with no details. 30-May-2001 ~~~~~~~~~~~ Replaced Large/Small toolbar buttons with a single Size button which cycles through Small/Large/Huge (other button to reverse). 28-May-2001 ~~~~~~~~~~~ Added Shift Open, Set Run Action and Set Icon to the pinboard and panel menus. 25-May-2001 ~~~~~~~~~~~ Long leafnames wrap onto multiple lines in Huge mode, like they do for Large Icons mode. 24-May-2001 ~~~~~~~~~~~ Display tooltips for pinboard and panel icons, where needed. 23-May-2001 ~~~~~~~~~~~ New option to show number of files / size of selected files in the toolbar (Andras Mohari). 22-May-2001 ~~~~~~~~~~~ New options section 'panel' allows icon text to be hidden for all icons, no icons, or just applications (suggested by José Romildo Malaquias). 17-May-2001 ~~~~~~~~~~~ Converted the options window to a tabbed notebook (Denis Manente). 16-May-2001 ~~~~~~~~~~~ Pressing the mouse button down on an icon no longer winks it; only releasing the button to run it does. Added 'Show Info' to panel/pinboard menu. The File Info box grabs the primary selection when a row is selected (allows you to paste email addresses, URLs, etc). 15-May-2001 ~~~~~~~~~~~ Opening a pinboard or panel menu over an icon no longer selects it -- this allows the selection to be passed to an application run using its AppMenu (requested by Christopher Arndt). 14-May-2001 ~~~~~~~~~~~ In Large Icons display style, a file's name may wrap onto a second line. 13-May-2001 ~~~~~~~~~~~ Merged code for handling selections and menus that was common to pinboards and panels into icon.c. 09-May-2001 ~~~~~~~~~~~ When using 'From LANG', extract the language code from the string to get the filename, instead of using the whole string (Andras Mohari). Added support for very old versions of libxml (reported by Lukasz Stelmach and Vincent Lefèvre). 08-May-2001 ~~~~~~~~~~~ Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations. 07-May-2001 (Release 1.1.3) ~~~~~~~~~~~ Updated the documentation. 06-May-2001 ~~~~~~~~~~~ Added 'Huge, With...' display styles. In huge mode, normal icons are scaled up if they're too small. 03-May-2001 ~~~~~~~~~~~ Gtk styles can be overridden in /ROX-Filer/Styles (suggested by Stephen Watson). Pinboards and panels should now work with IceWM without needing -o (Christopher Arndt). Allow text messages in the toolbar to go off the side (instead of resizing the window). 02-May-2001 ~~~~~~~~~~~ Opening the shell minibuffer with a selection adds ' "$@' after the cursor. Without a selection, the name of the file under the cursor is added. 29-Apr-2001 ~~~~~~~~~~~ Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold down Ctrl for the File submenu. 28-Apr-2001 ~~~~~~~~~~~ Added a new 'About' section to AppInfo. Any elements in here are added into the info box. Added a 'Refresh' button to the info box. Added a ROX-Filer/Styles file for default colours (default filer background is now lighter). 27-Apr-2001 ~~~~~~~~~~~ Rewrote the file info box. Looks a bit nicer, and it's easier to add extra info to it later... 26-Apr-2001 ~~~~~~~~~~~ Updated Russian translation (Dmitry Elfimov). 25-Apr-2001 ~~~~~~~~~~~ AppInfo file may contain a element - the text inside will be displayed in a tooltip if the mouse is held over the item in a filer window. 22-Apr-2001 ~~~~~~~~~~~ Filer now looks for AppInfo.xml before AppMenu. This is for future expansion... 18-Apr-2001 ~~~~~~~~~~~ Automatic resizing of windows when changing directory is now optional (requested by Paul E. Johnson and Andreas Thorn). 11-Apr-2001 ~~~~~~~~~~~ The symlink box allows you to choose to create relative or absolute links (suggested by Stephen Watson). 09-Apr-2001 ~~~~~~~~~~~ Fix some typos and untranslated strings (Andras Mohari). 08-Apr-2001 ~~~~~~~~~~~ Added a Russian translation (Dmitry Elfimov). 06-Apr-2001 ~~~~~~~~~~~ Fixed a couple of errors in the man-page (spotted by Damien Couderc). 05-Apr-2001 ~~~~~~~~~~~ Winking an item in a directory makes it flash twice instead of once (easier to see). Also, creating a new file or directory from the menu winks the new item. Bugfix: When a directory was rescanned because of a move operation, the `Set Icon...' settings didn't work (reported by Damien Couderc). 02-Apr-2001 ~~~~~~~~~~~ New display style 'Huge Icons' to make viewing thumbnails easier. Added a Hungarian translation (Andras Mohari). Updated the French translation (Vincent Lefèvre). Double clicking on a filer window's background resizes the window (Denis Manente). 01-Apr-2001 ~~~~~~~~~~~ If an item's name is truncated, show it in a tooltip when the pointer is held over the item (Denis Manente). 30-Mar-2001 (Release 1.1.2) ~~~~~~~~~~~ Asking for help on a directory always tries to open /Help first, even for non-applications. 29-Mar-2001 ~~~~~~~~~~~ If run without -n, the filer will put itself in the background. Thus, the 'rox' command behaves the same whether or not the filer is already running. 27-Mar-2001 ~~~~~~~~~~~ Support for the new version of libxml (reported by Andreas Dehmel). 26-Mar-2001 ~~~~~~~~~~~ Rewrote parser for options. Smaller and neater (hopefully this will fix the bugs reported by Andreas Dehmel and Ewan Mac Mahon). Bugfix: While scanning, the resizer could make the window too large. 23-Mar-2001 ~~~~~~~~~~~ Moving the cursor down in the next-to-last row will move to the last item if there is nothing under the cursor (suggested by Graham Borland). 21-Mar-2001 ~~~~~~~~~~~ When changing directory, only make the window larger (if needed), never smaller (suggested by Diego Zamboni). 17-Mar-2001 ~~~~~~~~~~~ Changing directory autosizes the window automatically (Denis Manente). Internal changes to the way different layouts are handled. 15-Mar-2001 ~~~~~~~~~~~ Pressing space (to select/unselect an item) now also moves the cursor to the next item (suggested by Anders Lundmark). Copying directories tries to preserve the timestamps, like it does for files (suggested by José Romildo Malaquias). 14-Mar-2001 ~~~~~~~~~~~ Added '--mime-type FILE' option, which simply writes the type of FILE to standard output (Stephen Watson). Added 'Home Directory' to Window menu (requested by Graham Borland). 11-Mar-2001 ~~~~~~~~~~~ Copying a directory which doesn't have user write permission will give it user write during the copy to avoid permission denied errors (suggested by Liav Asseraf). New sort option - 'Directories always come first' (requested by Liav Asseraf). 10-Mar-2001 ~~~~~~~~~~~ Dragging a lasso box with the middle button toggles the selected state of the items enclosed (Denis Manente). 09-Mar-2001 ~~~~~~~~~~~ Changing the display style now resizes the window (Denis Manente). 08-Mar-2001 ~~~~~~~~~~~ New pinboards get a 'Home' icon in the top left corner as new users often think the pinboard isn't working because it starts empty (suggested by Vor'Cha). Converted AppMenu file format to XML. Added AppMenu file with options to control the pinboard. 06-Mar-2001 ~~~~~~~~~~~ Highlight invalid Find expressions in red (Anders Lundmark). 04-Mar-2001 ~~~~~~~~~~~ When resizing windows, try to keep the window fully inside the screen area (Denis Manente). 03-Mar-2001 ~~~~~~~~~~~ Updated the Dutch translation (Jan Wagemakers). 27-Feb-2001 ~~~~~~~~~~~ When mounting a device, the new window appears after mounting, not before. This means that it's more likely to get sized correctly (requested by Ewan Mac Mahon). 24-Feb-2001 ~~~~~~~~~~~ Added two new options to control when minibuffer completion beeps (requested by Liav Asseraf). 20-Feb-2001 ~~~~~~~~~~~ Added 'New File...' feature (James Kermode). 16-Feb-2001 ~~~~~~~~~~~ Dropping icons on the pinboard positions them sensibly (Diego Zamboni). 09-Feb-2001 (Release 1.1.1) ~~~~~~~~~~~ Moving pinboard icons is nicer - it no longer assumes you dragged the middle of the text... (Diego Zamboni). Added a Polish translation (Andrzej Borsuk). Bugfix: Sometimes it wasn't possible to delete something that was on a pinboard or panel, even after confirming (reported by Diego Zamboni). 07-Feb-2001 ~~~~~~~~~~~ Sliders in the options box can have a numerical value display (Diego Zamboni). Fixed a stray warning message displayed when non-default pinboard options were used (Diego Zamboni). New menu item 'Set Icon...' allows you to choose any icon for any file or directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni). 03-Feb-2001 ~~~~~~~~~~~ Many internal changes to the Options system. 30-Jan-2001 ~~~~~~~~~~~ Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente) 28-Jan-2001 ~~~~~~~~~~~ Added Diego Zamboni's patch to make configuring VFS easier. 27-Jan-2001 ~~~~~~~~~~~ Improved compiling - now correctly reports an error if the file doesn't compile. If configure is missing then autoconf is run automatically. After a Find completes, you are given the option of doing the search again (Anders Lundmark). Applications can define a list of menu items to display on their menus (Diego Zamboni). The file should be called 'AppMenu' and contains a list of lines in the form 'option Text'. 24-Jan-2001 ~~~~~~~~~~~ Added two new pinboard options - one to allow setting the grid step size and one to allow icons to go slightly off the side of the screen (Diego Zamboni). 23-Jan-2001 ~~~~~~~~~~~ Bugfix: Textured window backgrounds could cause a crash (reported by Diego Zamboni). 22-Jan-2001 ~~~~~~~~~~~ Updated the French translation (Vincent Lefèvre). Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen Watson). 20-Jan-2001 (Release 1.1.0) ~~~~~~~~~~~ Removed the 'Initial window height' option. The filer tries to pick a sensible shape itself now. Bugfix: If an image was moved to a directory which didn't generate thumbs then it would display, but never be updated. Even if it wasn't that file at all, just a reused inode! Bugfix: Changing the display style didn't always redraw the display. Bugfix: In 'Small, With...' display mode, clicking beyond the far right column acted like clicking on the far-right column. 18-Jan-2001 ~~~~~~~~~~~ Changed background colour to be more compatible with the Gtk themes system. 12-Jan-2001 ~~~~~~~~~~~ Removed all the message window stuff. ROX-Filer no longer grabs standard error from its child processes. Changed because ROX-Session now does a much better job. 10-Jan-2001 ~~~~~~~~~~~ Filer is more generous in what hostnames it considers local. Patch to include pixbuf headers correctly (Diego Zamboni). 08-Jan-2001 ~~~~~~~~~~~ Bug fix: Didn't always use the fully qualified host name for DnD. 30-Dec-2000 ~~~~~~~~~~~ If a file has a known extension then it is given the appropriate type even if the file is executable (Simon Britnell). 28-Dec-2000 ~~~~~~~~~~~ Added a menu entry 'Resize Window' to set the window to a sensible size when you want it. 25-Dec-2000 ~~~~~~~~~~~ Try to open new windows at a sensible size for their contents (Denis Manente). 24-Dec-2000 ~~~~~~~~~~~ Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol wasn't updated (reported by Wilbert Berendsen). 20-Dec-2000 ~~~~~~~~~~~ Fixed a couple of memory leaks in the choices system (Diego Zamboni). Updated French translation (Vincent Lefèvre). Added new 'Create Thumbs' entry on the Display menu which tries to load every file in the directory as an image and use that image for the file (suggested by Sprague and Simon Britnell). 19-Dec-2000 ~~~~~~~~~~~ Converted to use gdk-pixbuf instead of ImLib. Fixed a few compiler warnings and improved the error message displayed if you try to invoke rox on a missing file (reported by Vincent Lefèvre). Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the given file, updating directory views and icons as needed. 18-Dec-2000 ~~~~~~~~~~~ AppIcon.xpm must be a regular file (stops people trying to crash the filer by symlinking to /dev/...). Fixed a missing translation in the pinboard options (Denis Manente). 17-Dec-2000 ~~~~~~~~~~~ Attempting to run the filer before compiling will now ask if you want to compile. Removed lots of platform-specific mount point code and replaced it with python's portable system. New options section allows you to choose a translation without having to set the LANG variable. 16-Dec-2000 ~~~~~~~~~~~ Added '-w', '-i' and '-W' command line options for forcing icons or directories to be rescanned (Diego Zamboni). 13-Dec-2000 (Release 1.0.0) ~~~~~~~~~~~ Made a few updates to the manual. 08-Dec-2000 ~~~~~~~~~~~ Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing a pinboard icon, tries to send it to the back (might help with some WMs). 04-Dec-2000 (Release 0.1.30) ~~~~~~~~~~~ When a panel is used for the first time, put the user's home directory and the directory containing ROX-Filer on it instead of leaving it blank. 24-Nov-2000 ~~~~~~~~~~~ Patch to make compiling easier under FreeBSD (Jimmy Olgeni). Added a #include for OSF1 (Vincent Lefevre). 23-Nov-2000 ~~~~~~~~~~~ Bugfix: On many systems, the filer would fail to remove zombie processes due to a typo (spotted by Philip Hazel and tracked down by Stephen Watson). 22-Nov-2000 ~~~~~~~~~~~ Bugfix: Removing an item from the panel now resizes the panel (reported by Wilbert Berendsen). Bugfix: Editing an icon's path failed to update its hash entry. 20-Nov-2000 ~~~~~~~~~~~ If a case-sensitve match for an extension can't be found then try a case-insensitive match - so .BMP and similar work (Denis Manente). 17-Nov-2000 ~~~~~~~~~~~ A few changes to remove some compiler warnings (reported by Vincent Lefevre). Added a VFS menu entry for .deb files (Vincent Ledda). 11-Nov-2000 ~~~~~~~~~~~ Mounting or unmounting a directory forces mtab to be reread, even if the timestamp hasn't changed (problem reported by Wilbert Berendsen). When the 'Unique windows' option is on, remove the old window AFTER creating the new one, so that the filer doesn't quit because there are zero windows open... (Denis Manente). 07-Nov-2000 ~~~~~~~~~~~ Updated the Dutch translation (Jan Wagemakers). 29-Oct-2000 ~~~~~~~~~~~ Updated the French translation (Vincent Lefèvre). Using --version and --help options no longer requires an X server connection, the man-pages are more standard, and 'man ROX-Filer' is allowed as well as 'man rox' (Bernard Jungen). Bugfix: A corrupted AppIcon.xpm could crash the filer. 24-Oct-2000 (Release 0.1.29) ~~~~~~~~~~~ Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended the makedist script to remove the .cvsignore files (spotted by Andy Piper). 20-Oct-2000 ~~~~~~~~~~~ Improved the install script so that it installs the man-page. Also made it easier to use. Updated the French translation and fixed a couple of typos (Vincent Lefèvre). 17-Oct-2000 ~~~~~~~~~~~ Gtk+ doesn't always scroll entry widgets to show the selection - apply a workaround (Denis Manente) - this improves the Copy/Rename/etc boxes. 08-Oct-2000 ~~~~~~~~~~~ Added a Dutch translation (Jan Wagemakers). 05-Oct-2000 ~~~~~~~~~~~ Added an Italian translation (Denis Manente). 04-Oct-2000 ~~~~~~~~~~~ Bugfix: If AppRun was a symlink, then the owner of the file was checked, not the owner of the symlink. Slight security risk, and also prevented users symlinking AppRun to their binaries... 29-Sep-2000 ~~~~~~~~~~~ Bugfix: Deleting a pinboard icon while it was highlighted caused a crash. This means it is now possible to click on a pinboard icon to change between pinboards... Bugfix: Textured window backgrounds didn't redraw correctly when scrolled or resized. Now flickers when resizing if there's a textured background - seems to be necessary :-( 26-Sep-2000 ~~~~~~~~~~~ Running as root now simply turns on the -u flag, rather than displaying a warning box. The toolbar height is now correctly taken into account when sizing a new filer window (Denis Manente). When guessing file types from extensions, the filer now tries to find the longest extension that matches (eg .ps.gz, then .gz). 25-Sep-2000 ~~~~~~~~~~~ The lasso box is now drawn so that the box will be in the foreground colour over the background, rather than by just inverting the pixel value and hoping it's visible (spotted by Philip Hazel). 24-Sep-2000 ~~~~~~~~~~~ If the home directory is '/' then don't show it as '~' (suggested by Bernard Jungen). Added '--show=FILE' option - this will be needed by other ROX applications, so it needs to be in version 1.0.0. Bugfix: -d option didn't use realpath before sending to an already-running filer. 22-Sep-2000 ~~~~~~~~~~~ The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress newlines (suggested by Bernard Jungen). Bugfix: Close tool was always disabled on startup (reported by Martin Ward). 20-Sep-2000 ~~~~~~~~~~~ Added a man-page (Andy Piper). Changed `install.sh' from bash to sh (Bernard Jungen). 18-Sep-2000 (Release 0.1.28) ~~~~~~~~~~~ Bugfix: menu entries on the pinboard menu weren't being shaded and unshaded correctly. 17-Sep-2000 ~~~~~~~~~~~ Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that the icon points to as well as its name. All i?86 platforms are treated as being equivalent (so, if you compile on a 386 then it'll still run on a 486). 16-Sep-2000 ~~~~~~~~~~~ Pinboard icons can also be renamed. Pinboard and panel icons can have '~' or '~/' at the start of their pathnames - this should make it easier to create a system-wide default panel or pinboard with icons relative to the user's home directory. 14-Sep-2000 ~~~~~~~~~~~ Panel icons can now be renamed (suggested by Ewan Mac Mahon). 13-Sep-2000 ~~~~~~~~~~~ Changing the toolbar options affects existing windows, not just new ones. Removed the 'Size Bars' display style and replaced it with 'Permissions', 'Type' and 'Times' styles. 12-Sep-2000 ~~~~~~~~~~~ With items that spread over their normal width because they're on the edge of the window, clicking on the extra bit now works. Added a size limit of 400K on application icons. This is to prevent someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm to some huge file! Dragging an item with the middle button when none are selected unselects the item after the drag. Added 'Show Location' feature for pinboard and panels - opens a directory showing where the file really is. 11-Sep-2000 ~~~~~~~~~~~ Allowed items in the far right column to spread right to the edge of the window. Fixed a bug which prevented Delete from working if there was no pinboard. 10-Sep-2000 ~~~~~~~~~~~ Deleting items first checks if it will affect the pinboard or panel. A warning is displayed if so. Upgraded the query dialog (from ROX-Session) - looks nicer. 09-Sep-2000 ~~~~~~~~~~~ 'Unique filer windows' option now has no effect while the spring open feature is active (spotted by Andrew Booker). Also, when opening a new window, the old window is destroyed and a new one created (rather than reusing the old one). This ensures that the new window appears in the right place. When a drag from the pinboard or a filer window ends, the selection is only cleared if the icon was selected by starting the drag. Thus, it now works like the panels. 08-Sep-2000 ~~~~~~~~~~~ New Close toolbar button (requested by Martin Ward). Toolbar icons can be turned on and off from the Options box. Removed the 'Mount' menu entry, since 'Shift Open' does it too. Made the Shift Open menu text change depending on what is selected. Bugfix: dragging icons around no longer saved the new pinboard state! 07-Sep-2000 ~~~~~~~~~~~ Running a second copy of the filer as another user will start a new copy instead of reusing the existing one. Added the '-u' option to display the name of the user running the filer in each window (also suppresses the normal don't-run-as-root warning). Added '-d', which opens a directory as a directory, even if it looks like an application. Updated the manual. Added Large and Small toolbar buttons. Right-clicking brings up a menu. 06-Sep-2000 ~~~~~~~~~~~ Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and made using it bring up a dialog rather than a minibuffer. Hopefully it is now easier to use! Added much improved icons for executables and for applications without icons of their own (Victor Liu See-le). Allow '/' on the pinboard and panel (text wasn't displayed - spotted by Tim Rowledge). Bugfix: auto-scrolling didn't always stop when a drag ended. Bugfix: creating a panel with the same name as a file in the current directory caused an error due to a throwback from when panels were directories (spotted by Ewan Mac Mahon). 30-Aug-2000 (Release 0.1.27) ~~~~~~~~~~~ Increased the distance you have to move the pointer to start a drag slightly. Updated the manual. Panel icons can now be moved from one side to the other by simply moving over the gap in the middle. Previously, you had to jump over an icon on the other side. Left and right panels look better now. Also, they shrink if you add a top or bottom panel to make room. 28-Aug-2000 ~~~~~~~~~~~ Dragging on the panel background allows you to slide the bar back and forth. 27-Aug-2000 ~~~~~~~~~~~ Fixed a slight bug with lasso boxes, which could cause them to be drawn in the wrong place. Install script no longer overwrites the default run actions; if the user has changed them leave them alone! (Martin Ward noted that symlinking to an executable would cause the executable to be destroyed on upgrade!) 24-Aug-2000 ~~~~~~~~~~~ More improvements to the event handling. Seems to be working again at last! Made the toolbar buttons slightly larger, and added a textual display for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to click). Moved the pinboard over to the new mouse binding code too. 21-Aug-2000 ~~~~~~~~~~~ Started rewriting the event handling for filer windows to go through the new code in bind.c, like the panel handling does. 20-Aug-2000 ~~~~~~~~~~~ You can now drag icons from the panel to other applications. 18-Aug-2000 ~~~~~~~~~~~ Dragging panel icons with the middle button allows you to move them around. New option to set the default height for new filer windows (patch from James Kermode). 17-Aug-2000 ~~~~~~~~~~~ Selecting panel icons now grabs the primary selection. Pasting pastes all selected file path names. Icons can now be added to either side of the panel. Bug fix: Moving a file didn't always update the source directory. 16-Aug-2000 ~~~~~~~~~~~ Many improvements to the panel - drag and drop to icons, adding new icons, selections (doesn't grab the primary selection yet though), removing icons and automatically saving the panel when it's changed. 11-Aug-2000 ~~~~~~~~~~~ Improved reference counting on images (hopefully!). Lots of work on rewriting the panel system. 07-Aug-2000 ~~~~~~~~~~~ Made the timeout for the spring-open feature configurable (requested by Chris Garrett). Use short form of --version in install.sh and don't use unsetenv() if it isn't available (Mattias Engdegård). 06-Aug-2000 ~~~~~~~~~~~ New options to set the pinboard text foreground and background colours (suggested by James Kermode). 05-Aug-2000 ~~~~~~~~~~~ Your home directory is now displayed as '~' in the title bar, rather than as a full path. 01-Aug-2000 (Release 0.1.26) ~~~~~~~~~~~ Added a popup menu of commonly used chmod strings to the Permissions box. Bracketed text and spaces are now ignored in the commands. Bug fix: Only menu keys changed since the last load were saved! 31-Jul-2000 ~~~~~~~~~~~ Bug fix: Mount points on the pinboard didn't always redraw when the mounted/unmounted state changed. 30-Jul-2000 ~~~~~~~~~~~ Renaming now uses the action windows. This means that you can now rename something onto another filesystem. 28-Jul-2000 ~~~~~~~~~~~ The menu key bindings are now only saved if they actually changed. Code tidying: Moved some typedefs to the new `global.h' file and thus removed the dependencies between header files :-) 26-Jul-2000 ~~~~~~~~~~~ Tab and Shift-Tab move to next and previous selected item. 25-Jul-2000 ~~~~~~~~~~~ The new display styles can now be saved as the defaults (bug spotted by Vladimir Klebanov). When autoscrolling is used, prevent the last-highlighted directory from springing open. 'spring open' now defaults to off. The toolbar Up and Home buttons can act as drop targets (and spring open too!). Options to set the pinboard text background style (suggested by James Kermode). 23-Jul-2000 ~~~~~~~~~~~ Added an option to control the spring-loading feature. Added tooltips to some of the options. Improved the rule for deciding whether to open a new window when you click on the toolbar buttons. Stopped the spring-open window moving while it's open (prevents a bug in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now! Dragging near the edge of a window scrolls. Improved the lasso box drag to use the same system (so it scrolls without you having to move the mouse). 22-Jul-2000 ~~~~~~~~~~~ Added 'spring-loaded' directories. If you drag a file over a directory and hold it there, the directory will spring open! (suggested by Barney Clarkson) 21-Jul-2000 ~~~~~~~~~~~ In the path entry minibuffer, an exact match is favoured over any other match. So, if you enter '.xsession' and press Return you'll get it, not '.xsession-errors' or whatever! The filer now clears APP_DIR from the environment so that child processes don't get it. Fixed a bug which caused problems when using a small version of the 'missing image' image. 19-Jul-2000 ~~~~~~~~~~~ Creating a new directory now makes sure the display is updated. 18-Jul-2000 (Release 0.1.25) ~~~~~~~~~~~ Prevent dragging from a pinboard selection to itself, or onto the desktop background. 17-Jul-2000 ~~~~~~~~~~~ Clicking on the root window works (button-1 clears the selection, button-3 opens the pinboard menu). The pinboard can own the primary selection, which means that you can select something and then paste its name into another program. Keys bound to menu entries are automatically saved when the filer quits. 16-Jul-2000 ~~~~~~~~~~~ Changed the install script so that the CVS directories don't get installed. The 'rox' script now just calls AppRun directly. Panels can be created without starting a new copy of the filer. The pinboard can be changed or removed by using --pinboard a second time. Files can be given as arguments - they are opened as if they were clicked on in a filer window (suggested by Alex Holden). If no arguments are given then the default is now the current directory (not your home directory). If you start the leafname in the path minibuffer with '.' then the Show Hidden feature is temporarily turned on. 15-Jul-2000 ~~~~~~~~~~~ Ctrl-clicking selects and unselects pinboard icons. Menu clicking selects the icon clicked on while the menu is open. Pinned icons are now updated when the pointer moves over them, if necessary. 14-Jul-2000 ~~~~~~~~~~~ Menu-clicking on a pinboard icon now brings up a menu. Clicks on the root window are still ignored though; need to support the GNOME-compliant window manager system for passing root clicks on... 12-Jul-2000 ~~~~~~~~~~~ Files can now be dragged to pinboard icons, and they highlight nicely too! If the --override option is used, the filer will bypass the window manager and position the icons directly. 11-Jul-2000 ~~~~~~~~~~~ Pinboard icons can now be dragged to filer windows or applications, just like normal icons. 10-Jul-2000 ~~~~~~~~~~~ Changed the DnD code to make it easier for the pinboard code to use it. Up and Home buttons on the toolbar now use the 'New window on button 1' option setting (suggested by Vincent Lefèvre). 09-Jul-2000 ~~~~~~~~~~~ Pinboard can have mount points and symlinks on it. 06-Jul-2000 ~~~~~~~~~~~ Dragging with the Menu button moves icons around. Clicking with the other button removes icons from the pinboard. 05-Jul-2000 ~~~~~~~~~~~ Dragging files to the pinboard adds them to it and automatically saves the pinboard too. 02-Jul-2000 ~~~~~~~~~~~ Pinboard is now loaded from a file specified on the command line. 01-Jul-2000 ~~~~~~~~~~~ 'Home' now appears on the background if you run it with --pinboard. Clicking opens your home directory. Doesn't do much else. Fixed a bug which prevented the minibuffer label from appearing on some versions of GTK+. 30-Jun-2000 ~~~~~~~~~~~ First steps towards pinboard support (requested by P.S.S.Camp and Darren Winsper). 16-Jun-2000 ~~~~~~~~~~~ Changed the Display menu layout - now there are four basic types (Large or Small, with or without details) and the type of detail desired is chosen from a sub-sub-menu. Added a new display style - bars showing the sizes of the files. The bars are drawn on a log scale. 15-Jun-2000 ~~~~~~~~~~~ Changed the display menu - you can now choose large or small icons, with or without details. The details displayed can also be changed. I'm not quite happy with the UI yet though... Split the filer.c source file into two (filer.c and display.c) since it was becoming rather unwieldy. This means that some of the option names have changed because they've moved to a new section in the options window... 14-Jun-2000 ~~~~~~~~~~~ Fixed a problem where ImLib support failed on multi-depth displays (reported by Stephen Harrison). 06-Jun-2000 (Release 0.1.24) ~~~~~~~~~~~ Added the install.sh script for easier installation. Removed 'MIME-info' file from ROX-Filer - now we always assume that the standard types are in Choices. Fixed a bug which could cause 'top' panels to appear in the wrong place (Alex Holden). Changed the sort order for Sort By Type so that directories come before files (suggested by Chris Garrett). `Single-click navigation' and 'Ignore case when sorting' now both default to On. 03-Jun-2000 ~~~~~~~~~~~ Improved the theme support to allow tiled background images. Fixed a bug which prevented tilde expansion from working in the shell command minibuffer. 02-Jun-2000 ~~~~~~~~~~~ Made the help button look a bit nicer and changed the Find and Permissions action windows to use the icon instead of a text button. Removed the 3D borders from the help and toolbar buttons when not selected (looks much better!). Setting a run action by dragging to a symlink now dereferences the link (suggested by Ewan Mac Mahon). Default search path for Choices is now: ~/Choices:/usr/local/share/Choices:/usr/share/Choices Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This probably slows everything down, but the next Gtk+ release should do double buffering so all this will get changed then... 01-Jun-2000 ~~~~~~~~~~~ Added a Help icon to the toolbar, which does the same as choosing `Show ROX-Filer Help' from the menu. 25-May-2000 ~~~~~~~~~~~ Started adding some code to truncate long filenames (not finished yet). Fixed a bug which could cause directories to appear empty when using VFS. Added the 'Select If' minibuffer, which selects all files matching the entered expression. 21-May-2000 ~~~~~~~~~~~ Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer). Updated several of the remaining icons by copying them from the GNOME desktop (suggested by Volker Braun). 16-May-2000 (Release 0.1.23) ~~~~~~~~~~~ Added the `Window->Set Run Action' menu item. This allows you to specify the default run action for a file by simply dragging the file into a program. You can also enter a shell command in the minibuffer to make that command the default. The cursor is a bit nicer and usually appears where you want it to now. You can also get rid of it by pressing Escape. 12-May-2000 ~~~~~~~~~~~ Applied Bernard's patch (a couple of cosmetic changes to the action windows). Applied Vincent's patch (minor updates to the Frech translation). Fixed a problem with the pixmap caching - the filer would detect that the file had changed and try to reload it, but ImLib would simply return its cached copy! 28-Apr-2000 ~~~~~~~~~~~ Removed a debugging message that had somehow got into the release version :-( Fixed a bug in the minibuffer code - pressing Return when the cursor was in an empty directory caused odd effects. 24-Apr-2000 (Release 0.1.22) ~~~~~~~~~~~ When starting, the filer will check to see if it is already running. If it is then the arguments are passed to that copy. 23-Apr-2000 ~~~~~~~~~~~ Bug fix: Attempting to open a Find preview window could cause a crash if the directory containing the item could not be opened. Button-3 clicking on the toolbar icons opens a new window. 21-Apr-2000 ~~~~~~~~~~~ Added Vincent Lefevre's French translation. Changed to using my own gettext function because some platforms don't have it or implement it differently. 18-Apr-2000 (Release 0.1.21) ~~~~~~~~~~~ Completed marking translatable strings. Dragging with the middle button now moves files. 17-Apr-2000 ~~~~~~~~~~~ Made lots of changes to the way menus are stored; this makes i18n of the menus easier. 16-Apr-2000 ~~~~~~~~~~~ Added GNU gettext support. Shell meta-characters in shell commands are escaped. 15-Apr-2000 ~~~~~~~~~~~ Tab in the shell commands minibuffer does shell-style completion. 14-Apr-2000 (Release 0.1.20) ~~~~~~~~~~~ ImLib is used for rendering if possible. Small Icons super-samples the image down. 13-Apr-2000 ~~~~~~~~~~~ Copying from inside a VFS directory now works. 09-Apr-2000 ~~~~~~~~~~~ Added the Shell Command feature to the minibuffer. Fixed a bug which causes unnecessary flickering when a hidden file was detected. Removed 'Touch' from the menu; easy enough from the minibuffer now. Changed the type guessing system - scans all files in MIME-info directories now. 02-Apr-2000 ~~~~~~~~~~~ Added a nice list displaying the found files. Clicking opens a preview window onto the directory and winks the file. 18-Mar-2000 ~~~~~~~~~~~ Merged the MIME-Type and Special fields in the info window into a single Type field (since only one could be used at a time anyway). Made lots of changes to the panel menu. You can now remove things much more easily. Unstat()able files now display the error message in the Full Info display, instead of random values. Check for copying a directory onto itself, as well as into itself. Applied Bernard's patch: - Copy (menu entry) now works with action window. - Deleted/moved directory displays are automatically hidden. - Added option not to allow run/copy when object dragged to filer (not panels) icons. Some people like it the RISC OS way... - Full info alignment of App objects and owner/group alignment corrected. - Info window: added special info for symlinks, apps and mount points. 17-Mar-2000 ~~~~~~~~~~~ Added support for mc's Virtual File System. 12-Mar-2000 ~~~~~~~~~~~ New Window appears greyed out if Unique Windows is selected. Added 'Permissions' (chmod) feature. 10-Mar-2000 ~~~~~~~~~~~ Added Bernard Jungen's patch: - Dates are displayed in a more RISC OS like format. - (Scanning) is shown in the titlebar during scans. - Option to only display one window per directory. - User and group names displayed in the Full Info view. - Open Parent in the root does nothing. - Errors in options are only reported once. - File does chdir() if -b isn't possible (prevents getting the full path in the file(1) says... box). Before the Changes file ~~~~~~~~~~~~~~~~~~~~~~~ The following people added code before I started keeping this log: Jens Askengren GNOME-style toolbar Bernard Jungen lots of patches all over the place! Christiansen Merel initial support for ImLib Chris Sawer leafname field in the Info box Simon Truss support for mount points on NetBSD rox-2.11/ROX-Filer/Help/Manual-fr.html000066400000000000000000006271211230207736700173740ustar00rootroot00000000000000 ROX-Filer 2.10 - Manuel de l'utilisateur

ROX-Filer 2.10 - Manuel de l'utilisateur http://rox.sourceforge.net/Manual/Manual/Manual-fr.html

Thomas Leonard

Arnaud Calvo

Traduction française 

Conditions

Rox-Filer est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier selon les termes de la Licence Publique Générale GNU, telle que publiée par la Free Software Foundation ; version 2 de la licence, ou encore (à votre choix) toute version ultérieure. Rox-Filer est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE ; sans même la garantie implicite de COMMERCIALISATION ou D'ADAPTATION À UN OBJET PARTICULIER. Pour plus de détails, voir la Licence Publique Générale GNU. Un exemplaire de la Licence Publique Générale GNU doit être fourni avec Rox-Filer ; si ce n'est pas le cas, écrivez à la Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

NDT : Vous pouvez consulter une traduction non officielle de la Licence Publique Générale GNU à cette adresse : http://fsffrance.org/gpl/gpl-fr.fr.html.

Résumé

Note du traducteur : Je ne suis pas programmeur, les paragraphes 'Appliquettes pour les panneaux' et 'Structures de données' ont été traduits par Laurent Moussault .

ROX-Filer est un gestionnaire de fichiers simple et pratique pour X11. Son interface utilisateur est basée sur le gestionnaire de fichiers de RISC OS et ses caractéristiques sont similaires ("dossiers-applications" et ouverture/enregistrement de fichiers par drag-and-drop). Le filer peut aussi jouer le rôle d'un punaiseur, vous permettant alors d'accrocher sur votre bureau les fichiers/répertoires/applications que vous utilisez fréquemment.


Table des matières

1. Introduction
Fonctionnalités
2. Arguments
Punaiseur
Panneaux
Notes sur les gestionnaires de fenêtres
Sawfish / sawmill
IceWM
Window Maker
Autres
Exécution en tant que root
3. Boutons de la souris et touches du clavier
4. La sélection et les groupes de fichiers
Enregistrer et restaurer la sélection
5. La barre d'outils
6. Les menus
Le menu Affichage
Permissions
Le menu Fichier
Le menu Sélectionner
Le menu Nouveau
Le menu fenêtre
Le menu Aide
Le menu 'Envoyer à...'
Afficher différentes applications selon les types MIME
Le menu signets
7. Le punaiseur et les panneaux
Les menus du punaiseur et des panneaux
'Appliquettes' pour les panneaux
Fenêtres iconifiées sur le punaiseur
L'image de fond
8. Périphériques amovibles
9. Imagettes
Détails techniques
10. Systèmes de fichier virtuel (VFS)
11. Le mini-buffer
Entrer un chemin...
La commande shell
Sélectionner si...
12. Renommer des fichiers en masse
13. Les fenêtres action
Options des fenêtres action
14. Chercher
Wildcards (les motifs génériques)
Tests simples
Opérateurs logiques
Comparaisons
Divers
15. Options
16. Types de fichier
Fixer l'action d'exécution...
Par drag-and-drop
En entrant une commande shell
Définir les types de média par défaut
La boîte 'Fixer l'icône'
Comment les types de fichier sont enregistrés
Comment le filer détermine-t-il un type de fichier ?
17. Dossiers-applications
Le fichier AppInfo
18. Internationalisation
Choisir une traduction
Créer une nouvelle traduction
Mettre à jour une traduction existante
19. Hacking
Compiler
Créer et appliquer des patches
Autoconf
Structures de données
A. Compilation
B. Page de manuel
ROX — Un gestionnaire de fichiers graphique et simple
C. SOAP RPC
References

Chapitre 1. Introduction

Table des matières

Fonctionnalités

ROX-Filer est un gestionnaire de fichiers simple et pratique pour X11 — l'interface graphique à base de fenêtres très utilisé sur les systèmes d'exploitation Unix et dérivés. C'est aussi le cœur du ROX Desktop [ROX]. Beaucoup de fonctionnalités du filer ont été inspirées par RISC OS [RISC OS]. 'ROX' est un acronyme de 'RISC OS–On–X'.

Fonctionnalités

XDND

Un protocole pour le drag-and-drop utilisé, par exemple, par le desktop GNOME [GNOME]. Cela permet à des données d'être chargées dans une application par simple drag-and-drop depuis une fenêtre du filer. Les spécifications complètes sont données en [DND].

XDS

Une extension de XDND qui permet aux applications d'enregistrer des données par drag-and-drop vers une fenêtre du filer. Les spécifications complètes sont données en [XDS].

Basedir spec

Une façon simple, mais souple, de gérer les préférences des utilisateurs. Par défaut, celles-ci sont enregistrées dans `~/.config', mais vous pouvez utiliser la variable d'environnement XDG_CONFIG_HOME pour définir un autre emplacement. Voir [BaseDir] pour plus de détails.

Dossiers-applications

Applications entièrement contenues dans un dossier, pour lesquelles l'installation consiste en la simple copie d'un dossier et la désinstallation, en la suppression de ce dossier. Une description plus détaillée est fournie plus loin.

Imagettes

Le filer peut afficher les fichiers images avec une icône représentant le contenu de ceux-ci, au lieu d'une icône générique. Très utile pour organiser un dossier rempli de photos ! Voir [Imagettes] pour plus de détails.

Shared MIME Info Database

Avant, chaque gestionnaire de bureau avait son propre système pour gérer les types de fichiers. La base de données des types MIME [SharedMIME] propose un standard pour que les différents gestionnaires de bureau n'utilisent plus qu'un seul système.

Thèmes (icônes)

Des collections d'icônes, appelées 'thèmes', peuvent être installées dans `~/.icons'). Vous pouvez changer le thème utilisé dans la boîte Options. Lorsque d'autres 'Gestionnaires de bureaux' utiliseront la même technologie, les thèmes pourront alors être partagés avec ceux-ci. Voir [IconTheme] pour plus de détails.

Support DNotify (Linux seulement)

Si le filer est utilisé avec un noyau Linux récent (i.e. 2.4.x), il mettra à jour automatiquement ses fenêtres. Sur d'autres systèmes, les dossiers seront mis à jour dès que le pointeur passera au-dessus.

Chapitre 2. Arguments

Vous devriez pouvoir démarrer le filer en tapant la commande rox. S'il n'est pas encore installé, voyez Annexe A, Compilation.

Par défaut, ROX-Filer démarre en affichant le répertoire courant. Vous pouvez lui spécifier d'ouvrir d'autres dossiers à la place en les passant en arguments :

$ rox /home /usr /usr/local

Vous pouvez aussi l'utiliser pour ouvrir des fichiers, comme ceci :

$ rox README

Le filer accepte beaucoup d'options ; utilisez -h pour en obtenir la liste. Toutes les options ont une forme courte et une forme longue (e.g. : -h et --help) — bien que sur certains systèmes vous ne pouvez utiliser que les options courtes.

Notez que si la même version du filer est déjà lancée sur votre machine, alors, par défaut, elle sera utilisée pour ouvrir les dossiers et la nouvelle copie s'arrêtera immédiatement.

Pour obtenir la liste complète des options, voir Annexe B, Page de manuel.

Punaiseur

Si vous voulez que le filer gère votre bureau vous utiliserez l'option --pinboard et fournirez un nom pour le punaiseur, e.g. :

$ rox --pinboard=MonPunaiseur

La configuration du punaiseur est sauvée dans `~/.config/rox.sourceforge.net/ROX-Filer/pb_MonPunaiseur' dès que vous le modifiez (par exemple, en glissant/déposant un fichier sur votre bureau). Vous pouvez avoir autant de punaiseurs que vous le souhaitez et basculer de l'un à l'autre en lançant rox de nouveau, e.g. :

$ rox --pinboard=MonAutrePunaiseur

Pour arrêter la fonction punaiseur, donnez au nom une chaîne vide :

$ rox --pinboard=

Allez voir la section window manager notes si vous avez des problèmes d'affichage avec les icônes. Le punaiseur peut aussi être activé/désactivé en se plaçant dans le répertoire d'installation de `ROX-Filer' dans une fenêtre du filer et en choisissant Enable pinboard ou Disable pinboard dans le menu (clic droit).

Panneaux

Les panneaux fonctionnent exactement de la même façon que les punaiseurs, mais ils correspondent à une barre, le long d'un des bords de l'écran. Pour créer un panneau :

$ rox -b=MonPanneau

Le panneau devrait être affiché dans une fenêtre sans barre de titre. Si ça ne fonctionne pas, lisez la section window manager notes pour avoir quelques idées. Vous pouvez déposer des fichiers sur les 2 côtés du panneau, ils s'aligneront sur un côté ou sur l'autre. Les icônes des panneaux peuvent être repositionnées en les glissant avec le bouton du milieu. Les changements apportés au panneau sont automatiquement sauvegardés dans `~/.config/rox.sourceforge.net/ROX-Filer/pan_MonPanneau'. Comme pour le punaiseur, vous pouvez basculer entre plusieurs configurations de panneaux en relançant rox avec un nom de panneau différent.

$ rox -b=MonAutrePanneau

Utilisez le menu contextuel pour choisir le côté sur lequel vous souhaitez positionner le panneau. Vous pouvez aussi utiliser le nom du côté ("bottom", "top", "left" ou "right"), au lieu de -b. Spécifiez une chaîne vide ("") pour ôter le panneau :

$ rox --bottom=

Notes sur les gestionnaires de fenêtres

Vous allez peut être avoir à configurer un peu votre gestionnaire de fenêtre pour que les icônes des punaiseurs et les panneaux s'affichent correctement (c'est-à-dire sans les bordures et sous les autres fenêtres). En particulier, vérifiez les options concernant les différentes "couches" (au-dessus, en dessous, premier, dernier, etc...) et affectez le punaiseur aux couches les plus basses.

Sawfish / sawmill

Sawfish essaie de deviner si vous utilisez GNOME au démarrage et désactive certaines fonctions si c'est le cas. Vous devrez peut-être ajouter la ligne

(require 'gnome)

à votre fichier `.sawfishrc' (lisez le manuel sawfish pour plus de détails).

IceWM

Collez ces paramètres de configuration dans `~/.icewm/preferences' :

# Manage root window (EXPERIMENTAL - normally enabled!)
GrabRootWindow=1 # 0/1
# Bitmask of root window button click to use in window manager
UseRootButtons=3 # [0-255]
# Desktop mouse-button click to show the menu
DesktopWinMenuButton=1 # [0-20]
# Desktop mouse-button click to show the window list
DesktopWinListButton=2 # [0-5]
# Desktop mouse-button click to show the window list menu
DesktopMenuButton=0 # [0-20]

Et collez ceux-ci dans `~/.icewm/winoptions' :

# ROX-Filer pinboard and panel
ROX-Filer.icon: folder
ROX-Panel.layer: Dock
ROX-Panel.doNotCover: 1
ROX-Panel.ignoreWinList: 1
ROX-Panel.ignoreTaskBar: 1
ROX-Panel.ignoreQuickSwitch: 1
ROX-Pinboard.layer: Below
ROX-Pinboard.ignoreWinList: 1
ROX-Pinboard.ignoreTaskBar: 1
ROX-Pinboard.ignoreQuickSwitch: 1
ROX-Filer.layer: Normal

Redémarrez IceWM et le filer pour que les changements prennent effet.

Window Maker

  1. Démarrez le filer comme ceci : rox -p=Default

  2. Appuyez sur Ctrl+Esc, ou faites un clic droit sur la barre de titre de n'importe quelle fenêtre. Choisissez Attributes....

  3. La fenêtre Attributes Inspector apparaît. Choisissez Window Specification dans le menu, en haut (1er choix).

  4. Cliquez sur le bouton Select window. Le curseur de la souris s'est transformé en double croix. Sélectionnez une des icônes du punaiseur de ROX-Filer. Les boutons radios dans le cadre Window Specification doivent maintenant être modifiés et afficher ROX-Pinboard.ROX-Filer pour le premier élément. Sélectionnez ce bouton radio.

  5. Dans le menu du haut, revenez à Window Attributes. Dans le cadre Attributes, choisissez les caractéristiques que vous voulez donnez aux icônes du punaiseur ; je vous recommande celles-ci :

    • Disable titlebar

    • Disable resizebar

    • Disable close button

    • Disable miniaturize button

    • Keep at bottom (sunken)

    • Omnipresent

  6. Toujours dans le menu du haut, choisissez Advanced Options. Dans le cadre Advanced, choisissez les options qui vous conviennent ; je vous recommande les suivantes :

    • Do not show in the window list

    • Ignore 'Hide Others'

    • Ignore 'Save Session' (éventuellement)

  7. Quand vous aurez fini, cliquez sur Save, et fermez la fenêtre Attributes Inspector en cliquant sur le bouton X dans la barre de titre.

Autres

Si rien ne fonctionne, essayez la section "Compatibilité" de la boîte d'options.

Exécution en tant que root

Si vous utilisez le filer en tant qu'utilisateur 'root', le filer affiche un message en haut de chaque fenêtre pour vous le rappeler. L'utilisateur root a le droit d'accéder à tous les fichiers du systèmes, ainsi que de les modifier, soyez donc très vigilant quand vous utilisez le filer dans ces conditions. Normalement, vous devriez vous loguer en utilisateur ordinaire et vous changer en root que lorsque vous en avez besoin. Si sudo est installé et proprement configuré sur votre système, vous pouvez exécutera le filer de cette façon :

$ sudo rox

Attention, souvenez-vous que tout ce que vous ferez sur n'importe quel fichier (y compris les applications que vous exécuterez depuis ces fenêtres) sera effectué avec les droits de root ! Soyez très prudent !

Vous aurez peut-être un message du serveur X window qui vous dira que root (ou d'autres utilisateurs) ne peut pas se connecter (ndt : "se connecter à X", ce qui veut dire que l'utilisateur root, par exemple, ne pourra lancer aucune commande qui utiliserait X). Une lecture des pages man pour xauth et xhost est donc conseillée, mais ce mécanisme varie selon les systèmes (c'est pourquoi ça n'est pas imtégré dans le filer !).

Note : La commande gnomesu peut aussi être utilisée pour exécuter le filer en tant que root, mais vous devrez employer setsid pour le démarrer dans une nouvelle session, sinon gnomesu le détruira avant qu'il n'ouvre la moindre fenêtre. Exemple :

gnomesu -c 'setsid /usr/local/bin/rox /'

Chapitre 3. Boutons de la souris et touches du clavier

Premier aperçu succinct :

  • Faites un clic gauche [1] pour ouvrir fichiers et dossiers.

  • Faites un clic droit pour obtenir un menu. Clic droit sur un fichier/dossier pour opérer une action sur celui-ci.

  • Glissez-déposez des fichiers entre des fenêtres avec le bouton gauche pour les copier, les déplacer, les lier, etc... (action à choisir dans un menu). Lier crée un raccourci vers le fichier original.

Par défaut, l'affectation des boutons de la souris correspond aux conventions de l'environnement X. Ce comportement est toutefois hautement configurable — n'hésitez pas à essayer les différentes options possibles, dans l'espace de configuration du filer si vous n'aimez pas les options par défaut. Ces options induisent les comportements suivants :

Touche ou bouton de la sourisAction
Clic gauche Ouvre le fichier ou le dossier cliqué. Maintenez enfoncé Ctrl pour sélectionner les objets au lieu de les ouvrir. Maintenez enfoncé Shift pour voir à l'intérieur des dossiers-applications, pour ouvrir les fichiers avec l'éditeur de texte, pour suivre les liens symboliques ou pour mieux gérer les points de montage (voir Removable devices).
Clic sur le bouton du milieu Comme le bouton gauche, mais ouvre un dossier dans une nouvelle fenêtre ou ferme la fenêtre du filer en ouvrant un fichier.
Clic droit Ouvre le menu principal. Maintenez enfoncé Ctrl en cliquant pour avoir directement le sous-menu de sélection. Maintenez enfoncé Shift pour accéder au menu Envoyer à... (voir la section Send To menu).
Drag and drop d'un objet (bouton gauche) Affiche un menu vous permettant de choisir différentes actions. Vous pouvez désactiver cette fonction de menu via une option, ce qui permettra de copier par défaut le(s) fichier(s) dans la destination (un dossier-application ou une autre fenêtre du filer). Maintenez enfoncé Shift pour déplacer le fichier, Control+Shift pour créer un lien symbolique, ou Alt pour avoir un menu avec les différentes actions possibles.
Drag and drop d'un objet (bouton du milieu) Comme ci-dessus, mais déplace toujours au lieu de copier ou de créer un lien symbolique. Il y a une option pour choisir ce comportement ou l'affichage d'un menu.
'Glissé' avec un bouton, mais pas au-dessus d'un autre objet Sélectionne un groupe d'objets en les entourant avec un bouton de la souris enfoncé. Avec le bouton gauche, seuls les fichiers entourés seront sélectionnés. Si vous maintenez enfoncé Ctrl, les objets entourés seront ajoutés à la sélection. Si vous utilisez le bouton du milieu, alors les objets entourés seront désélectionnés s'ils étaient sélectionnés, et inversement.
Double-clic sur le fond d'une fenêtre Redimensionne la fenêtre correctement (cette fonctionnalité peut être désactivée dans l'espace de configuration).
Backspace (touche 'retour en arrière') Affiche le dossier père.
Touches de déplacement Entoure les objets l'un après l'autre au fur et à mesure du déplacement.
Page Haut, Page Bas Affiche les objets se trouvant une page plus haut ou une page plus bas.
Début, Fin Affiche le premier/dernier objet du dossier.
Entrée Comme un clic gauche sur l'objet. Vous pouvez maintenir enfoncé Shift pour modifier l'action, comme en cliquant. En maintenant Alt enfoncée, l'effet sera identique à un clic avec le bouton du milieu ; les dossiers s'ouvrent dans une nouvelle fenêtre, et l'ouverture d'un fichier provoque la fermeture immédiate du dossier.
Barre d'espace Bascule l'objet actuellement entouré de l'état sélectionné à non-sélectionné (et inversement) et déplace le contour autour de l'objet suivant.
Tabulation, Shift+Tabulation Déplace le contour vers l'objet sélectionné suivant/précédent.
Immobiliser la souris au-dessus d'un objet Affiche une bulle d'aide avec une description rapide de l'application (si une description est fournie), avec la cible d'un lien symbolique, ou avec le nom complet d'un objet, si celui-ci est trop long pour être affiché en entier.

Si vous avez activé la possibilité de définir les touches de raccourcis-clavier, alors celles-ci peuvent facilement être choisies en ouvrant le menu (ndt : le menu qui contient la commande qui doit être exécutée lorsque vous utiliserez le raccourci-clavier), en positionnant le pointeur de la souris au-dessus de la commande désirée, et en pressant la (les) touche(s) devant servir de raccourci. La (les) touche(s) apparaît(ssent) maintenant dans le menu et peut(vent) désormais être utilisée(s) comme raccourci(s). Les touches de raccourcis sont automatiquement sauvées quand le filer est quitté. Vous pouvez utiliser un 'XSettings manager' tel que ROX-Session pour activer cette fonction pour toutes les applications Gtk+-2.0.



[1] Cette documentation suppose que le bouton–1 est le bouton gauche, le bouton–2 est le bouton du milieu et le bouton–3 est le bouton droit. Ce n'est pas toujours le cas — par exemple, dans une configuration pour gaucher.

Chapitre 4. La sélection et les groupes de fichiers

Quand des objets sont sélectionnés dans une fenêtre ROX-Filer, le filer acquiert la "sélection primaire" (il copie leur nom). Vous pouvez alors les coller dans une autre fenêtre pour obtenir le chemin des objets sélectionnés.

Procédure 4.1. Par exemple, si vous voulez charger un fichier dans une application qui ne supporte pas le drag-and-drop :

  1. Ouvrez la boîte 'Ouvrir...' de l'application.

  2. Utilisez Ctrl et cliquez sur les fichiers dans une fenêtre ROX-Filer pour les sélectionner.

  3. Cliquez avec le bouton du milieu dans la boîte 'Ouvrir...' pour y coller les noms. NDT : ça fonctionne aussi avec un XTerm...

Notez que la plupart des navigateurs internet ("web-browsers") ouvrent les fichiers dont vous "collez" les noms en cliquant avec le bouton du milieu n'importe où dans la page (sauf un lien, bien sûr...).

Si vous sélectionnez autre chose (par exemple du texte dans un autre programme), les objets sélectionnés dans la fenêtre du filer seront affichés grisés (car le filer n'aura plus la "sélection primaire"). Si vous cliquez sur un des objets grisés, vous redonnerez au filer la "sélection primaire".

Enregistrer et restaurer la sélection

Il est parfois utile de sauvegarder la sélection courante pour une utilisation ultérieure. Vous pouvez en enregistrer 10 en appuyant sur Ctrl+<chiffre>. Vous pouvez restaurer une sélection en appuyant seulement sur le chiffre utilisé. Vous pouvez aussi restaurer des sélections si un dossier différent est affiché, et même si vous utilisez une fenêtre différente.

Cette fonction de sauvegarde est très utile même si rien n'est sélectionné, puisque le filer enregistre quand même le nom du dossier courant.

Procédure 4.2. Exemple : pour enregistrer un dossier et y retourner plus tard :

  1. Vous avez un dossier affiché dans une fenêtre et vous souhaitez le "bookmarker". Appuyez sur Ctrl+1.

  2. Affichez un autre dossier, ou fermez la fenêtre, ou... etc.

  3. Appuyez sur 1 (NDT : Shift+1) dans n'importe quelle fenêtre pour retourner dans le dossier que vous avez enregistré.

Les groupes sont automatiquement enregistrés et seront donc accessibles pour une autre session du filer.

Chapitre 5. La barre d'outils

Par défaut, chaque fenêtre affiche en haut une barre d'outils. Vous pouvez la désactiver (ou la rendre plus grande) dans l'espace configuration ('Options...'), et vous pouvez sélectionner les outils devant y apparaître. Normalement, vous devriez cliquer avec le bouton gauche (1). Mais beaucoup d'outils peuvent accomplir une fonction différente s'ils sont sollicités avec le bouton du milieu ou le bouton droit.

Icône Bouton gauche (1) Autre bouton
CroixFermer la fenêtreOuvrir une nouvelle fenêtre
Flèche vers le hautAffiche le dossier père... dans une nouvelle fenêtre[1]
MaisonAffiche le dossier "Home"... dans une nouvelle fenêtre[1]
Aller àAffiche le Bookmarks menuÉdite les signets
Flèches tournantesRafraîchirOuvrir une nouvelle fenêtre
Loupe (+)Sélectionne une taille d'icônes plus grande.Sélectionne une taille d'icônes plus petite.
Loupe (zone)Sélectionne le mode 'Taille automatique'.-
ListeAffiche/Masque le détail des objetsIdem
A..ZPasse au critère de tri suivant.Passe au critère de tri précédent.
ŒilBascule entre l'affichage et le masquage des fichiers cachés (ceux dont le nom commence par un point)Idem
Liste avec sélectionsSélectionne tout.Inverse la sélection.
BouéeAffiche les fichiers d'aide de ROX-FilerOuvre directement le manuel

[1] Si l'option 'Fenêtres uniques' est activée, l'action par défaut est d'ouvrir une nouvelle fenêtre — et cliquer avec l'autre bouton utilise la même fenêtre (le comportement du filer est inversé).

Glisser-déposer des objets sur les outils 'Flèche vers le haut' ou 'Maison', produit le même effet que de les glisser-déposer vers les dossiers auxquels ces outils mènent. Glisser-déposer sur l'outil 'Signets' créera un signet pour cet objet.

La barre d'outils peut aussi montrer le nombre de fichiers dans un dossier, et quelques informations sur la sélection. Ceci peut être activé/désactivé dans l'espace configuration ('Options...').

Chapitre 6. Les menus

Vous pouvez ouvrir un menu en faisant un clic droit sur un punaiseur, un panneau ou une fenêtre de filer. Dans les fenêtres du filer, vous pouvez aussi utiliser \ pour ouvrir le menu. Il existe un raccourci pour afficher le sous-menu 'Fichier' directement : maintenez enfoncée la touche Ctrl en ouvrant le menu. Voici une description complète de toutes les commandes :

CommandeAction
Affichage Pour modifier l'affichage.
Fichier Opérations sur les objets sélectionnés.
Sélectionner Pour contrôler quels objets sont sélectionnés.
Options... Configure ROX-Filer.
Nouveau Crée un nouveau fichier ou dossier à l'intérieur de ce dossier.
Fenêtre Opérations diverses agissant sur la fenêtre.
Aide Information sur le filer.

Le menu Affichage

CommandeAction
IcônesLes fichiers sont affichés sous forme de "lignes d'icônes", sans détail.
Icônes, avec... Les fichiers sont affichés sous forme de "lignes d'icônes", avec des détails en plus (choisis dans le sous-menu). Pour voir toutes les informations sur chaque fichier, utilisez plutôt 'Liste'.
Liste Affiche les fichiers et tous les détails. Cliquez sur le titre d'une colonne pour activer le tri correspondant à cette colonne (un nouveau clic inversera le tri).
Icônes plus grandes Augmente la taille des icônes. Désactive le mode 'Automatique'.
Icônes plus petites Diminue la taille des icônes. Désactive le mode 'Automatique'.
Automatique Le filer choisit une taille d'icône adéquate pour la fenêtre active, lors de chaque changement de dossier, etc...
Trier par XXX Définit le critère de tri. Dans la vue 'Liste', vous pouvez aussi définir le critère de tri en cliquant sur le titre des colonnes.
Inversé Inverse l'ordre de tri (du plus récent au plus ancien, du plus gros au plus petit, etc...).
Montrer les fichiers cachés Si cette option est activée, les objets commençant par un point sont affichés, sinon, ils sont cachés. La barre de titres affiche (All) quand cette option est activée.
Filtrer des fichiers... Contraint ROX à n'afficher que les fichiers dont les noms correspondent à un certain motif. La barre de titre affichera (Glob (motif)) si un filtre est utilisé.
Filtrer les répertoires avec les fichiers Applique aux répertoires également, le filtre défini dans Filtrer des fichiers....
Montrer les vignettes Activée, le filer essaiera de lire chaque fichier-image et d'utiliser cette image comme icône pour ce fichier. Très utile quand vous avez un dossier rempli de photos et que vous en cherchez une dont le nom vous échappe ! Voir la section Thumbnails.
Rafraîchir Relit le contenu du dossier et les détails de tous les fichiers s'y trouvant. Utilisez cette commande si l'affichage n'est plus à jour.
Sauver les options d'affichage... Sauve les options d'affichage du dossier courant. Chaque fois que vous ouvrirez ce dossier, ces options seront utilisées.

Permissions

Le champ permissions, quand il est affiché, est composé de quatre groupes de trois caractères. Chaque caractère est une lettre, si la permission à laquelle le caractère réfère est attribuée, sinon, ce caractère est un tiret (–). Les trois premiers caractères montrent les permissions pour le propriétaire du fichier, les trois suivants, pour les autres utilisateurs appartenant au groupe du fichier, les trois suivants, pour le reste du monde. L'utilisateur ayant démarré ROX-Filer se voit situé dans les permissions par leur soulignement. Les trois derniers caractères montrent les permissions spéciales.

Les lettres représentant les permissions ont la signification suivante :

  • r — Permission de lire le contenu d'un fichier, ou le nom des fichiers d'un dossier.

  • w — Permission de modifier le contenu d'un fichier, ou de changer le contenu d'un dossier (renommer un fichier, par exemple).

  • x — Permission d'exécuter un fichier (un programme), ou de référer aux fichiers d'un dossier (nécessaire pour voir son contenu).

  • U — Ce programme s'exécute avec l'identification de son propriétaire (user ID) plutôt qu'avec celle de l'utilisateur qui l'exécute.

  • G — Ce programme s'exécute avec l'identification de son groupe (group ID), peut importe qui l'exécute.

  • T — Les objets d'un tel dossier ne peuvent être supprimés que par les utilisateurs qui sont les propriétaires de ceux-ci, même si une permission d'écriture (w) existe sur le dossier.

Par exemple,

rwx,rwx,r-x/---

signifie que le propriétaire de ce fichier est le même utilisateur que celui qui se sert de ROX-Filer (autrement dit, *vous* êtes le propriétaire de ce fichier), vous et tous les utilisateurs du groupe avez les droits de lecture, d'écriture et d'exécution ; quant au reste du monde, il peut lire et exécuter ce fichier. Il n'y a pas de 'permissions spéciales'. Les règles qui régissent l'application des permissions peuvent varier d'un système d'exploitation à un autre, mais elles peuvent être considérées comme suit :

  • Si l'identité de l'utilisateur (user ID) qui utilise ROX-Filer est la même que celle du propriétaire du fichier, les permissions du propriétaire s'appliquent.

  • Si l'identité du groupe (group ID) de l'utilisateur est la même que celle du groupe du fichier, OU si le groupe du fichier est le même qu'un des groupes auxquels l'utilisateur appartient, les permissions du groupe s'appliquent.

  • Autrement, les 'autres' permissions s'appliquent.

Le menu Fichier

Si vous ouvrez le menu alors que plusieurs objets sont sélectionnés, l'opération s'applique alors à tous ces objets. Si vous ouvrez le menu en cliquant droit sur un objet, alors qu'il n'y a pas de sélection, l'objet cliqué est alors temporairement sélectionné.

Si vous choisissez une commande du menu sélection sans qu'il n'y ait de sélection, vous entrez en mode 'cible' ; l'opération choisie s'appliquera au prochain objet choisi. Cliquez sur le fond de la fenêtre, appuyez sur Echap ou faites un clic droit pour sortir du mode 'cible'. Le mode 'cible' est surtout utile si vous utilisez l'option Navigation en simple clic ou pour utiliser avec des raccourcis claviers.

Notez que pour les dossiers-applications, il peut y avoir quelques commandes qui sont ajoutées au début de ce sous-menu quand vous cliquez sur ceux-ci — voir la section Application directories pour plus de détails. Vous pouvez créer des commandes supplémentaires qui apparaîtront en haut, en fonction du type de fichier sur lequel vous aurez cliqué. Pour cela, choisissez la commande Personnaliser. Par exemple, vous pourriez faire apparaître The Gimp pour toutes les images, et FreeFS pour les points de montage.

CommandeAction
Copier... Copie cet objet.
Renommer... Change le nom de cet objet, ou le déplace vers un autre dossier. Si plusieurs fichiers sont sélectionnés, la boîte The Bulk Rename window est affichée.
Lier... Crée un lien symbolique vers cet objet.
Supprimer Supprime tous les objets sélectionnés du dossier courant. Le contenu des sous-dossiers sera supprimé en premier. Supprimer un lien symbolique ne supprime que le lien, pas la cible de ce lien.
Shift Ouvrir Ouvre les dossiers-applications comme s'il s'agissait de simples dossiers, ouvre les fichiers comme s'il s'agissait de simple texte brut, ou ouvre le dossier contenant la cible du lien symbolique sur lequel vous "shift-cliquez". Sur des points de montage, on peut noter des effets intéressants (voir Removable devices). C'est la même chose que de cliquer en maintenant Shift enfoncé. La commande du menu sélection prend alors le nom de la commande a effectuer.
Envoyer à... Ouvre le menu 'Envoyer à...', ce qui permet d'envoyer les objets à une application. Voir la section Send To menu.
Fixer l'action d'exécution... Cette commande vous permet de choisir l'application qui sera utilisée pour ouvrir les fichiers de ce type. Lire la section the Set Run Action box pour plus de détails.
Fixer l'icône... Vous pouvez affecter une icône différente pour chaque fichier/dossier en utilisant cette commande — glissez-déposez simplement une icône sur the Set Icon box.
Propriétés Affiche plus de détails sur l'objet. Vous pouvez aussi modifier les permissions d'accès à partir de cette boîte (la commande Permissions vous permet quant à elle d'appliquer des modifications sur plusieurs fichiers simultanément), ainsi que la cible d'un lien symbolique.
Compter Fait le total de l'espace occupé par les objets sélectionnés. Le contenu des dossiers sélectionnés est aussi compté. Les liens symboliques sont comptés, mais pas leur cible.
Fixer le type... Cette commande vous permet de changer le type MIME d'un fichier, seulement sur les sytèmes de fichiers qui bénéficient des "attributs étendus". Si vous utilisez un système de fichiers plus ancien, vous devrez renommer le fichier (ndt : son extension) pour changer son type MIME.
Permissions Cette commande vous permet de changer les permissions des objets sélectionnés. Si vous ne devez changer les permissions que pour un fichier, vous pouvez utiliser la commande Propriétés, qui est plus simple.
Chercher Cherche des fichiers en spécifiant différentes conditions — voir la section Searching.

Note à propos des liens symboliques :  Un lien symbolique enregistre l'emplacement d'un autre fichier/dossier. Supprimer un lien symbolique n'affecte en rien la cible vers laquelle celui-ci pointe. Supprimer la cible rendra le lien symbolique inutile. Il y a deux types de liens symboliques — Relatif et Absolu. Un lien absolu enregistre le chemin complet de la cible (ex `/home/fred/MonFichier'). Un lien relatif enregistre le chemin relatif menant jusqu'à la cible (ex `../fred/MonFichier'). Si la cible est censée ne jamais être déplacée, utilisez un lien absolu (vous pourrez déplacer celui-ci), mais si vous pensez que la cible peut être déplacée (le lien devra l'être aussi...), alors optez pour un lien relatif.

Le menu Sélectionner

CommandeAction
Tout sélectionner Sélectionne tous les objets de cette fenêtre.
Oublier la sélection Dé-sélectionne tous les objets de cette fenêtre.
Inverser la sélection Dé-sélectionne tous les objets sélectionnés, et sélectionne tous les objets non sélectionnés.
Sélectionner par nom... Ne sélectionner que les objets dont le nom correspond à un certain motif. Cette commande n'est pas aussi puissante que Sélectionner si... (cf. ci-dessous), mais elle est plus rapide à utiliser. Les fichiers sont sélectionnés automatiquement au fur et à mesure de la saisie. Le raccourci-clavier par défaut est ., ce qui vous permet de ne saisir que .png pour sélectionner tous les fichiers `.png', par exemple.
Sélectionner si... Ne sélectionner que les objets qui correspondent à certains critères — voir la section Select If.

Le menu Nouveau

Chaque commande de ce sous-menu ouvre une boîte pour créer un nouveau fichier ou un nouveau dossier. Il y a trois commandes de base ; les autres reflètent le contenu de votre dossier `~/.config/rox.sourceforge.net/Templates', s'il existe.

CommandeAction
RépertoireCrée un nouveau répertoire.
Fichier videCrée un fichier vide.
Personnaliser le menu...Affiche le dossier `Templates' pour que vous puissiez ajouter des éléments au menu.
<commandes supplémentaires>Copie un fichier depuis votre dossier Templates.

Pour ajouter vos propres commandes, choisissez Personnaliser le menu... et enregistrez-y tous les fichiers que vous souhaitez. Chaque fichier de ce dossier apparaîtra dans le menu et la boîte qui s'ouvrira le copiera. Par exemple, vous pourriez créer une base pour un fichier HTML :

<html>
  <head>
    <title>Ma Page</title>
  </head>
  <body>
    Le contenu.
  </body>
</html>

Enregistrez ceci sous le nom `index.html' dans le dossier `Templates' et vous pourrez ainsi facilement créer de nouveaux fichiers HTML. Vous pouvez aussi y enregistrer des documents vides de toutes sortes d'applications (e.g. : une feuille de calcul, une lettre ou un fax, etc...).

Notez que pour l'instant, vous ne pouvez pas créer de raccourcis-clavier pour ces commandes personnalisées.

Le menu fenêtre

CommandeAction
Père, nouvelle fenêtreOuvre une nouvelle fenêtre pour afficher le contenu du dossier père.
Père, même fenêtreComme ci-dessus, mais utilise la même fenêtre.
Nouvelle fenêtreOuvre une nouvelle fenêtre avec le même dossier courant.
Répertoire HomeAffiche le contenu de votre répertoire personnel.
Afficher les signetsOuvre le menu des signets (voir Bookmarks menu).
Suivre les liens symboliques Convertit le chemin affiché dans la barre de titre en son nom canonique. Par exemple, si `/home/fred/lien' est un lien symbolique pointant sur `/usr/share/doc/', cliquer le lien vous amènera dans ce dossier, et remonter avec la flèche vous ramènera dans `/home/fred'. Si vous aviez utilisé Suivre les liens symboliques, vous seriez revenu dans `/usr/share'.
Changer taille de la fenêtreAjuste la taille de la fenêtre à son contenu.
Fermer la fenêtreFerme la fenêtre.
Entrer un chemin...Ouvre un "espace de saisie" pour ouvrir un autre dossier (voir section Minibuffer).
Commande shell...Ouvre un "espace de saisie" pour exécuter une commande shell (voir section Minibuffer).
Xterm iciOuvre un xterm avec ce dossier comme dossier courant.
Remplacer par un xtermOuvre un xterm avec ce dossier comme dossier courant, et ferme la fenêtre du filer automatiquement.

Le menu Aide

CommandeAction
Au sujet de ROX-Filer... Affiche des informations sur le fichier. C'est la même chose que de localiser ROX-Filer dans une fenêtre du filer et de sélectionner Propriétés dans le menu Fichier.
Montrer les fichiers d'aide Même chose que de localiser ROX-Filer et de sélectionner Aide dans le menu Fichier.
Manuel Ouvre le manuel HTML correspondant à votre langue, ou la version anglaise si la traduction n'a pas été réalisée.

Le menu 'Envoyer à...'

Le menu 'Envoyer à...' permet d'envoyer très facilement un (des) objet(s) à une application. Le filer cherche le dossier `$XDG_CONFIG_DIRS/rox.sourceforge.net/SendTo' (voir [BaseDir]) et liste son contenu dans ce menu.

Pour changer les applications qui apparaissent ici, vous pouvez utiliser la commande Personnaliser qui se trouve en bas du menu ; elle créera si nécessaire le dossier `SendTo' et l'ouvrira. Vous pouvez placer dans ce dossier des liens symboliques en glissant/déposant des applications et en choisissant Lier dans le menu qui apparaît.

L'affichage du menu 'Envoyer à...' via le menu principal est plutôt lent ; vous devriez l'ouvrir en cliquant sur un fichier avec le bouton droit en maintenant la touche Shift enfoncée.

Afficher différentes applications selon les types MIME

Vous pouvez personnaliser votre environnement pour que, par exemple, seul "The Gimp" soit affiché quand une image est sélectionnée. Pour cela, créez un dossier caché dans `SendTo' nommé `.image', ou portant le nom d'un autre type MIME. Vous pouvez utiliser le nom complet d'un type MIME (par ex `.image_png') ou juste le "media type". Utilisez Propriétés sur un fichier pour connaître son type MIME.

Les objets créés dans ces dossiers cachés ne sont affichés que pour les fichiers correspondant au type MIME décrit par le nom dudit dossier. Si plusieurs fichiers sont sélectionnés, le dossier `.group' est alors utilisé.

Le menu signets

Le menu signets trouve son utilité dans la mémorisation de chemins de dossiers souvent utilisés. Vous pouvez aussi ouvrir ce menu depuis le menu principal (dans le sous-menu Fenêtre) et vous pouvez donc y affecter un raccourci-clavier. Dans ce menu, vous pouvez choisir d'ajouter à la liste le dossier actuellement affiché, d'aller directement dans un des dossiers enregistrés, ou bien d'ouvrir une boîte de dialogue vous permettant de modifier cette liste. Dans cette boîte, vous pouvez retirer des dossiers de la liste, les classer (en utilisant les flèches ou en les faisant glisser) et modifier les chemins directement si vous le souhaitez.

Le sous-menu Récemment visités propose un historique des derniers dossiers affichés, dans lesquels vous pouvez vous rendre d'un simple clic. Le dossier actif, s'il est dans ce sous-menu, est désactivé puisque vous êtes déjà dans celui-ci.

Chapitre 7. Le punaiseur et les panneaux

Les sections Pinboard support et Panel support expliquent comment activer/désactiver le punaiseur et les panneaux. Quand ils sont activés, vous pouvez déposer des objets dessus en les glissant depuis une fenêtre du filer. Cliquer sur un objet du punaiseur ou d'un panneau revient à cliquer sur l'objet auquel le premier fait référence (ndt : comme un lien). Vous pouvez aussi glisser-déposer les icônes du punaiseur et des panneaux comme des objets normaux, et pour les modifier, faites un clic droit dessus.

Vous pouvez arranger les icônes des panneaux en les faisant glisser avec le bouton du milieu. Dans les versions précédentes du filer, les icônes du punaiseur étaient aussi déplaçables avec le bouton du milieu ; ce n'est désormais plus possible, l'usage de celui-ci étant réservé au gestionnaire de fenêtres.

Vous pouvez affecter des raccourcis-clavier aux icônes des punaiseurs et des panneaux. Ils pourront être utilisés pour ouvrir rapidement des dossiers, des fichiers ou des applications, même si une autre fenêtre a le focus.

Tout changement apporté au punaiseur et aux panneaux est immédiatement enregistré. Si vous cliquez sur ces icônes en maintenant Ctrl enfoncé, vous les sélectionnerez/dé-sélectionnerez. Cliquez ailleurs sur le bureau pour tout dé-sélectionner.

Important

Déposer des objets sur le punaiseur ou les panneaux NE LES COPIE PAS, cela crée seulement un raccourci vers l'objet original. Si vous effacez l'objet original, vous le perdez ! Supprimer une icône du punaiseur ou d'un panneau ne supprime que celui-ci. Ce comportement diffère de celui des autres gestionnaires de fichiers, en général...

Les menus du punaiseur et des panneaux

CommandeAction
ROX-Filer Affiche l'aide, la boîte des options, ou votre dossier personnel.
Fichier 'fichier' Ouvre le même menu que le menu 'Fichier' du filer, mais en simplifié.
Éditer l'objet Modifier le nom qui est affiché sous l'icône, ou le chemin de l'objet vers lequel pointe l'icône. Vous pouvez aussi assigner un raccourci-clavier à cet objet, et le vérouiller pour éviter de l'enlever accidentellement. Pour les programmes, vous pouvez préciser des arguments à passer.
Voir l'emplacement Ouvre une fenêtre montrant le dossier où est enregistré l'objet original.
Enlever le(s) objet(s) Supprime du punaiseur ou des panneaux les objets sélectionnés.
Image de fond... Définit l'image de fond pour le punaiseur (voir ci-dessous). Disponible dans le menu du punaiseur seulement.
Options du panneau... Définit le côté de l'écran utilisé par le panneau (commande disponible seulement dans le menu du panneau).

Si vous mettez en place les icônes par défaut pour plusieurs utilisateurs et que vous souhaitez créer une icône 'Home' qui pointe vers le dossier personnel de chaque utilisateur, créez une icône, choisissez Éditer l'icône et mettez `~' pour le chemin.

Notez que des applications peuvent ajouter des commandes au début de ce menu quand vous cliquez dessus — voir la section Application directories pour plus de détails.

'Appliquettes' pour les panneaux

ROX-Filer vous permet d'exécuter de petits programmes à l'intérieur des panneaux — ces programmes sont appelés appliquettes. Pour démarrer une appliquette, glissez-déposez-la sur un panneau, depuis une fenêtre du filer et au lieu de voir l'icône apparaître, vous verrez l'appliquette démarrer.

Procédure 7.1. Pour créer vos propres appliquettes (pour les programmeurs !) :

  1. Créez un dossier pour l'appliquette (ex `MonAppliquette').

  2. Utilisez la commande Fixer l'icône... pour créer une icône appelée `.DirIcon' à l'intérieur de ce dossier (celui-ci apparaîtra avec cette icône).

  3. Créez-y un dossier `Help', qui sera affiché quand les utilisateurs choisiront Aide dans le menu.

  4. Créez un exécutable appelé `AppletRun'. Lorsque le dossier de l'appliquette sera glissé sur un panneau, ROX-Filer lancera cet exécutable avec pour argument un identifiant XID, correspondant à une fenêtre-socket pour ce panneau. Vous pouvez utiliser l'identifiant pour créer une widget GtkPlug. Un tutoriel est disponible ici : http://rox.sourceforge.net/phpwiki/index.php/Tutorials/Applets

Fenêtres iconifiées sur le punaiseur

Quand le punaiseur est utilisé, ROX-Filer peut afficher une icône pour chaque fenêtre iconisée (ou "réduite"). Vous pouvez activer/désactiver cette fonctionnalité dans la boîte Options. Les icônes des fenêtres réduites sont sur un fond semi-transparent et peuvent être déplacées à la souris. Si vous cliquez sur une de ces icônes, celle-ci reprendra la taille normale de l'application qu'elle représente. Quelques anciens gestionnaires de fenêtres ne sont pas compatibles avec cette fonctionnalité, et n'affichent donc pas ces icônes.

L'image de fond

Vous pouvez choisir une image de fond pour le punaiseur en choisissant Image de fond... dans le menu du punaiseur (clic droit sur le bureau quand le punaiseur est activé).

Pour choisir une image, choisissez Centrer, Redimensionner, Étirer ou Paver pour le style, puis faites glisser une image dans l'emplacement prévu. Pour retrouver un bureau avec une simple couleur (définie dans la boîte Options), cliquez sur Effacer.

L'application [Wallpaper] peut être utilisée pour appliquer des effets avancés, comme choisir une nouvelle image aléatoirement toutes les heures, ou afficher une image de la Terre grâce au programme xearth, par exemple.

Pour les programmeurs...  Si vous voulez créer une application qui gère le fond d'écran (par exemple pour choisir une image au hasard ou pour faire un diaporama), vous devez d'abord créer un dossier-application (voir Application directories).

Exécutée sans argument, l'application doit invoquer la méthode SOAP SetBackdropApp (voir Annexe C, SOAP RPC). Le filer ré-exécutera immédiatement l'application, cette fois avec l'option --backdrop.

Exécutée avec l'option --backdrop, l'application doit afficher le style et le nom de l'image utilisée sur sa sortie standard, ie :

tile /tmp/image.png

centre et scale sont les 2 autres styles acceptés. Le filer va ensuite charger cette image et l'afficher. L'application ne gère pas l'affichage de l'image, elle indique seulement au filer quoi afficher.

Dans le cas d'une application qui choisirait une image aléatoirement, elle peut s'arrêter immédiatement. Si l'application a créé une image temporaire, elle doit lire la ligne "ok\n" sur son entrée standard avant d'effacer l'image.

Si l'application doit afficher une séquence d'images, elle doit toujours lire "ok\n", puis attendre jusqu'à ce que le moment soit venu d'afficher l'image suivante, afficher le nom du fichier, et ainsi de suite.

Le filer indiquera à l'application qu'elle doit s'arrêter en fermant les deux "flux" (entrée et sortie). L'application devra alors nettoyer et sortir proprement à ce moment. Vérifiez que SIGPIPE soit bien géré quand vous écrivez sur la sortie standard si vous devez supprimer des fichiers temporaires.

Voyez l'application [Wallpaper] pour un exemple détaillé (écrit en python).

Chapitre 8.  Périphériques amovibles

L'utilisation de périphériques amovibles avec ROX-Filer (tels que les lecteurs de disquettes et de CD-ROM) est relativement simple, mais il est toutefois important de bien comprendre ce que sont le montage et le démontage de périphériques.

Monter un périphérique implique l'affichage de son contenu dans le système de fichiers. Dans une installation courante, le dossier `/floppy' (NDT : le dossier `/mnt/floppy' est peut-être plus courant dans les distributions "grand public") est un dossier vide du disque dur. Le lecteur de disquettes est ensuite monté sur ce dossier, ce qui a pour effet d'afficher son contenu à l'intérieur de celui-ci. Par exemple, un fichier nommé `Letter' sur la disquette apparaîtra comme `/floppy/Letter'.

Les périphériques doivent être démontés avant d'être éjectés. Les démonter oblige le système à y écrire les données qui peuvent être encore en zone tampon. Si vous retirez un périphérique amovible sans le démonter, il pourra être endommagé. Les lecteurs de CD-ROM et de disquettes Zip bloquent généralement l'éjection quand le périphérique est monté afin que vous ne puissiez pas les éjecter accidentellement.

Afin de ne pas avoir à préciser à chaque fois quel périphérique doit être monté à quel endroit du système de fichiers, une liste est déjà établie et peut généralement être trouvée dans le fichier `/etc/fstab'. ROX-Filer affiche les points de montage qui y sont décrits (tel que `/floppy') mais non montés, avec des cercles gris translucides par-dessus leur icône.

Cliquer sur un de ces points de montage provoquera le montage du périphérique associé. Le cercle deviendra alors vert pour indiquer que le périphérique est monté. N'enlevez pas le périphérique si le cercle est vert ! Vous pouvez le démonter en cliquant (avec la touche Shift enfoncée) sur l'icône du dossier `/floppy'.

Vous pouvez aussi démonter un périphérique en fermant la fenêtre du dossier qui affiche son contenu (i.e., en fermant la fenêtre `/floppy') et en choisissant Démonter dans la boîte de dialogue qui s'affichera. Le filer ne vous proposera un tel démontage que s'il a aussi réalisé le montage.

Si vous voulez ouvrir un dossier sans monter le périphérique qui lui est normalement associé, (i.e., si vous voulez voir le contenu de `/floppy' sur le disque dur), vous pouvez cliquer sur le point de montage non monté avec la touche Shift enfoncée. Ce n'est généralement pas très utile, puisque ces dossiers sont souvent vides.

Chapitre 9. Imagettes

Table des matières

Détails techniques

Quand cette fonction est activée, le filer peut afficher les fichiers images avec une icône représentant le contenu de ceux-ci, au lieu d'une icône générique. Très utile pour organiser un dossier rempli de photos ! Vous pouvez activer cette fonction pour le dossier en cours en choisissant la commande Montrer les vignettes du menu Affichage. Vous pouvez aussi activer cette option par défaut dans la boîte Options. La barre de titres affiche (Imagettes) quand cette option est active.

Les vignettes sont enregistrées dans `~/.thumbnails' pour un affichage ultérieur plus rapide. Lors de l'affichage des vignettes, une barre de progression est présente en bas de la fenêtre. Vous pouvez stopper ce processus en cliquant sur le bouton Annuler, qui se trouve à côté de la barre de progression. Vous pouvez demander au filer qu'il crée des vignettes pour d'autres types de fichiers, comme les vidéos par exemple (i.e. en montrant la première image), grâce à un logiciel adéquat.

Détails techniques

En mode 'Imagettes', ROX-Filer vérifie le dossier `~/.thumbs/normal' pour chaque fichier passé en revue. Si une vignette existe, il la charge et passe au fichier suivant.

Pour générer la vignette d'un fichier de type media/subtype, le filer recherche un exécutable nommé `~/.config/rox.sourceforge.net/MIME-thumb/media_subtype', en se rabattant sur `~/.config/rox.sourceforge.net/MIME-thumb/media' s'il ne le trouve pas. Si aucun des deux ne peut être trouvé et que le fichier est du type image/*, les routines internes sont alors utilisées. Si le fichier n'est pas du type image/*, la vignette ne sera pas générée.

Si l'exécutable est trouvé, il est démarré avec les paramètres

thumbnailer /path/to/source/file /path/to/thumbnail pixel_size

.

Quand celui-ci est terminé, le filer essaie de charger `/path/to/thumbnail'. En cas d'échec, la vignette n'est pas montrée.

Notez les nombreuses étapes nécessaires ! ROX-Filer utilisera volontiers une vignette existante, même s'il ne sait pas comment celle-ci a été générée.

Chapitre 10.  Systèmes de fichier virtuel (VFS)

Certains types de fichier peuvent être représentés sous forme de dossier. Un exemple typique est le fichier zip, qui contient une structure complète et compressée d'un dossier. Il peut être très pratique d'ouvrir un tel fichier comme s'il s'agissait d'un vrai dossier ; c'est ce que vous permet de faire le système VFS.

Pour utiliser cette fonctionnalité, vous devez disposer d'un système comme AVFS [AVFS], qui permet au noyau d'intégrer directement le support de différents systèmes de fichiers virtuels.

Il y a différentes façons d'utiliser AVFS. L'exemple suivant montre comment l'utiliser avec un noyau Linux 2.6 et FUSE. Vous devez donc disposer d'un noyau qui gère FUSE, et le paquet 'libfuse-dev' doit être installé.

Procédure 10.1. Installer AVFS avec Linux 2.6

  1. Téléchargez la version CVS d'AVFS (la version actuelle, datant de juillet 2005, est trop ancienne).

  2. Compilez AVFS (sh autogen.sh; ./configure; make).

  3. Déplacez-vous dans le sous-dossier `avfs/fuse' et exécutez ./compile.sh.

  4. Créez un point de montage : mkdir ~/.avfs-mount.

  5. Démarrez AVFS : ./avfsd ~/.avfs-mount.

  6. Vous devez ensuite configurer ROX-Filer pour qu'il ouvre les fichiers zip (et autres archives) comme des dossiers, en utilisant AVFS. Fixez l'action d'exécution pour un fichier archive de cette manière (Fixer l'action d'exécution...) :

    rox ~/.avfs-mount/"$1#"

Notez bien que toutes les étapes ci-dessus doivent être suivies en tant que simple utilisateur, pas en tant que root. Vous devrez peut-être faire partie d'un groupe particulier pour utiliser FUSE (vérifiez le groupe de `/usr/bin/fusermount').

Si vous ne voulez pas AVFS comme action principale pour ces fichiers, vous pourriez créer un script se résumant à la commande ci-dessus et l'ajouter au menu Fichier, via la commande Personnaliser le menu....

Chapitre 11. Le mini-buffer

Le mini-buffer est une barre blanche qui apparaît le long de la fenêtre du filer, en bas, et qui vous permet d'entrer du texte. Pressez Echap pour vous en débarrasser. Le mini-buffer se comporte différemment, selon la manière dont il a été appelé :

Entrer un chemin...

Vous pouvez taper un chemin, directement. Au fur et à mesure que vous tapez, l'affichage de la fenêtre est mis à jour pour vous montrer l'objet qui correspond à ce que vous êtes en train de taper. L'utilité de cette commande réside dans la recherche d'un fichier dans un dossier très fourni, mais vous pouvez vous en servir pour passer directement à un autre dossier, ou pour coller un chemin complet que vous aurez copié depuis une autre fenêtre.

ToucheAction
Entrée Ouvre l'objet sélectionné.
Tabulation Complétion "à la shell" (comme dans xterm).
Haut, Bas Sélectionne graphiquement la correspondance précédente/suivante.

Si vous commencez à taper un nom commençant par un '.', la commande Montrer les fichiers cachés est temporairement activée pour que les fichiers puissent être affichés.

La complétion essaie de trouver le maximum de caractères possibles. Par exemple, s'il y a deux fichiers dans un même dossier qui s'appellent `save-mail-nov-1999' et `save-mail-dec-1999', alors le simple fait de taper save et de presser la touche Tabulation développera save en save-mail- et bipera pour indiquer que la correspondance n'est pas complète. Si vous utilisez la complétion sur un dossier et qu'il est unique, le filer va automatiquement afficher celui-ci. Ce comportement doit rappeler quelque chose aux utilisateurs du shell.

Admettons que vous vouliez trouver la documentation de Wine dans le dossier `/usr/share/doc' (qui est habituellement très chargé). Voici comment vous pourriez faire :

  1. Ouvrez le mini-buffer en choisissant la commande Entrer un chemin... du menu Fenêtre, ou, si vous n'avez pas modifié le raccourci-clavier par défaut, pressez /.

  2. Pressez CTRL+A pour sélectionner l'entrée par défaut.

  3. Tapez u<Tab>sh<Tab>do<Tab>wi<Tab>. Au fur et à mesure que vous tapez, les dossiers seront ouverts automatiquement. Si un bip retentit quand vous pressez la touche Tab, vous devez taper une lettre de plus (car il y a plusieurs correspondances), ou presser Entrée.

La commande shell

Cette fonction vous permet d'entrer rapidement des commandes shell si vous ne voulez pas ouvrir d'xterm. Si vous ne savez pas ce que sont des "commandes shell", passez à la section suivante !

Tapez simplement la commande et pressez Entrée pour l'exécuter. Les touches Haut et Bas rappellent les commandes précédentes. Tab effectue toujours la complétion. Cliquer sur un objet insère son nom dans le mini-buffer. Si plusieurs objets sont sélectionnés, ils sont assignés aux paramètres $1, $2, etc.

Ouvrir le mini-buffer alors que des objets sont sélectionnés ajoute "$@" à la fin de la commande — ce qui remplace le nom des objets sélectionnés.

Exemples :

Pour "détarer" une archive `.tgz' :

  1. Ouvrez le mini-buffer en choisissant la commande Commande shell... du menu Fenêtre. J'utilise habituellement le raccourci ! pour cette commande.

  2. Tapez tar xzf et cliquez sur le fichier. L'espace entre les options de tar et le nom du fichier est automatiquement inséré.

  3. Pressez Entrée pour exécuter.

Pour imprimer tous les fichiers sélectionnés :

  1. Choisissez la commande Commande shell.

  2. Tapez lpr au début de la ligne et pressez Entrée.

Notes

  • Attention : aucune confirmation n'est demandée ! Si vous doutez, commencez votre commande par xmessage, ce qui provoquera un affichage, plutôt qu'une exécution.

  • C'est sh qui est toujours utilisé (principalement à cause de la façon dont bash et csh traitent les paramètres positionnels). De toute façon, PATH est cherché, donc vous pouvez toujours utiliser un autre shell si vous le voulez, en le nommant sh et en le mettant dans votre PATH.

  • Les commandes sont exécutées en arrière-plan, donc vous pouvez faire : sleep 240; xmessage Time to go!

Sélectionner si...

Utilisez cette commande si vous voulez sélectionner des objets correspondant à certains critères.

Par exemple, pour sélectionner tous les fichiers "pesant" plus de 5 Mb :

  1. Choisissez la commande Sélectionner si... (raccourci-clavier par défaut : ?).

  2. Tapez Size > 5Mb et pressez la touche Entrée.

Tous les fichiers (et seulement eux) plus gros que 5 Mb seront sélectionnés. Les expressions que vous pouvez utiliser ici sont du même style que celles décrites à la section Searching, sauf que prune n'a aucun effet, puisque le contenu des dossiers n'est jamais vérifié. Vous pouvez utiliser Tab pour passer d'un objet sélectionné à un autre, en boucle.

Chapitre 12.  Renommer des fichiers en masse

Si vous devez renommer un nombre important de fichiers, vous vous apercevrez vite qu'il est fastidieux de les renommer un par un. Solution : sélectionnez-les tous et choisissez Renommer... dans le menu, ce qui fera apparaître la fenêtre de renommage en masse.

Cette fenêtre vous montre deux colonnes. La colonne Ancien nom affiche le nom actuel de tous les fichiers sélectionnés, et la colonne Nouveau nom affiche le nouveau nom, qui est le même au début de la procédure de renommage en masse.

Vous pouvez changer les nouveaux noms de deux façons différentes. Vous pouvez cliquer directement sur le nom du fichier à modifier, ou utiliser la fonction de recherche et de remplacement en haut de la fenêtre. Vous devez utiliser une expression régulière dans le champ de recherche, et du texte dans le champ de remplacement, qui remplacera ce qui aura été trouvé par l'expression régulière. Par exemple, vous voulez renommer tous vos fichiers qui ont une extension `.htm' avec une extension `.html' : utilisez \.htm$ dans le champ Remplacer : et .html dans le champ par :. Quand vous cliquez sur Appliquer, la colonne "Après" est mise à jour pour afficher les nouveaux noms proposés (mais aucun fichier n'est encore renommé).

Après avoir vérifié que les nouveaux noms vous paraissent corrects, cliquez sur Renommer pour effectuer le renommage en masse.

Chapitre 13. Les fenêtres action

Table des matières

Options des fenêtres action

Les fenêtres action sont ces fenêtres qui apparaissent quand vous êtes en train d'accomplir une opération de Copie/Déplacement/Lien/etc... La ligne de statut en haut de la fenêtre affiche le nom du dossier courant ou de l'objet en train d'être traité. L'espace qui se trouve en-dessous est là pour afficher les messages — ce qui a été fait, et éventuellement des questions.

En bas, il y a quatre boutons, et quelques options. Toutes les fenêtres ont une option Silencieux. Quand elle est active, le filer ne demandera que quelques confirmations (par exemple, la suppression d'un fichier protégé en écriture). Mais dans la majorité des cas, toutes les opérations seront automatiques.

Les boutons fonctionnent de cette manière :

Oui

répond oui à la question affichée.

Non

répond non à la question affichée.

Annuler

Stoppe l'opération en cours et ferme la fenêtre action.

Silencieux

est un raccourci pour activer l'option Silencieux puis cliquer sur Oui.

Vous pouvez préciser quelle(s) action(s) peut (peuvent) être démarrée(s) automatiquement (sans avoir à cliquer sur Silencieux au début) avec la commande Options....

Options des fenêtres action

Certaines actions ont des options, qui apparaissent sous forme de petites cases à cocher en bas de la fenêtre :

  • Forcer signifie que le filer ne va pas traiter différemment les fichiers spécifiés 'protégés en écriture'. Normalement, la suppression est confirmée même si Silencieux est enclenché. Notez que vous ne pouvez pas supprimer des fichiers présents dans des dossiers protégés en écriture car dans ce cas vous n'en avez pas la permission.

  • Bref évite au filer d'afficher un message à chaque fois qu'il fait quelque chose. Utilisez cette option si vous voulez augmenter la vitesse d'exécution de l'opération, si beaucoup de messages sont affichés.

  • Récursif signifie que l'action appliquée à un dossier sera aussi appliquée à tout son contenu, ainsi qu'au contenu de ses sous-dossiers, et ainsi de suite.

  • Plus récent n'écrasera un fichier que si le fichier copié est plus récent que le fichier écrasé (date de modification).

Vous pouvez définir la valeur par défaut de ces options.

Chapitre 14. Chercher

La fonction Chercher recherche à travers tous les fichiers et les dossiers sélectionnés ainsi que tous les sous-dossiers (récursivement), les objets qui correspondent à une expression particulière.

Choisissez la commande Chercher du menu Fichier pour chercher un fichier dans les objets sélectionnés. Si vous voulez sélectionner tous les fichiers d'un dossier qui correspondent à une quelconque expression, utilisez Sélectionner -> Sélectionner si....

Si vous connaissez le nom d'un fichier, entrez-le simplement dans l'espace 'Expression :', entouré par des apostrophes. Par exemple, pour chercher un fichier nommé `log', vous entrerez 'log'. Souvenez-vous qu'il faut utiliser des apostrophes, et pas des guillemets (") ni des apostrophes inversées (`) !.

Au fur et à mesure que le filer trouve des objets qui correspondent, ils sont ajoutés à la liste des résultats. Si vous double-cliquez sur un des résultats, une fenêtre s'ouvrira pour vous montrer le dossier dans lequel celui-ci est enregistré. Le filer utilisera la même fenêtre pour afficher les dossiers qui correspondent aux autres résultats (donc si vous voulez garder des fenêtres différentes pour chaque résultat, vous devrez explicitement créer une nouvelle fenêtre (menu Fenêtre).

Wildcards (les motifs génériques)

Vous pouvez aussi entrer des wildcards entre les apostrophes, par exemple :

'*.html'
'Report.*'
'Draft[1-5]'
'main.[ch]'

Lisez la page man de glob(7) (ndt : 'man 7 glob') si vous voulez en savoir plus sur les motifs génériques.

Si l'expression que vous entrez contient un slash ('/'), la recherche porte sur le chemin complet des objets, au lieu de ne porter que sur le nom de l'objet. Donc, '*tmp*' trouvera `tmp' et `tmpfile' mais pas `/tmp/file' — '/*tmp*' trouvera les trois.

Tests simples

Le filer propose d'autres types de recherche (pas seulement par le nom). Notez que file est utilisé ici pour tout ce qui peut être dans le système de fichiers — y compris les répertoires, les fichiers de périphérique (devices) et autres...

Vous pouvez aussi utiliser une forme courte pour chaque test ; celle-ci est écrite entre parenthèses. Vous pouvez combiner plusieurs tests — -rw donnera le même résultat que EstLisible et EstInscriptible.

Ces expressions recherchent les objets par leur type :

  • EstOrd (-f) correspond à un fichier ordinaire.

  • EstLien (-l) correspond à un lien symbolique.

  • EstRép (-d) correspond à un répertoire.

  • EstCar (-c) correspond à un fichier de périphérique caractère (character device).

  • EstBloc (-b) correspond à un fichier de périphérique bloc (block device).

  • EstPér (-D) correspond à un fichier de périphérique bloc ou à un fichier de périphérique caractère.

  • EstTube (-p) correspond à un tube.

  • EstSocket (-S) correspond à un socket.

  • EstPorte (-O) correspond à un objet door (Solaris).

Celles-ci, par leurs permissions — voir la section Permissions.

  • EstSUID (-u) correspond aux fichiers qui ont le bit 'Set-UID' activé.

  • EstSGID (-g) correspond aux fichiers qui ont le bit 'Set-GID' activé.

  • EstSticky (-k) correspond aux fichiers qui ont le bit 'sticky bit' activé.

  • EstLisible (-r) correspond aux fichiers que vous pouvez lire.

  • EstInscriptible (-w) correspond aux fichiers dans lesquels vous pouvez écrire.

  • EstExécutable (-x) correspond aux fichiers que vous pouvez exécuter.

Deux autres très utiles :

  • EstVide (-z) trouve les fichiers vides (en fait, ceux dont la taille est de 0 octet).

  • EstÀMoi (-o) trouve les fichiers dont vous êtes le propriétaire.

Opérateurs logiques

Vous pouvez combiner les tests précédents pour effectuer des recherches avancées. Une expression est actuellement faite d'une liste de cas, séparés par des virgules. Le filer essaiera de trouver les correspondances pour chaque cas jusqu'à ce qu'un de ceux-ci fonctionne, ou jusqu'à ce qu'il n'y ait plus de cas. Par exemple, pour chercher des fichiers dont les extensions peuvent être différentes :

'*.gif', '*.htm', '*.html'

Plus fort : chaque cas peut être une liste de conditions. Le cas ne fonctionne que si toutes les conditions sont respectées. Pour trouver un dossier nommé `lib' ou un fichier normal se terminant par `.so' :

EstRép 'lib', EstOrd '*.so'

Vous pouvez inverser une condition en ajoutant un ! devant, et vous pouvez utiliser une sous-expression comme expression, en l'entourant de parenthèses, comme ceci :

!(EstRép, EstOrd)

!EstRép !EstOrd

Non EstRép et non EstOrd

!-d !-f

Ces 4 expressions signifient la même chose.

Comparaisons

Vous pouvez aussi comparez des valeurs en utilisant les opérateurs <, <=, =, !=, >, et >= (inférieur à, inférieur ou égal à, égal à, différent de, supérieur à, supérieur ou égal à). Quand vous comparerez des heures, vous trouverez certainement plus pratique d'utiliser après et avant au lieu de > et <.

Ce qui suit peut être utilisé dans les comparaisons :

  • atime L'heure du dernier accès au fichier.

  • ctime L'heure du dernier changement du statut du fichier.

  • mtime L'heure de la dernière modification du fichier.

  • taille La taille du fichier.

  • inode Le numéro d'index (inode) du fichier.

  • nliens Le nombre de liens physiques (et pas symboliques).

  • uid Le 'User ID' du fichier.

  • gid Le 'Group ID' du fichier.

  • blocs Le nombre de blocs de disque utilisés par le fichier.

Les heures sont mesurées en secondes, avec un point de départ correspondant à 'Unix Epoch' (1er janvier 1970 à 00:00:00 UTC). Les tailles sont en octets. Quand vous utilisez des constantes pour comparer les valeurs, vous pouvez utiliser plusieurs mots-clés pour ajuster l'échelle de la valeur :

  • Octet(s) Sans effet, mais 'ça fait mieux'.

  • Ko multiplie par 1024, donc 2 Ko = 2048.

  • Mo multiplie par 10242, soit 1024 Ko.

  • Sec Sans effet, mais ça fait mieux aussi !

  • Min multiplie par 60 pour obtenir des minutes.

  • Heure(s), Jour(s), Semaine(s), An(s) convertit dans l'unité précisée.

  • Passé rend le temps passé relatif à l'heure à laquelle est effectué le test.

  • Futur rend le temps futur à l'heure à laquelle est effectué le test.

  • Maintenant est un raccourci pour 0 Sec Futur.

Quelques exemples rendront tout ceci plus clair !

mtime après 1 jour passé

taille > 10 Mo

EstOrd et nliens > 1

La première expression trouve les fichiers modifiés au cours des dernières 24 heures. Vous pourriez utiliser > au lieu de après, mais ce serait moins clair.

La deuxième trouve les fichiers pesant plus de 10 Mo. La dernière trouve les fichiers normaux qui ont plus qu'un lien physique sur eux.

Attention — le filer ne vérifie pas le contexte des opérateurs, donc taille > 1 jour passé est admis, même si ça n'a pas de sens ! Pensez aussi aux mots-clés passé ou futur, car un oubli de ceux-ci pourrait causer des problèmes conséquents (le temps serait alors mesuré par rapport à l'Epoch au lieu de l'heure courante). Enfin, n'utilisez pas = avec les heures — atime = 1 jour passé recherche un fichier accédé il y a exactement 86400 secondes...

Divers

  • System(commande) exécute 'commande' sur le fichier. Le test réussit si la commande renvoie un code de retour 0 (zéro). Un caractère '%' dans 'commande' est remplacé par le chemin complet du fichier traité. System est un test très lent, donc utilisez-le si possible en dernier dans vos expressions. Par exemple, si vous cherchez un fichier dont l'extension est `.c' et qui contient le mot 'main', utilisez :

    '*.c' system(grep -q main "%")
    

    pour que grep ne soit exécuté que pour les fichiers ayant pour extension `.c' (à opposer à une recherche des fichiers qui contiendraient le mot 'main', puis qui seraient du type `.c'.

  • Prune Ne réussit jamais ! [2] Ce mot-clé peut empêcher la recherche à l'intérieur du dossier courant. Souvenez-vous de l'ordre dans lequel le filer teste l'expression !

Exemples :

'*.old' system(rm '%')

'src' prune, '*.c'

La première expression supprime chaque fichier ayant pour extension `.old'. La seconde cherche les fichiers ayant pour extension `.c', mais ne prend pas la peine de vérifier le contenu des dossiers nommés `src'. L'expression est évaluée comme suit :

Si un fichier est nommé `src', alors `Prune'. D'autre part, vérifie s'il se termine par `.c' et dans ce cas, l'inclut dans les résultats.



[2] Notez que c'est l'inverse de la commande find(1).

Chapitre 15. Options

Vous pouvez configurer beaucoup de comportements de ROX-Filer. Choisissez pour cela Options... dans le menu d'une fenêtre du filer. La liste à gauche montre les différentes sections — cliquez sur celle de votre choix pour voir les options dont elle dispose. Il y a deux boutons en bas de la boîte de configuration :

  • OK sauve vos choix dans votre dossier `~/.config/rox.sourceforge.net/ROX-Filer', pour que ROX-Filer les retrouve la prochaine fois qu'il sera exécuté. L'endroit exact où les choix sont sauvegardés est défini par la variable d'environnement XDG_CONFIG_HOME — voir [BaseDir] pour plus de détails. Puisque tous vos choix prennent effet immédiatement, vous n'avez pas besoin de cliquer sur OK pour voir ce qui change.

  • Revenir Annule toutes les modifications effectuées depuis l'ouverture de la fenêtre Options. Ce bouton est grisé si vous n'avez effectué aucun changement. La boîte Options n'est pas fermée si vous utilisez ce bouton.

Les options de la fenêtre Options proposent des bulles d'aide qui expliquent l'utilité de chacune d'entre elles ; maintenez votre pointeur de souris au-dessus d'une option pour voir ce qu'elle fait.

Chapitre 16. Types de fichier

Tous les fichiers ont un type MIME sous la forme text/plain. Ici, text est le type de media et plain est le sous-type.

ROX-Filer utilise le nom d'un fichier pour décider si un fichier est d'un type MIME ou d'un autre, puis utilise le type MIME pour associer une icône et savoir quel programme exécuter quand vous ouvrez le fichier.

Fixer l'action d'exécution...

Cette commande du menu Fichier est utilisée pour définir l'application à exécuter quand vous cliquez sur un fichier.

Par exemple, admettons que vous vouliez que les `.gif' s'ouvrent automatiquement avec 'The Gimp'. D'abord, faites un clic droit sur une image gif pour ouvrir le menu, et choisissez la commande Fixer l'action d'exécution... dans le sous-menu Fichier (celui qui prend le nom du fichier sur lequel vous avez cliqué). Ensuite, vous pouvez fixer l'action d'exécution de deux façons différentes :

Par drag-and-drop

Déposez 'The Gimp' (depuis une fenêtre du filer, un panneau ou le punaiseur) sur l'aire où est inscrit Faites glisser ici une application appropriée. Maintenant, si vous cliquez sur une image gif, 'The Gimp' sera lancé automatiquement et ouvrira cette image.

En entrant une commande shell

Tapez : gimp "$@" dans l'endroit Entrez une commande shell et appuyez sur Entrée. $@ sera remplacé par le nom du fichier sur lequel vous cliquerez. Comme ci-dessus, 'The Gimp' sera lancé automatiquement et ouvrira cette image.

Définir les types de média par défaut

Quelque soit la méthode que vous utilisez pour fixer l'action d'exécution, vous avez le choix de fixer celle-ci juste pour le type MIME du fichier, ou pour tous les fichiers ayant ce type et un sous-type différent et qui n'ont pas encore d'action par défaut.

Puisque 'The Gimp' peut lire beaucoup de types d'images, il peut être intéressant de choisir l'option Mettre la valeur par défaut pour tout 'image/<quelconque>' et ainsi vous n'aurez pas à le faire pour les fichiers image/jpeg et les autres... Cette option n'a d'effet que sur les types qui n'ont pas déjà une action définie (ie, ceux qui vous affichent un message d'erreur quand vous essayez de les ouvrir).

La boîte 'Fixer l'icône'

Cette boîte apparaît quand vous choisissez la commande Fixer l'icône... du menu Fichier. Elle permet de définir une image pour représenter l'objet.

Elle fonctionne un peu de la même façon que la boîte 'Fixer l'action d'exécution' décrite ci-dessus, sauf que vous pouvez affecter une icône pour un fichier précis (par son nom), ou pour tous les fichiers d'un type particulier. Si vous affectez une icône à un fichier précis, le filer enregistre les noms de ce fichier et de cette icône dans le dossier `~/.config/rox.sourceforge.net/MIME-icons'. Si l'un ou l'autre est déplacé, l'icône ne sera plus affichée.

Quand vous affectez une icône à un répertoire, vous avez la possibilité de copier cette icône dans le dossier lui-même, en tant que fichier caché. Les autres utilisateurs verront aussi cette icône, vous pouvez donc supprimer l'image originale après sa copie (notez que la taille de l'image est ajustée si nécessaire et convertie au format PNG).

L'icône de dossier affichée dans la zone Faites glisser ici un fichier d'icône vous permet d'afficher un dossier qui contient déjà une ou plusieurs icônes dont vous vous servez.

Comment les types de fichier sont enregistrés

ROX-Filer utilise deux sous-dossiers dans votre dossier `~/.config/rox.sourceforge.net' pour gérer les types de fichier :

`MIME-types'

contient des liens symboliques, un par type MIME, qui pointent vers des programmes qui connaissent ce type de fichiers. Pour définir quel programme est exécuté quand vous cliquez sur un fichier, vous utilisez normalement la commande Fixer l'action d'exécution... (voir la section the Set Run Action box). Cependant, vous pouvez définir ces actions manuellement — par exemple, pour ouvrir un fichier HTML avec Netscape :

  1. Trouvez l'application Netscape et choisissez la commande Lier... dans le menu.

  2. Entrez text_html comme nom pour le lien et glissez l'icône du haut de la boîte 'Lier' vers le dossier `MIME-types'.

Vous pouvez aussi déposer dans ce dossier les programmes eux-mêmes, plutôt que des liens.

`MIME-icons'

contient les images utilisées pour afficher chaque type de fichier. Donc le filer essaiera d'afficher un fichier HTML en utilisant l'icône nommée `MIME-icons/text_html.png'. S'il n'y a pas d'icône définie ici, le filer utilisera le thème d'icône choisi dans la boîte Options (voir [IconTheme] pour plus de détails).

Dans le dossier `MIME-types', vous pouvez définir les actions par défaut pour chaque type de média. Par exemple, si `text_html' n'est pas trouvé, le filer essaiera simplement d'utiliser `text'.

Comment le filer détermine-t-il un type de fichier ?

Le filer utilise la plupart du temps le nom du fichier pour déterminer son type. En cas d'échec, il essaiera de trouver d'après le contenu du fichier. Si vous ne souhaitez pas qu'il essaie de cette manière, fixez le type correct du fichier en utilisant les attributs étendus, grâce à la commande Fixer le type....

Pour gérer les règles utilisées pour déterminer le type d'un fichier en fonction de son nom, ouvrez la boîte Options et sélectionnez la section Types. Vous y trouverez un bouton qui démarrera l'application MIME-Editor. Vous pouvez aussi éditer ces règles manuellement — voir [SharedMIME] pour plus de détails. Le filer cherche le type d'un fichier en fonction de son nom. Les règles sont définies dans plusieurs fichiers `globs' — voir [SharedMIME] pour plus de détails.

Chapitre 17.  Dossiers-applications

Table des matières

Le fichier AppInfo

Un dossier-application est un dossier qui peut être exécuté comme une application. Il contient toutes les ressources d'une application — code source, binaires, documentation et autres. Tout enregistrer au même endroit rend l'installation et la désinstallation plus faciles pour les utilisateurs. Vous pouvez aussi garder plusieurs versions différentes d'un même programme en les enregistrant dans des dossiers-applications différents. Vous pouvez les déplacer et les renommer comme vous le voulez. Les dossiers-applications sont plus faciles à utiliser et à installer.

Ils sont aussi plus sûrs, parce que vous pouvez compiler une application en tant qu'utilisateur et ensuite simplement la copier en tant que root plutôt que de lancer en tant que root un script d'installation dans lequel vous n'avez pas confiance. Tout ce que vous avez à vérifier, ce sont les binaires avec le bit setuid.

Les fichiers suivants ont une signification particulière pour ROX-Filer :

  • `AppRun' est exécuté quand vous cliquez sur le dossier — vérifiez qu'il est bien exécutable (utilisez la boîte pour changer les permissions) !

  • `.DirIcon' est l'image utilisée pour représenter le dossier (ceci fonctionne même s'il n'y a pas de fichier `AppRun').

  • `Help' est le dossier qui s'ouvre quand vous choisissez Aide dans le menu Fichier.

  • `AppInfo.xml' contient des informations complémentaires sur l'application (voir ci-dessous).

  • `AppIcon.xpm' est utilisée si `.DirIcon' est manquant (dans un but de compatibilité avec les anciennes versions ; n'est normalement plus utilisée dorénavant).

Jetez un œil au dossier-application de `ROX-Filer' pour avoir un exemple détaillé et complet.

Note

Note : pour des raisons de sécurité, un dossier-application doit avoir le même propriétaire que le fichier `AppRun' qu'il contient.

Le fichier AppInfo

`AppInfo.xml' est un fichier XML avec la structure suivante (chaque élément est facultatif, ainsi que le fichier lui-même) :

<?xml version="1.0"?>
<AppInfo>
 <Summary xml:lang="en">A graphical file manager</Summary>
 <Summary xml:lang="de">Ein grafische Datei-Manager</Summary>
 <Summary xml:lang="nl">Een grafisch bestandsbeheerprogramma</Summary>
 <Summary xml:lang="es">Un manejador de archivos gráafico</Summary>	 
 <About xml:lang="en">
    <Purpose>File manager</Purpose>
    <Version>1.3.5 PREVIEW</Version>
    <Authors>Thomas Leonard and others</Authors>
    <License>GNU General Public License</License>
    <Homepage>http://rox.sourceforge.net</Homepage>
 </About>
 <About xml:lang="es">
	<Purpose>Manejador de Archivos</Purpose>
	<Authors>Thomas Leonard y otros</Authors>
 </About>
 <AppMenu>
	<Item option="-p=Default">
	  <Label>Enable pinboard</Label>
	  <Label xml:lang="es">Habilitar el pinboard</Label>
    </Item>
	<Item option="-p=">
	  <Label>Disable pinboard</Label>
	  <Label xml:lang="es">Deshabilitar el pinboard</Label>
	</Item>
  </AppMenu>
</AppInfo>

  • Summary est affiché dans une bulle d'aide quand la souris est maintenue au-dessus du dossier.

  • About contient une liste de champs qui sont affichés dans la boîte 'Info fichier' du dossier-application (n'importe quel nom peut être utilisé comme élément, ceux de l'exemple sont seulement suggérés).

  • AppMenu est une liste de commandes supplémentaires qui s'insèreront dans le menu du dossier-application. Quand une de ces commandes est choisie, `AppRun' est exécuté avec le nom de la commande option comme seul argument. Vous pouvez intégrer des menus 'AppMenu' à d'autres menus 'AppMenu' afin de créer des sous-menus, à condition qu'ils disposent d'un élément '$lt;Label$gt;'. Les éléments Item peuvent aussi bénéficier d'un attribut icon, qui spécifie le nom de l'icône choisie dans le thème actif.

Chapitre 18. Internationalisation

Choisir une traduction

ROX-Filer est capable de traduire beaucoup de ses messages, pourvu que des fichiers de traduction corrects soient fournis :

  1. Ouvrez la boîte d'options via le menu,

  2. Sélectionnez une langue dans la liste proposée,

  3. Cliquez sur OK et redémarrez le filer pour que les changements soient pris en compte.

Créer une nouvelle traduction

  1. Allez dans le dossier `src/po' et créez le fichier `src/messages.pot' :

    $ cd ROX-Filer/src/po
    $ ./update-po
    

  2. Copiez le fichier dans le sous-dossier `src/po' en le nommant `<name>.po'. Ex : si votre langue est 'ml' ('ma langue') :

    $ cp ../messages.pot ml.po

  3. Ouvrez la copie dans un éditeur de texte.

  4. Remplissez les traductions, qui sont toutes vierges au début.

  5. Exécutez le script `make-mo' pour créer le fichier binaire que ROX-Filer pourra utiliser. Vous aurez besoin du paquetage GNU gettext pour effectuer cette opération.

    $ cd ROX-Filer/src/po
    $ ./make-mo ml
    Created file ../../Messages/ml.gmo OK
    

  6. Éditez `ROX-Filer/Options.xml' pour que votre langue soit listée, redémarrez le filer et sélectionnez-la dans la boîte d'options (voir la section Translations).

  7. Envoyez le fichier `.po' dans le 'gestionnaire de patches ROX', pour qu'il puisse être inclus dans les prochaines versions du filer.

Mettre à jour une traduction existante

  1. Allez dans le dossier contenant les fichiers `.po' et exécutez le script `update-po'. Celui-ci vérifie dans le code source s'il y a des phrases nouvelles ou modifiées et met à jour tous les fichiers de traduction.

    $ cd ROX-Filer/src/po
    $ ./update-po
    

  2. Éditez le fichier à la main, comme pour une nouvelle traduction, en traduisant les nouveaux messages et en mettant à jour les autres. Regardez bien les entrées fuzzy que update-po a créées ; vérifiez que la traduction est correcte et supprimez la ligne fuzzy.

  3. Exécutez make-mo comme la fois d'avant.

  4. Soumettez-nous le fichier mis à jour.

Lisez la page info de gettext pour de plus amples instructions sur la création de traductions.

Chapitre 19. Hacking

Ceci est un guide de base pour les personnes qui veulent modifier le code source. Si vous faites des changement utiles ou si vous corrigez des bugs, envoyez-moi les patches (Thomas Leonard) ou envoyez-les à la liste de diffusion. Dites-moi quelle version vous utilisez !

Compiler

La première fois que vous compilerez, vous devrez exécuter AppRun --compile, mais les fois suivantes, un make dans le dossier `src' quand vous changerez les fichiers `.c' et `.h' suffira. Vous voudrez peut-être exécuter aussi un make depend...

Créer et appliquer des patches

Quand les développeurs apportent de petites modifications aux sources, ils les distribuent souvent sous forme de patches — souvent sur la liste de diffusion. Pour appliquer un patch, allez dans le dossier `src' et exécutez la commande patch avec le nouveau patch. Recompilez ensuite :

$ cd ROX-Filer/src
$ patch < patchfile
$ ../AppRun --compile

Vous pouvez retirer le patch en répétant simplement la séquence ci-dessus — patch détectera que le patch est déjà appliqué, et proposera de l'enlever.

Pour créer un patch vous devrez d'abord vous procurer la dernière version du filer sur CVS (les instructions pour l'utilisation de CVS peuvent être trouvées sur le site web). Modifiez le programme comme bon vous semble. Créez le patch en utilisant cvs diff depuis le dossier approprié :

$ cvs diff -u > my_patch

Ceci crée un patch lisible par l'homme – et la machine. Soumettez-le à la liste de diffusion. Il est recommandé de poster des patches plutôt que les fichiers modifiés, pour plusieurs raisons :

  • Ils sont plus petits. Ils sont donc plus rapides à télécharger par les gens qui n'ont pas de connexion à haut débit.

  • On peut voir ce qu'il y a dedans avant de les appliquer !

  • Les patches peuvent (souvent) être appliqués sur des versions légèrement modifiées des sources. Cela veut dire que plusieurs patches peuvent être appliqués sans que chaque nouveau n'écrase les autres.

Autoconf

Voici une explication rapide du système autoconf au cas où vous ne l'auriez pas déjà utilisé. Voir info autoconf pour plus de détails.

Un fichier nommé `configure.in' est fourni et contient plusieurs tests (info autoconf). Vous n'avez qu'à exécuter autoconf il lira ce fichier et générera un script shell pour effectuer les tests, en le sauvant sous le nom de `configure'. `configure' est normalement distribué avec le programme car tout le monde n'a pas autoconf.

Vous exécutez ensuite `configure' (en fait, laissez le script `AppRun' le faire car il lui passe quelques arguments), qui effectue tous les tests. Il lit `Makefile.in' et `config.h.in' et complète les valeurs manquantes avec les résultats des tests pour produire `Makefile' et `config.h'.

Exécutez make, qui créera les fichiers `.o' à partir des fichiers `.c' et les liens pour créer `ROX-Filer'.

Structures de données

Le fichier `global.h' contient les principales structures de données de ROX-Filer et explique la façon dont elles sont utilisées dans le code-source. C'est un bon point de départ si vous voulez comprendre son fonctionnement.

Annexe A. Compilation

Si vous venez d'obtenir le filer en téléchargeant l'archive de ses sources, vous devez donc les compiler pour vous en servir. Si vous avez téléchargé et installé les binaires (le logiciel est donc déjà compilé), ou si ROX-Filer était déjà installé sur votre système, vous pouvez passer directement à la section suivante. Si vous êtes arrivés ici en cliquant sur l'icône représentant une bouée, ou si taper rox dans un XTerm fonctionne, vous n'avez pas besoin de compiler.

Pour compiler, vous aurez besoin de ce qui suit :

  • Unix ou Linux (le mot de passe root n'est pas nécessaire),

  • Le système 'X Window' (fourni en standard sur tous les systèmes modernes),

  • GTK+ 2.4.0 ou postérieure (bibliothèques et en-têtes) — dernière version téléchargeable depuis [GTK+],

  • Glade 2.0.0 ou postérieure (bibliothèques et en-têtes) — dernière version téléchargeable depuis [Glade],

  • LibXML 2.0.0 ou postérieure (bibliothèques et en-têtes) — dernière version téléchargeable depuis [libxml],

  • Un compilateur C, comme 'gcc' (standard sur la plupart des systèmes).

Tout ceci est standard sur la plupart des distributions Linux modernes. Pour vérifier quelle version de GTK+ est installée, utilisez la commande pkg-config, comme ceci ($ est le prompt) :

$ pkg-config --modversion gtk+-2.0
      2.6.8

Procédure A.1. Pour compiler (en utilisant Zero Install) :

  1. Démarrez l'interface Zero Install pour ROX-Filer. Par exemple, depuis un terminal :

          $ 0launch --gui http://rox.sourceforge.net/2005/interfaces/ROX-Filer
          

  2. Faites un clic droit sur la ligne ROX-Filer et choisissez Compiler... dans le menu.

  3. Zero Install va vous demander de choisir une version de ROX-Filer à compiler et de certains fichiers d'en-têtes requis. Vous pouvez normalement accepter les choix par défaut et les télécharger.

  4. Choisissez un dossier dans lequel le code compilé sera enregistré et cliquez sur Build pour procéder.

  5. Une fois compilé, cliquez sur Register pour ajouter cette version à la liste des versions disponibles.

Procédure A.2. Pour compiler :

  1. Le filer utilise maintenant la base de données [SharedMIME] pour gérer les types MIME des fichiers. Vous devez installer cette base avant d'installer rox, sinon le filer ne fonctionnera pas correctement (ROX-Filer vous avertira lors de son démarrage si elle n'est pas installée).

  2. Allez dans le répertoire qui contient le sous-répertoire ROX-Filer.

  3. Exécutez le script AppRun, comme ceci :

    $ ./ROX-Filer/AppRun --compile

  4. ROX-Filer va effectuer quelques tests pour trouver sur quel type de système vous travaillez, puis va commencer la compilation. Si ça ne fonctionne pas, envoyez-nous un courriel et plaignez-vous ! Dites-nous quel type de système vous avez et quels sont les messages d'erreur affichés. Si vous réussissez à régler le problème vous-même, envoyez-nous SVP un courriel avec le correctif.

  5. Une fois que le filer est compilé, il démarre automatiquement. Pour le démarrer à nouveau plus tard, exécutez le script AppRun sans argument.

Annexe B. Page de manuel

Table des matières

ROX — Un gestionnaire de fichiers graphique et simple

Nom

ROX-Filer — Un gestionnaire de fichiers graphique et simple

Synopsis

rox [OPTION...] [FILE...]

DESCRIPTION

ROX-Filer est un gestionnaire de fichiers simple et pratique pour X11, l'interface graphique à base de fenêtres très utilisée sur les systèmes d'exploitation Unix et dérivés.

C'est aussi le c½ur du ROX Desktop : http://rox.sourceforge.net

La commande rox ouvre tous les dossiers et/ou fichiers donnés en argument, ou seulement le répertoire courant si aucun argument n'est fourni.

OPTIONS POUR LA LIGNE DE COMMANDE

-b, --border=PANEL

affiche le panneau PANEL.

-B, --bottom=PANEL

affiche le panneau PANEL en bas de votre écran.

-c, --client-id=ID

utile pour la gestion de session.

-d, --dir=DIR

ouvre le dossier DIR en tant que répertoire (pas comme une application, même si ce dossier y ressemble).

-D, --close=DIR

ferme le dossier DIR et tous ses sous-dossiers.

-h, --help

affiche l'aide et une description des options.

-l, --left=PANEL

crée un panneau à gauche de votre écran.

-m, --mime-type=FILE

affiche le type MIME du fichier "FILE" et s'arrête.

-n, --new

démarre un nouveau filer, même s'il y en a déjà un. Cette option interdit au filer de forker (s'exécuter en arrière plan), et n'est quasiment utile que pour débugger.

-p, --pinboard=PIN

utilise le punaiseur PIN.

-r, --right=PANEL

crée un panneau à droite de votre écran.

-R, --RPC

lit et invoque SOAP RPC depuis l'entrée standard (voir Annexe C, SOAP RPC).

-s, --show=FILE

Ouvre une fenêtre et affiche le dossier où se trouve FILE.

-S, --rox-session

Démarre avec un gestionnaire de sessions, et ouvre les panneau et punaiseur par défaut (implique l'utilisation de --new). Si un gestionnaire de sessions XSM est chargé, et que cette option est utilisée, ROX-Filer demandera à redémarrer automatiquement s'il se ferme inopinément.

-t, --top=PANEL

crée un panneau en haut de votre écran.

-u, --user

affiche le nom de l'utilisateur dans chaque fenêtre.

-U, --url=URI

Exécute URI en tant que fichier ou répertoire. Si URI est une URL de type "file:" et correspond à un fichier sur la machine locale, elle sera convertie en un nom de fichier local : "rox -U file:///tmp" sera converti en "rox /tmp". Si l'URI correspond à un autre type d'URL, la configuration du gestionnaire d'URI est alors consultée.

-v, --version

Affiche les informations sur la version et s'arrête.

-x, --examine=FILE

Le fichier FILE a changé ; il faut le réexaminer.

NOTES

La documentation principale de ROX-Filer est accessible par la commande Voir les fichiers d'aide du menu Aide, ou par le bouton le plus à droite sur la barre d'outils.

LICENCE

Copyright (C) 2004 Thomas Leonard.

Vous pouvez redistribuer des copies de ROX-Filer si vous respectez les termes de la GNU General Public License.

BUGS

Merci d'envoyer (en anglais) vos rapports de bugs à la liste de diffusion consacrée au développement : http://rox.sourceforge.net/contact.html.

AUTHORS

ROX-Filer a été créé par Thomas Leonard, avec l'aide de :

Michael AdamsThierry GodefroyChristiansen Merel
Christopher ArndtOlli HeleniusJimmy Olgeni
Jens AskengrenAlex HoldenRichard Olsson
Liav AsserafJasper HuijsmansMatthew O'Phinney
Wilbert BerendsenSigve IndregardDaniele Peri
Francesco BochicchioBernard JungenAndy Piper
Yuri BongiornoMarcin JuszkiewiczMarcelo Ramos
Andrzej BorsukJames KermodeMichel Alexandre Salim
Richard BoultonJim KnobleAdam Sampson
Simon BritnellKrzysztof KrzyzaniakChris Sawer
Arnaud CalvoAaron KurtzChristian Storgaard
Babyfai CheungVincent LeddaTaras
Andrew CloverVincent LefèvreSimon Truss
Fabien CoutantVictor Liu See-leHirosi Utumi
Couderc DamienAlexey LubimovJan Wagemakers
Andreas DehmelKrzysztof LuksKeith Warno
Micah DowtyMarcus LundbladGötz Waschk
Dmitry ElfimovAnders LundmarkStephen Watson
Mattias EngdegardJose Romildo MalaquiasAndre Wyrwa
Andrew FleggDenis ManenteGeoff Youngs
Olivier FourdanBrendan McCarthyDiego Zamboni
Eric GillespieAndras Mohari 

et beaucoup d'autres ; le fichier `Changes' offre d'avantage d'informations !

Annexe C. SOAP RPC

Quand vous démarrez le filer, vous pouvez lui spécifier des arguments, sur la ligne de commande, pour contrôler son comportement. Il existe une alternative à ceci ; le filer vous permet de passer vos arguments sous la forme d'un message au format RPC [SOAP]. En fait, si vous utilisez les options de la ligne de commande, le filer les convertit en RPC SOAP en interne.

Tous les messages RPC SOAP passent par l'entrée standard, comme ceci :

$ rox --RPC << EOF
<?xml version="1.0"?>
<env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope">
<env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer">
<Panel>
<Name>Default</Name>
<Side>Bottom</Side>
</Panel>
</env:Body>
</env:Envelope>
EOF

Les méthodes suivantes sont reconnues :

  • Version() Returns the filer's version.

  • CloseDir(Filename) Ferme le dossier Filename et tous ses sous-dossiers.

  • Examine(Filename) L'objet Filename a peut-être changé — vérifier et mettre à jour l'affichage.

  • OpenDir(Filename, [Style, Details, Sort, Class, ID, Hidden, Filter]) Ouvre une fenêtre et y affiche le dossier Filename. Style peut prendre la valeur Large, Small, Huge ou Automatic. Details peut prendre la valeur None, ListView, Size, Type, Times ou Permissions. Sort peut prendre la valeur Name, Type, Date, Size, Owner ou Group. Si une de ces options n'est pas renseignée, l'affichage par défaut est utilisé. Class peut être utilisé pour fixer la propriété WM_CLASS de la nouvelle fenêtre. Vous pouvez utiliser ceci pour que votre gestionnaire de fenêtres gère celle-ci d'une façon particulière. ID est une chaîne utilisée pour identifier la fenêtre ouverte. Si une fenêtre existe déjà avec cette ID, celle-ci est modifiée pour le nom du dossier ; sinon, une nouvelle fenêtre est créée et son ID lui est rattachée. Assurez-vous que les ID que vous générez sont uniques lorsque vous utilisez des scripts, en concaténant par exemple le nom du script, le PID et un horodatage pour former l'ID. Hidden Pour afficher les fichiers cachés (ceux dont le nom commence par un point), utilisez la valeur true ; pour ne pas les afficher, préférez false. Si vous omettez ce paramètre, l'option de configuration est utilisée. Filter peut être utilisé pour appliquer un filtre pour n'afficher que certains noms de fichiers. Par exemple, utilisez le filtre *.c pour n'afficher que les fichiers se terminant par .c.

  • Panel([Side, Name]) Ouvre le panneau nommé Name sur le côté de l'écran précisé en Side (Top|Bottom| Left|Right — NDT : Haut|Bas|Gauche|Droite). Name peut être un nom stocké dans `~/.config/rox.sourceforge.net/ROX-Filer' (par exemple MonPanneau), ou un chemin complet.

  • PanelAdd(Side, Path, [Label, After, Shortcut, Args]) Ajoute Path au panneau sur le côté Side, avec le libellé Label. Si After est fixé à true, l'icône sera alignée à droite (ou en bas) du panneau, sinon à gauche (ou en haut). Si Shortcut est précisé, il s'agit du raccourci-clavier à utiliser pour ouvrir cet objet. Les arguements Args, s'ils sont fournis, seront passés à l'objet lors de son démarrage, s'il s'agit d'un programme.

  • PanelRemove(Side, Path, [Label]) Retire un objet du panneau sur le côté Side. Si ni Path, ni Label ne sont précisés, l'appel échouera : au moins un de ces deux paramètres doit être renseigné. Si plusieurs objets correspondent, un seul est retiré.

  • Pinboard([Name]) Affiche sur le bureau le punaiseur nommé Name. Name peut être un nom stocké dans `~/.config/rox.sourceforge.net/ROX-Filer' (par exemple MonPunaiseur), ou un chemin complet. S'il est omis, la fonction punaiseur est désactivée.

  • PinboardAdd(Path, [X, Y, Label, Shortcut, Args, Update]) Ajoute Path au punaiseur en le nommant Label (facultatif). Si X et Y ne sont pas mentionnés ou s'ils sont négatifs, l'icône est positionnée automatiquement. Les paramètres négatifs X et Y indiquent la position de l'icône ajoutée (X=-1 : gauche, X=-2 : droite, Y=-1 : haut, Y=-2 : bas). Si X et Y sont précisés et positifs, la position de l'icône est (X, Y). Si Shortcut est précisé, il s'agit du raccourci-clavier à utiliser pour ouvrir cet objet. Les arguements Args, s'ils sont fournis, seront passés à l'objet lors de son démarrage, s'il s'agit d'un programme. Si le paramètre Update est fixé à "true" et qu'une icône existe déjà sur le punaiseur avec le chemin indiqué, les valeurs seront remplacées au lieu d'ajouter une nouvelle icône.

  • PinboardRemove(Path, [Label]) Retire Path du punaiseur. Si Label est précisé, il doit correspondre au label de l'objet. Si plusieurs objets correspondent, un seul est retiré.

  • SetBackdropApp(App) Définit App (un dossier-application) comme le "gestionnaire" du fond d'écran du punaiseur courant. Le fichier `AppInfo.xml' à l'intérieur de App doit contenir l'élément CanSetBackdrop, ie :

    <?xml version="1.0"?>
    <AppInfo>
    	  <ROX:CanSetBackdrop xmlns:ROX="http://rox.sourceforge.net/SOAP/ROX-Filer"/>
    </AppInfo>

    L'application sera exécutée avec l'option --backdrop comme seul argument après avoir invoqué cette méthode, et chaque fois que le punaiseur sera réactivé. N'UTILISEZ PAS cette méthode si vous invoquez l'option --backdrop, vous seriez bloqué dans une boucle sans fin ! Voir Backdrop applications pour un guide sur l'écriture d'applications gèrant le fond d'écran.

  • SetBackdrop(Filename, Style) Définit l'image de fond d'écran. Si vous souhaitez régénérer l'image lors du prochain login de l'utilisateur, ou si vous voulez la changer automatiquement de temps en temps, utilisez plutôt SetBackdropApp ci-dessus.

  • Run(Filename) Exécute le fichier Filename comme s'il était cliqué dans une fenêtre du filer.

  • RunURI(URI) Exécute URI comme s'il avait été cliqué dans le filer. URI est interprétée comme une URI, sous la forme file://localhost/chemin.

  • Show(Directory, Leafname) Ouvre le dossier Directory et met en évidence le fichier dont le nom est Leafname.

  • FileType(Filename) Affiche le type MIME du fichier Filename (en écrivant la réponse SOAP sur la sortie standard).

  • SetIcon(Path, Icon) Définit l'icône à utiliser pour le chemin donné. C'est l'équivalent de la commande Fixer l'icône... du menu Fichier.

  • UnsetIcon(Path) Supprime l'association entre l'icône à utiliser et le chemin donné.

Les appels suivants peuvent être utilisés pour commencer de nouvelles actions sur objets. Quiet (NDT : "Silencieux") est un booléen et peut prendre la valeur "vrai" (via yes, true ou 1) si l'opération doit commencer immédiatement plutôt que d'attendre la confirmation de l'utilisateur. S'il prend la valeur "faux" (via no, false ou 0), l'utilisateur doit toujours confirmer. S'il est omis, la valeur par défaut est utilisée.

  • Copy(From, To, [Leafname, Quiet]) Copie tous les fichiers spécifiés en From vers le dossier spécifié en To. Si Leafname est précisé, From ne devra fournir qu'une seule entrée ; Leafname donnera alors le nouveau nom du fichier.

  • Move(From, To, [Leafname, Quiet]) Déplace tous les fichiers spécifiés en From vers le dossier spécifié en To. Si Leafname est précisé, From ne devra fournir qu'une seule entrée ; Leafname donnera alors le nouveau nom du fichier.

  • Link(From, To, [Leafname]) Crée un lien symbolique pour tous les fichiers spécifiés en From dans le dossier spécifié en To. Si Leafname est précisé, From ne devra fournir qu'une seule entrée ; Leafname donnera alors le nouveau nom du fichier.

  • Mount(MountPoints, [OpenDir, Quiet]) Monte tous les dossiers spécifiés par MountPoints. Si OpenDir a la valeur true, tous les dossiers seront ouverts après leur montage.

  • Unmount(MountPoints, [Quiet]) Démonte tous les dossiers spécifiés par MountPoints.

References

[ROX] The ROX desktop, http://rox.sourceforge.net

[RISC OS] RISC OS, http://www.riscos.com

[GTK+] GTK+ Toolkit, http://www.gtk.org

[Glade] Glade - a User Interface Designer for GTK+ and GNOME, http://glade.gnome.org/

[libxml] The XML C library for Gnome http://www.xmlsoft.org

[GNOME] The GNOME desktop, http://www.gnome.org

[DND] The Drag and Drop protocol, http://www.newplanetsoftware.com/xdnd/

[XDS] The X Direct Save protocol, http://www.newplanetsoftware.com/xds/

[BaseDir] The freedesktop.org base directory system, http://www.freedesktop.org/wiki/Standards_2fbasedir_2dspec

[AVFS] AVFS - A Virtual File System, http://sourceforge.net/projects/avf/

[SOAP] Simple Object Access Protocol (SOAP) 1.2 http://www.w3.org/TR/SOAP/

[Vignettes] Thumbnail Managing Standard (Version 0.5) http://triq.net/~jens/thumbnail-spec/

[Wallpaper] Wallpaper backdrop control application http://rox.sourceforge.net/phpwiki/index.php/Wallpaper

[SharedMIME] Shared MIME-info Database (Version 0.16) http://www.freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec

[IconTheme] The freedesktop.org Icon Theme specification http://www.freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec

rox-2.11/ROX-Filer/Help/Manual-it.html000066400000000000000000005623211230207736700174010ustar00rootroot00000000000000 ROX-Filer: manuale dell'utente

ROX-Filer: manuale dell'utente http://rox.sourceforge.net

Thomas Leonard

Yuri Bongiorno

Traduzione italiana 

Conditions

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.

Sommario

ROX-Filer è un file manager grafico per X Window. La sua interfaccia utente è ispirata al filer di RISC OS e ha caratteristiche simili, come le directory applicative e il trascinamento per caricare e salvare i file. Il filer può anche agire da bacheca e permette di appendere i file più usati sullo sfondo del desktop.


Indice

1. Introduzione
Caratteristiche
2. Attivazione
La bacheca
I pannelli
Note per i window manager
Sawfish / Sawmill
IceWM
Window Maker
Altri
Esecuzione come «root»
3. Pulsanti del mouse e associazioni dei tasti
4. La selezione
Salvare e ripristinare la selezione
5. La barra degli strumenti
6. I menù
Il menù «Visualizza»
Permessi
Il menù «File»
Il menù «Seleziona»
Il menù «Nuovo»
Il menù «Finestra»
Il menù «Aiuto»
Il menù «Invia a...»
Visualizzare applicazioni differenti per tipi di file differenti
Il «Menù segnalibri»
7. La bacheca e i pannelli
I menù del pannello e della bacheca
Le applet del pannello
Finestre minimizzate sulla bacheca
L'immagine di sfondo della bacheca
8. Dispositivi rimovibili
9. Miniature
Dettagli tecnici
10. File system virtuale
11. Il minibuffer
«Inserisci percorso...»
«Comando shell...»
«Seleziona se...»
12. Rinominazione multipla dei file
13. Finestre d'azione
Opzioni delle finestre di azione
14. «Trova»
Metacaratteri
Condizioni semplici
Operatori logici
Confronti
Speciali
15. Opzioni
16. Tipi di file
Imposta azione...
Trascinare l'applicazione
Inserire un comando di shell
Impostare il gestore predefinito del media-type
Imposta icona...
Come i tipi di file sono memorizzati
Come il filer determina il tipo di file
17. Directory applicative
Il file «AppInfo»
18. Internazionalizzazione
Scegliere una traduzione
Creare una nuova traduzione
Aggiornare una traduzione esistente
19. Hacking
Compilazione
Creare e applicare patch
Autoconf
Le strutture dei dati
A. Compilazione
B. Pagina di manuale
ROX — un semplice file manager grafico
C. SOAP RPC
Riferimenti

Capitolo 1. Introduzione

ROX-Filer è un file manager grafico, facile da usare, per X11, il sistema a finestre usato dai sistemi operativi *nix. È anche il componente principale del desktop ROX [ROX]. Le caratteristiche principali del filer sono ispirate a RISC OS [RISC OS]. «ROX» sta per «Risc os On X».

Caratteristiche

XDND

Un protocollo di drag-and-drop usato, per esempio, dal desktop GNOME [GNOME]. Permette di caricare i dati in un'applicazione semplicemente trascinandoli dalla finestra del filer su un programma. Le specifiche complete si trovano in [DND].

XDS

Un'estensione di XDND che permette alle applicazioni di salvare i dati trascinando un'icona dell'applicazione su una finestra del filer. Le specifiche complete si trovano in [XDS].

Specifiche Basedir

Un semplice e flessibile sistema per gestire le preferenze dell'utente. Normalmente le preferenze vengono salvate in `~/.config'. Tuttavia questo si può cambiare impostando la variabile d'ambiente XDG_CONFIG_HOME. Vedere [BaseDir] per i dettagli.

Directory applicative

Sono applicazioni contenute completamente in una directory, la cui installazione consiste nel copiare la directory dove si vuole e la cui disinstallazione è semplicemente la cancellazione della directory stessa. Sono descritte più avanti.

Miniature

Il filer può visualizzare le immagini usando l'immagine stessa come icona, invece di usarne una generica. È molto utile in una directory piena di foto. Vedere [Thumbs] per i dettagli.

Database condiviso delle informazioni MIME

In passato, ogni desktop aveva il suo database di regole per determinare il tipo di file. Ora, il database condiviso delle informazioni MIME [SharedMIME] ha unificato tutto in un unico sistema condiviso da tutti i desktop.

Tema delle icone

Si possono installare (ad es. in `~/.icons') varie raccolte di icone, chiamate anche temi. Per cambiare tema, andare nella finestra «Opzioni». Si potranno condividere i temi con gli altri desktop, quando anche questi ultimi ne attiveranno il supporto. Vedere [IconTheme] per i dettagli.

Supporto a DNotify (solo per Linux)

Se si usa un kernel Linux recente (2.4.x), il filer si accorge automaticamente delle modifiche nel contenuto delle directory. Negli altri sistemi invece, le directory si aggiornano quando il puntatore si sposta sopra di esse.

Capitolo 2. Attivazione

Per avviare il filer, si deve eseguire il comando rox, per esempio digitandolo in un terminale. Se il filer non è ancora installato, consultare l'Appendice A, Compilazione.

Normalmente ROX-Filer mostra la directory attuale, ma se ne possono visualizzare altre semplicemente elencandole dopo il comando:

$ rox /home /usr /usr/local

Lo si può anche usare per aprire i file, come ad esempio:

$ rox README

Il filer supporta diverse opzioni: usare -h per avere un elenco. Tutte le opzioni possono essere lunghe o corte (es. -h e --help), anche se su alcuni sistemi è possibile usare solo quelle corte.

Notare che se la stessa versione del filer è già in esecuzione sulla macchina, di norma, per aprire le directory, viene usata quella già in esecuzione.

Per un elenco completo delle opzioni a riga di comando, vedere l'Appendice B, Pagina di manuale

La bacheca

Se si desidera che il filer gestisca lo sfondo del desktop, si deve usare l'opzione --pinboard seguito da un nome per la bacheca, come ad esempio:

$ rox --pinboard=MiaBacheca

Se si cambia qualcosa, per esempio se si rilascia un file sullo sfondo, la configurazione della bacheca viene salvata in `~/.config/rox.sourceforge.net/ROX-Filer/pb_MiaBacheca'. Si possono avere tutte le bacheche che si desiderano e per passare dall'una all'altra basta eseguire di nuovo «rox», come ad esempio:

$ rox --pinboard=AltraBacheca

Per disattivare la bacheca, lasciare vuoto il campo del nome:

$ rox --pinboard=

Vedere le note per i window manager se ci sono problemi nel visualizzare correttamente le icone. Si può anche attivare o disattivare la bacheca selezionando in una finestra del filer la directory applicativa `ROX-Filer' e scegliendo dal menù Attiva la bacheca o Disattiva la bacheca .

I pannelli

I pannelli funzionano come la bacheca, ma vengono visualizzati sui bordi dello schermo. Per creare un pannello:

$ rox -b=MioPannello

Il pannello viene visualizzato in una finestra senza la barra del titolo. Se questo non succede, consultare le note per i window manager. Trascinare i file sul pannello per aggiungerli ad esso. Le icone possono essere riposizionate trascinandole col tasto centrale del mouse. Le modifiche al pannello sono automaticamente salvate in `~/.config/rox.sourceforge.net/ROX-Filer/pan_MioPannello'. Come per la bacheca, è possibile passare a diverse configurazioni eseguendo di nuovo «rox» con un altro nome di pannello.

$ rox -b=AltroPannello

Con un menù a comparsa si può impostare su quale bordo dello schermo deve apparire il pannello, oppure si può specificare il nome del bordo al posto di -b (ad es. --bottom). Lasciare vuoto il campo del nome per rimuovere il pannello:

$ rox --bottom=

Note per i window manager

Bisogna modificare le impostazioni del proprio window manager per visualizzare correttamente la bacheca e i pannelli (ad es. per non avere i bordi e i titoli come nelle altre finestre). In particolare, si deve impostare il livello e la profondità di stacking al minimo (o a un valore negativo). Assicurarsi inoltre di disattivare qualsiasi opzione del tipo «Keep transients above other windows».

Sawfish / Sawmill

Sawfish all'avvio tenta di capire se si sta usando GNOME e, se è così, fornisce il supporto necessario. Si deve quindi aggiungere la riga

(require 'gnome)

al file `.sawfishrc' (consultare il manuale di sawfish per ulteriori dettagli).

IceWM

Incollare le seguenti impostazioni nel file `~/.icewm/preferences':

      # Manage root window (EXPERIMENTAL - normally enabled!)
      GrabRootWindow=1 # 0/1
      # Bitmask of root window button click to use in window manager
      UseRootButtons=3 # [0-255]
      # Desktop mouse-button click to show the menu
      DesktopWinMenuButton=1 # [0-20]
      # Desktop mouse-button click to show the window list
      DesktopWinListButton=2 # [0-5]
      # Desktop mouse-button click to show the window list menu
      DesktopMenuButton=0 # [0-20]

Incollare queste nel file `~/.icewm/winoptions':

      # ROX-Filer pinboard and panel
      ROX-Filer.icon: folder
      ROX-Panel.layer: Dock
      ROX-Panel.doNotCover: 1
      ROX-Panel.ignoreWinList: 1
      ROX-Panel.ignoreTaskBar: 1
      ROX-Panel.ignoreQuickSwitch: 1
      ROX-Pinboard.layer: Below
      ROX-Pinboard.ignoreWinList: 1
      ROX-Pinboard.ignoreTaskBar: 1
      ROX-Pinboard.ignoreQuickSwitch: 1
      ROX-Filer.layer: Normal

Riavviare IceWM e il filer affinché le nuove impostazioni abbiano effetto.

Window Maker

  1. Avviare il filer con rox -p=Default.

  2. Premere Control+Esc, o [RightButtonDown] sulla barra del titolo di qualunque finestra. Scegliere Proprietà... dal menù.

  3. Appare la finestra «Ispeziono...». Dal menù a tendina in alto, scegliere Specifica classe finestra (il primo in alto).

  4. Premere il pulsante Seleziona finestra. Il cursore diventa una croce. Selezionare un'icona della bacheca di ROX-Filer. I pulsanti radio della cornice Specifica classe finestra dovrebbero cambiare le loro etichette per includere ROX-Pinboard.ROX-Filer come primo elemento. Selezionare quel pulsante radio.

  5. Scegliere Attributi della finestra dal menù a tendina. Nella cornice Attributi, selezionare le caratteristiche della bacheca; sono raccomandate le seguenti:

    • Elimina la barra del titolo

    • Elimina la barra di ridimensionamento

    • Elimina il pulsante Chiudi

    • Elimina il pulsante Riduci a icona

    • Mantieni in fondo

    • Onnipresente

  6. Scegliere Opzioni avanzate dal menù a tendina. Nella cornice Avanzate, selezionare le caratteristiche avanzate che si desiderano; sono raccomandate le seguenti:

    • Non mostrare nella lista finestre

    • Ignora "Nascondi gli altri"

    • Ignora "Salva sessione"

  7. Terminata la selezione delle proprietà, premere il pulsante Salva e chiudere la finestra «Ispeziono» usando il pulsante a forma di X sulla barra del titolo.

Altri

Se ancora non funzionano le cose, andare nella sezione «Compatibilità» della finestra «Opzioni».

Esecuzione come «root»

Se si avvia il filer come utente «root», viene mostrato un messaggio in alto su ciascuna finestra. L'utente «root» infatti ha i permessi di accesso e di modifica su ogni file del sistema, quindi bisogna stare molto attenti. Normalmente, si dovrebbe accedere al sistema come utente normale e passare a «root» solo quando è assolutamente necessario. Se sudo è installato e configurato, allora si può avviare il filer in questo modo:

$ sudo rox

Attenzione: ogni operazione su file e ogni programma avviato da questa finestra viene eseguito come utente «root».

Può accadere che il server X non permetta a «root» (o ad altri utenti) di connettersi. Leggere le pagine di manuale dei comandi xauth e xhost può aiutare a risolvere il problema, ma molte cose cambiano da sistema a sistema (ecco perché questa caratteristica non è stata inserita nel filer).

Nota: gnomesu può essere usato per eseguire il filer come root, ma è necessario usare setsid per eseguirlo in una nuova sessione, altrimenti gnomesu termina senza aprire alcuna finestra. Per esempio:

gnomesu -c 'setsid /usr/local/bin/rox /'

Capitolo 3. Pulsanti del mouse e associazioni dei tasti

In breve:

  • Fare clic con il pulsante sinistro del mouse [1] per aprire file e directory.

  • Fare clic con il pulsante destro per attivare il menù. Fare clic su un file per compiere un'azione su quel file.

  • Trascinare i file tra le finestre con il pulsante sinistro per copiare, spostare o fare collegamenti (si sceglie da un menù). Il collegamento è una scorciatoia verso il file originale.

Normalmente, le associazioni dei pulsanti del mouse sono progettate per adattarsi alle convenzioni di X. Comunque, tutto è altamente configurabile: vedere nella finestra «Opzioni» se si desidera cambiare le impostazioni predefinite, che sono le seguenti:

Tasto o pulsante del mouseAzione
Clic pulsante sinistro Apre il file o la directory su cui si ha fatto clic. Tenere premuto Control per selezionare gli elementi invece di aprirli. Tenere premuto Shift per guardare dentro i file (come se fossero di testo), per seguire i collegamenti simbolici o per ottenere maggiore controllo sui punti di mount (vedere Dispositivi rimovibili).
Clic pulsante centrale Fa le stesse cose del pulsante sinistro, ma apre una directory in una nuova finestra e, quando apre un file, chiude la finestra del filer.
Clic pulsante destro Attiva il menù principale. Tenere premuto Control per andare direttamente nel sottomenù degli elementi selezionati. Tenere premuto Shift per attivare il menù Invia a... (vedere la sezione Il menù «Invia a...».
Trascinare un elemento (pulsante sinistro del mouse) Mostra un menù di azioni possibili. C'è la possibilità di disabilitare questo menù, in questo caso i file vengono copiati nella destinazione (un'applicazione o un'altra finestra del filer). Tenere premuto Shift per spostare i file, Control+Shift per creare un collegamento simbolico, Alt per attivare un menù di azioni possibili.
Trascinare un elemento (pulsante centrale del mouse) Quando si rilascia, mostra un menù di azioni possibili. C'è la possibilità di spostare i file invece di attivare il menù.
Trascinare (non sopra un elemento) Seleziona un gruppo di elementi. Col tasto sinistro del mouse, si selezionano solo gli elementi dentro la selezione, ma tenendo premuto anche il tasto Control gli elementi vengono aggiunti alla selezione precedente. Usando il tasto centrale, gli elementi passano dallo stato selezionato a quello deselezionato e viceversa.
Doppio clic sullo sfondo del filer Ridimensiona la finestra in modo opportuno (si può disattivare nella finestra «Opzioni»).
Backspace Va nella directory genitore.
Frecce Spostano il cursore.
Pagina su, Pagina giù Spostano il cursore su e giù di una pagina alla volta.
Inizio, Fine Spostano il cursore alla prima e all'ultima voce della directory.
Invio Agisce come se si facesse clic su un file. Tenere premuto «Shift» per ottenere altri effetti, come quando si fa clic. Tenendo premuto «Alt» agisce come facendo clic con il tasto centrale del mouse: le directory vengono aperte in una nuova finestra e l'apertura dei file provoca contemporaneamente la chiusura della finestra del filer.
Barra spaziatrice Seleziona e deseleziona l'elemento e si sposta su quello successivo.
Tab, Shift+Tab Sposta il cursore sul successivo/precedente elemento selezionato.
Tenere il mouse su un elemento Mostra un suggerimento: una breve descrizione (se disponibile) dell'applicazione, la destinazione di un collegamento simbolico e il nome completo di un file che è troppo lungo per essere visualizzato nella finestra principale.

Se sono abilitate le associazioni dei tasti definite dall'utente, allora altri tasti possono essere facilmente impostati attivando il menù, spostando il puntatore su una voce che si desidera usare e premendo un tasto. Quest'ultimo appare ora nel menù e può essere usato da qui in avanti. Le associazioni dei tasti sono automaticamente salvate quando si chiude il filer. È possibile usare un gestore di XSettings, come ROX-Session, per attivare questa caratteristica su tutte le applicazioni Gtk+-2.0.



[1] In questo manuale c'è la seguente convenzione: il pulsante–1 è quello sinistro, il pulsante–2 è quello centrale e il pulsante–3 è quello destro. Fanno ovviamente eccezione i mouse per mancini.

Capitolo 4. La selezione

Quando si selezionano gli elementi di una finestra di ROX-Filer, il filer memorizza la selezione primaria. È possibile quindi incollare in un'altra finestra il nome (e il percorso) del file selezionato.

Procedura 4.1. Esempio: caricare un file in un'applicazione che non supporta il drag-and-drop:

  1. Aprire la finestra di dialogo «Apri» dell'applicazione.

  2. Selezionare il file in una finestra di ROX-Filer usando Control+clic.

  3. Fare clic col tasto centrale del mouse nella finestra dell'applicazione per incollare il nome.

Notare che si può aprire il file selezionato facendo clic con il tasto centrale del mouse nell'area principale dei più comuni browser web.

Se si seleziona qualcos'altro (es. qualche parola in un altro programma), il filer perde la selezione primaria e gli elementi selezionati diventano ombreggiati. Per riprenderla, fare clic su un elemento ombreggiato.

Salvare e ripristinare la selezione

A volte è utile salvare la selezione attuale, per farlo basta premere Control+<numero> tra zero e nove. Per ripristinare la selezione, basta premere il numero di prima. È possibile farlo da directory differenti o da finestre di filer differenti.

Se si salva quando non c'è nessuna selezione, viene salvata la directory attuale.

Procedura 4.2. Esempio: salvare e ripristinare una directory:

  1. Cercare una directory che si desidera memorizzare. Premere Control+1.

  2. Spostarsi in un'altra directory o chiudere la finestra.

  3. In un'altra finestra del filer premere 1 per ritornare nella directory iniziale.

I gruppi di selezione vengono salvati automaticamente e sono disponibili anche la prossima volta che si usa il filer.

Capitolo 5. La barra degli strumenti

Normalmente, ogni finestra ha in alto una barra degli strumenti. Con il menù «Opzioni» è possibile disabilitarla, renderla più larga o più stretta selezionando quali strumenti far apparire. Di solito si fa clic su questi strumenti con il pulsante sinistro (1) del mouse, ma alcuni di questi hanno anche altre funzioni con il pulsante centrale (2) o destro (3).

Icona Pulsante 1 del mouse Altro pulsante
Croce Chiude la finestra Apre una nuova finestra
Freccia su Va nella directory genitore Mostra la directory genitore in una nuova finestra [1]
Casa Va nella directory home Mostra la directory home in una nuova finestra [1]
Freccia sul punto giallo Apre il menù segnalibri Modifica i segnalibri
Frecce in cerchio Aggiorna il contenuto della directory Apre una nuova finestra
Lente d'ingrandimento (+) Aumenta le dimensioni delle icone. Diminuisce le dimensioni delle icone.
Lente d'ingrandimento (adatta) Imposta la modalità di ridimensionamento automatico. -
Elenco Mostra o nasconde i dettagli La stessa cosa
A..Z Passa al criterio di ordinamento successivo. Passa al criterio di ordinamento precedente.
Occhio Mostra o nasconde i file nascosti (il cui nome inizia con un punto) Mostra o nasconde le miniature delle immagini
Elenco con selezioni Seleziona tutto. Inverte la selezione.
Salvagente Mostra i file di aiuto di ROX-Filer Apre direttamente il manuale

[1] Se è attivata l'opzione «Nuova finestra con il pulsante 1», il comportamento predefinito è di aprire una nuova finestra, invece se si fa clic con l'altro pulsante viene usata la stessa finestra.

Trascinare i file sull'icona «Su» o sull'icona «Casa» è equivalente a trascinarli direttamente nelle directory a cui conducono. Trascinare una directory sul pulsante «Segnalibri» è equivalente ad aggiungerla come un nuovo segnalibro.

La barra degli strumenti può mostrare il numero di file nella directory e informazioni sulla selezione. Si può disattivare nel menù «Opzioni».

Capitolo 6. I menù

Normalmente, si può attivare il menù facendo clic col tasto destro sulla bacheca, sul pannello o sulla finestra del filer. Nelle finestre del filer è anche possibile attivare il menù premendo \. Per accedere direttamente al sottomenù «File», tenere premuto Control mentre si attiva il menù. Ecco la descrizione di ciascuna voce:

VoceAzione
Visualizza Cambia le impostazioni di visualizzazione.
File Operazioni sugli elementi selezionati.
Seleziona Stabilisce quali elementi selezionare.
Opzioni Configura ROX-Filer.
Nuovo Crea un nuovo file o una nuova directory dentro la directory attuale.
Finestra Operazioni sulle finestre nel loro complesso.
Aiuto Informazioni sul filer.

Il menù «Visualizza»

VoceAzione
Vista a icone I file sono visualizzati come icone.
Icone, con... I file sono visualizzati come icone con l'aggiunta di dettagli scelti dal sottomenù. Per vedere tutte le informazioni su ogni file, usare la «Vista a lista».
Vista a lista Mostra i file in un elenco con i loro dettagli. Fare clic sul titolo di una colonna per ordinarli secondo quella colonna.
Icone enormi Incrementa la dimensione delle icone e disattiva la modalità automatica.
Icone piccole Riduce la dimensione delle icone e disattiva la modalità automatica.
Automatico Modalità automatica: seleziona automaticamente la dimensione delle icone (utile quando si cambia directory, ecc...).
Ordina per XXX Imposta il tipo di ordinamento. Nella «Vista a lista» è possibile farlo anche facendo clic sul titolo delle colonne.
Invertito Ordina in modo invertito (dal più nuovo al più vecchio, dal più grande al più piccolo, ecc...).
Mostra nascosti Se attivato, vengono mostrati i file che iniziano con il punto, altrimenti vengono nascosti. Quando è attivato, la barra del titolo mostra (Tutti).
Filtra i file... Limita la visualizzazione a solo quei file i cui nomi corrispondono a un modello dato. Quando è attivato, la barra del titolo mostra (Glob (modello)).
Filtra le directory con i file Applica il filtro Filtra i file... anche alle directory.
Mostra miniature Se attivato, per ogni immagine il filer tenta di caricare come icona del file l'immagine stessa. È utile nelle directory piene di foto. Per ulteriori dettagli, vedere la sezione Miniature.
Aggiorna Rilegge il contenuto della directory e i dettagli di tutti i file presenti in essa. Da usare se il contenuto mostrato è obsoleto.
Salva le impostazioni di visualizzazione... Memorizza le impostazioni di visualizzazione solo per questa directory. Ogni volta che questa directory sarà aperta, verranno usate le impostazioni salvate.

Permessi

Il campo dei permessi è formato da quattro gruppi di tre flag. Ogni flag è visualizzato con una lettera o con un trattino (–). Le prime tre lettere sono i permessi del «proprietario» del file, le successive tre del «gruppo» del file e le altre tre degli «altri». Se uno di questi gruppi si riferisce al processo stesso di ROX-Filer, allora viene mostrato sottolineato. Nel quarto gruppo ci sono alcuni flag speciali.

Il significato delle lettere è il seguente:

  • r — Permesso di leggere il contenuto del file o i nomi dei file in una directory.

  • w — Permesso di modificare il contenuto del file o di cambiare i nomi che appaiono in una directory.

  • x — Permesso di eseguire un file come se fosse un programma o di attraversare una directory.

  • U — Il programma in esecuzione ha come ID utente effettivo quello del proprietario del programma invece che della persona che lo ha eseguito.

  • G — Il programma in esecuzione ha come ID gruppo effettivo quello del gruppo del programma invece che del gruppo di chi lo ha eseguito.

  • T — Gli elementi in questa directory possono essere modificati o rimossi solo dal proprietario dei file e da nessun altro, anche se si ha accesso in scrittura alla directory in questione.

Per esempio,

      rwx,rwx,r-x/---

significa che il proprietario del file è lo stesso utente effettivo di ROX-Filer, il proprietario e i membri del gruppo del file hanno permessi in lettura, scrittura ed esecuzione, infine gli altri hanno solo i permessi in lettura ed esecuzione. Non ci sono flag speciali. Le regole che determinano quali permessi applicare possono variare leggermente da un sistema operativo a un altro, ma in linea di massima:

  • Se ID utente effettivo del processo è uguale al proprietario del file, si applicano i permessi del proprietario.

  • Altrimenti, se ID gruppo effettivo del processo è uguale al gruppo del file o se il gruppo del file è uno dei gruppi supplementari del processo, si applicano i permessi del gruppo.

  • Per il resto, si applicano i permessi degli «altri». ID utente reale e ID gruppo reale non hanno effetto (eccetto che un processo imposti il suo ID reale come il suo ID effettivo).

Il menù «File»

Tutti i menù funzionano in modo simile. Per esempio, attivando il menù su qualche elemento selezionato, l'operazione si applica solo agli elementi selezionati. Attivando invece il menù su un elemento quando non c'è nessuna selezione, quell'elemento viene selezionato momentaneamente.

Attivando un menù né su un elemento né su una selezione, la finestra va in "modalità bersaglio": l'operazione viene eseguita sul prossimo elemento su cui si fa clic. Si esce dalla modalità bersaglio premendo Esc, facendo clic sullo sfondo della finestra o con il tasto destro del mouse. Questa modalità è utile con l'opzione Navigazione a singolo clic e con i tasti associati alle varie voci di menù.

Notare che le singole applicazioni possono aggiungere altri menù in cima ai sottomenù che si ottengono facendo clic sopra di esse. Vedere Directory applicative per ulteriori dettagli. In alto ci può essere un numero qualsiasi di azioni definite dall'utente, che dipendono dal tipo di file su cui si fa clic. Per aggiungere dei programmi, selezionare la voce Personalizza il menù.... Per esempio, è possibile far apparire come menù Gimp per le immagini e FreeFS per i punti di mount.

VoceAzione
Copia... Fa una copia di questo elemento.
Rinomina... Cambia il nome di questo elemento o lo sposta in un'altra directory. Se sono selezionati più file, allora apre La finestra di rinominazione multipla dei file.
Collegamento... Crea un collegamento simbolico a questo nome.
Elimina Rimuove dalla directory tutti gli elementi selezionati. Se è una sottodirectory, viene prima eliminato il suo contenuto. Se è un collegamento simbolico, si elimina solo il collegamento, non l'elemento a cui punta.
Apri con Shift Apre le applicazioni come se fossero directory, i file come se fossero di testo e per i collegamenti simbolici apre la directory che contiene l'elemento a cui punta. Ha anche un comportamento particolare per i punti di mount (vedere Dispositivi rimovibili). Si ottiene lo stesso effetto quando si fa clic tenendo premuto il tasto Shift. Il testo della voce di menù cambia per mostrare quale azione sta per essere eseguita.
Invia a... Attiva il menù «Invia a...» e permette di mandare i file selezionati a una o più applicazioni. Vedere la sezione Il menù «Invia a...».
Imposta azione... Permette di impostare il programma predefinito da usare quando si apre un file di questo tipo. Vedere la sezione «Imposta azione...» per ulteriori dettagli.
Imposta icona... Dà un'icona speciale a un file o una directory: basta trascinare un'immagine in «Imposta icona...».
Proprietà Mostra ulteriori informazioni dell'elemento selezionato. Qui è anche possibile cambiare la destinazione di un collegamento simbolico e i permessi (ma il menù Permessi che è più in basso, permette di cambiarli a più file contemporaneamente).
Spazio usato Calcola lo spazio usato dagli elementi selezionati. Se è una directory, tiene conto anche del suo contenuto. Se è un collegamento simbolico, non tiene conto dell'elemento a cui punta.
Tipo di file... Imposta il tipo di MIME di un file. Funziona solo sui file system che hanno il supporto esteso degli attributi. Nei vecchi file system, per cambiare il tipo di MIME, si deve rinominare il file.
Permessi Permette di cambiare i permessi ai file selezionati. Se è selezionato solo un file, è meglio usare l'interfaccia più semplice del menù Proprietà
Trova Cerca i file specificando varie condizioni. Vedere anche la sezione «Trova».

Nota sui collegamenti simbolici:  un collegamento simbolico memorizza il percorso di un altro file. Eliminando questo collegamento, non si influenza l'altro file. Eliminando invece l'altro file, il collegamento simbolico viene interrotto. Ci sono due tipi di collegamento simbolico: assoluto e relativo. Un collegamento simbolico assoluto memorizza il percorso partendo dalla radice («/» o «root»), per esempio: `/home/fred/MyFile'. Un collegamento simbolico relativo memorizza il percorso partendo dal collegamento stesso, per esempio `../fred/MyFile'. Se non si ha intenzione di spostare il file di destinazione, è meglio usare un collegamento assoluto, altrimenti uno relativo.

Il menù «Seleziona»

Questo menù permette di selezionare e di deselezionare i file in vari modi. Vedere la sezione Pulsanti del mouse e associazioni dei tasti per gli altri modi di selezionare i file.

VoceAzione
Seleziona tutto Seleziona tutti gli elementi della finestra.
Annulla la selezione Deseleziona tutti gli elementi della finestra.
Inverti la selezione Ogni file selezionato diventa deselezionato e viceversa.
Seleziona per nome... Seleziona solo i file che corrispondono a un dato modello. Non è flessibile come Seleziona se... (vedere sotto), ma è più veloce da usare. Con questa opzione i file vengono anche selezionati. La scorciatoia da tastiera predefinita è ., quindi basta digitare per esempio .png per selezionare tutti i file `.png'.
Seleziona se... Seleziona solo quei file che soddisfano un dato modello di ricerca. Vedere la sezione «Seleziona se...».

Il menù «Nuovo»

Ciascuna voce di questo menù apre una finestra per creare un nuovo file o una nuova directory. Ci sono due voci predefinite, le altre sono il contenuto della directory `~/.config/rox.sourceforge.net/Templates', se esiste.

VoceAzione
Directory Crea una nuova directory.
File Crea un file vuoto.
Personalizza Apre la directory `Templates' per aggiungere altre voci al menù.
<definiti dall'utente> Copia un file dalla directory «Templates».

Per aggiungere nuove voci, scegliere Personalizza e mettere i file lì dentro. I file di quella directory compaiono quindi nel menù e vengono usati per creare i nuovi file. Per esempio, se si desidera creare un file HTML vuoto:

<html>
 <head>
  <title>Titolo della pagina</title>
 </head>
 <body>
  Il contenuto della pagina.
 </body>
</html>

Salvando questo file come `index.html' dentro la directory `Templates' si possono creare facilmente file HTML. È possibile anche salvare documenti vuoti di vario tipo, come ad es. un foglio di calcolo, una lettera, ecc...

Notare che al momento non è possibile impostare le scorciatoie per questi tipi di voci.

Il menù «Finestra»

VoceAzione
Directory genitore, nuova finestra Visualizza la directory genitore in una nuova finestra.
Directory genitore, stessa finestra Come sopra, ma usa la stessa finestra.
Nuova finestra Visualizza la stessa directory in una nuova finestra.
Directory home Va nella directory home.
Mostra i segnalibri Apre il menù dei segnalibri (vedere menù segnalibri).
Segui i collegamenti simbolici Converte il percorso mostrato nella barra del titolo della finestra nella sua forma canonica. Per esempio, se `/home/fred/link' è il collegamento simbolico che punta a `/usr/share/doc/', facendo clic sul collegamento si va in quella directory, poi facendo clic su «Su» si torna in `/home/fred'. Se invece si fa clic su Segui i collegamenti simbolici, quando poi si torna «Su», si va in `/usr/share'.
Ridimensiona finestra Ridimensiona la finestra in base al suo contenuto.
Chiudi finestra Chiude la finestra.
Inserisci percorso... Apre un minibuffer per inserire il percorso (vedere la sezione Minibuffer).
Comando shell... Apre un minibuffer per il comando di shell (vedere la sezione Minibuffer).
Xterm qui Apre un xterm nella directory attuale.
Scambia con xterm Apre un xterm nella directory attuale e contemporaneamente chiude la finestra del filer.

Il menù «Aiuto»

VoceAzione
Informazioni su ROX-Filer Mostra le informazioni del filer. È equivalente a cercare «ROX-Filer» in una finestra del filer e selezionare Proprietà dal menù.
Mostra i file di aiuto È equivalente a selezionare «ROX-Filer» e scegliere Aiuto dal menù.
Manuale Apre il manuale HTML nella lingua impostata nel sistema. Se la traduzione non è disponibile mostra la versione in inglese.

Il menù «Invia a...»

Il menù «Invia a...» fornisce un modo veloce per inviare file a un'applicazione. Il filer analizza tutte le directory `SendTo' nel $XDG_CONFIG_DIRS/rox.sourceforge.net/SendTo (vedere [BaseDir]) ed elenca il contenuto in questo menù.

Per cambiare le applicazioni che appaiono, scegliere Personalizza in fondo al menù. Si apre quindi la directory `SendTo'. Si possono creare collegamenti simbolici alle applicazioni, trascinandole qui e scegliendo Collegamento dal menù.

Aprire «Invia a...» dal menù principale è piuttosto scomodo, normalmente lo si apre facendo clic col tasto destro del mouse su un file e tenendo premuto il tasto Shift.

Visualizzare applicazioni differenti per tipi di file differenti

Supponiamo che si voglia che «Gimp» sia l'unica applicazione visualizzata quando è stata selezionata un'immagine. Per fare questo, si deve creare una directory nascosta dentro `SendTo' di nome `.image' (o di qualsiasi altro tipo di file si desidera). È anche possibile usare il tipo completo, come ad esempio `.image_png'. Usare il menù Proprietà su un file per conoscere il tipo di MIME.

Le voci di queste directory nascoste sono mostrate solo per i file di tipo appropriato. Se si seleziona più di un file, viene usata la directory `.group'.

Il «Menù segnalibri»

Il menù segnalibri viene usato per memorizzare un elenco di directory usate frequentemente. È possibile aprirlo anche dal menù principale (sottomenù Finestra) e creare una scorciatoia associandolo a un tasto. Dal menù segnalibri è possibile aggiungere alla lista la directory attualmente visualizzata, spostarsi in una directory memorizzata, o aprire una finestra di dialogo per modificare l'elenco. Se necessario, si possono rimuovere le voci, riordinarle (usando le frecce o trascinandole) e modificare direttamente i percorsi.

Il sottomenù Visitati di recente mostra le ultime directory viste. Sceglierne una per entrarci subito. La directory attuale è ombreggiata, dal momento che ci si trova già lì.

Capitolo 7. La bacheca e i pannelli

Le sezioni La bacheca e I pannelli spiegano come attivare la bacheca e i pannelli. Una volta attivi, è possibile rilasciare gli elementi da una finestra del filer per appenderli. È indifferente fare clic su un elemento affisso sulla bacheca o fare clic nella finestra del filer. Le icone affisse si trascinano come quelle normali e si può attivare il loro menù con il tasto destro del mouse.

Per spostare le icone del pannello, trascinarle con il tasto centrale del mouse. Nelle precedenti versioni del filer, si potevano spostare le icone della bacheca anche col tasto centrale del mouse, ma ora non è più possibile perché tale tasto è riservato al window manager.

È possibile assegnare le scorciatoie da tastiera alle icone del pannello e della bacheca. Si possono usare per aprire velocemente directory, file o applicazioni, persino se un'altra finestra ha il focus.

Le modifiche al pannello e alla bacheca vengono salvate automaticamente. Facendo clic sulle icone affisse tenendo premuto il tasto Control, queste vengono selezionate e deselezionate. Fare clic sullo sfondo per deselezionarle tutte.

Importante

Trascinare un file sulla bacheca o sul pannello non significa copiarlo: è solamente una scorciatoia al file. Questo comportamento è molto diverso da quello degli altri filer. Infatti se si elimina il file dalla bacheca, si elimina solo il collegamento al file originale; se si elimina il file originale, sulla bacheca rimane solo un collegamento interrotto.

I menù del pannello e della bacheca

VoceAzione
ROX-Filer Mostra i file di aiuto, modifica le opzioni e apre la directory home.
File «file» È una versione ridotta del sottomenù «File» del filer.
Modifica elemento Cambia il nome visualizzato sotto l'icona o il percorso all'elemento a cui punta. Si può impostare una scorciatoia da tastiera per l'icona o bloccarla per impedirne la cancellazione accidentale. Inoltre, è possibile specificare gli argomenti aggiuntivi da passare ai programmi.
Mostra posizione Mostra dove è memorizzato il file.
Rimuovi elemento Rimuove gli elementi selezionati dalla bacheca o dal pannello.
Sfondo... Imposta l'immagine di sfondo (vedere più sotto). È disponibile solo nel menù della bacheca.
Opzioni pannello... Imposta il bordo dello schermo sul quale visualizzare il pannello. È disponibile solo dal menù del pannello.

Per creare le impostazioni predefinite per gli altri utenti come l'icona «Home» che punta alla directory dell'utente stesso, prima si deve creare una nuova icona, poi si deve usare Modifica elemento per cambiare il percorso in `~' e infine rinominarlo «Home».

Notare che facendo clic su certe applicazioni, queste possono aggiungere alcuni menù in cima al menù principale. Vedere Directory applicative per ulteriori dettagli.

Le applet del pannello

ROX-Filer permette di eseguire dentro il pannello piccole applicazioni di nome applet. Per eseguirne una, trascinarla nel pannello dalla finestra del filer. La sua icona non viene visualizzata, ma l'applet viene eseguita.

Procedura 7.1. Creare una applet (solo per programmatori):

  1. Creare una directory per l'applet (per es. `MiaApplet').

  2. Usare il menù Imposta icona... per creare dentro la directory un'icona di nome `.DirIcon'. La directory viene poi visualizzata con quest'icona.

  3. Creare una sottodirectory `Help' per quando l'utente sceglie Aiuto dal menù.

  4. Creare un eseguibile di nome `AppletRun'. Questo passa lo XID del socket del pannello quando la directory viene trascinata dentro il pannello. Usare questo per creare un widget GtkPlug. Un tutorial è disponibile su http://rox.sourceforge.net/phpwiki/index.php/Tutorials/Applets

Finestre minimizzate sulla bacheca

Quando è attiva la bacheca, ROX-Filer può visualizzare le finestre ridotte a icona (o «minimizzate») mostrando un'opportuna icona sulla bacheca. Attivare questa funzione nella finestra «Opzioni». Le finestre ridotte a icona hanno uno sfondo semitrasparente e possono essere spostate. Fare clic sopra per ripristinare la finestra. Alcuni vecchi window manager non supportano questa funzione, quindi nessuna icona viene mostrata.

L'immagine di sfondo della bacheca

È possibile scegliere un'immagine per lo sfondo, scegliendo Sfondo... dal menù della bacheca (tasto destro del mouse sullo sfondo se la bacheca è attiva).

Selezionare Centra, Scala, Stira o Affianca per impostare lo stile, poi trascinare un'immagine nell'area sottostante. Per ritornare a un colore uniforme, (definito nella finestra «Opzioni»), fare clic su Pulisci.

Si può usare l'applicazione «Wallpaper» [Wallpaper] per creare effetti più complessi, come la scelta casuale di un'immagine ogni ora o il rendering dell'immagine della Terra come è attualmente illuminata dal sole.

Per i programmatori.  Se si desidera creare un'applicazione che imposta lo sfondo, per es. che sceglie un'immagine casuale o una sequenza di diapositive, è necessario prima creare una directory applicativa (vedere Directory applicative).

Se eseguita senza argomenti, l'applicazione dovrebbe attivare il metodo SOAP SetBackdropApp (vedere Appendice C, SOAP RPC). Il filer quindi la riesegue immediatamente e, questa volta, con l'opzione --backdrop.

Se eseguita con --backdrop, il programma dovrebbe scrivere lo stile e il nome del file immagine da visualizzare nel suo standard stream di output, es:

tile /tmp/image.png

centre e scale sono gli altri stili possibile. Il filer quindi carica l'immagine e la visualizza. L'applicazione non imposta lo sfondo, ma dice solamente al filer cosa visualizzare.

Nel caso di uno sfondo con immagine casuale, il programma può terminare immediatamente. Se l'applicazione ha creato un'immagine temporanea, dovrebbe leggere la riga "ok\n" dal suo standard input prima di cancellare l'immagine.

Se l'applicazione desidera mostrare una sequenza di immagini, dovrebbe ancora leggere "ok\n", quindi aspettare fino al momento di visualizzare l'immagine successiva e poi scrivere quel nome di file, e così via.

Chiudendo i due stream, il filer indica che il programma si deve fermare. A questo punto il programma dovrebbe terminare. Per eliminare qualunque file temporaneo, assicurarsi di catturare SIGPIPE quando si scrive sullo standard output.

Per un esempio completo, vedere l'applicazione «Wallpaper» [Wallpaper] (scritta in python).

Capitolo 8.  Dispositivi rimovibili

Usare i dispositivi rimovibili con ROX-Filer, come il dischetto o il cdrom, è abbastanza semplice. È importante comunque capire il significato di montare e smontare i device.

Montare un device significa far apparire il suo contenuto nel file system. Normalmente, la directory `/floppy' è vuota, ma se si monta qui il dischetto, il suo contenuto appare dentro la directory. Per esempio, un file di nome `Lettera' nel dischetto appare come `/floppy/Lettera'.

Prima di rimuovere un disco, il device deve essere smontato, così il sistema può scrivere i dati che ha in buffer. Rimuovere un disco senza smontarlo può rovinare il suo contenuto. Fortunatamente i CD e gli Zip sono bloccati quando il device è montato, così non c'è pericolo di rimuoverli accidentalmente.

Quando si vuole usare un disco, non c'è bisogno di specificare ogni volta quale device usare e in quale punto del file system montarlo, perché nel file `/etc/fstab' c'è un elenco preimpostato. ROX-Filer mostra i punti di mount (come il `/floppy') che sono elencati ma non montati con un cerchio grigio semitrasparente sopra le loro icone.

Facendo clic su uno di questi punti di mount, il device viene montato e il cerchio diventa verde. Non rimuovere il dispositivo finché il cerchio è acceso. Per smontare il device, fare clic su `/floppy' tenendo premuto il tasto Shift.

È anche possibile smontare un device chiudendo la finestra (per esempio quella del `/floppy') e scegliendo «Smonta» dalla finestra che appare. Il filer permette di smontare i device in questo modo solo se sono stati prima montati dal filer stesso.

Per aprire una directory senza montare niente (per esempio se si vuole vedere il contenuto di `/floppy' sul disco rigido), fare clic sul punto di mount (smontato) tenendo premuto il tasto Shift. Normalmente ciò non serve, dal momento che queste directory sono generalmente vuote.

Capitolo 9. Miniature

Se le miniature sono attive, il filer prova a caricare ogni file di immagine e usa quella stessa immagine come icona del file. Sono utili nelle directory piene di foto. Per attivarle in una sola directory, selezionare Mostra miniature dal menù Visualizza. Per averle sempre attive, andare nella finestra «Opzioni». In questo caso, sulla barra del titolo della finestra compare la scritta (Miniature).

Le miniature vengono memorizzate in `~/.thumbnails', per caricarle più velocemente la volta dopo. Durante il caricamento delle miniature, nella parte inferiore della finestra compare una barra di avanzamento. Facendo clic sul pulsante Annulla che è accanto alla barra, viene interrotta la scansione. È anche possibile creare miniature di altri tipi di file, come ad esempio i video: basta visualizzare un frame usando un programma opportuno.

Dettagli tecnici

Se le miniature sono attive, ROX-Filer controlla la directory `~/.thumbs/normal' per cercare una miniatura per ogni file che scansiona. Se la miniatura esiste, la carica e continua con il file successivo.

Per generare la miniatura di un file di un certo tipo di «media/subtype», il filer cerca un programma prima in `~/.config/rox.sourceforge.net/MIME-thumb/media_subtype' e poi in `~/.config/rox.sourceforge.net/MIME-thumb/media' (come quando si visualizzano applicazioni differenti per tipi di file differenti). Se non viene trovato niente e se il file è di tipo «image/*» allora vengono usate le routine interne. Se il file non è di tipo «image/*», non viene creata alcuna miniatura.

Se viene trovato il programma per generare le miniature, allora viene eseguito con i parametri

generatore_miniature /percorso/al/file /percorso/alla/miniatura dim_pixel

Non appena il processo figlio termina, si tenta di caricare `/percorso/alla/miniatura'. In caso di fallimento, non viene mostrata alcuna miniatura.

Notare che a causa dell'ordine di come avvengono le cose, ROX-Filer usa senza problemi qualunque miniatura preesistente, anche senza sapere come è stata generata.

Capitolo 10.  File system virtuale

Alcuni tipi di file possono essere rappresentati come directory. Un tipico esempio è il file zip, che contiene in forma compressa la struttura di una intera directory. A volte è utile essere in grado di aprire questo tipo di file come se fosse una vera directory. Il VFS (Virtual File System) permette di farlo.

Per usare questa funzionalità, AVFS [AVFS] deve essere installato sul sistema in modo da permettere al kernel di supportare direttamente i vari tipi di file system virtuali.

Ci sono vari modi di usare AVFS. Questo esempio mostra come usarlo su un sistema con kernel Linux 2.6 e con FUSE. È necessario che il kernel abbia il supporto per FUSE e che sia installato il pacchetto dei file header «libfuse-dev».

Procedura 10.1. Installare AVFS su Linux 2.6

  1. Prendere AVFS dal CVS (la release di Luglio 2005 è troppo vecchia).

  2. Compilare AVFS (sh autogen.sh; ./configure; make).

  3. Andare nella sottodirectory `avfs/fuse' ed eseguire ./compile.sh.

  4. Creare un punto di mount: mkdir ~/.avfs-mount.

  5. Eseguire AVFS: ./avfsd ~/.avfs-mount.

  6. Per configurare ROX-Filer in modo da aprire le directory usando AVFS, cliccare su (Imposta azione...) per i file zip (ed gli altri tipi di archivi) ed inserire:

    rox ~/.avfs-mount/"$1#"

Notare che tutti i passi sopra descritti dovrebbero essere eseguiti come utente normale, non come root. Potrebbe essere necessario appartenere ad un gruppo speciale per usare FUSE (controllare il gruppo di `/usr/bin/fusermount').

Se non si desidera che AVFS sia l'azione predefinita di questi file, è possibile creare uno script contenente il comando sopra descritto e aggiungerlo al menù File, usando Personalizza il menù....

Capitolo 11. Il minibuffer

Il minibuffer è una barra bianca che appare nella parte inferiore della finestra e che permette di inserire del testo. Per liberarsene, basta premere Esc. Può essere di vari tipi:

«Inserisci percorso...»

Permette di inserire direttamente un percorso. Subito dopo averlo digitato la finestra viene aggiornata. L'uso principale è quello di trovare velocemente un file in una grande directory, ma lo si può usare anche per spostarsi tra le directory, per selezionare un percorso completo da un'altra parte e incollarlo direttamente nella barra.

TastoAzione
Invio Apre l'elemento attualmente selezionato.
Tab Completamento automatico in stile shell.
Su, Giù Seleziona la precedente/successiva voce corrispondente.

Inserendo un nome che inizia per «.», la funzione «Mostra file nascosti» è attivata momentaneamente e il file può essere mostrato.

Il completamento automatico prova a ricostruire il nome con più caratteri possibili. Per esempio, se nella directory ci sono due file di nome `posta-salvata-nov-1999' e `posta-salvata-dic-1999' allora digitando posta e premendo Tab si espande posta fino a posta-salvata- e viene emesso un beep per indicare che la corrispondenza non è completa. Se il completamento automatico avviene su una directory ed è unico, allora il filer entra automaticamente in quella directory. Questo comportamento dovrebbe essere familiare agli utenti che usano una shell.

Ecco come fare per trovare la documentazione di Wine nella directory `/usr/share/doc' che di solito è molto grande:

  1. Attivare il minibuffer scegliendo Inserisci percorso... dal menù Finestra o premere il tasto slash (/).

  2. Premere CTRL+A per selezionare il contenuto presente.

  3. Digitare u<Tab>sh<Tab>do<Tab>wi<Tab>. Il cursore si sposta nella sottodirectory corretta. Se viene emesso un beep quando si preme Tab allora si devono aggiungere altre lettere o premere Invio.

«Comando shell...»

È un modo veloce per eseguire comandi di shell senza aprire un xterm. Chi non sa cosa sono i comandi di shell, salti questa sezione.

Basta digitare il comando e premere Invio per eseguirlo. Con le frecce Su e Giù ci si sposta tra i comandi precedentemente inseriti. Il tasto Tab è per il completamento automatico in stile shell. Facendo clic su un elemento si inserisce il suo nome nel minibuffer. Se vengono selezionati alcuni elementi, questi sono assegnati ai parametri di posizione $1, $2, ecc...

Se si apre il minibuffer quando c'è una selezione, alla fine del comando viene aggiunto "$@" che espande tutti i file selezionati.

Esempi:

Per scompattare un archivio `.tgz':

  1. Attivare il minibuffer scegliendo dal menù Finestra Comando shell.... Normalmente è associato al tasto del punto esclamativo (!).

  2. Digitare tar xzf e fare clic sul file. Il primo spazio è inserito automaticamente.

  3. Premere Invio per eseguirlo.

Per stampare tutti i file selezionati:

  1. Attivare il minibuffer «Comando shell...».

  2. Digitare lpr all'inizio della riga e premere Invio.

Note

  • Attenzione: non viene mai chiesta la conferma. In caso di dubbi, iniziare il comando con xmessage così viene visualizzato invece che eseguito.

  • sh è sempre usato come nome di shell da eseguire, perché bash e csh trattano i parametri di posizione in modo diverso. È comunque possibile usare un'altra shell, semplicemente rinominandola «sh» e mettendola nel PATH..

  • Si possono eseguire comandi in background: sleep 240; xmessage È ora di andare!

«Seleziona se...»

Da usare se si desidera selezionare automaticamente tutti i file di una directory che corrispondono a una condizione.

Per esempio, per selezionare tutti i file più grandi di 5Mb:

  1. Attivare il minibuffer «Seleziona se...» (la scorciatoia predefinita è ?).

  2. Digitare Size > 5Mb e premere Invio.

Vengono quindi selezionati solo i file più grandi di 5 Mb. Le espressioni da inserire sono simili a quelle descritte nella sezione «Trova», ad eccetto di prune dal momento che il contenuto delle sottodirectory non è mai controllato. Premere Tab per passare su ciascun file selezionato.

Capitolo 12.  Rinominazione multipla dei file

Se c'è un numero elevato di file da rinominare, è noioso rinominarli uno alla volta. È meglio aprire la finestra di rinominazione multipla, selezionando prima tutti i file da rinominare e poi scegliendo Rinomina... dal menù.

La finestra mostra una tabella con due colonne. La colonna Vecchio nome mostra il nome attuale di ciascun file selezionato, la colonna Nuovo nome mostra il nome nuovo, che inizialmente è identico.

Ci sono due modi per cambiare i nomi: si possono modificarli direttamente nella tabella, oppure si può usare la funzione "cerca e sostituisci" che si trova nella parte superiore della finestra. Qui si specifica un'espressione regolare per la ricerca e il testo da sostituire in caso di corrispondenza. Per esempio, se ci sono molti file i cui nomi terminano per `.htm' e se si desidera cambiarli in `.html', bisogna inserire \.htm$ nel campo Sostituisci: e .html nel campo con:. Cliccando su Applica, la tabella viene aggiornata e ora mostra i nuovi nomi proposti (ma non vengono ancora rinominati).

Dopo aver controllato che i nuovi nomi sono corretti, cliccare sul pulsante Rinomina per rinominarli.

Capitolo 13. Finestre d'azione

Le finestre d'azione sono quelle finestre che appaiono quando inizia un'operazione in background, come la copia o l'eliminazione dei file. La riga di stato nella parte superiore della finestra mostra la directory o l'elemento attuale che la finestra sta elaborando. Sotto, nella parte che scorre, ci sono i log che mostrano tutto quello che è stato fatto. Qui vengono visualizzate le eventuali domande.

Sotto, ci sono quattro pulsanti e alcune opzioni. Tutte le finestre hanno l'opzione Tutti. Quando questa è attiva, il filer chiede conferma solo per alcune operazioni, come l'eliminazione dei file di sola lettura. Altrimenti, per tutte le operazioni viene chiesta conferma.

Il significato dei pulsanti è il seguente:

Si

risponde si alla domanda visualizzata nei log.

No

risponde no alla domanda visualizzata nei log.

Annulla

termina l'operazione attualmente in corso e chiude la finestra d'azione.

Tutti

è un modo veloce di dire sempre Si.

Nella finestra «Opzioni» è possibile stabilire quali operazioni devono iniziare automaticamente (senza dover fare clic su Tutti).

Opzioni delle finestre di azione

Alcune azioni hanno delle opzioni, che appaiono nella parte inferiore della finestra. Esse sono:

  • Forza significa che il filer non considera speciali i file di sola lettura. Normalmente, chiede conferma dell'eliminazione anche se è stato premuto il pulsante Tutti. Notare che non è possibile rimuovere i file dalle directory di sola lettura perché in questo caso non si hanno i permessi di scrittura.

  • Breve non mostra il log dell'operazione. Da usare per velocizzare il tutto quando c'è un gran numero di operazioni da fare.

  • Ricorsivo significa che l'operazione viene eseguita anche sulle sottodirectory, sulle sotto-sottodirectory e così via.

  • Più recente sovrascrive automaticamente un file se è più recente di quello che rimpiazza (cioè rispetto all'«Ultima modifica» o «mtime»).

Si possono modificare le impostazioni predefinite nella finestra «Opzioni».

Capitolo 14. «Trova»

«Trova» cerca tra tutti i file, le directory e le sottodiretory selezionate, gli elementi che corrispondono a una particolare espressione.

Attivare Trova dal sottomenù File per cercare in tutti gli elementi selezionati. Per selezionare i file di una directory che soddisfano certi criteri, usare invece Seleziona -> Seleziona se....

Se si conosce il nome di un file, basta inserirlo nel campo «Espressione:», tra due apici singoli. Per esempio, per trovare un file chiamato `log', digitare 'log'. Ricordarsi di usare l'accento acuto ('), non quello grave (`) o le virgolette alte (").

Le corrispondenze trovate vengono mostrate nell'elenco dei risultati. Facendo doppio clic su una voce, si apre una finestra che mostra quel file. Il filer usa la stessa finestra per mostrare gli altri risultati, così, se si vogliono i risultati in finestre separate, si deve creare una nuova finestra dal menù Finestra.

Metacaratteri

Si possono inserire i metacaratteri dentro gli apici, come ad esempio:

'*.html'
'Report.*'
'Bozza[1-5]'
'main.[ch]'

Vedere la pagina di manuale di glob(7) per ulteriori informazioni sui metacaratteri.

Se il modello inserito contiene una barra («/»), la corrispondenza è sul percorso completo, altrimenti è solo sul nome. Per esempio: '*tmp*' trova `tmp' e `tmpfile' ma non `/tmp/file'; '/*tmp*' li trova tutti e tre.

Condizioni semplici

Oltre a cercare i file in base al loro nome, è possibile farlo in base ad altri attributi. Notare che file è usato con il significato di «qualunque cosa si trova dentro un file system»: sono incluse le directory, i device, ecc...

È possibile usare anche una forma breve per ciascuna condizione (sono mostrate tra parentesi). Si possono combinare anche più condizioni: per esempio, «-rw» sta per «IsReadable and IsWriteable».

Questi riguardano il tipo di oggetto da cercare:

  • IsReg (-f) trova qualunque file regolare.

  • IsLink (-l) trova i collegamenti simbolici.

  • IsDir (-d) trova le directory.

  • IsChar (-c) trova i device a caratteri.

  • IsBlock (-b) trova i device a blocchi.

  • IsDev (-D) trova i device a caratteri o a blocchi.

  • IsPipe (-p) trova le pipe.

  • IsSocket (-S) trova i socket.

  • IsDoor (-O) trova le door (in Solaris).

Questi riguardano i permessi sui file. Vedere la sezione Permessi.

  • IsSUID (-u) trova i file che hanno il bit Set-UID impostato.

  • IsSGID (-g) trova i file che hanno il bit Set-GID impostato.

  • IsSticky (-k) trova i file che hanno il bit sticky impostato.

  • IsReadable (-r) trova i file che si possono leggere.

  • IsWriteable (-w) trova i file che si possono scrivere.

  • IsExecutable (-x) trova i file che si possono eseguire.

E un paio di altri utili:

  • IsEmpty (-z) trova i file vuoti (cioè di 0 byte).

  • IsMine (-o) trova i file di cui si è proprietari.

Operatori logici

Per fare ricerche avanzate, si possono combinare in vari modi le condizioni semplici descritte sopra. Un'espressione è effettivamente composta da una lista di casi, separati da virgole. Il filer prova a cercare corrispondenze fino a trovarne una o fino all'esaurimento dei casi. Per esempio, per cercare file con diverse estensioni:

'*.gif', '*.htm', '*.html'

Inoltre, ciascun caso è effettivamente una lista di condizioni. C'è corrispondenza solo se tutte le condizioni sono soddisfatte. Quindi, per trovare una directory di nome `lib' o un file regolare con estensione `.so':

IsDir 'lib', IsReg '*.so'

Per negare una condizione, mettere davanti ad essa un !. Si può considerare una condizione anche un'espressione raggruppata in parentesi tonde, come ad esempio:

     !(IsDir, IsReg)

     !IsDir !IsReg

     Not isdir and not isreg

     !-d !-f

Tutti e quattro fanno la stessa cosa.

Confronti

Per confrontare due numeri, usare gli operatori <, <=, =, !=, >, >= (cioè minore-di, minore-o-uguale-a, uguale-a, diverso-da, maggiore-di, maggiore-o-uguale-a). Per confrontare due date, usare after e before invece di > e < perché rendono più chiare le cose.

Questi valori sono letti dai file:

  • atime La data dell'ultimo accesso al file.

  • ctime La data dell'ultimo cambiamento allo stato del file.

  • mtime La data dell'ultima modifica al contenuto del file.

  • size La dimensione del file.

  • inode Il numero di inode (indice) del file.

  • nlinks Il numero di collegamenti al file. Cioè, il numero di voci nella directory che si riferiscono a questo file. I collegamenti simbolici non contano.

  • uid L'id del proprietario del file.

  • gid L'id del gruppo del file.

  • blocks Il numero di blocchi del disco usati dal file.

Il tempo è misurato come il numero di secondi trascorsi da Unix Epoch (00:00:00 UTC, 1 gennaio 1970). Le dimensioni sono misurate in byte. Si possono specificare altre unità di misura:

  • Byte(s) non ha effetto, ma è bello.

  • Kb multipli di 1024, quindi 2Kb è uguale a 2048.

  • Mb multipli di 10242, cioè 1024 Kb.

  • Sec(s) non ha effetto, ma è bello.

  • Min(s) multipli di 60 secondi.

  • Hour(s), Day(s), Week(s), Year(s) si convertono nello stesso modo.

  • Ago la data è nel passato, relativa a quando viene fatto il controllo.

  • Hence la data è nel futuro.

  • Now sta per 0 Secs Hence.

Ecco alcuni esempi che rendono più chiare le cose.

     mtime after 1 day ago

     size > 10 Mb

     IsReg and nlinks > 1

Il primo trova i file modificati entro le ultime 24 ore. Si poteva usare > invece di after, ma non sarebbe stato altrettanto chiaro.

Il secondo trova i file più grandi di 10 Mb. Il terzo trova i file regolari con più di una voce nella directory.

Attenzione: il filer non controlla il contesto, quindi size > 1 day ago è permesso, sebbene non abbia molto senso. Inoltre, dimenticarsi di usare ago o hence provoca effetti insoliti (il tempo è relativo a Epoch invece che al presente). Infine, mai usare = con le date atime = 1 day ago cerca un file il cui ultimo accesso è stato esattamente 86400 secondi fa.

Speciali

  • System(comando) esegue «comando» sul file. La condizione è verificata se lo stato di uscita di «comando» è zero. Un «%» in «comando» è sostituito dal percorso completo del file in esame. System è molto lento, quindi va usato il meno possibile. Per esempio, se si sta cercando un file `.c' contenente la parola «main», digitare:

    '*.c' system(grep -q main "%")

    in questo modo «grep» è eseguito solo sui file con estensione `.c' (opposto è il caso in cui si cercano i file con estensione `.c' tra quelli che contengono la parola «main»).

  • Prune [2] Evita al filer di cercare dentro la directory attuale. Ricordarsi l'ordine con cui il filer controlla l'espressione.

Esempi:

     '*.old' system(rm '%')

     'src' prune, '*.c'

Il primo elimina ogni file con estensione `.old'. Il secondo cerca i file `.c', ma non controlla dentro le directory di nome `src'. L'espressione si legge così:

se il file si chiama `src' allora «Prune». Altrimenti, controlla se termina per `.c' e se è così, includilo nei risultati.



[2] Notare che è l'opposto del comando find(1).

Capitolo 15. Opzioni

Nella finestra «Opzioni», si possono configurare i vari aspetti di ROX-Filer. Scegliere Opzioni dal menù del filer per aprirlo. L'elenco sulla sinistra mostra le varie sezioni, fare clic su una per vedere le sue opzioni. Nella parte inferiore della finestra ci sono due pulsanti:

  • OK salva le attuali preferenze nella directory `~/.config/rox.sourceforge.net/ROX-Filer', per caricarle la prossima volta che si avvia ROX-Filer. Il punto esatto in cui le preferenze vengono caricate e salvate è controllato dalla variabile d'ambiente XDG_CONFIG_HOME. Vedere [BaseDir] per ulteriori dettagli. Le modifiche fatte nella finestra «Opzioni» hanno effetto immediato, così non è necessario fare clic su OK per provarle.

  • Ripristina rimette tutte le preferenze come erano prima dell'apertura della finestra «Opzioni». Se il pulsante è ombreggiato, significa che non ci sono state modifiche. La finestra «Opzioni» non viene chiusa quando si preme questo tasto.

Le opzioni della finestra «Opzioni» hanno dei suggerimenti che spiegano l'uso di ciascuna opzione. Tenere fermo il mouse su una di queste per scoprire cosa fa.

Capitolo 16. Tipi di file

Tutti i file hanno un tipo di MIME della forma text/plain. text è il media type e plain è il sub-type.

ROX-Filer usa il nome del file per decidere il suo tipo di MIME, quindi decide quale icona dargli e quale applicazione usare per aprirlo.

Imposta azione...

Scegliendo Imposta azione... dal menù «File», appare la finestra usata per impostare quale applicazione caricare quando si fa clic su quel tipo di file.

Per esempio, supponiamo che si voglia che un file `.gif' debba essere aperto con Gimp. Per prima cosa, clic destro su un'immagine gif per aprire il menù e quindi scegliere Imposta azione... dal sottomenù File. Ora ci sono due modi per impostare l'azione.

Trascinare l'applicazione

Trascinare Gimp (da una finestra del filer, da un pannello o dalla bacheca) dentro l'area di nome Trascinare qui un'applicazione adatta. Da adesso in poi, ogni file GIF su cui si fa clic viene caricato dentro Gimp.

Inserire un comando di shell

Digitare: gimp "$@" dentro l'area di nome Inserire un comando di shell: e premere Invio. $@ viene sostituito con il nome del file su cui si ha fatto clic. Come sopra, ora ogni file GIF su cui si fa clic viene caricato dentro Gimp.

Impostare il gestore predefinito del media-type

Qualunque metodo si usa per impostare l'azione, si deve sempre scegliere se impostare l'azione solo per quel tipo o renderla predefinita per tutti i file dello stesso media-type che non hanno già una specifica azione.

Dal momento che Gimp può caricare molti tipi di immagine, ha senso selezionare l'opzione Impostare come azione predefinita per tutti i file di tipo «image/<anything>», così non bisogna ripetere lo stesso procedimento per i file «image/jpeg» e così via. Comunque, questo influenza solo i tipi che non hanno già una specifica azione (cioè quelli per cui appare un errore se si prova ad aprirli).

Imposta icona...

Scegliendo Imposta icona... dal menù «File», appare una finestra nella quale è possibile scegliere l'immagine da usare per rappresentare quel file.

Funziona come «Imposta azione...» descritto sopra, eccetto che si può specificare un'icona anche per un file singolo (dal nome) o per tutti i file di quel tipo. Quando si imposta l'icona per un file singolo, il filer memorizza il nome del file e il nome dell'icona dentro la directory `~/.config/rox.sourceforge.net/MIME-icons'. Se uno dei due si sposta, l'icona non viene più visualizzata.

Quando si imposta l'icona per una directory, si può anche memorizzare l'immagine dentro la directory stessa come file nascosto. Il vantaggio è che anche gli altri utenti possono vedere l'icona e poi si può anche eliminare l'immagine originale (notare che, se necessario, l'immagine viene ridimensionata e convertita nel formato PNG).

L'icona raffigurante una directory (che si trova dentro l'area Trascinare qui un'icona) permette di andare velocemente nella directory in cui ci sono già una o più icone.

Come i tipi di file sono memorizzati

ROX-Filer usa due sottodirectory della directory `~/.config/rox.sourceforge.net' per i tipi di file:

`MIME-types'

contiene i collegamenti simbolici, uno per ciascun tipo di MIME, che puntano ai programmi che gestiscono i file di quel tipo. Per impostare quale programma eseguire quando si fa clic sul file, si deve di solito usare Imposta azione... (vedere la sezione «Imposta azione...»). È anche possibile impostare l'azione manualmente. Per esempio, per far aprire un file HTML in «epiphany»:

  1. Trovare l'applicazione «epiphany» e andare nel menù Collegamento....

  2. Inserire text_html come nome per il collegamento e trascinare l'icona dalla finestra «Collegamento» nella directory `MIME-types'.

Qui è anche possibile mettere i programmi, allo stesso modo dei collegamenti.

`MIME-icons'

contiene le immagini usate per visualizzare ciascun tipo di file. Per esempio, il filer prova a visualizzare un file HTML usando l'icona `MIME-icons/text_html.png'. Se non viene impostata alcuna icona, il filer usa quella predefinita del tema di icone (impostato in «Opzioni»); vedere [IconTheme] per i dettagli.

In `MIME-types' è possibile fornire le azioni predefinite per ciascun tipo di media. Per esempio, se non si trova `text_html', il filer prova semplicemente a usare `text'.

Il filer trova il tipo di file dal suo nome. Le regole vengono dai vari file `globs'. Vedere [SharedMIME] per ulteriori dettagli.

Come il filer determina il tipo di file

The filer normalmente determina il tipo di file dal suo nome. Se fallisce, prova a supporlo dal contenuto del file. È possibile ignorare questa supposizione impostando un attributo esteso sul file con il tipo corretto, usando il menù Tipo di file....

Capitolo 17.  Directory applicative

Una directory applicativa è una directory che può essere eseguita come un'applicazione. Contiene tutto ciò di cui ha bisogno un'applicazione: codice sorgente, binari, documentazione e così via. Tenendo tutto in un unico posto, l'installazione e la disinstallazione è molto più semplice. Si possono tenere anche diverse versioni dello stesso programma, semplicemente avendo diverse directory applicative. Si possono spostare e rinominare a piacimento. Le directory applicative rendono più facile l'installazione e l'uso dei programmi.

Sono anche più sicure, perché si possono compilare come utente normale e poi copiare come root. Dal momento che non bisogna eseguire uno script di installazione, non c'è il pericolo di eseguire come root del codice maligno. Bisogna solo assicurarsi che non ci siano eseguibili con il bit setuid impostato.

I seguenti file sono trattati da ROX-Filer in modo speciale:

  • `AppRun' viene eseguito quando si fa clic sulla directory. Assicurarsi che abbia i permessi di esecuzione.

  • `.DirIcon' è l'immagine usata per visualizzare la directory (funziona anche se non c'è `AppRun').

  • `Help' è la directory che viene aperta quando si sceglie Aiuto dal menù «File».

  • `AppInfo.xml' contiene informazioni aggiuntive sull'applicazione (vedere sotto).

  • `AppIcon.xpm' è usata se manca `.DirIcon' (è tenuta per compatibilità all'indietro, ma non è più usata).

Dare un'occhiata alla directory applicativa `ROX-Filer' per avere un esempio completo.

Nota

Per ragioni di sicurezza, una directory applicativa deve avere lo stesso proprietario del file `AppRun' in essa contenuto.

Il file «AppInfo»

`AppInfo.xml' è un file XML con la seguente struttura (alcuni elementi possono essere omessi e il file stesso è opzionale):

<?xml version="1.0"?>
<AppInfo>
  <Summary xml:lang="en">A graphical file manager</Summary>
  <Summary xml:lang="de">Ein grafische Datei-Manager</Summary>
  <Summary xml:lang="nl">Een grafisch bestandsbeheerprogramma</Summary>
  <Summary xml:lang="it">File manager grafico</Summary>
  <About xml:lang="en">
    <Purpose>File manager</Purpose>
    <Version>1.3.5 PREVIEW</Version>
    <Authors>Thomas Leonard and others</Authors>
    <License>GNU General Public License</License>
    <Homepage>http://rox.sourceforge.net</Homepage>
  </About>
  <About xml:lang="it">
    <Purpose label="Scopo">gestione file</Purpose>
    <Version label="Versione"/>
    <Authors label="Autori">Thomas Leonard e altri</Authors>
    <License label="Licenza"/>
    <Homepage label="Sito web"/>
  </About>
  <AppMenu>
    <Item option="-p=Default">
      <Label>Enable pinboard</Label>
      <Label xml:lang="it">Attiva la bacheca</Label>
    </Item>
    <Item option="-p=">
      <Label>Disable pinboard</Label>
      <Label xml:lang="it">Disattiva la bacheca</Label>
    </Item>
  </AppMenu>
</AppInfo>

  • Summary è mostrato come suggerimento quando il mouse è tenuto fermo sull'applicazione.

  • About contiene un elenco di campi che sono mostrati nel menù «Proprietà» dell'applicazione (si può usare qualunque nome per l'elemento, ma sono consigliati quelli mostrati sopra).

  • AppMenu è un elenco di menù aggiuntivi da visualizzare. Quando se ne sceglie uno, `AppRun' viene eseguito con option come unico argomento. È possibile nidificare AppMenu dentro altri AppMenu per creare sottomenù, purché abbiano i <Label>. L'elemento Itempuò avere anche l'attributo icon, il nome di un'icona dell'attuale tema di icone per la voce di menù.

Capitolo 18. Internazionalizzazione

Scegliere una traduzione

ROX-Filer è disponibile in varie lingue. Per sceglierne una, procedere in questo modo:

  1. Dal menù, scegliere «Opzioni»

  2. Selezionare una lingua dall'elenco

  3. Fare clic su Ok e riavviare il filer affinché le nuove impostazioni abbiano effetto.

Creare una nuova traduzione

  1. Andare nella directory `src/po' e creare il file `src/messages.pot':

            $ cd ROX-Filer/src/po
            $ ./update-po

  2. Copiare il file nella directory `src/po' come `<nome>.po'. Esempio, per l'italiano si usa «it» (sigla internazionale dell'Italia):

    $ cp ../messages.pot it.po

  3. Aprire il file in un editor di testi.

  4. Riempire i campi dei messaggi di traduzione che inizialmente sono vuoti.

  5. Eseguire lo script `make-mo' per creare un file binario che serve a ROX-Filer. Per fare questo è necessario avere il pacchetto GNU gettext.

            $ cd ROX-Filer/src/po
            $ ./make-mo it
            Created file ../../Messages/it.gmo OK

  6. Modificare `ROX-Filer/Options.xml' in modo da elencare la vostra lingua, riavviare il filer e selezionarla nella finestra «Opzioni» (vedere la sezione Traduzioni).

  7. Allegare il file `.po' al patch tracker di ROX così sarà incluso nella prossima versione.

Aggiornare una traduzione esistente

  1. Andare nella directory contenente i file `.po' ed eseguire lo script `update-po'. Questo controlla il codice sorgente per cercare le nuove stringhe e aggiornare tutti i file di traduzione.

            $ cd ROX-Filer/src/po
            $ ./update-po

  2. Modificare a mano il file come descritto prima, riempire i nuovi campi e aggiornare quelli vecchi. Cercare le voci che sono state marcate fuzzy da update-po; controllare se sono corrette e rimuovere il tag fuzzy.

  3. Eseguire make-mo come prima.

  4. Spedire il file aggiornato all'autore di ROX-Filer. (NdT: se avete trovato errori nella traduzione italiana, segnalateli a me.)

Vedere la pagina info di gettext per avere ulteriori istruzioni su come creare una traduzione.

Capitolo 19. Hacking

Questa è una breve guida per chi vuole modificare il codice sorgente. Se le modifiche sono utili, spedite le patch all'autore di ROX-Filer o alla mailing list. Ricordatevi di dire quale versione state usando.

Compilazione

La prima volta che si compila il programma è necessario eseguire AppRun --compile, ma quando si modificano i file `.c' e `.h' è sufficiente digitare make nella directory `src'. Si può anche eseguire make depend.

Creare e applicare patch

Le piccole modifiche ai sorgenti sono spesso distribuite come file patch. Di solito si fa così nella mailing list. Per applicare una patch, andare nella directory `src' ed eseguire patch con il file patch. Poi è necessario ricompilare.

     $ cd ROX-Filer/src
     $ patch < patchfile
     $ ../AppRun --compile

È possibile rimuovere la patch ripetendo semplicemente la sequenza sopra descritta. patch si accorge che la patch è già stata applicata e chiede se la si vuole rimuovere.

Per creare una patch bisogna prima avere l'ultima versione del filer dal CVS (le istruzioni su come usare CVS si trovano nel sito web). Modificare quindi il programma come si desidera e poi, nella directory opportuna, creare la patch usando cvs diff:

$ cvs diff -u > mia_patch

Questo crea un file patch leggibile dall'uomo e dalla macchina. Spedirlo quindi alla mailing list. Ci sono diverse ragioni per spedire patch invece dei file modificati:

  • Sono più piccole e veloci da scaricare anche per chi ha connessioni lente.

  • Le modifiche si vedono prima che vengano applicate.

  • Le patch si possono applicare a versioni leggermente modificate dei sorgenti. Cioè si possono applicare patch senza che una sovrascrivi un'altra.

Autoconf

Ecco una breve spiegazione del sistema autoconf nel caso non lo si abbia mai usato prima d'ora. Vedere info autoconf per ulteriori dettagli.

C'è un file di nome `configure.in' che contiene diversi test (info autoconf). Eseguendo autoconf, questo legge il file e genera uno script di shell per eseguire i test e lo salva come `configure'. `configure' è solitamente distribuito con il programma perché non tutti hanno autoconf.

Poi si esegue `configure' (infatti, lo script `AppRun' lo fa e gli passa alcuni argomenti), che esegue tutti i test. Legge `Makefile.in' e `config.h.in' e riempie i valori mancanti con i risultati del test e produce `Makefile' e `config.h'.

Eseguendo make, vengono creati i file `.o' dai file `.c' e linkati per produrre `ROX-Filer'.

Le strutture dei dati

Il file `global.h' elenca le principali strutture di dati usate nel filer e ne spiega lo scopo. È un buon punto di partenza per chi vuole sapere come funziona il filer.

Appendice A. Compilazione

Dopo aver scaricato i sorgenti, per poter usare ROX-Filer è necessario compilarlo. Se invece è stato scaricato e installato il pacchetto dei binari o se ROX-Filer era già incluso nel sistema, si può saltare questa sezione. Se si è arrivati qui facendo clic sul simbolo del salvagente da una finestra del filer, o se tutto funziona digitando rox in un prompt di shell, allora non è necessario compilare.

Per compilare ROX-Filer è necessario:

  • Unix o Linux (l'accesso come «root» non è richiesto),

  • X Window (fornito come standard in tutti sistemi moderni),

  • GTK+ 2.4.0 o successivo (librerie e header). L'ultima versione è disponibile su [GTK+],

  • Glade 2.0.0 o successivo (librerie e header) — L'ultima versione è disponibile su [Glade],

  • LibXML 2.0.0 o successiva (librerie e header). L'ultima versione è disponibile su [libxml],

  • Un compilatore C, come ad esempio «gcc» (standard su molti sistemi).

Tutti gli elementi sopra descritti, sono presenti nelle principali distribuzioni Linux. Per controllare quale versione di GTK+ è installata, digitare il comando pkg-config, ad esempio ($ è il prompt di shell):

$ pkg-config --modversion gtk+-2.0
2.6.8

Procedura A.1. Per compilare (con Zero Install):

  1. Lanciare Zero Install per ROX-Filer. Per esempio, nella shell digitare:

    $ 0launch --gui http://rox.sourceforge.net/2005/interfaces/ROX-Filer

  2. Nella finestra fare clic col tasto destro del mouse sulla riga ROX-Filer e scegliere Compile... dal menù.

  3. Scegliere la versione di ROX-Filer da compilare e i file header richiesti. È possibile accettare i valori predefiniti e lasciare che vengano scaricati.

  4. Scegliere una directory nella quale memorizzare il codice compilato e fare clic sul pulsante Build per compilare.

  5. Quando terminato, fare clic su Register per aggiungere questa versione a quelle disponibili.

Procedura A.2. Per compilare (a mano):

  1. Il filer usa il database condiviso MIME [SharedMIME] per manipolare i tipi di file. È necessario installarlo altrimenti il filer non funzionerà correttamente (se non è installato, verrà mostrato un avviso non appena si esegue ROX-Filer).

  2. Entrare nella directory che contiene la sottodirectory «ROX-Filer».

  3. Eseguire lo script AppRun, in questo modo:

    $ ./ROX-Filer/AppRun --compile

  4. ROX-Filer eseguirà dei controlli per scoprire che tipo di sistema si sta usando e poi inizierà la compilazione. Se qualcosa non funziona, contattare via email gli sviluppatori di ROX-Filer. Spiegare (in inglese) che tipo di sistema si ha e quali errori compaiono. Se si è capaci di risolvere il problema, informare comunque gli sviluppatori via email.

  5. Dopo la compilazione, ROX-Filer verrà eseguito automaticamente. È possibile comunque lanciarlo più tardi eseguendo lo script AppRun senza argomenti.

Appendice B. Pagina di manuale

Indice

ROX — un semplice file manager grafico

Nome

ROX-Filer — un semplice file manager grafico

Sinossi

rox [OPZIONE...] [FILE...]

DESCRIZIONE

ROX-Filer è un file manager grafico, facile da usare e per X11, il sistema a finestre usato sui sistemi operativi *nix.

È anche il componente fondamentale dell'ambiente deskop di ROX: http://rox.sourceforge.net

Eseguendo rox viene aperta la directory o il file elencato. Se viene eseguito senza argomenti, si apre la directory attuale.

OPZIONI DELLA RIGA DI COMANDO

-b, --border=PAN

apre PAN.

-B, --bottom=PAN

apre PAN come pannello in basso.

-c, --client-id=ID

usato per gestire la sessione.

-d, --dir=DIR

apre DIR come directory (non come applicazione, anche se lo è).

-D, --close=DIR

chiude DIR e tutte le sue sottodirectory.

-h, --help

mostra un aiuto sulle varie opzioni.

-l, --left=PAN

apre PAN come pannello sinistro.

-m, --mime-type=FILE

mostra il tipo di MIME di FILE ed esce.

-n, --new

avvia un nuovo filer, anche se ce n'è già uno in esecuzione. Questo impedisce al filer di fare un fork (esecuzione in background). Questa opzione è principalmente usata per il debug.

-p, --pinboard=PIN

attiva la bacheca PIN.

-r, --right=PAN

apre PAN come pannello destro.

-R, --RPC

legge e invoca SOAP RPC dallo standard input (vedere Appendice C, SOAP RPC).

-s, --show=FILE

apre la directory mostrando FILE.

-S, --rox-session

eseguito da un manager di sessione, apre il pannello e la bacheca predefinita (implica --new). Se un manager di sessione XSM è in esecuzione e questa opzione viene usata, allora ROX-Filer chiederà di essere automaticamente riavviato in caso di crash.

-t, --top=PAN

apre PAN come pannello in alto.

-u, --user

mostra il nome utente in ogni finestra.

-U, --url=URI

esegue URI come un file o una directory. Se URI è un file: l'url si riferisce a un file sulla macchina locale e viene convertito in un nome di file locale: «rox -U file:///tmp» è equilvalente a «rox /tmp». Se URI è un altro schema, per eseguirlo viene consultata la configurazione condivisa dell'handler URI.

-v, --version

mostra le informazioni sulla versione ed esce.

-x, --examine=FILE

FILE è cambiato e deve essere riesaminato.

NOTE

La documentazione principale di ROX-Filer è disponibile scegliendo Mostra i file di aiuto dal menù o facendo clic sull'icona raffigurante un salvagente nella barra degli strumenti.

LICENZA

Copyright (C) 2005 Thomas Leonard.

È possibile redistribuire copie di ROX-Filer secondo i termini della licenza GNU GPL.

BUG

Segnalate i bug alla mailing list degli sviluppatori: http://rox.sourceforge.net/contact.html.

AUTORI

ROX-Filer è stato creato da Thomas Leonard, con l'aiuto di:

Michael AdamsThierry GodefroyChristiansen Merel
Christopher ArndtOlli HeleniusJimmy Olgeni
Jens AskengrenAlex HoldenRichard Olsson
Liav AsserafJasper HuijsmansMatthew O'Phinney
Wilbert BerendsenSigve IndregardDaniele Peri
Francesco BochicchioBernard JungenAndy Piper
Yuri BongiornoMarcin JuszkiewiczMarcelo Ramos
Andrzej BorsukJames KermodeMichel Alexandre Salim
Richard BoultonJim KnobleAdam Sampson
Simon BritnellKrzysztof KrzyzaniakChris Sawer
Arnaud CalvoAaron KurtzChristian Storgaard
Babyfai CheungVincent LeddaTaras
Andrew CloverVincent LefevreSimon Truss
Fabien CoutantVictor Liu See-leHirosi Utumi
Couderc DamienAlexey LubimovJan Wagemakers
Andreas DehmelKrzysztof LuksKeith Warno
Micah DowtyMarcus LundbladGötz Waschk
Dmitry ElfimovAnders LundmarkStephen Watson
Mattias EngdegardJose Romildo MalaquiasAndre Wyrwa
Andrew FleggDenis ManenteGeoff Youngs
Olivier FourdanBrendan McCarthyDiego Zamboni
Eric GillespieAndras Mohari 

e di molti altri. Vedere il file `Changes' per ulteriori informazioni.

Appendice C. SOAP RPC

Quando si avvia il filer, si possono usare le opzioni a riga di comando per modificare il suo comportamento. In alternativa a questo, il filer permette di specificare un'operazione con un messaggio in formato [SOAP] RPC. Infatti, quando si usa la riga di comando, il filer la converte internamente in SOAP RPC.

Tutti i messaggi SOAP RPC sono passati sullo standard input, in questo modo:

$ rox --RPC << EOF
<?xml version="1.0"?>
<env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope">
 <env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer">
  <Panel>
   <Name>Default</Name>
   <Side>Bottom</Side>
  </Panel>
 </env:Body>
</env:Envelope>
EOF

Sono valide le seguenti funzioni:

  • Version() Restituisce la versione del filer.

  • CloseDir(NomeFile) Chiude la directory NomeFile e tutte le sue sottodirectory.

  • Examine(NomeFile) NomeFile può essere cambiato e quindi viene controllato.

  • OpenDir(NomeFile, [Style, Details, Sort, Class, ID, Hidden, Filter]) Apre una finestra mostrando la directory NomeFile. Style può essere Large, Small, Huge o Automatic. Details può essere None, ListView, Size, Type, Times o Permissions. Sort può essere Name, Type, Date, Size, Owner o Group. Se manca una di queste tre opzioni, viene usato il parametro predefinito. Class può essere usata per impostare la proprietà WM_CLASS sulla nuova finestra. La si può usare per far sì che il proprio window manager tratti quella finestra in modo speciale. ID è una stringa usata per identificare la finestra aperta. Se esiste già una finestra con questo ID, questa viene cambiata nella directory data, altrimenti viene creata una nuova finestra con questo ID. Se usato da un programma, assicurarsi che l'ID sia unico, per esempio includendo nell'ID il nome del processo, il PID e il timestamp. Se Hidden è true, vengono mostrati i file nascosti (quelli che iniziano con un punto), se è false non vengono mostrati. Se è omesso, viene usata l'impostazione configurata. Filter può essere usato per filtrare per nome i file visualizzati. Per esempio, usando il filtro *.c vengono mostrati solo i file che terminano per «.c».

  • Panel([Side, Name]) Apre il pannello di nome Name sul lato Side (Top|Bottom|Left|Right) dello schermo. Name può essere un nome in `~/.config/rox.sourceforge.net/ROX-Filer' (es. MioPannello) o avere il percorso completo. Se non c'è alcun nome, il pannello su quel lato viene disattivato.

  • PanelAdd(Side, Path, [Label, After, Shortcut, Args]) Aggiunge Path al pannello sul lato Side dello schermo, con etichetta Label. Se After è true l'icona va in basso a destra del pannello, altrimenti in altro a sinistra. Se viene specificato Shortcut, allora questa è la scorciatoia da tastiera che lo attiva. Se viene specificato Args, questo è l'argomento che aggiunge quando viene eseguito come programma.

  • PanelRemove(Side, Path, [Label]) Rimuove un elemento dal pannello sul lato Side dello schermo. Se non viene specificato Path o Label, allora corrisponde ogni percorso o etichetta. Almeno uno deve essere specificato. Se più di un elemento corrisponde, solo uno viene rimosso.

  • Pinboard([Name]) Attiva la bacheca Name. Name può essere un nome in `~/.config/rox.sourceforge.net/ROX-Filer' (es. MiaBacheca) o avere un percorso completo. Se non c'è alcun nome, la bacheca viene disattivata.

  • PinboardAdd(Path, X, Y, [Label, Shortcut, Args, Update]) Aggiunge Path alla bacheca con l'etichetta (opzionale) Label. Se X o Y sono negativi o non assegnati, l'icona è messa automaticamente. I parametri X e Y allora indicano dove l'icona dovrebbe andare (X=-1: a sinistra, X=-2: a destra, Y=-1: in alto, Y=-2: in basso). Se X e Y sono assegnati, la loro posizione è (X, Y). Se Shortcut è assegnato, è la scorciatoia da tastiera che attiva questo elemento. Se Args è assegnato, è l'argomento stringa da attaccare all'elemento quando eseguito (se è un programma). Se Update è true e se c'è già un'icona sulla bacheca per il percorso dato, allora verrà aggiornata con i nuovi valori invece che aggiungere una nuova icona.

  • PinboardRemove(Path, [Label]) Rimuove Path dalla bacheca. Se viene specificato Label, allora questo deve corrispondere all'etichetta dell'elemento. Se corrisponde a più di un elemento, ne viene rimosso solo uno.

  • SetBackdropApp(App) Rende App (una directory applicativa) il nuovo gestore dello sfondo della bacheca attualmente in uso. Il file `AppInfo.xml' dentro App deve contenere l'elemento «CanSetBackdrop», ad esempio:

    <?xml version="1.0"?>
    <AppInfo>
          <ROX:CanSetBackdrop xmlns:ROX="http://rox.sourceforge.net/SOAP/ROX-Filer"/>
    </AppInfo>

    L'applicazione viene quindi eseguita con l'opzione --backdrop come unico argomento dopo aver attivato questo metodo e ogni volta che la bacheca viene ricaricata. NON usare questo metodo se si usa l'opzione --backdrop altrimenti va in loop all'infinito. Vedere L'immagine di sfondo della bacheca per ulteriori informazioni.

  • SetBackdrop(NomeFile, Style) Imposta un dato file come immagine di sfondo. Per riattivare l'immagine al successivo accesso al sistema o per cambiarla automaticamente di volta in volta, usare invece SetBackdropApp.

  • Run(NomeFile) Esegue NomeFile come se si facesse clic nel filer.

  • RunURI(URI) Esegue URI come se si facesse clic nel filer. URI viene interpretato come un URI, nella forma file://localhost/path.

  • Show(Directory, Leafname) Apre Directory e fa lampeggiare il file di nome Leafname che si trova dentro.

  • FileType(NomeFile) Restituisce il tipo di MIME di NomeFile (scrive sullo standard output la risposta SOAP).

  • SetIcon(Path, Icon) Imposta l'icona da usare per un determinato percorso. È equivalente a usare la voce di menù Imposta icona....

  • UnsetIcon(Path) Cancella l'icona da usare per un determinato percorso.

Le seguenti chiamate possono essere usate per avviare azioni sui file. Quiet può essere true se l'operazione inizia subito, senza aspettare la conferma dell'utente. Se è false, l'utente deve confermare. Se non è definita, viene usata l'impostazione predefinita.

  • Copy(From, To, [Leafname, Quiet]) Copia ogni file dall'array From alla directory To. Se viene dato Leafname, allora From deve contenere solo una voce; Leafname assegna il nuovo nome.

  • Move(From, To, [Leafname, Quiet]) Sposta ogni file dall'array From alla directory To. Se viene dato Leafname, allora From deve contenere solo una voce; Leafname assegna il nuovo nome.

  • Link(From, To, [Leafname]) Collegamento simbolico per ogni file nell'array From alla directory To. Se viene dato Leafname, allora From deve contenere solo una voce; Leafname assegna il nuovo nome.

  • Mount(MountPoints, [OpenDir, Quiet]) Monta ciascuna directory dell'elenco MountPoints. Se è true, OpenDir apre la directory dopo averla montata.

  • Unmount(MountPoints, [Quiet]) Smonta ogni directory della lista MountPoints.

Riferimenti

[ROX] The ROX desktop, http://rox.sourceforge.net

[RISC OS] RISC OS, http://www.riscos.com

[GTK+] GTK+ Toolkit, http://www.gtk.org

[Glade] Glade - a User Interface Designer for GTK+ and GNOME, http://glade.gnome.org/

[libxml] The XML C library for Gnome http://www.xmlsoft.org

[GNOME] The GNOME desktop, http://www.gnome.org

[DND] The Drag and Drop protocol, http://www.newplanetsoftware.com/xdnd/

[XDS] The X Direct Save protocol, http://www.newplanetsoftware.com/xds/

[BaseDir] The freedesktop.org base directory system, http://www.freedesktop.org/wiki/Standards_2fbasedir_2dspec

[AVFS] AVFS - A Virtual File System, http://sourceforge.net/projects/avf/

[SOAP] Simple Object Access Protocol (SOAP) 1.2 http://www.w3.org/TR/SOAP/

[Thumbs] Thumbnail Managing Standard (Version 0.5) http://triq.net/~jens/thumbnail-spec/

[Wallpaper] Wallpaper backdrop control application http://rox.sourceforge.net/phpwiki/index.php/Wallpaper

[SharedMIME] Shared MIME-info Database (Version 0.16) http://www.freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec

[IconTheme] The freedesktop.org Icon Theme specification http://www.freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec

rox-2.11/ROX-Filer/Help/Manual.html000066400000000000000000005430401230207736700167640ustar00rootroot00000000000000 ROX-Filer User Manual

ROX-Filer User Manual http://rox.sourceforge.net

Thomas Leonard

Conditions

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.

Abstract

ROX-Filer is a graphical file manger for the X Window System. Its user interface is based on the RISC OS filer and it supports similar features such as application directories and drag-and-drop loading and saving of files. The filer can also act as a pinboard, allowing you to pin frequently used files onto the desktop background.


Chapter 1. Introduction

Table of Contents

Features

ROX-Filer is a simple and easy to use graphical file manager for X11 — the windowing system used on Unix and Unix-like operating systems. It is also the core component of the ROX Desktop [ROX]. Many of the filer's features were inspired by RISC OS [RISC OS]. `ROX' stands for `RISC OS–On–X'.

Features

XDND

A common drag-and-drop protocol used, for example, by the GNOME desktop[GNOME]. This allows data to be loaded into an application by dragging it from a filer window to a program. The full specification is given in [DND].

XDS

An extension to XDND that allows applications to save data by dragging an icon back to a filer window. The full specification is given in [XDS].

Basedir spec

A simple, but flexible, system for managing user choices. By default, choices are saved under `~/.config'. However, you can change this by setting the XDG_CONFIG_HOME environment variable. See [BaseDir] for details.

Application directories

Self contained relocatable applications, where installation is as simple as copying it to where you want it and uninstalling it is just a matter of deleting a directory. Described later in this documentation.

Thumbnails

The filer can be made to display image files by using the image itself for the icon, instead of a generic `this-is-an-image' icon. Very useful for organising a directory full of photos! See [Thumbs] for details.

Shared MIME Info Database

In the past, each desktop had its own database of rules for determining the type of files. The Shared MIME Info Database[SharedMIME] unifies these into a single system shared by all desktops.

Icon Themes

Collections of file icons, called themes, can be installed (eg, to `~/.icons'). You can switch between themes in the Options box. Once other desktops support this fully, themes will be sharable between desktops. See [IconTheme] for details.

DNotify support (Linux only)

If used with a recent Linux kernel (2.4.x series), the filer will notice changes to directories automatically. On other systems, directories will update when the pointer is moved over them.

Chapter 2. Invoking

You should be able to start the filer by simply running the rox command, by typing it at a shell prompt or otherwise. If the filer isn't installed yet, consult Appendix A, Compiling.

By default, ROX-Filer will start by displaying the current directory. You can get it to display other directories instead by listing them after the command:

$ rox /home /usr /usr/local

You can also use it to open files, like this:

$ rox README

The filer supports various options; use -h for a list. All options have long and short forms (eg -h and --help) — although on some systems you can only use the short versions.

Note that if the same version of the filer is already running on this machine then, by default, it will be used to open the directories.

For a complete list of command-line options, see Appendix B, Manual page

Pinboard support

If you want the filer to manage your desktop background then you use the --pinboard option and supply a name for the pinboard, eg:

$ rox --pinboard=MyPinboard

The pinboard configuration is saved in `~/.config/rox.sourceforge.net/ROX-Filer/pb_MyPinboard' as soon as you change it in some way (for example, by dropping a file onto the background). You can have as many pinboards as you like and switch between them by running rox again, eg:

$ rox --pinboard=MyOtherPinboard

To turn off the pinboard again, set the name to an empty string:

$ rox --pinboard=

See the window manager notes if you have trouble getting the icons to display correctly. The pinboard may also be turned on and off by locating `ROX-Filer' in a filer window and choosing Enable pinboard or Disable pinboard from the menu.

Panels

Panels work just like the pinboard, except that they run along the edge of the screen. To create a panel:

$ rox -b=MyPanel

The panel should be displayed in a window without a title bar. If this does not work then see the window manager notes for some ideas. You can drag files onto either side of the panel to add them. Panel icons can be repositioned by dragging them with the middle mouse button. Changes to the panel are automatically saved to `~/.config/rox.sourceforge.net/ROX-Filer/pan_MyPanel'. As with the pinboard, you can switch between panel configurations simply by running rox again with a different panel name.

$ rox -b=MyOtherPanel

You can set which edge of the screen the panel appears on using the popup menu. You can also set the edge when enabling the panel by using the side instead of -b. Specify a blank name to remove the panel:

$ rox --bottom=

Window manager notes

You may have to play around with your window manager a bit to get the pinboard icons and panels to display correctly (eg, without borders and underneath all other windows). In particular, try setting the stacking level / depth to low (or a negative value). Make sure any 'Keep transients above other windows' type options are turned off!

Sawfish / sawmill

Sawfish tries to guess whether you are using GNOME at start-up and only provides support if so. You may need to add the line

(require 'gnome)

to your `.sawfishrc' file (see the sawfish manual for more details).

IceWM

Paste these configuration settings into `~/.icewm/preferences':

      # Manage root window (EXPERIMENTAL - normally enabled!)
      GrabRootWindow=1 # 0/1
      # Bitmask of root window button click to use in window manager
      UseRootButtons=3 # [0-255]
      # Desktop mouse-button click to show the menu
      DesktopWinMenuButton=1 # [0-20]
      # Desktop mouse-button click to show the window list
      DesktopWinListButton=2 # [0-5]
      # Desktop mouse-button click to show the window list menu
      DesktopMenuButton=0 # [0-20]

Paste these into `~/.icewm/winoptions':

      # ROX-Filer pinboard and panel
      ROX-Filer.icon: folder
      ROX-Panel.layer: Dock
      ROX-Panel.doNotCover: 1
      ROX-Panel.ignoreWinList: 1
      ROX-Panel.ignoreTaskBar: 1
      ROX-Panel.ignoreQuickSwitch: 1
      ROX-Pinboard.layer: Below
      ROX-Pinboard.ignoreWinList: 1
      ROX-Pinboard.ignoreTaskBar: 1
      ROX-Pinboard.ignoreQuickSwitch: 1
      ROX-Filer.layer: Normal

Restart IceWM and the filer for the new settings to take effect.

Window Maker

  1. Run the filer using rox -p=Default.

  2. Press Control+Escape, or [RightButtonDown] on any window's titlebar. Choose Attributes... from the menu.

  3. The Attributes Inspector window appears. From the pulldown menu at the top, choose Window Specification (the top item).

  4. Press the Select window button. The cursor changes to a double crosshair. Select one of the ROX-Filer pinboard icons. The radio buttons in the Window Specification frame should change their labels to include ROX-Pinboard.ROX-Filer as the first item. Select that radio button.

  5. Choose Window Attributes from the pulldown menu. In the Attributes frame, choose the features you want the pinboard icons to have; I recommend the following:

    • Disable titlebar

    • Disable resizebar

    • Disable close button

    • Disable miniaturize button

    • Keep at bottom (sunken)

    • Omnipresent

  6. Choose Advanced Options from the pulldown menu. In the Advanced frame, choose the advanced features you wish; I recommend the following:

    • Do not show in the window list

    • Ignore 'Hide Others'

    • Ignore 'Save Session' (possibly)

  7. When you're finished selecting window attributes, press the Save button, and then close the Attributes Inspector window using the X button in the titlebar.

Others

If all else fails, try the Compatibility section of the Options window.

Running as root

If you run the filer as the `root' user then the filer will display a message at the top of each window to remind you. The root user has permission to access or change any file in the system, so be very careful when using the filer like this. Normally, you should log in as an ordinary user and only change to root when you need to. If you have sudo installed and set up then you can run the filer like this:

$ sudo rox

Remember, any file operations you perform and any programs you run from these windows will run as root too! Be careful!

You may find that the X server won't allow root (or other users) to connect. Reading the manual pages for xauth and xhost may give you some hints, but it varies between systems (which is why this isn't built in to the filer!).

Note: gnomesu can also be used to run the filer as root, but you'll need to use setsid to run it in a new session group, otherwise gnomesu kills it before it has a chance to open a window. For example:

gnomesu -c 'setsid /usr/local/bin/rox /'

Chapter 3. Mouse button and key bindings

Quick start:

  • Click the left [1] mouse button to open files and directories.

  • Click the right button to get a menu. Click over a file to perform an action on that file.

  • Drag files between windows with the left button to copy, move or link them (choose from a menu). Linking creates a shortcut to the original file.

By default, the mouse button bindings are designed to fit in with X conventions. However, the behaviour is highly configurable — have a play in the Options window if you don't like the normal settings. The normal settings behave as follows:

Key or mouse buttonAction
Left button click Open the file or directory clicked on. Hold down Control to select things instead of opening them. Hold down Shift to look inside applications, treat files as text, follow symlinks, or get more control over mount points (see Removable devices).
Middle button click Same as left click, but open a directory in a new window or close the viewer when opening a file.
Right button click Open the main menu. Hold down Control while clicking to go directly to the Selection submenu. Hold down Shift to get the Send To menu (see the Send To menu section).
Drag an item (left mouse button) Show a menu of possible actions. There is an option to disable this menu, in which case this gesture will copy the file(s) to the destination (an application or another filer window). Hold down Shift to move the file, Control+Shift to create a symbolic link, or Alt to get the menu of possible actions.
Drag an item (middle mouse button) When you let go, display a menu of possible actions. There is an option to make this move the files rather than open the menu.
Drag (not over an item) Select a group of items by dragging a box around them. With the left mouse button, only the files in the box will be selected. If you hold down Control then the boxed items are added to the selection. If you use the middle button then the boxed items switch between being selected and unselected.
Double-click background Resize the window to a sensible size (this can be turned off from the Options window).
Backspace Change to viewing the parent directory.
Cursor keys Move the cursor around.
Page Up, Page Down Move the cursor up and down a page at a time.
Home, End Move to the first/last entry in the directory.
Return Acts like clicking on the file. You may hold down Shift for other effects, as with clicking. Holding down Alt works like clicking with the middle button; directories open in a new window and opening files closes the directory at the same time.
Spacebar Toggles the item under the cursor between being selected and unselected, and moves to the next item.
Tab, Shift+Tab Moves the cursor to the next/previous selected item.
Hold mouse over an item Shows a tooltip containing a brief description of an application (if available), the target of a symbolic link, and the full name of a file, if it's too long to show in the main window.

If you have user-defineable key-bindings enabled, then other keys can easily be set by opening the menu, moving the pointer over the item you want to use and pressing a key. The key will appear in the menu and can be used from then on. Key bindings are automatically saved when the filer quits. You can use an XSettings manager, such as ROX-Session, to turn this feature on for all Gtk+-2.0 applications.



[1] This documentation assumes that button–1 is the left button, button–2 is the middle button and button–3 is the right button. This is not always the case — for example, in a left-handed setup.

Chapter 4. The selection and file groups

When you select items in a ROX-Filer window, the filer takes the primary selection. You can then paste into another window to get the pathnames of the selected files.

Procedure 4.1. Example: loading a file into an application that doesn't support drag-and-drop:

  1. Open the application's Open dialog box.

  2. Control-click on the file in ROX-Filer to select it.

  3. Click the middle button in the filename box in the application to paste the name in.

Note that clicking the middle mouse button in the main area of most web-browsers will open the selected file.

If you select something else (eg, some text in another program), the selected items in the filer window will be shown shaded (the filer no longer has the primary selection). Clicking on one of the shaded items will cause the filer to regain the primary selection.

Saving and restoring the selection

It is sometimes useful to save the current selection for later. You can save the current selection to one of ten numbered groups by pressing Control+<number>. You can restore a saved group by pressing the group number on its own. You can do this from a different directory, or even a different filer window.

Saving is also useful even if there is no selection, since it still saves the current directory.

Procedure 4.2. Example: saving a directory and returning to it later:

  1. You are looking at a directory, and wish to remember it. Press Control+1.

  2. Move to another directory, or close the window, etc.

  3. Press 1 in any filer window to return to the first directory.

The groups are saved automatically for next time the filer is loaded.

Chapter 5. The toolbar

By default, each window has a toolbar along the top. You can disable this (or make it larger) from the Options window, as well as set which tools appear on the toolbar. Normally, you should click with the left mouse button (1). However, many tools can perform a related function if clicked on with buttons 2 or 3 (middle or right).

Icon Mouse button 1 Other button
Cross Close the window Open a new window
Up arrow Change to parent directory Show parent in a new window [1]
House Change to home directory Show home in a new window [1]
Jump to point Open the Bookmarks menu Edit the bookmarks
Looping arrows Reread the directory contents Open a new window
Magnifying glass (+) Select a larger icon size. Select a smaller icon size.
Magnifying glass (fit) Set Automatic sizing mode and resize the window. -
List Hide or show extra details Same
A..Z Step forward through the different sort types. Step backward through the sort types.
Eye Toggle the display of hidden files (those with names starting with a dot) Toggle display of thumbnails for image files.
List with selections Select All. Invert Selection.
Life-belt Show ROX-Filer's help files Open manual directly

[1] If the 'New window on button 1' option is turned on then the default is to open a new window — clicking with the other button reuses the same window instead.

Dragging files to the Up or Home icons acts just like dragging them into the directory which the button leads to. Dragging to the Bookmarks button will add the directory as a bookmark.

The toolbar can also show the number of files in the directory, and information about the selection. This can be turned on or off in the Options box.

Chapter 6. The menus

By default, you can open a menu by right clicking over a pinboard, panel or filer window. In filer windows, you may also press \ to open the menu. As a shortcut, you can open the File submenu directly by holding down the Control key when opening the menu. Here is a full description of each menu item:

EntryAction
Display Change the display settings.
File Operations on the selected items.
Select Control which items are selected.
Options... Configure ROX-Filer.
New Create a new file or subdirectory inside this directory.
Window Operations on the window as a whole.
Help Information about the filer.

The display menu

EntryAction
Icons View Files are displayed as rows of icons.
Icons, With... Files are displayed as rows of icons with additional details (chosen from the submenu). To see fuller information about each file use the List View instead.
List View Show files in a list along with their details. Click on a column heading to sort by that column.
Bigger Icons Increase the size of the icons. Turns off Automatic mode.
Smaller Icons Reduce the size of the icons. Turns off Automatic mode.
Automatic Select a sensbile icon size automatically now and when changing directory, etc.
Sort by XXX Set the sort mode. In List View you can also set the sort type by clicking on the column headings.
Reversed Sort in reverse order (newest to oldest, largest to smallest, etc).
Show Hidden If on, files beginning with a dot are shown, otherwise they are hidden. The titlebar shows (All) when this is on.
Filter Files... Restrict the display to only show files with names matching the given pattern. The titlebar shows (Glob (pattern)) when this is on.
Filter Directories With Files Apply the Filter Files... filter to directories as well.
Show Thumbnails When on, the filer tries to load every image file and use that image as the file's icon. Useful if you have a directory full of photos and can't remember which is which! See the Thumbnails section for details.
Refresh Rereads the contents of the directory and details of all the files in it. Use this if the display becomes out-of-date.
Save Display Settings... Remember the display settings just for this directory. Each time you open the directory, the saved settings will be used.

Permissions

The permissions field, when shown, is made up of four groups of three flags. Each flag is displayed as a letter if it is on and a dash (–) if not. The first three characters show the permissions for the owner of the file, the second for other members of the file's group and the third for everyone else. Whichever group applies to the ROX-Filer process itself is shown underlined. The fourth group shows any special flags.

The meanings of the characters are:

  • r — Permission to read the contents of a file, or the names of files in a directory.

  • w — Permission to alter the contents of a file, or change which names appear in a directory.

  • x — Permission to run the file as a program, or refer to the files listed within the directory.

  • U — This program executes with the effective user ID of its owner rather than the person who ran it.

  • G — This program executes with the effective group ID of its group, regardless of who ran it.

  • T — Entries in this directory can only be altered or removed by the people who own the files even if they have write permission on the directory itself.

For example,

      rwx,rwx,r-x/---

means that the owner of the file is the same as the effective user of ROX-Filer (basically, you own the file), you and members of the file's group have read, write and execute permission and other people have only read and execute permission. There are no special flags set. The rules which determine which permissions apply may vary slightly between operating systems, but a rough guide is:

  • If the effective user ID of the process is equal to the file's owner, then the owner permissions apply.

  • Otherwise, if the effective group ID of the process is equal to the file's group OR the file's group is one of the process's supplemental groups then the group permissions apply.

  • Otherwise, the `other' permissions apply. The real user ID and real group ID have no effect (except that a process may set its real IDs to its effective IDs).

The file menu

All of these work in the same way — if you open the menu with some items selected then the operation applies to those items. If you open then menu over an item while there is no selection then that item is temporarily selected.

If you choose one of these while there is no selection at all then the window goes into `target mode'; the operation happens to the next item you click on. Click on the window background, press Escape, or click with the right mouse button to cancel target mode. Target mode is mainly useful with the Single-click navigation option and keys bound to the various menu entries.

Note that individual applications may add extra menu items to the top of this submenu when you click over them — see Application directories for details. There may also be any number of user-defined actions at the top, which depend on the type of file clicked on. You can add programs here by choosing the Customise Menu item. For example, you could make The Gimp appear on the menu for images, and FreeFS appear for mount points.

EntryAction
Copy... Make a copy of this object.
Rename... Change the name used for this object, or move it between directories. If multiple files are selected, this opens The Bulk Rename window.
Link... Create a symbolic link to this name.
Delete Remove all the selected entries from the directory. Subdirectories will have their contents deleted first. Deleting symlinks only removes the link, not the thing it points to.
Shift Open Opens applications as directories, files as text/plain, and symlinks by opening the directory containing the thing they point to. It also has interesting effects on mount points (see Removable devices). This is the same effect as clicking with Shift held down. The text of the menu entry changes to show which action will be performed.
Send To... Opens the `Send To' menu, allowing you to send the selected files to one of a list of applications. See the Send To menu section.
Set Run Action... Allows you to set the default program to use when opening files of this type. See the Set Run Action box section for details.
Set Icon... You can give each file or directory its own special icon using this feature — simply drag a suitable image onto the Set Icon box.
Properties Display extra information about this object. You can also change the access permissions from here (Permissions below allows you to change many files at once), and change the target to which a symlink points.
Count Count the sizes of all the selected items. Directories also have their contents counted. Symlinks count themselves, not the things they point to.
Set Type... Set the MIME type for a file. This only works on filesystems with extended attribute support. For older filesystems, you will have to rename a file to change its type.
Permissions Allows you to change the permissions for the selected files. If only one file is to be changed, you can use Properties instead for a simpler interface.
Find Search for files by specifying various conditions — see the Searching section.

Note about symlinks:  A symbolic link stores the location of another file. Deleting the symlink doesn't affect the other file. Deleting the other file means that the symlink won't work. There are two types of symbolic link — Relative and Absolute. An absolute link stores the path from the root directory to the target file (eg `/home/fred/MyFile'). A relative path stores the path from the symlink to the target (eg `../fred/MyFile'). If the target file is never going to move then you want an absolute link, but if the target may move (and the symlink will be moved with it) then you want a relative link.

The select menu

This menu allows you to select and unselect files in various ways. See the mouse and key bindings section for other ways to select files.

EntryAction
Select All Select every item in this window.
Clear Selection Unselect every item in this window.
Invert Selection Every selected file becomes unselected, and every unselected file becomes selected.
Select by Name... Select just those files that match the given name pattern. This isn't as flexible as Select If... (see below), but it is quicker to use. Files also highlight as you type with this option. The default key binding is ., so you can type .png to select all `.png' files, for example.
Select If... Select just those files that match the given pattern — see the Select If section.

The new menu

Each entry in this submenu opens a savebox for creating a new file or directory. There are three standard entries; the others are the contents of your `~/.config/rox.sourceforge.net/Templates' directory, if it exists.

EntryAction
Directory Create a new directory.
File Create a blank file.
Customise Menu Open the `Templates' directory so that you can add extra items to the menu.
<user entries> Copy a file from your Templates directory.

To add your own entries, choose Customise Menu and put any files you want in there. Each file in the directory will appear on the menu and the box that appears will copy it. For example, you could create a blank HTML file:

<html>
 <head>
  <title>My Page</title>
 </head>
 <body>
  The contents.
 </body>
</html>

Save this as `index.html' inside the `Templates' directory and you can easily create new HTML files. You can also save blank documents from various applications into here (eg, a blank spreadsheet, a blank letter, etc).

Note that you cannot set keyboard shortcuts for these user-defined entries at present.

The window menu

EntryAction
Parent, New Window Open a new window displaying this window's parent.
Parent, Same Window As above, but reuse this window.
New Window Open another window onto this directory.
Home Directory Change to your home directory.
Show Bookmarks Open the bookmarks menu (see Bookmarks menu).
Follow Symbolic Links Converts the path shown in the window's titlebar to its canonical form. For example, if `/home/fred/link' is a symlink pointing to `/usr/share/doc/' then clicking on the symlink will take you to that directory and going `up' will take you back to `/home/fred'. If you'd used Follow Symbolic Links, you would have ended up in `/usr/share' instead.
Resize Window Set the window to a sensible size for its contents.
Close Window Close this window.
Enter Path... Open the path-entry box (see the the Minibuffer section).
Shell Command... Open the shell command box (see the Minibuffer section).
Xterm Here Open an xterm with its current directory set to this directory.
Switch to xterm Open an xterm with its current directory set to this directory, and close the filer window at the same time.

The help menu

EntryAction
About ROX-Filer... Display information about the file. This is the same as locating ROX-Filer itself in a filer window and selecting Properties from the file menu.
Show Help Files Same as selecting ROX-Filer and choosing Help from the file menu.
Manual Opens the HTML manual for your language, or the English version if there is no translation.

The send to menu

The `Send To' menu provides a quick way to send some files to an application. The filer scans all the `$XDG_CONFIG_DIRS/rox.sourceforge.net/SendTo' directories (see [BaseDir]) and lists the contents on this menu.

To change which applications appear here you should choose the Customise item from the bottom of the menu to create and open your own `SendTo' directory. Applications can be symlinked into this directory by dragging them in and choosing Link from the menu.

Opening the Send To menu via the main menu is rather slow, so it is normally opened by clicking the Menu mouse button over a file while holding the Shift key down.

Showing different applications for different types

You may want to set things up so that, for example, the Gimp is only shown when an image is selected. To do this, create a hidden directory inside `SendTo' called `.image', or whatever type you want to use. You can use either the complete type (eg `.image_png') or just the media type. Use Properties over a file to find out its MIME type.

Entries in these hidden directories are shown only for files of the appropriate type. If multiple files are selected, the `.group' directory is used instead.

The bookmarks menu

The bookmarks menu can be used to store a list of frequently used directories. You can also open the menu from the main popup menu (in the Window submenu) and you can use this to bind a shortcut key to it. From the bookmarks menu you can add the currently shown directory to the list, jump to one of the stored directories, or open a dialog letting you edit the list. In the dialog box, you can remove entries, rearrange them (using the arrows or by dragging) and edit the pathnames directly, if required.

The Recently Visited submenu shows the last few directories viewed. Choosing one will switch to that directory. The current directory is shown shaded, since you are already there.

Chapter 7. The pinboard and panels

The Pinboard support and Panel support sections explain how to turn the pinboard and panels on. Once on, you may drop items from filer windows onto the them to pin them up. Clicking on a pinned item acts just like clicking on it in a filer window. You can drag pinned icons just like normal icons and you can right-click on one to see the popup menu.

Drag panel icons with the middle mouse button to move them around. In previous versions of the filer, pinboard icons were also moved using the middle mouse button, but this is no longer supported (as the middle button is reserved for the window manager's use).

You can assign keyboard shortcuts to pinboard and panel icons. These can be used to open directories, files or applications quickly, even if another window has the focus.

Changes to the pinboard and panel are automatically saved. Clicking on pinned icons with Control held down selects and unselects them. Click on the background to unselect them all.

Important

Pinning a file does not copy it, it merely creates a shortcut to the original file. If you delete the file, then you've lost it! Removing a pinned file from its pinboard or panel only removes the link. This is different to most other filers...

The pinboard and panel menus

EntryAction
ROX-Filer Show the filer's help, edit the options or open your home directory.
File `file' Offers a smaller version of the filer's submenu of the same name.
Edit Item Change the name displayed under the icon, or the pathname the item points to. You can also set a keyboard shortcut for the icon here, and lock it against accidental deletion. For programs, you can specify extra arguments to be passed in.
Show Location Open a directory viewer showing where the file is stored.
Remove Item(s) Remove the selected items from the pinboard or panel.
Backdrop... Set the desktop backdrop image (see below). Only available from the pinboard menu.
Panel Options... Set the edge of the screen on which the panel is displayed. Only available from the panel menu.

If you are setting up the defaults for multiple users and you wish to create a `Home' icon that leads to each user's home directory then you should first create a new icon and then use Edit Icon to change the location to `~' and the name to `Home'.

Note that individual applications may add extra menu items to the top of this menu when you click over them — see Application directories for details.

Panel applets

ROX-Filer allows you to run small programs inside the panel — such programs are called applets. To run an applet, drag it onto the panel from a filer window and instead of the applet's icon being shown, the applet will run.

Procedure 7.1. To create your own applets (programmers only!):

  1. Create a directory for the applet (eg `MyApplet').

  2. Use the Set Icon... feature to create an icon called `.DirIcon' inside it (so the directory appears with an icon).

  3. Make a `Help' directory inside it for when the user chooses Help from the menu.

  4. Create an executable file called `AppletRun'. This will be passed the XID of the panel socket window when the directory is dragged onto the panel. You can use this to create a GtkPlug widget. A tutorial is available at http://rox.sourceforge.net/phpwiki/index.php/Tutorials/Applets

Iconified windows on the pinboard

When the pinboard is in use, ROX-Filer can be used to display an icon for each iconified (or 'minimised') window. You can turn this on or off from the Options box. Iconified window icons have a semi-transparent background slab effect, and can be dragged around. Clicking on one will expand it back into the window it represents. Some older window managers do not support this, and no icons will be shown.

The pinboard backdrop image

You can set any image for the backdrop by choosing Backdrop... from the pinboard menu (right-click over the desktop background when the pinboard is turned on).

To set an image, select Centre, Scale, Stretch or Tile to set the style, and then drag an image onto the marked area. To return to a solid colour backdrop (as set in the Options box), click on Clear.

The Wallpaper[Wallpaper] application can be used for more complicated effects, such as choosing a new random image each hour, or rendering an image of the Earth as it is currently lit by the sun.

For programmers...  If you want to create an application to set the backdrop (eg, to choose a random image, or a slideshow) you need to first create an application directory (see Application directories).

When run without arguments, the application should invoke the SetBackdropApp SOAP method (see Appendix C, SOAP RPC). The filer will immediately run the application again, this time with the --backdrop option.

When run with --backdrop, the program should write the style and name of the image file to display to its standard output stream, eg:

tile /tmp/image.png

centre and scale are the other possible styles. The filer will then load this image and display it. The application does not set the backdrop itself, it only tells the filer what to display.

In the case of a random backdrop chooser, the program may then quit immediately. If the application created a temporary image then it should read the line "ok\n" from its standard input before deleting the image.

If the application wishes to show a sequence of images it should still read "ok\n", then wait until it's time to display the next image and then write that filename, and so on.

The filer will indicate that the program should stop running by closing the two streams. The program should clean up and exit at this point. Be sure to catch SIGPIPE when writing to standard output if you need to delete any temporary files.

See the Wallpaper[Wallpaper] application for a complete example application (written in python).

Chapter 8.  Removable devices

Using removable devices, such as floppy disks and CDROMs under ROX-Filer is quite simple. However, it is important to understand about mounting and unmounting devices.

Mounting a device causes its contents to appear in the filesystem. On a typical setup, the directory `/floppy' is an empty directory on the hard disk. The floppy device is then mounted onto this directory, causing its contents to appear inside. For example, a file called `Letter' on the floppy disk will appear as `/floppy/Letter'.

Devices must be unmounted before the disk is removed. Unmounting causes the system to write any buffered data to the disk. If you remove a disk without unmounting it, it will probably be corrupted. CD and Zip drives often lock the tray while the device is mounted so you can't remove it accidentally.

So that you don't have to specify which device should be mounted at which point in the filesystem every time you want to use a disk, a preset list is usually found in the file `/etc/fstab'. ROX-Filer shows mount points (such as `/floppy') which are listed here but not mounted with transparent grey circles overlayed on their icons.

Clicking on one of these mount points will mount the device for you. The circle turns green to indicate that the device is now mounted. Do not remove the device while the circle is lit! You can unmount the device by clicking while holding down Shift on the `/floppy' directory icon.

You can also unmount a device by closing its directory window (eg, closing the view of `/floppy') and choosing Unmount when prompted. The filer will only offer to unmount devices this way if they were mounted by the filer in the first place.

If you want to open a directory without mounting anything (eg, if you want to see the contents of `/floppy' on the hard disk), you can click on the unmounted mount point with Shift held down. This isn't usually useful, as these directories are typically empty.

Chapter 9. File thumbnails

Table of Contents

Technical details

When thumbnailing is turned on, the filer tries to load every image file and use that image as the file's icon. Useful if you have a directory full of photos and can't remember which is which! You can turn it on for a single directory by choosing Show Thumbnails from the Display menu. You can set it as the default from the Options box. The titlebar shows (Thumbs) when thumbnailing is on.

The thumbnails are saved in `~/.thumbnails' for quick loading next time. While loading thumbnails, a progress bar appears at the bottom of the window. Clicking on the Cancel button beside the bar stops the scan. It is also possible to thumbnail other types of file, such as videos (eg, by showing the first frame), with a suitable helper program.

Technical details

When in thumbnail mode ROX-Filer checks the thumbnail directory (`~/.thumbs/normal') for a thumbnail for each file it scans. If a thumbnail exists it loads it and continues on to the next file.

To generate a thumbnail for a given file of type media/subtype the filer looks for a program `~/.config/rox.sourceforge.net/MIME-thumb/media_subtype', falling back to `~/.config/rox.sourceforge.net/MIME-thumb/media' if one cannot be found (this duplicates how run actions for files are looked up). If neither file can be found and the file is of type image/* then the internal routines are used. If the file is not of type image/* then no thumbnail is generated.

If the generator program is found, is executed with the parameters

thumbnailer /path/to/source/file /path/to/thumbnail pixel_size

Once the child program exits, it attempts to load `/path/to/thumbnail'. If that fails no thumbnail is displayed.

Note that because of the order it does things ROX-Filer will happily use any pre-existing thumbnail even if it has no idea how it was generated.

Chapter 10.  Virtual file systems

Some types of file can be represented as a directory. A typical example is a zip file, which contains an entire directory structure in compressed form. It is often useful to be able to open up such a file as if it was a real directory, and the VFS system allows you to do this.

To use this feature you must have a system such as AVFS[AVFS] installed, which causes the kernel to support various Virtual File Systems directly.

There are various ways to use AVFS. This example shows how to use it on a Linux 2.6 system with FUSE. You will need a kernel with FUSE support and the 'libfuse-dev' header files package installed.

Procedure 10.1. Installing AVFS on Linux 2.6

  1. Get AVFS from CVS (the current July 2005 release is too old).

  2. Compile AVFS (sh autogen.sh; ./configure; make).

  3. Go into the `avfs/fuse' subdirectory and run ./compile.sh.

  4. Create a mount point: mkdir ~/.avfs-mount.

  5. Run AVFS: ./avfsd ~/.avfs-mount.

  6. To configure ROX-Filer to open directories using AVFS, set the run action (Set Run Action...) for zip files (and other archive types) to:

    rox ~/.avfs-mount/"$1#"

Note that all of the above steps should be done as a user, not as root. You may need to be in some special group to use FUSE (check the group of `/usr/bin/fusermount').

If you don't want to make AVFS the default action for these files, you could instead create a script containing the above and add it to the File menu, using Customise Menu....

Chapter 11. The mini-buffer

The mini-buffer is a white bar that appears along the bottom of the window and allows you to enter some text. Press Escape to get rid of it again. It behaves in different ways depending on how you invoked it:

The path-entry box

This allows you to type in a path directly. As you type the display is updated to show the item entered visually. The main use is to find a file in a large directory quickly, but you can also use it for navigating between directories, or for selecting a full pathname from somewhere else and pasting it directly into the path-entry box.

KeyAction
Return Open the currently selected item.
Tab Shell-style tab completion.
Up, Down Select the previous/next matching entry.

If you start entering a name beginning with a `.' then the `Show Hidden' feature is temporarily turned on so that the file can be shown.

Tab completion tries to fill in as many characters for you as it can. For example, if there are two files in a directory called `save-mail-nov-1999' and `save-mail-dec-1999' then typing save and pressing Tab will expand save to save-mail- and beep to indicate that the match is not complete. If you use tab completion on a directory and it is unique then the filer will automatically change into the directory. This behavior should be familiar to shell users.

Let's say you want to locate the documentation for Wine in the directory `/usr/share/doc' (which is usually very large). Here's how you could do it:

  1. Open the minibuffer by choosing Enter Path... from the Window menu, or by pressing the slash (/) key.

  2. Press CTRL+A to select the existing contents.

  3. Type u<Tab>sh<Tab>do<Tab>wi<Tab>. As you type, the cursor will move to the correct subdirectory. If it beeps when you press Tab then you need to supply more letters, or press Return.

The shell command box

This provides a quick way of entering shell commands if you don't want to open an xterm. If you don't know what shell commands are, skip this section!

Just type in the command and press Return to execute it. Up and Down arrows move through previously entered commands. Tab does shell-style completion. Clicking on an item inserts its name into the minibuffer. If some items are selected then they are assigned to the positional parameters $1, $2, etc.

Opening the minibuffer with a selection adds "$@" to the end of the command — this expands to all the selected files.

Examples:

To untar a `.tgz' archive:

  1. Open the minibuffer by choosing Shell Command... from the Window menu. I usually bind this to the bang (!) key.

  2. Type tar xzf and click on the file. The leading space is automatically inserted.

  3. Press Return to execute it.

To print all the selected files:

  1. Open the shell command minibuffer.

  2. Type lpr at the beginning of the line and press Return.

Notes

  • Be careful; you will not be asked to confirm! If in doubt, start the command with xmessage so that it will be displayed rather than executed.

  • sh is always used as the name of the shell to run (mainly because bash and csh treat positional parameters differently). However, PATH is searched to find it so you can still use another shell if you want by naming it sh and putting it in your path.

  • Commands execute in the background, so you can say: sleep 240; xmessage Time to go!

The conditional selection box

Use this if you want to automatically select all files in the directory which match a condition.

For example, to select all files larger than 5Mb:

  1. Open the Select If minibuffer (bound to ? by dafault).

  2. Type Size > 5Mb and press Return.

Just those files over 5 Mb in size will be selected. The expressions you can enter are in the same form as described in the Searching section, except that prune has no effect since the contents of directories are never checked anyway. You can press Tab to jump to each selected file in turn.

Chapter 12.  Renaming files in bulk

If you have a large number of files to rename, it is tedious to rename them one by one. Instead, select all the files and choose Rename... from the menu to open the bulk rename window.

The window shows a table with two columns. The Old name column shows the current name of each selected file, and the New name column shows the new name, which is initially the same.

There are two ways to change the new names. You can edit the names in the table directly, or you can use the search and replace feature at the top of the window. This takes a regular expression to search for, and some text to replace matches with. For example, if you had a lot of files with names ending in `.htm' and you wanted to change them to use `.html', you would enter \.htm$ in the Replace: field and .html in the With: field. When you click Apply, the table is updated to show the proposed new names (but no actual renaming is done yet).

Having checked that the new names look OK, click on the Rename button to actually perform the rename operation.

Chapter 13. Action windows

Table of Contents

Action window options

Action windows are those boxes that appear while you're doing a Copy/Move/Link/etc operation. The status line at the top of the window shows the current directory or object that the window is processing. The scrolling area below is the log area — it shows what has been done, and questions may be displayed here.

Below this are four buttons and some options. All windows have the Quiet option. When this is on the filer will only confirm some operations (such as deleting a non-writeable file). Otherwise, all operations are confirmed.

The buttons work as follows:

Yes

answers yes to the question displayed in the log area.

No

answers no to the question displayed in the log area.

Cancel

kills the current operation (if any) and closes the action window.

Quiet

is a quick way to turn Quiet on and click Yes.

You can control which actions get started automatically (without you having to click on Quiet at the start) from the Options window.

Action window options

Some actions have options, which appear as option boxes at the bottom of the window. They are:

  • Force means that the filer won't treat non-writeable files as special. Normally, it confirms the deletion even if Quiet is pressed. Note that you still can't remove files from non-writeable directories because in that case you really don't have permission.

  • Brief prevents the filer logging a message every time it does something. Use this to speed things up if large numbers of messages are being logged.

  • Recurse means that doing something to a directory will also do the same thing to all its contents, and the contents of any subdirectories, and so on.

  • Newer will automatically copy a file over an existing one if the file is newer than the one it replaces (later modification time).

You can set the defaults for these options from the Options box.

Chapter 14. Searching

The Find feature looks through all the selected files and directories and any subdirectories (recursively) looking for items that match a particular expression.

Choose Find from the File submenu to search all the selected objects. If you want to select all the files within a single directory which meet certain criteria, use Select -> Select If... instead.

If you know the name of a file then just enter it in the `Expression:' box, enclosed in single quotes. For example, to find a file called `log' you would enter 'log'. Remember to use normal quotes, not double quotes (") or back-quotes (`).

As the filer finds matching files they are added to the results list. Double-clicking on an entry in the list opens a viewer showing that file. The filer will use the same window to view other results (so, if you want the results shown in separate windows you must explicitly create a new window from the Window menu).

Wildcards

You can also put shell-style wildcard characters inside the quotes, for example:

'*.html'
'Report.*'
'Draft[1-5]'
'main.[ch]'

Look at the glob(7) manpage if you want to know more about shell wildcards.

If the pattern you enter contains a slash (`/') character then the pattern is matched against the file's full path, otherwise only the leafname is used. That is, '*tmp*' will find `tmp' and `tmpfile' but not `/tmp/file' — '/*tmp*' will find all three.

Simple tests

As well as finding files by their names you can also find them by various other attributes. Note that file is used here to mean anything that can appear in the filesystem — including directories, devices and so on.

You can also use a short form for each test; these are shown in brackets. You can combine multiple tests — `-rw' is the same as `IsReadable and IsWriteable'.

These look at the type of the item being checked:

  • IsReg (-f) matches any regular (ie, normal) file.

  • IsLink (-l) matches symlinks.

  • IsDir (-d) matches directories.

  • IsChar (-c) matches character device files.

  • IsBlock (-b) matches block device files.

  • IsDev (-D) matches block or character device files.

  • IsPipe (-p) matches pipes.

  • IsSocket (-S) matches sockets.

  • IsDoor (-O) matches door objects (Solaris).

These look at the permissions set on the file — see the Permissions section.

  • IsSUID (-u) matches files which have the Set-UID bit set.

  • IsSGID (-g) matches files which have the Set-GID bit set.

  • IsSticky (-k) matches files with the sticky bit set.

  • IsReadable (-r) matches files which you can read from.

  • IsWriteable (-w) matches files which you can write to.

  • IsExecutable (-x) matches files which you can execute.

And a couple of other useful ones:

  • IsEmpty (-z) finds empty files (ie, those whose length is 0 bytes).

  • IsMine (-o) finds files which you own.

Logic operators

You can combine the above tests in various ways to perform more advanced searches. An expression is actually made up of a list of cases, separated by commas. The filer will try to match each case in turn until one matches or there are no more cases left. For example, to search for files with several possible endings:

'*.gif', '*.htm', '*.html'

Further, each of the cases is actually a list of conditions. The case only matches if all of its conditions are met. So, to find a directory called `lib' or a regular file ending in `.so':

IsDir 'lib', IsReg '*.so'

You can negate a condition by putting a ! in front of it and you can use a sub-expression as a condition by bracketing it, like this:

     !(IsDir, IsReg)

     !IsDir !IsReg

     Not isdir and not isreg

     !-d !-f

All four do the same thing.

Comparisons

You can also compare various values using the operators <, <=, =, !=, >, and >= (for less-than, less-than-or-equal-to, equal-to, not-equal-to, greater-than and greater-than-or-equal-to). When comparing times, you may find it helpful to use after and before instead of > and < to make things clearer.

The following are read from the file being checked and may be used for the values being compared:

  • atime The time that the file was last accessed.

  • ctime The time that the file's status was last changed.

  • mtime The time that the file's contents were last modified.

  • size The size of the file.

  • inode The file's inode (index) number.

  • nlinks The number of links to this file. That is, the number of directory entries which refer to this file. Note that symlinks don't count as references.

  • uid The User ID of the file.

  • gid The Group ID of the file.

  • blocks The number of disk blocks being used by the file.

Times are measured as seconds since the Unix Epoch (00:00:00 UTC, January 1, 1970). Sizes are in bytes. When specifying constants to compare these values with you may use various keywords to scale the value:

  • Byte(s) has no effect, but looks better.

  • Kb multiplies by 1024, so 2Kb is the same as 2048.

  • Mb multiplies by 10242, ie 1024 Kb.

  • Sec(s) has no effect, but looks nice.

  • Min(s) multiplies by 60 to get minutes.

  • Hour(s), Day(s), Week(s), Year(s) likewise convert to the relevant unit.

  • Ago makes the time in the past relative to when the check is done.

  • Hence makes the time in the future.

  • Now is short for 0 Secs Hence.

Some examples should make this all a bit clearer!

     mtime after 1 day ago

     size > 10 Mb

     IsReg and nlinks > 1

The first finds files modified within the last 24 hours. You could use > instead of after, but it's not so clear what is meant.

The second finds files larger than 10 Mb. The last finds regular files with more than one directory entry.

Be careful though — the filer doesn't check the context of the modifiers, so size > 1 day ago is allowed, although it doesn't make much sense! Also, forgetting to use ago or hence will cause odd effects (the time will be measured relative to the Epoch rather than the current time). Finally, don't use = with times — atime = 1 day ago looks for a file accessed exactly 86400 seconds ago...

Specials

  • System(Command) executes `Command' on the file. The test succeeds if the command returns an exit status of zero. A `%' character in `Command' is replaced by the full path of the file being checked. System is a very slow test to perform, so do it last if possible. For example, if you're looking for a `.c' file containing the word `main', do:

    '*.c' system(grep -q main "%")

    so that the grep is only performed for files ending in `.c' (as opposed to only checking that the file ends in `.c' if it contains the word `main').

  • Prune Always fails! [2] However, if it gets evaluated at all then it prevents the filer from checking inside the current directory. Remember the order in which the filer checks the expression!

Examples:

     '*.old' system(rm '%')

     'src' prune, '*.c'

The first deletes each file ending in `.old'. The second looks for `.c' files, but does not bother checking inside directories called `src'. The expression is evaluated like this:

If file is named `src' then `Prune'. Either way, check if it ends in `.c' and include it in the results if so.



[2] Note that this is the opposite of the find(1) command.

Chapter 15. Options

You can configure various aspects of ROX-Filer from the Options box. Choose Options... from a filer window menu to open it. The list on the left of the window lists the various sections — click on one to see its options. At the bottom of the window are two buttons:

  • OK saves the current choices into your `~/.config/rox.sourceforge.net/ROX-Filer' directory for next time ROX-Filer is loaded, if anything changed. Exactly where choices are loaded from and saved to is controlled by the XDG_CONFIG_HOME environment variable — see [BaseDir] for details. Changes made in the Options box take effect instantly, so you don't need to click on OK just to try them out.

  • Revert Restores all choices to how they were when the options box was opened. This button is shown shaded if you haven't made any changes. The Options window is not closed when this is used.

The options in the Options window have tooltips explaining the use of each option — hold the mouse pointer over an option to find out what it does.

Chapter 16. Filetypes

All files have a MIME type in the form text/plain. Here, text is the media type and plain is the sub-type.

ROX-Filer uses a file's name to decide what its MIME type is, and then uses the MIME type to decide what icon to give it and what program to use when you open the file.

The Set Run Action box

This box appears when you choose Set Run Action... from the File menu, and is used to set which application is loaded when you click on a file.

For example, let's say you want to set things up so that opening a `.gif' file loads it into the Gimp. First, right-click over a gif image to open the menu and choose Set Run Action... from the File submenu. Then, you have a choice of two methods to set the run action:

Setting the run action by drag-and-drop

Drag the Gimp (from a filer window, a panel or the pinboard) onto the area marked Drop a suitable application here. From now on, clicking on a GIF file will load it into the Gimp.

Setting the run action by entering a shell command

Type: gimp "$@" into the box labelled Enter a shell command and press Return. $@ will be replaced by the name of the file you click on when this command is used. As before, clicking on any GIF image will now load it into the Gimp.

Setting the default media-type handlers

Whichever method you use to set the action you have the choice of setting the run action just for that type, or setting the default for all files with that media-type which don't already have a specific action.

Since the Gimp can load many types of image, it makes sense to select the Set default for all `image/<anything>' option so you don't have to do it again for image/jpeg files and so on. However, this only affects types that don't already have a specific action (ie, those that would have brought up an error box if you tried to open them).

The Set Icon box

This box appears when you choose Set Icon... from the File menu, and is used to set which image to use to represent the file.

It works much like the Set Run Action box described above, except that you may specifiy an icon for one file individually (by name) as well as for all files of a particular type. When setting the icon for a single file, the filer stores the name of the file and the name of the icon inside your `~/.config/rox.sourceforge.net/MIME-icons' directory. If either moves, the icon won't be displayed.

When setting the icon for a directory, you have the additional option of storing the image inside the directory itself as a hidden file. This means that other users will see the icon too, and you can safely delete the original image after the copy (note that the image is scaled down if needed, and converted to PNG format).

The directory icon inside the Drop an icon here area allows you to quickly get to a directory from which you are already using one or more icons.

How filetypes are stored

ROX-Filer uses two sub-directories in your `~/.config/rox.sourceforge.net' directory for filetypes:

`MIME-types'

contains symlinks, one for each MIME type, which point to programs that can handle files of that type. To set what program is run when you click on the file you should normally use the Set Run Action... feature (see the the Set Run Action box section). However, you can also set the actions manually — for example, to make opening an HTML file load it into Netscape:

  1. Find the Netscape application and go to Link... on the menu.

  2. Enter text_html as the name for the link and drag the icon from the Link box into the `MIME-types' directory.

You can also put actual programs in here as well as links if you want to.

`MIME-icons'

contains the images used to display each type of file. So the filer will try to display an HTML file using the icon `MIME-icons/text_html.png'. If no icon is set here, the filer will use the currently selected icon theme (as set in the options box); see [IconTheme] for details.

In `MIME-types' you can also provide default actions for each media type. For example, if `text_html' isn't found then the filer will try simply using `text'.

How the filer determines a file's type

The filer usually works out the type for a file from its name. If this fails, it tries to guess from the file's contents. It is possible to override this guessing by setting an extended attribute on the file with the correct type, using the Set Type... menu item.

To edit the rules used to guess types, open the options box and go to the Types section. There is a button there that will launch the MIME-Editor application. You can also edit the rules manually — see [SharedMIME] for details.

Chapter 17.  Application directories

Table of Contents

The AppInfo file

An application directory is a directory which can be run as an application. It contains all the resources of an application — source code, binaries, documentation and so on. Keeping everything in one place make installation and uninstallation much easier for users. You can also keep multiple versions of a program by simply having several application directories. You may move and rename them as you please. Application directories make programs easier to use and install.

They're more secure too, because you can compile an application as a user and then simply copy it as root. Since you don't have to run an install script you are free from the danger of running untrusted code as root. All you have to watch out for is setuid binaries.

The following files are treated as special by ROX-Filer:

  • `AppRun' is executed when you click on the directory — make sure it is executable (use the Permissions box)!

  • `.DirIcon' is the image used to represent the directory (this works even if there is no `AppRun').

  • `Help' is the directory to be opened when you choose Help from the File menu.

  • `AppInfo.xml' contains extra information about an application (see below).

  • `AppIcon.xpm' is used if `.DirIcon' is missing (for backwards compatibility; not to be used anymore).

Have a look at the `ROX-Filer' application directory for a full example.

Note

For security reasons, an application directory must have the same owner as the `AppRun' file inside.

The AppInfo file

`AppInfo.xml' is an XML file with the following structure (any elements may be omitted, and the file itself is optional):

<?xml version="1.0"?>
<AppInfo>
  <Summary xml:lang="en">A graphical file manager</Summary>
  <Summary xml:lang="de">Ein grafische Datei-Manager</Summary>
  <Summary xml:lang="nl">Een grafisch bestandsbeheerprogramma</Summary>
  <Summary xml:lang="es">Un manejador de archivos gráafico</Summary>
  <About xml:lang="en">
    <Purpose>File manager</Purpose>
    <Version>1.3.5 PREVIEW</Version>
    <Authors>Thomas Leonard and others</Authors>
    <License>GNU General Public License</License>
    <Homepage>http://rox.sourceforge.net</Homepage>
  </About>
  <About xml:lang="es">
    <Purpose>Manejador de Archivos</Purpose>
    <Authors>Thomas Leonard y otros</Authors>
  </About>
  <AppMenu>
    <Item option="-p=Default">
      <Label>Enable pinboard</Label>
      <Label xml:lang="es">Habilitar el pinboard</Label>
    </Item>
    <Item option="-p=">
      <Label>Disable pinboard</Label>
      <Label xml:lang="es">Deshabilitar el pinboard</Label>
    </Item>
  </AppMenu>
</AppInfo>

  • Summary is displayed in a tooltip when the mouse is held over the application.

  • About contains a list of fields which are shown in the `File Info' box for the application (any element names may be used, but the above are suggested).

  • AppMenu is a list of extra menu items to display for the application. When one is chosen, `AppRun' is called with option as its only argument. You can nest AppMenus inside other AppMenus to create submenus, provided they have <Label> elements. Item elements can also have icon attributes, which name an icon in the current icon theme for the menu item.

Chapter 18. Internationalisation

Selecting a translation

ROX-Filer is able to translate many of its messages, provided suitable translation files are provided:

  1. Open the Options box from the menu,

  2. Select a language from the list,

  3. Click on OK and restart the filer for the new setting to take full effect.

Creating a new translation

  1. Go into the `src/po' directory and create the file `src/messages.pot':

            $ cd ROX-Filer/src/po
            $ ./update-po

  2. Copy the file into the `src/po' directory as `<name>.po'. Eg, if your language is referred to as `ml' (`my language'):

    $ cp ../messages.pot ml.po

  3. Load the copy into a text editor.

  4. Fill in the translations, which are all blank to start with.

  5. Run the `make-mo' script to create the binary file which ROX-Filer can use. You will need the GNU gettext package for this.

            $ cd ROX-Filer/src/po
            $ ./make-mo ml
            Created file ../../Messages/ml.gmo OK

  6. Edit `ROX-Filer/Options.xml' so that your language is listed, restart the filer and select it from the Options box (see the Translations section).

  7. Submit the `.po' file to the ROX patch tracker so that we can include it in future releases of the filer.

Updating an existing translation

  1. Go into the directory containing the `.po' files and run the `update-po' script. This checks the source code for new and changed strings and updates all the translation files.

            $ cd ROX-Filer/src/po
            $ ./update-po

  2. Edit the file by hand as before, filling in the new blanks and updating out-of-date translations. Look out for fuzzy entries where update-po has made a guess; check it's correct and remove the fuzzy line.

  3. Run make-mo as before.

  4. Submit the updated file to us.

See the gettext info page for more instructions on creating a translation.

Chapter 19. Hacking

This is a quick start guide for people who want to modify the source code. If you make useful changes or fix bugs, please send patches to me or to the mailing list. Tell me which version you're using!

Compiling

The first time you compile the program you need to do AppRun --compile, but in future you only need to run make in the `src' directory when you change the `.c' and `.h' files. You might want to run make depend too.

Creating and applying patches

When people make small modifications to the sources they will often distribute them as patch files — usually on the mailing list. To apply a patch, go into the `src' directory and run patch with the patch file. Then recompile, like this:

     $ cd ROX-Filer/src
     $ patch < patchfile
     $ ../AppRun --compile

You can remove the patch by simply repeating the above sequence — patch will detect that the patch is already applied and offer to remove it.

To create a patch you should first get the latest version of the filer from CVS (instructions on using CVS can be found on the web-site). Modify the program as you please. Create the patch using cvs diff from the appropriate directory:

$ cvs diff -u > my_patch

This creates a human– and machine-readable patch file. Submit this to the mailing list. The are many reasons for posting patches rather that the modified files:

  • They are smaller, and hence shouldn't bounce. They are also quicker to download for people with slow connections.

  • People can see what they're getting into before applying them!

  • Patches can (usually) be applied to slightly modified versions of the sources. This means that people can apply several patches without each new one overwriting the others.

Autoconf

Here's a quick explanation of the autoconf system in case you haven't used it before. See info autoconf for full details.

There's a file called `configure.in' which contains various tests (info autoconf). You run autoconf and it reads through the file and generates a shell script to perform the tests, saving it as `configure'. `configure' is normally distributed with the program because not everyone has autoconf.

You then run `configure' (in fact, let the `AppRun' script do it because it passes it some arguments), which performs all the tests. It reads in `Makefile.in' and `config.h.in' and fills in the missing values with the test results to produce `Makefile' and `config.h'.

You run make, which creates `.o' files from the `.c' files and links to produce `ROX-Filer'.

Data-structures

The `global.h' file lists each major data-structure used in the filer and explains its purpose. This is a good place to start reading if you want to know how the filer works.

Appendix A. Compiling

If you've just got hold of the filer by downloading the source archive then you'll need to compile it before you can use it. If you downloaded and installed a binary package, or if ROX-Filer was included with your system, then you can skip this section. If you got here by clicking on the lifebelt symbol in a filer window, or if typing rox at a shell prompt works, then you don't need to compile.

To compile, you will need the following:

  • Unix or Linux (root access is not required),

  • The X Window system (supplied as standard on all modern systems),

  • GTK+ 2.4.0 or later (libraries and headers) — get the latest version from [GTK+],

  • Glade 2.0.0 or later (libraries and headers) — get the latest version from [Glade],

  • LibXML 2.0.0 or later (libraries and headers) — get the latest version from [libxml],

  • A C compiler, such as `gcc' (standard on most systems).

All of the above are standard on most modern Linux distributions. To check which version of GTK+ you have installed, run the pkg-config command, like this ($ is the shell prompt):

$ pkg-config --modversion gtk+-2.0
2.6.8

Procedure A.1. To compile (using Zero Install):

  1. Go to the Zero Install launcher dialog for ROX-Filer. For example, from the shell you can do:

    $ 0launch --gui http://rox.sourceforge.net/2005/interfaces/ROX-Filer

  2. Right-click on the ROX-Filer line in the window and choose Compile... from the menu.

  3. It will prompt you to choose a version of ROX-Filer to compile and of some required header files. You should be able to just accept the defaults and let it download them.

  4. Choose a directory in which to store the compiled code when prompted and then click on the Build button to compile it.

  5. Once the build is complete, click on Register to add this version to the available versions.

Procedure A.2. To compile (manually):

  1. The filer now uses the Shared MIME Database[SharedMIME] to work out the types of files. You need to install this before the filer will work properly (ROX-Filer will warn you if it's not installed when you run it).

  2. Change to the directory containing the ROX-Filer subdirectory.

  3. Run the AppRun script, like this:

    $ ./ROX-Filer/AppRun --compile

  4. ROX-Filer will perform various checks to find out what kind of system it is being run on and will then compile. If it doesn't work then please e-mail us and complain! Tell us what kind of system you have and what errors were reported. If you manage to fix the problem yourself then please e-mail us the fix.

  5. Once the filer has compiled it will run automatically. You can run it again later by running the AppRun script with no arguments.

Appendix B. Manual page

Table of Contents

ROX — a simple graphical file manager

Name

ROX-Filer — a simple graphical file manager

Synopsis

rox [OPTION...] [FILE...]

DESCRIPTION

ROX-Filer is a simple and easy to use graphical file manager for X11, the windowing system used on Unix and Unix-like operating systems.

It is also the core component of the ROX Desktop: http://rox.sourceforge.net

Invoking rox opens each directory or file listed, or the current working directory if no arguments are given.

COMMAND-LINE OPTIONS

-b, --border=PANEL

open PANEL.

-B, --bottom=PANEL

open PANEL as a bottom-edge panel.

-c, --client-id=ID

used for session management.

-d, --dir=DIR

open DIR as directory (not as an application, even if it looks like one).

-D, --close=DIR

close DIR and all its subdirectories.

-h, --help

display help about the various options.

-l, --left=PANEL

open PANEL as a left-edge panel.

-m, --mime-type=FILE

print MIME type of FILE and exit.

-n, --new

start a new filer, even if one already seems to be running. This also prevents the filer from forking (running in the background). This option is mainly useful for debugging.

-p, --pinboard=PIN

use pinboard PIN as the pinboard.

-r, --right=PANEL

open PANEL as a right-edge panel.

-R, --RPC

read and invoke SOAP RPC from standard input (see Appendix C, SOAP RPC).

-s, --show=FILE

open a directory showing FILE.

-S, --rox-session

run by session manager, open the default panel and pinboard (implies --new). If an XSM session manager is running and this option is used then ROX-Filer will ask to be automatically restarted if it crashes.

-t, --top=PANEL

open PANEL as a top-edge panel.

-u, --user

show user name in each window.

-U, --url=URI

run URI as a file or directory. If URI is a file: url and refers to a file on the local machine then it is converted to a local file name: rox -U file:///tmp is equivalent to rox /tmp. If the URI is some other scheme the shared URI handler configuration is consulted to run it.

-v, --version

display the version information and exit.

-x, --examine=FILE

FILE has changed; re-examine it.

NOTES

The main documentation for ROX-Filer is available by choosing Show Help Files from the popup menu, or by clicking on the right-most toolbar icon.

LICENSE

Copyright (C) 2004 Thomas Leonard.

You may redistribute copies of ROX-Filer under the terms of the GNU General Public License.

BUGS

Please report bugs to the developer mailing list: http://rox.sourceforge.net/contact.html.

AUTHORS

ROX-Filer was created by Thomas Leonard, with help from:

Michael AdamsThierry GodefroyChristiansen Merel
Christopher ArndtOlli HeleniusJimmy Olgeni
Jens AskengrenAlex HoldenRichard Olsson
Liav AsserafJasper HuijsmansMatthew O'Phinney
Wilbert BerendsenSigve IndregardDaniele Peri
Francesco BochicchioBernard JungenAndy Piper
Yuri BongiornoMarcin JuszkiewiczMarcelo Ramos
Andrzej BorsukJames KermodeMichel Alexandre Salim
Richard BoultonJim KnobleAdam Sampson
Simon BritnellKrzysztof KrzyzaniakChris Sawer
Arnaud CalvoAaron KurtzChristian Storgaard
Babyfai CheungVincent LeddaTaras
Andrew CloverVincent LefevreSimon Truss
Fabien CoutantVictor Liu See-leHirosi Utumi
Couderc DamienAlexey LubimovJan Wagemakers
Andreas DehmelKrzysztof LuksKeith Warno
Micah DowtyMarcus LundbladGötz Waschk
Dmitry ElfimovAnders LundmarkStephen Watson
Mattias EngdegardJose Romildo MalaquiasAndre Wyrwa
Andrew FleggDenis ManenteGeoff Youngs
Olivier FourdanBrendan McCarthyDiego Zamboni
Eric GillespieAndras Mohari 

and many others; the `Changes' file contains more detailed information!

Appendix C. SOAP RPC

When the filer starts you can use command-line options to control its behaviour. As an alternative to this, the filer allows you to specify an operation with a [SOAP] RPC format message. In fact, if you use the command-line options, the filer converts to SOAP RPC internally.

All SOAP RPC messages are passed on standard input, like this:

$ rox --RPC << EOF
<?xml version="1.0"?>
<env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope">
 <env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer">
  <Panel>
   <Name>Default</Name>
   <Side>Bottom</Side>
  </Panel>
 </env:Body>
</env:Envelope>
EOF

The following methods are recognised:

  • Version() Returns the filer's version.

  • CloseDir(Filename) Close directory Filename and all its subdirectories.

  • Examine(Filename) Filename may have changed — check it and update the display.

  • OpenDir(Filename, [Style, Details, Sort, Class, ID, Hidden, Filter]) Open a window showing directory Filename. Style is one of Large, Small, Huge or Automatic. Details is one of None, ListView, Size, Type, Times or Permissions. Sort is one of Name, Type, Date, Size, Owner or Group. If any of these three option parameters are missing, the default is used. Class can be used to set the WM_CLASS property on the new window. You can use this to get your window manager to treat the window specially. ID is a string used to identify the opened window. If a window with this ID already exists, it is changed to the given directory. Otherwise, a new window is created and given this ID. If used from a program, ensure the IDs you generate are unique, for example by including your process name, PID and a timestamp in the ID. Hidden if true means that hidden files (those that start with a dot character) are shown, or not shown if false. If ommitted then the configured setting is used. Filter can be used to filter files shown by their name. For example using a filter of *.c means that only files ending in .c are shown.

  • Panel([Side, Name]) Open the panel named Name on screen side Side (Top|Bottom|Left|Right). Name can be a name in `~/.config/rox.sourceforge.net/ROX-Filer' (eg, MyPanel) or a full pathname. If not given, the panel on that side is turned off.

  • PanelAdd(Side, Path, [Label, After, Shortcut, Args]) Add Path to the panel on side Side, with label Label. If After is true the icon goes on the right/bottom side of the panel, otherwise on the left/top side. If Shortcut is given it is the keyboard shortcut to trigger this item. If Args is given it is the argument string to append to the item when run if it is a program.

  • PanelRemove(Side, [Path, Label]) Remove an item from the panel on side Side. If Path or Label is not given then any path or label will match. At least one must be specified. If more than one item matches, only one is removed.

  • Pinboard([Name]) Display pinboard Name on the desktop background. Name can be a name in `~/.config/rox.sourceforge.net/ROX-Filer' (eg, MyPinboard) or a full pathname. If not given, the pinboard is turned off.

  • PinboardAdd(Path, [X, Y, Label, Shortcut, Args, Update]) Add Path to the pinboard with the (optional) label Label. If X or Y are negative or not given, the icon is placed automatically. The X and Y parameters then indicate where the icon should go (X=-1: left, X=-2: right, Y=-1: top, Y=-2: bottom). If X and Y are given, its position is (X, Y). If Shortcut is given it is the keyboard shortcut to trigger this item. If Args is given it is the argument string to append to the item when run if it is a program. If Update is true and there is already an icon for the given path on the pinboard, the new values will be filled in instead of adding a new icon.

  • PinboardRemove(Path, [Label]) Remove Path from the pinboard. If Label is given then this must match the label of the item. If more than one item matches, only one is removed.

  • SetBackdropApp(App) Make App (an application directory) the new handler for the current pinboard's backdrop. The `AppInfo.xml' file inside App must contain the CanSetBackdrop element, eg:

    <?xml version="1.0"?>
    <AppInfo>
          <ROX:CanSetBackdrop xmlns:ROX="http://rox.sourceforge.net/SOAP/ROX-Filer"/>
    </AppInfo>

    The application will be run with the --backdrop option as it's only argument after invoking this method, and whenever the pinboard is reloaded. DO NOT use this method if invoked with --backdrop or you will get stuck in an infinite loop! See Backdrop applications for a guide to writing backdrop applications.

  • SetBackdrop(Filename, Style) Set the backdrop image to a given file. If you want to regenerate the image next time the user logs in, or you want to change it automatically from time to time, use SetBackdropApp above instead.

  • Run(Filename) Run Filename as if it was clicked on in the filer.

  • RunURI(URI) Run URI as if it was clicked on in the filer. URI is interpreted as a URI, in the form file://localhost/path.

  • Show(Directory, Leafname) Open Directory and flash the file Leafname inside it.

  • FileType(Filename) Returns the MIME-type of Filename (by writing the SOAP response to standard output).

  • SetIcon(Path, Icon) Set the icon to use for the given path. This is equivalent to using the Set Icon... menu item.

  • UnsetIcon(Path) Clear the icon to use for the given path.

The following calls can be used to start new file actions. Quiet can be true if the operation should start immediately, instead of waiting for the user to confirm. If false, the user must always confirm. If not given, the default setting is used.

  • Copy(From, To, [Leafname, Quiet]) Copy each file in the array From to the directory To. If Leafname is given then From should contain a single entry only; Leafname gives the new leafname.

  • Move(From, To, [Leafname, Quiet]) Move each file in the array From to the directory To. If Leafname is given then From should contain a single entry only; Leafname gives the new leafname.

  • Link(From, To, [Leafname]) Symlink each file in the array From to the directory To. If Leafname is given then From should contain a single entry only; Leafname gives the new leafname.

  • Mount(MountPoints, [OpenDir, Quiet]) Mount each directory in the list MountPoints. If true, OpenDir causes each directory to be opened once it is mounted.

  • Unmount(MountPoints, [Quiet]) Unmount each directory in the list MountPoints.

References

[ROX] The ROX desktop, http://rox.sourceforge.net

[RISC OS] RISC OS, http://www.riscos.com

[GTK+] GTK+ Toolkit, http://www.gtk.org

[Glade] Glade - a User Interface Designer for GTK+ and GNOME, http://glade.gnome.org/

[libxml] The XML C library for Gnome http://www.xmlsoft.org

[GNOME] The GNOME desktop, http://www.gnome.org

[DND] The Drag and Drop protocol, http://www.newplanetsoftware.com/xdnd/

[XDS] The X Direct Save protocol, http://www.newplanetsoftware.com/xds/

[BaseDir] The freedesktop.org base directory system, http://www.freedesktop.org/wiki/Standards_2fbasedir_2dspec

[AVFS] AVFS - A Virtual File System, http://sourceforge.net/projects/avf/

[SOAP] Simple Object Access Protocol (SOAP) 1.2 http://www.w3.org/TR/SOAP/

[Thumbs] Thumbnail Managing Standard (Version 0.5) http://triq.net/~jens/thumbnail-spec/

[Wallpaper] Wallpaper backdrop control application http://rox.sourceforge.net/phpwiki/index.php/Wallpaper

[SharedMIME] Shared MIME-info Database (Version 0.16) http://www.freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec

[IconTheme] The freedesktop.org Icon Theme specification http://www.freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec

rox-2.11/ROX-Filer/Help/README000066400000000000000000000037561230207736700155460ustar00rootroot00000000000000 ROX-Filer A RISC OS-like filer for X by Thomas Leonard ROX-Filer is a simple and easy to use graphical file manager for X11, the windowing system used on Unix and Unix-like operating systems. It is also the core component of the ROX Desktop: http://rox.sourceforge.net To compile: $ ROX-Filer/AppRun --compile To install: $ ./install.sh To run: $ rox For full instructions, read the Manual.html file: $ galeon ROX-Filer/Help/Manual.html (or use netscape, konqueror, mozilla, w3m or any other browser in place of galeon) Conditions ~~~~~~~~~~ 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 Please report any bugs to the mailing list: http://rox.sourceforge.net/phpwiki/index.php/MailingLists Credits ~~~~~~~ ROX-Filer was created by Thomas Leonard, but many people have contributed to it one way or another... If you think you should be included here then write and tell me ;-) First, a few people/projects whose work I've used: Andrew Clover most of the file icons David MacKenzie the code for parsing Permissions commands John Lindal co-author of the XDS protocol Midnight Commander the Virtual File System library & pinboard bits GNOME Desktop some of the icons (including the toolbar) Red Hat MIME type guessing library A huge number of people have submitted code, suggestions and encouragement - many of them are listed in the `Changes' file... thanks! rox-2.11/ROX-Filer/Help/README-es000066400000000000000000000045271230207736700161500ustar00rootroot00000000000000 ROX-Filer Un explorador estilo RISC OS para X por Thomas Leonard ROX-Filer es un manejador de archivos grfico simple y fcil de usar para X11, el sistema de ventanas utilizado en Unix y sistemas operativos clones de Unix. Tambin es el componente principal del Escritorio ROX: http://rox.sourceforge.net Para compilar: $ ROX-Filer/AppRun --compile Para instalar: $ ./install.sh Para ejecutar: $ rox Por las instrucciones completas, lee el archivo Manual.html: $ galeon ROX-Filer/Help/Manual.html (o usa netscape, konqueror, mozilla, w3m o cualquier otro navegador en lugar de galeon) Condiciones ~~~~~~~~~~~ ste programa es software libre; puedes redistribuirlo y/o modificarlo bajo las condiciones del Licencia Pblica General GNU como fue publicada por la Fundacin por el Software Libre; ya sea la versin 2 de la Licencia, o (a tu eleccin) cualquier versin posterior. Este programa es distribudo con la esperanza de que sea til pero SIN GARANTIA ALGUNA; incluso sin la garanta implcita de MERCANTIBILIDAD O APTITUD PARA UN PROPOSITO PARTICULAR. Consulta la Licencia Pblica General GNU por ms detalles. Deberas haber recibido una copia de la Licencia Pblica General GNU junto con ste programa; si no es as, escribe a la Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Por favor infrmame cualquier fallo, . Crditos ~~~~~~~~ ROX-Filer fu creado por Thomas Leonard, pero muchas personas han contribudo con l de una forma u otra... Si consideras que deberas estar includo aqu entonces escribe y dmelo ;-) Primero, unas pocas personas/proyectos cuyo trabajo he utilizado: Andrew Clover la mayora de los conos de archivo David MacKenzie el cdigo para procesar los comandos de permisos John Lindal co-autor del protocolo XDS Midnight Commander la biblioteca Virtual File System y algunas cosas para el pinboard GNOME Desktop algunos conos (incluyendo la barra de herramientas) Una enorme cantidad de personas han enviado cdigo, sugerencias e incentivo - muchos de ellos estn listados en el archivo `Changes'... gracias! rox-2.11/ROX-Filer/Help/TODO000066400000000000000000000072061230207736700153500ustar00rootroot00000000000000 ROX-Filer A RISCOS-like filer for X by Thomas Leonard This is a list of features that should/will be added when I have time (or when someone sends patches!). BUGS tasklist_update(): add_window() if new==old? Hard-code sub-class-of. Size and position settings don't work on new windows. Odd things to investigate: - newChild -> newChildText? Saved settings for display size and position make the window flicker when changing directory. FEATURES FOR 2.1 Windows should include the toolbar size when autosizing, but still allow the window to be resized smaller. Remove the current option. Going Up in List View loses the focus and scroll position. Better errors from SOAP messages. If you set an icon view with some details turned on (like "sizes" or "permissions") a maximum width value is silently ignored. Shift+Menu on the Up button should show the Send To menu. File2.html comes before File.html. Also, very large numbers aren't handled. Mounting/unmounting via a symlink doesn't update the display automatically. When the minibuffer is highlighted in red, scanning more items should recheck. Text beside icons style is too wide. Bookmarks: - Show selection groups? - Auto-add recent operations Iconified directories show the directory's icon (Marcus Lundblad)? Some way to process the files found by Find. Active icons in iconified windows (Christian V. J. Brüssow). When all selected items have the same type, show handlers for that type on the SendTo menu (Arnaud Calvo)? Tab completion in save boxes. Rescanning sometimes causes the display to scroll (automounter problem). Opening an AVFS directory with left-click should reuse the same window. Deleting / moving files should update the globicons? 'Edit Item' doesn't make much sense for applets... Make Find expressions easier for beginners. Individual sliders for max window horizontal and vertical sizes? Winking of items should be an option? Shell / Select If history menu. Shift-click on symlink should open the file. Add a 'Follow link' submenu. Key bindings in the New File menu don't work (move to dialog box?). All leafnames to be truncated, even when details are displayed. Use condensed fonts for long names? Use an environment variable to override the platform-name guessing in AppRun. Right-most icon in the last row should extend to the far right of the window, even if it isn't in the last column. Allow filtering on any expression (not just Show Hidden). Allow find expression with Permissions command... OTHERS Fully configurable toolbar? Corner panels? Close Panel menu item? Highlighting of icons as you drag a box around them, so it's clear what you have caught in the box? Enable (temporarily) single-click navigation when a special key is pressed? In single click mode, beep when the user tries to double click? Copying a relative symlink should make it absolute? Ask during the copy? Recursive 'a-x' acts on the directory first and so can't then change the permissions on the contents. chmod(1) has the same problem. Option to disable open-file-and-close-window behaviour (sometimes happens accidentally)? Remember last scroll position when returning to a directory? 'Edge folders' (panel items spring-open with zero delay when the pointer is at the edge of the scree)? AppInfo.xml (Christopher Arndt): LONG TERM Use a separate process to access the filesystem. Prevents hanging when you try to access a dead filesystem. Do this via gnome-vfs? Allow user to change permissions to another user on the fly, by entering a password. 'su' requires a tty - use xsu? rox-2.11/ROX-Filer/Messages/000077500000000000000000000000001230207736700155325ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/README000066400000000000000000000004621230207736700164140ustar00rootroot00000000000000This directory contains various translations. Set the environment variable 'LANG' to the name of a translation (without the extension) before running the filer, eg: $ LANG=fr; export LANG $ ROX-Filer/AppRun will cause the filer to display all messages in French. See the ROX-Filer manual for details. rox-2.11/ROX-Filer/Messages/cs/000077500000000000000000000000001230207736700161375ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/cs/LC_MESSAGES/000077500000000000000000000000001230207736700177245ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/cs/LC_MESSAGES/ROX-Filer.mo000066400000000000000000002104721230207736700217760ustar00rootroot00000000000000,+99&99$9 99D:FI::::::&;--;;[;2;0;;<<"<3< ;<I<`<x<<<<< <<==6=F= U=a= p== ==== = ==C!CCC DD(D?DOD _DjD zD\DD DEdExEsEEF(F&0F'WF FFF F+FFFLG)G* HGKHH H HHHI I II!:I\I cI mIzII J J J JJJ>JK KK.&K'UK}K!KJKLL-LFL*MLxL#L LL LLL]M^MgMyMM2MM$MN)NNNO OOO!OOO OOP !P$,PQPkPzPVQ^Q"vQQQQ/Q Q QR RRRR+R UU UUV(V.V 4VBV QV[V tVJVRV W}7WW7WX#X?XX2 Y=YVYjYYYYY|YeZ6lZZ}\ \ \\\,\\B] K]Y]^]x]}]] ]]]]]]v^{^^^^^^ ^ ^b^_p=_ ____ _ __I`gX``Ba\b_b_bdSccbdd de5"e"Xe{ee>e-e%f#h BhMhRh oh{h#h hhfili7|i iiii$ij]"jjjj jjjjjj jkk-k =k HkqSkkkk`kSl8m r rOrn_rlr;sCsGsNJsss"s4s't @t JtWtft nt:yt t tttrt[unu0u uuuuuu+uv9v1Uvvv vBv?v*w:wSwdwlw tw2wnw$x3x :x GxQx kx&yxExx xx"y3y;y=yTydymy?syy yyyyy y y y' z2z Dz Oz[z mz#zzzz zzz {{$3{X{i{ p{{{{{{{ { { {{ { ||*|J|_|r|||)||}}}}}} ~~ ~ $~2~9~MA~~NRDM64Dk<   # 0=FN Vd+l ǂق A13 ERcbG߅k47dQ1DA-o%!ψ86@6ww&F % ΍ ߍ40 QV\b5Ob q 98ُ9IL8ϐ\!=7_ .]0mss1ٕ: kF –Ȗ̖2x2[p*#*&N/uA<+$PB=$@b ě˛ڛ (-V\ c o| Ŝ؜ޜ$!# ERX]cw Ɲ˝ҝ ۝  &B"Hk%EEE!e)Ӡ523Ef8/ # 3=Lax ɢ" "/ R `n. ɣԣ  #1E[oʪ٪ PMe vv|4̬"$(>*EpDf*ƮH2:4m !ɯ% #/S Zds{  бNڱ).4@P4Ʋݲ[Yw35 ,7 N"[!~`,F6\)۵Ѷ Ʒ'  %3 P[$l"Ǹ Źӹ  ,:6q z$˺ ,AQ a m@w ٻ! ;EU^Wn>Ƽ?E+b ϽJԽ=%crK;" 4> DRdu\XSn >()g*}8""$3%X$~%^Ae-*128kS 1 @ JVir{ grx n.I $2 B NUZ>PWrztFw !>=&|"E8+!d'  %,5 >JRj s (:O dn$v-   06 gu (2-Ft $XQ$X} !  1K`mt,!r*cRYX]jb!Z$1Bt 6 )5NnU!#: EZarx~3"!10 8 ENOE ,8@?Po !4Dd+zC!"DJ Lm > * ::H : /+Ht$.)0AXs{ &  !4Vp4-&$@en e,8H.QwB_ Dl %9 I U$a ' $D< bObs*2t0^>R!3%PvW2%8^U^ m x*W 73Q (2NnED6E{N>O\i$@ ,9RW]5<Gg|nS2E kO< u 0t d 9 (D <m : 9 W ,w  I4 O~ O ' /:BK ]g v"$%  " ( 3'=e(l9&47GMV_ t  ,# ,]n$c`Cp EFd{c7SwVjTtLR3#ZP)lAHNMXe_:Zl^Ee'UKRX0m:y*07Lr -*?*r_7u.v"X1"^q O+J%?3P9YQ3]SkaGBwG2HsBn@O[Sb>^:%~nz"dj }|$5E .!8RCFf$6bbNo8'UWkI%Z`oUx#~6 lM,hqzN2 `[Ij'\o(1i@\P;yMW2gT1#Y=!t xxs[?FG 4m9AAcp6=45VLuthf@, p;aQi]mgD+<hIH&~.|J,g0d-OV|/={- ()89 /}D Tsqv<C5Kwir&(}fY4 D&Jv {u aB\ >)eKW!y></_Q;z +k --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !No mount points selected! %%d items%u selected (%s)' Done ' Total: %s ('%s' isn't a directory'(while checking '%s') 'Changing permissions of '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), goingQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAllow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndApp dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.Are you sure you want to open %d windows?Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBriefBroken symlink (or you don't have permission to follow it): %sByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change icon sizeChange time:Change to home directoryChange to parent directoryChanging the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s CopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Could not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disk UsageDisplayDnotify supportDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Drag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEdit BookmarksEdit ItemEnglish (no translation)Enter Path...Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and click on Save. Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every panel icon is shown with an image and some text.Executable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Failed to get keyboard grab!FileFile doesn't exist, or I can't access it: %sFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFindFind expression referenceFineFollow Symbolic LinksForceForeground:FrenchGNOME-VFS libraryGermanGoto:Group %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.Icon ViewIcon grid step:Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLinkLink...List ViewLook InsideLook inside ... ?MIME typesManualMax width (Large icons):Maximum width for the text beside a Small Icon.MediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo IconsNo URIs in the text/uri-list (nothing to do!)No detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNon-executable %sNoneNone of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROnly files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Open AVFSOpen As TextOpen unmountedOptionsOptions...Override window manager control of the pinboard and panelsOwner, Group:Panel stylePanel width (thin)PanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPermissionsPinboardPinboard behaviourPipePipe:PolishPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Rescan directory contentsResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSame as current windowSame as defaultSave As:ScaleScale the image to fit the backdrop area, without distorting itScanScanning, Search inside ... ?SecSecsSelectSelect AllSelect If...Select If:Select the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Setting icon disabled by CHOICESPATHShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow hidden filesShow iconified windowsShow image thumbnailsShow the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.Sort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by:SortingSpanishSpring delay:StretchStretch the image to fill the backdrop areaSwedishSwitch to xtermSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink from '%s' already exists. Replace it with a link to '%s'?TText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Xterm Here' from the menu.The size of the panels.The text displayed under the icon is:There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis filename is not valid UTF-8. You should rename it. This is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.ThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUse a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the LANG environment variableUse this application for all files with this MIME type.View type:WRITE-PROTECTED WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.WindowWindow behaviourWindow manager problemsXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xterm HereYearYearsYesYou can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Replace_Revert_Size_Type`Xterm Here' programa+x (Make executable/searchable)a-x (Make non-executable/non-searchable)atimeblocksbottom-leftbottom-rightbytebytesctimedirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: rox Report-Msgid-Bugs-To: POT-Creation-Date: 2005-08-09 14:02+0100 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE Last-Translator: Jan 'jenik' Provaznik Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --- Žádost o ukončení potomka... Proces přerušen. Zkouším zabít run-away proces... (%u skrytých) a poškodí některé položky na ploše nebo panelu - opravdu smazat? poškodí některé položky na ploše nebo panelu - opravdu smazat?!%s Kopírování '%s' selhalo !%s Přesunutí %s do %s selhalo !%s Připojení selhalo !%s Odpojení selhalo !'%s' je symbolický odkaz !CHYBA: Nelze zkopírovat objekt do sebe !CHYBA: Nelze přesunout/přejmenovat objekt do sebe !CHYBA: Cíl už existuje, ale není to adresář !Neplatná podmínka pro vyhledávání - změňte ji a zkuste znovu !Neplatný mód příkazu - změňte jej a zkuste znovu !Nejsou zvoleny žádné body pro připojení! %%d položek%u vybrán (%s)' Hotovo ' Celkem: %s ('%s' není adresář'(při kontrole '%s') 'Měním práva '%s' 'Kopíruji %s jako %s Mažu '%s' Adresář '%s' smazán 'Vytvářím odkaz %s na %s 'Připojuji %s 'Přesunuji %s na %s 'Přesto zkouším zkopírovat... 'Přesto zkouším zkopírovat... 'Odpojuji %s (Malé ikony)(špatné utf-8)(klikněte pro nastavení)(uložení není povoleno kvůli CHOICESPATH)(široký)(použít defaultní), směremRychlý Start Jméno souboru, který hledáte vložte mezi jednoduché uvozovky: 'index.html' (pokud chcete najít soubor 'index.html') Příklady '*.htm', '*.html' (najde HTML soubory) IsDir 'lib' (najde adresáře 'lib') IsReg 'core' (najde běžný soubor 'core') ! (IsDir, IsReg) (není ani adresář ani běžný soubor) mtime after 1 day ago and size > 1Mb (velký a nedávno modifikovaný) 'CVS' prune, isreg (běžný soubor, který není v CVS) IsReg system(grep -q fred "%") (obsahuje slovo 'fred') Jednoduché Testy IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (typy) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (práva) IsEmpty, IsMine Výraz v jednoduchých závorkách je výraz shellového typu, může obsahovat magické znaky. Pokud obsahuje lomítko, kontroluje se shoda vzhledem k celé cestě; jinak pouze ke jménu bez cesty. Porovnání <, <=, =, !=, >, >=, After, Before (porovnají dvě hodnoty) 5 bytes, 1Kb, 2Mb, 3Gb (velikosti souborů) 2 secs|mins|hours|days|weeks|years ago|hence (časy) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (hodnoty) Zvláštní příkazy system(command) (true pokud 'command' vrátil 0; % v 'command' je nahrazen cestou současného souboru) prune (false, zabrání prohledávání obsahu adresáře).?'%s' už existuje - %s??'%s' už existuje - přepsat??Další hledání??Změnit práva '%s'??Zkontrolovat '%s'??Zkopírovat %s jako %s??Count contents of %s??Smazat %s'%s'??Vytvořit odkaz %s na %s??Připojit %s??Přesunout %s na %s??Odpojit %s?Spouštěcí akce už existuje a je to celkem velký program - chcete ji smazat?O programu ROX-Filer...Čas přístupu:Okna akcíOkna akcí se zobrazí, když spustíte nějakou operaci na pozadí, například kopírování nebo mazání souborů.Přidat novou záložkuPřidat jméno souboru a obrázku do osobního seznamu. Nastavení bude ztraceno, pokud obrázek nebo soubor bude přesunut.AfterAgoPovolit přetahování na ikony ve správci souborůZměnit i obsah podadresářůMěnit také obsah podadresářů.Vždy měnit velikostAndAplikační adresářVzhledApplet skončil aniž by vytvořil widget!Aplikační adresář:Aplikace: Toto je aplikační adresář - můžete ho spouštět jako program nebo ho otevřít (při jeho otevírání stidkněte Shift). Většina aplikací má na tomto místě vlastní nápovědu, tato aplikace ale ne.Aplikace mají pouze obrázek, všechno ostatní má orázek i text.Opravdu otevřít %d oken?Attempt to invoke unknown SOAP method '%s'Čtu XML soubor jako textový soubor. Soubor '%s' může být poškozen.Automaticky měnit velikost oken správce souborůAutomaticky (bez upozornění) provést tyto operaceAutomatickyMód Automatická velikostAutomaticky nastavit malé ikony:BNastavit pozadí...PozadíPípnout, pokud Tab-doplnění selžePípnout, když existuje více shodBeforeChováníVětší ikonyBlackbox root menus hackBlackbox, Fluxbox a podobní správci oken zatím nepracují dobře s pozadím ROX-Fileru. Tato volba částečně řeší problémy. Tito správcioken pravděpodbně opraví chování ve svých nových verzích, takže toto není nutné.Prázdný souborBlokové zařízeníBlokové zařízení:ZáložkyMenu záložekStručněPorušený symbolický odkaz (nebo nemáte práva pro jeho následování): %sByteBytesNemám přístup k '%s': %sNelze vytvořit záložku nelokálních adresářů jako je '%s'Nelze vytvořit záložku nelokálního zdroje '%s' Nemohu smazat '%s': %sNemohu smazat náhledy v %s: %sNelze získat data ze vzdáleného počítače (application/octet-stream není poskytován)Nelze otevřít adresář: %sNelze odebrat %s: %sCan't stat directory: %sZavřítVelká písmena první (u třídění podle jména)Umístit do středuUmístit obrázek do středu a neměnit jeho velikostZměnit u:Změnit velikost ikonyČas změny:Přejít do domovského adresářePřejít do vyššího adresářeZměna velikosti ikon nebo toho, které podrobnosti mají být zobrazeny, změní velikost okna.Znakové zařízeníZnakové zařízení:Čínsky (zjednodušená)Čínsky (tradiční)Uložení Choices je zakázáno proměnnou CHOICESPATHVolby budou uloženy jako: %sVyberte styl a přetáhněte obrázek na:Odznačit vybranéTato volba způsobí, že kliknutí na položku tuto pložku otevře. Pokud ji chcete vybrat, musíte při kliknutí držet Control. Pokud není tato volba zapnutá, jedno kliknutí položku vybere, dvojklik ji otevře.things.Kliknutí na ikonu otevře:Tato volba způsobí, že kliknutí tlačítka 1 na myši (obvykle levé tlačítko) otevře adresář v v novém okně. Kliknutí tlačítka 2 na myši (prostřední) použije současné okno.ZavřítZavřít oknoZavřít okno správce souborůHrubáBarvy souborů zavisí na jejich typechBarvyPříkaz:KompatibilitaPřeloženo s GTK verzí %s KopírovatKopírovat ... ?Kopírovat soubory bez upozornění.Zkopírovat obrázek do adresářeKopírovat souboryZkopírovat obrázek do adresáře jako skrytý soubor nazvaný '.DirIcon'. Všichni uživatelé potom uvidí tuto ikonu a Vy můžete bezpečně přesunovat adresář. Toto je obvykle nejlepší volba v případě, že můžete zapisovat do adresáře.Kopírovat...Nemohu číst odkaz: %sNemohu poslat data programu: %sPočetSpočítat velikost ... ?VytvořitVytvářet symbolické odkazy na soubory bez upozornění.NastavitSMAZAT ... ?DánskyDataDayDaysDefaultní podrobnosti:Defaultní nastaveníDefaultní nastavení pro nová oknaDefaultní velikostSmazatSmazat soubory bez upozornění.Mažu položky jako Mažu položku Mažu položky PodrobnostiAdresářAdresáře jsou zobrazovány první (u třídění podle jména)Pružné otvírání adresářůAdresářAdresář '%s' není přístupnýAdresář '%s' nenalezen.Adresář chybí/je smazánAdresářVyužití diskuZobrazitDnotify supportChcete odpojit toto zařízení? Odpojení disku umožňuje bezpečné vyjmutí disku.Nepotvrzovat smazání položek, které nemají právo zápisuNepotvrzovat smazání položek, které nemají právo zápisu.Nepotvrzovat každou operaciNezobrazovat moc informací v okně zpráv.Nevypisovat zpracované souboryNepoužívat jména počítačůDoorDoor soubory jsou trochu jako sokety a roury a jsou pou69v8ny na Solarisu.DOOR:K přidání adresáře mezi záložky jej sem přetáhněte.Táhni a pusťTáhni a pusťPřetáhněte ikonu do prohlížeče adresářů (nebo zadejte celou cestu)Přetáhnutí na ikonyPřetáhněte sem vhodnou aplikaciSem umístěte ikonuSem umístěte obrázekHolandskyCHYBACHYBA čteníUpravit záložkyUpravit položkuAnglicky (bez překladu)Zadat cestu...Zadejte shellový příkaz k provedení. Klikněte na soubor pro jeho přidání do bufferu.Zadejte shellový příkaz, který otevře "$@" ve vhodném programu. Např.: gimp "$@"Zadejte shellový příkazZadejte jméno souboru a já ho zobrazím. Stiskněte Tab pro doplnění nejdelšího odpovídajícího jména, Escape pokud chcete zavřít minibuffer.Chyba při vytváření '%s': %sChyba při vytváření souboru: nemohu najít šablonu pro %sChyba při vytváření obrázku '%s': %sChyba při získání seznamu souborů: %sChyba v souboru '%s' na řádku %d: "%s" Toto může být způsobeno upgradem z předchozí verze ROX-Fileru. Otevřete okno Možnosti a klikněte na Uložit. Další chyby budou ignorovány.Chyba v ovladači %s: %sChyba při načítání pozadí: %s Pozadí odstraněno.Chyba při spuštění appletu: %sChyba při ukládání %s: %sChyba při ukládání souboru: %sChyba při ukládání panelu %s: %sChyba při ukládání pozadí %s: %sChyba při prozkoumávání '%s': %sChyba při prozkoumávání '%s': %s Chyba, jako například symbolický odkaz na neexistující soubor nebo soubor nebo soubor u kterého nemá spravce souborů práva k prozkoumání.Chyba:Každá ikona panelu je zobrazena s obrázkem a nějakým textem.Spustitelný '%s' má právo zápisu pro všechny! Odmítám spustit. Změňte teď jeho práva (tento problém může být způsoben chybou v dřívějších verzích správce souborů). Právo zápisu (kromě symb. odkazů) u spustitelných souborů znamená, že ostatní lidé, kteří používají Váš počítač, mohou nahradit Vaše programy špatnou verzí. Pokud věříte každému, kdo může do těchto souborů zapisovat, pak se nemusíte obávat. Jinak by jste měli zkontrolovat, nebo ještě lépe smazat, všechny existující programy.Spustitelný soubor:Spustitelný souborVýraz:Chyba při snímání klávesové zkratky!SouborSoubor neexistuje nebo k ěnu nemám přístup: %sBarvy typů souborůJména souborů (a podrobnosti) mají barvu, která patří k danému typu souboru.Okna správce souborůNajítNajít referenci výrazuJemnáNásledovat symbolické odkazyBez potvrzeníPopředíFrancouzskyGNOME-VFS knihovnaNěmeckyJít do:Skupina %s není nastavena. Pro nastavení skupiny vyberte nějaké soubory a stiskněte Ctrl+%s. Později můžete tyto soubory znovu vybrat stisknutím %s. Ujistěte se, že je zapnutý NumLock v případě, že používáte keypad.NápovědaHenceSkrytýDomůDomovský adresářHourHoursObrovské ikonyMaďarskyNemohu zobrazit nastavenou položku, protože žádná není nastavena. Přetáhněte nějakou na toto místo!Nevím, jak otevřít '%s'Nyní zobrazím Váš `Poslat na' adresář; meli by jste vytvořit symbolické odkazy (Ctrl+Shift přetáhnutí) na aplikace, které tam chcete mít.Ikonový pohledMřížka pro umístění ikon:Ikonifikovaná oknaIkonifikovat Ikonový pohledPouze ikonyIkony, S...Pokud není nastaven ovladač pro specifický typ, použije se tento jako defaultní.Tato volba způsobí, že jména souborů začínající velkým písmenem mají přednost před soubory, které začínají malým písmenemPokud je zapnuto, symbolický odkaz uloží cestu ze symb. odkazu do cílového souboru. Použijte, pokud symb. odkaz a cíl budou přesunuty společně. Pokud je vypnuto, je uložena cesta z kořenového adresáře - pužijte, pokud se symb. odkaz může přesunout, ale cíl ne.Tato volb způsobí, že nadpisy sloupců budou zobrazeny v seznamovém pohledu.Tato volba způsobí, že pokud se třídí podle jména, adresáře budou zobrazeny vždy před vším ostatním.Tato volba způsobí, že nastavení zobrazení pro nové okno je zděděno od zdrojového okna, pokud je to možné, jinak je nastaveno na níže uvedené defaultní hodnoty.Tato volba způsobí, že jsou zobrazovány i soubory, jejichž jméno začíná tečkou, jinak jsou tyto soubory skryté.Tato volba způsobí, že ikony na ploše jsou vždy úplně umístěny v mezích obrazovky včetně jejich popisku.Tato volba způsobí, že správce souborů zobrazí každé ikonifikované okno jako malé tlačítko na ploše. Je potřeba kompatibilní správce oken a musí být používána plocha.Pokud otevřete adresář a tento adresář je už zobrazen v jimém, okně, potom toto nastavení způsobí, že jiná okna budou zavřena.Obrázek a textJen obrázekObrázek pouze pro aplikaceChybný nebo chybějící konec řádku v text/uri-list datechZdědit nastavení ze zdrojového oknaInterní chyba - bad info typeIntern9 chyba: %s nejde přečístNeplatný .gmo soubor překladu (GNU magické číslo nenalezeno): %sNeplatný .gmo soubor překladu (příliš krátký): %sNeplatná podmínka pro HledáníNeplatná aplikace %s (špatný AppRun)Invertovat výběrIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalskyPoložka už neexistujeJaponskyDržet ikony v mezích obrazovkyKlávesové zkratkyJazykPodpora velkých souborůVelké ikonyNejvětší velikost oknaPoslední _ModifikaceVytvořit odkazVytvořit odkaz...Seznamový pohledPodívat se dovnitřPodívat se do ... ?MIME typyManuálMaximální velikost (Velké ikony):Maximání šířka textu vedle malých ikon.StředníNabídkyMinMinibufferMinsChybí ',' za jmenovkou ikonyChybí '='Chybí '>' ve jmenovce ikonyV konfiguračním souboru panelu chybí < nebo >Čas úpravy:Většina správců oken umožňuje ikonifikovat (nebo 'minimalizovat') okna, a různé programy, včetně ROX-Fileru, mohou být použity ke zobrazování ikonifikovaných oken.PřipojitPřipojit / OdpojitPřipojit a odpojit soubory bez upozornění.Bod připojeníBod připojení (%s)Bod připojení pro %s (%s)PřesunoutPřesunout soubory bez upozornění.Přesunout souboryPOZNÁMKA: Váš systém nepodporuje dlouhé volby - musíte použít krátké verze. JménoNikdy automaticky něměnit velikostNovýNové oknoNová cesta není absolutníNové okno po stisku tlačítka 1Nový adresářNový souborNovějšíDalší kliknutíNeŽádné ikonyŽádné URI v text/uri-seznamu (není co dělat)Žádné podrobnostiŽádné položky%sNebylo použito žádné pozadí... 'Default' pozadí bylo vybráno. Použijte 'rox -p=Default' pro zapnutí.Není definována žádná spouštěcí akceNespustitelný %sŽádnýŽádný z těchto souborů není na tomto počítači - nemohu pracovat s více vzdálenými soubory - promiňte.Normálně pravé kliknutí na ploše otevře nabídku plochy a levé kliknutí vymaže výběr. Pokud je zapnuto, předjí se všechny události správci oken. Kliknutí na ikony nebude předáno.Normálně stačí vybrat příkaz z nabídky (klikněte na šipku vedle příkazového boxu). Někdy je potřeba více... Formát příkazu je: ZMĚNA, ZMĚNA, ... Každá ZMĚNA je: KDO JAK PRÁVA KDO je kombinace u, g a o, která určuje, jestli změnit práva pro Uživatele (vlastník), Skupinu nebo Ostatní. JAK je +, - nebo = pro přidání, odebrání nebo přesné nastavení práv. PRÁVA je kombinace znaků rwxXstugo Uzávorkovaný text a mezery jsou ignorovány. Příklady u+rw: vlastník souboru získá práva čtení a zápisu g=u: práva skupiny jsou nastavena na stejná práva jako má uživatel o=u-w: ostatní získají stejná práva jako vlastník kromě práva zápisu a+x: Všichni získají právo provedení/přístupu - stejné jako ugo+x a+X: adresáře se stanou přístupné pro všechny; soubory, které měly pro někoho právo spuštění se stanou spustitelné pro všechny u+rw, go+r: dva příkazy v jednom! u+s: nastaví SetUID bit - často nemá efekt u skriptů 755: nastaví práva přímo Pro úplné informace čtěte manovou stránku chmod(1).NorskyNotZobrazit nabídku můžete také v případě, že při přetahování byl stisknut Alt.Zobrazit nabídku můžete také v případě, že při přetahování lev7m tlačítkem byl stisknut Alt.Musíte uložit Vaše volby a restartovat filer, aby bylo nové nastavení jazyka plně funkční.NicNowNEBOJen soubory (a některé aplikace) mohou být použity pro nastavení obrázku na pozadí.Pouze pro soubor `%s'Pouze pro typ `%s' (%s/%s)Vypisovat pouze smazané adresáře?Přepsat jen když je zdroj novější než cíl.Je zobrazen pouze obrázek.Otevřít AFVSOtevřít jako textOtevřít odpojenéMožnostiMožnosti...Přebít kontrolu správce oken nad pozadím a panely Vlastník, Skupina:Styl paneluŠířka panelu (úzký)PanelyPanely jsou pásy ikon umístěné podél okraje obrazovky. Více informací o pužití panelů je v manuálu.Nadřazený adresář, Nové oknoNadřazený adresář, Stejné oknoPředat všechny kliknutí myší na pozadí správci okenPřístupová právaPlochaChování plochyRouraRouraPolskyStiskněte požadovanou zkratku (např. Control+F1)Program %s nenalezen - je smazán?Smazat náhledy uložené v kešiPro přesun umístěte kurzor na položku seznamuPotichuROX aplikaceROX-FilerROX-Filer zatím nepodporuje připojovací body na Vašem systému. Promiňte.ROX-Filer převedl Váš soubor s nastavením do nového XML formátuSkutečný adresář:Opravdu smazat ikonu '%s'?Nedávno navštívenéRekurzivněObnovitBěžný souborVzdálená aplikace mi nemůže nebo nechce poslat data - sorryVzdálená aplikace chce použít Direct Save, ale nemůžu číst XdndDirectSave0 (typ text/plain) vlastnost. Odebrat položku(y)PřejmenovatPřejmenovat ... ?Přejmenovat...Znovu načíst obsah adresářeUpravit velikost oknaZměnit velikost při změně stylu pohleduObnovit všechny volby tak jak byly při otevření boxu Možnosti.OpačněSpouštěcí akceBěží pod uživatelem '%s'Spuštěno s GTK verzí %d.%d.%d RuskySStejná jako v současném okněStajná jako defaultníUlož jako:Změnit velikostZměnit velikost obrázku na velikost plochy a nezkreslovat hoNačístProzkoumávámHledat uvnitř ... ?SecSecsVybratVybrat všeVybrat pokud...Vybrat pokud:Vyberte tlačítka, které mají být zobrazeny na panelu:Poslat ... na ... ?Poslat na...Nastavit ikonu...Nastavit spouštěcí akci...Nastavit pozadíNastavit jako defaultní pro všechny typy `%s/'Nastavit ikonuNastavit ikonu pro ... ?Nastavit ikonu pro všechny `%s/'Nastavit klávesovou zkratkuNastavit práva pro ... ?Nastavit spouštěcí akciNastavit spouštěcí akci pro ... ?Nastavení ikony zakázáno kvůli CHOICESPATHShell příkazShell:Shift OtevřeníShift Otevření ... ?Krátké popisky v titulkuUkázatZobrazit záložkyZobrazit NápověduZobrazit skrytéZobrazit InfoZobrazit umístěníZobrazit nápovědu programu ROX-FilerZobrazit cílZobrazit náhledyZobrazit _Help souboryZobrazit nabídku možných akcíUkazovat nadpisy sloupcůZobrazit extra podrobnostiZobrazovat skryté souboryZobrazovat ikonifikovaná oknaZobrazovat náhledy obrázkůUkázat současný výběr v okně správce souborůZobrazuje počet položek zobrazených v okně a počet skrytých souborů (pokud existují. Pokud jsou vybrány nějaké položky, je zobrazen jejich počet a celková velikost.Zobrazovat souhrnné informace o položkáchZobrazit/skrýt skryté souboryProcházení pomocí jednoho kliknutíJednoduché kliknutí pro otevřeníVelikostVelikost ikon v nabídkách:Velikost:VelikostmiMalé ikonyMenší ikonySoketSoketNěkteré z těchto souborů jsou na vzdáleném počítači - tyto soubory budou ignorovány - sorryNěkteré starší aplikace plně nepodporují XDND a mohou potřebovat mít zapnutoututo volbu. Použijte, pokud přetáhnutí souborů na aplikaci zobrazí znak +, ale puštění souborů nefunguje.Někteří správci oken nepodporují Extended Window Manager Hints system zachází s pozadím a panely jako s normálními okny. Použijte, pro vyřešení problémů jako: pozadí vyskočí dopředu při kliknutí na něj, titulky a jiné dekorace se objevují u těchto oken nebo se objevují v seznamu oken.Promiňte - je vyžadován cíl typu text/uri-list nebo XdndDirectSave0.Promiňte - je vyžadován cíl typu text/uri-list nebo application/octet-stream.Promiňte, nemohu použít '%s' protože to není místní soubor.Promiňte, nemohu zobrazit nabídku akcí pro vzdálené soubory / nezpracovaná(syrová) data.Promiňte, na toto místo musíte přetáhnout právě jeden soubor.Třídit podle dataTřídit podle skupinyTřídit podle jménaTřídit podle vlastníkaTřídit podle velikostiTřídit podle typuTřídit podle:TříděníŠpanělskyZpoždění pro pružné otevření:RoztáhnoutRoztáhnout obrázek na velikost plochyŠvédskyPřepnout do xtermuSymbolický odkazSymbolický odkazSymbolický odkaz na Symbolický odkazSymbolický odkaz ... ?Symbolický odkaz z '%s' už existuje. Nahradit ho odkazem na '%s'?TText vedle ikonStín textu:Text pod ikonamiText, který je širší je rozdělen na dva řádky, pokud je použit mód Velké ikony. V módu Obrovské ikony je text rozdělen, když je širší o 50%.The -o argument is no longer used. You can turn on override redirect from the Options box instead.Menu `Poslat na' je rychlý způsob, jak poslat soubory nějaké aplikaci. Nabízené aplikace jsou ty, které jsou v těchto adresářích: %s %s Menu `Poslat na' je možné otevřít pomocí Shift+Menu kliknutí na souboru. Pokročilé použití: Můžete také vytvářet podadresáře nazvané `.text_html', `.text', atd., které budou zobrazeny pouze pro daný typ. `.group' je zobrazeno jen když je vybráno více souborůOvladač pro nastavení pozadí musí být aplikační adresář. Přetáhněte aplikační adresář na dialog Nastavení pozadí, nebo (pro programátory) jej předejte SOAP metodě SetBackdropApp.Správce souborů bude měnit velikost oken kdykoliv to bude potřeba (při změně adresáře nebo stylu pohledu).Písmo použité pro text zobrazovaný pod ikonamiKlávesová zkratka je:Největší velikost v procentech plochy obrazovky, která může být použita při automatické změně velikosti.Umístění musí obsahovat alespoň jeden znak!Cesta, kterou jste zadali, neexistuje. Ikona nebyla změněna.Program, který je spuštěn, když vyberete `Xterm v tomto adresáři' z nabídkyVelikost panelů.Text zobrazen pod ikonou je:Nejsou žádné náhledy ke smazáníNastala jedna chyba. Nastalo %d chyb. TlustýTenkýToto není platné jméno souboru v kódování UTF-8. Měli by jste jej přejmenovat. Toto už je kanonické jméno pro tento adresář.Toto není program! Zadejte aplikaci!Toto je dafultní nastavení pro nová okna. Použijte menu Zobrazit pro zapnutía vypnutí náhledů v individuálních oknech.Tato položka už je na konciTato volba nastavuje, jak dlouho v ms musíte podržet soubor nad adresářem předtím, než bude otevřen. Předchozí volba musí být zapnuta, aby měla tado volba nějaký efekt.Tato volba, která vyžaduje zapnutou i předchozí volbu, způsobí, že adresář je 'pružně otevřen', když je nad nimi soubor podržen po určitou dobu.NáhledyKeš náhledůNáhledy, DlaždiceUmístit obrázek na ploše jako dlaždiceČasyPro nastavení klávesové zkratky pro položku nabídky: - Otevřete nabídku ve správci souborů, - Přesuňte kurzor na položku, kterou chcete použít , - Stiskněte klávesouvou zkratku, kterou jí chcete přiřadit. Zkratka se příště objeví vedle položky nabídky a můžete rovnou používat zkratku bez otevírání nabídky.Kvůli urychlení jsou vygenerované náhledy uloženy ve skrytém adresáři ~/.thumbnails. Klikněte sem pro odtranění všech kešovaných náhledů. V případě potřeby budou znovu vytvořeny.Panel nástrojůTyp panelu nástrojů:Nástroje/MinibufferPřekladZkuste `ROX-Filer/AppRun --help' pro více informací. Zkuste `ROX-Filer/AppRun -h' pro více informací. TypuTyp:TypyNejde načíst obrázek -- možná je ve formátu, který neznám, nebo jsou špatná přístupová práva? Ikona nebyla změněna.Unikátní oknaNeznáméPožadována neznámá akceNeznámý typ '%s' podrobnostíNeznámý typ třídění '%s'Neznámý styl '%s'Neznámý cílNeznámý typ:OdpojitNepojmenovanéNepojmenovanáDataNahoruPoužije se 16-pixelová mřížka pro umísťování ikon na ploše.Použije se 2-pixelová mřížka pro umísťování ikon na ploše.Použije se 32-pixelová mřížka pro umísťování ikon na ploše.Použít kopii obrázku jako defaultní pro všechny soubory tohoto MIME typu.Použít kopii obrázku pro všechny soubory tohoto MIME typu.Použít vlastní písmo:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Použít proměnnou prostředí LANGPoužít tuto aplikaci pro všechny soubory s tímto MIME typem.Typ pohledu:CHRÁNĚNO PROTI ZÁPISUWeekWeeksPokud je nastaveno automatické nastavení velikosti ikon: Pokud adresář obsahuje alespoň tolik položek, potom jsou zobrazovány malé ikony, jinak jsou použity velké ikony Při přetahování souborů levým tlačítkem myšiPři přetahování souborů prostředním tlačítkem myšiTato volba způsobí, že přetahovat soubor přes podadresáře nebo programy ve správci oken. Položka při tom bude zvýrazněna a upuštění souboru ho umístí do tohoto adresáře nebo v případě programu bude do tohoto programu načten.Pokud jsou zapnuty náhledy, každý obrázek v adresáři je načten a je zobrazen jeho malý náhled.Pokud používáte plochu, můžete přetáhnout soubory a aplikace na plochu a tím na ně vytvoříte odkaz.Při používání minibufferu `Zadat cestu...' a při stisku Tab pípnout, když se nic nestane (např. protože existuje více možností závislých na dalším znaku).Při používání minibufferu `Zadat cestu...' a při stisku Tab pípnout, když existuje více odpovídajících souborů, even though some more letters were added.OknoChování oknaProblémy se správcem okenChyba protokolu XDS: leafname nemá obsahovat '/' chyba protokolu XDS: návratový kód by měl být 'S', 'F' nebo 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xterm v tomto adresářiYearYearsAnoNa pozadí můžete nastavit pouze obrázek nebo aplikaci, která ví, jak ovládat pozadí ROX-Fileru. Programátorům: AppInfo.xml aplikace musí obsahovat CanSetBackdrop element, jak je popsáno v manuálu ROX-Fileru.Spouštěcí akci můžete nastavit jen pro běžné souboryNemůžete otevřít druhý pohled na tento adresář, protože volba `Unikátní okna' je zapnuta v okně Možnosti.Nemůžete použít současně na více položekZkusili jste zavřít panel přes správce oken - to může způsobit problémy... opravdu zavřít?Nejprve musíte označit nějaké položky pro odebráníNabídku musíte otevřít nad položkouMusíte zvolit nějaké položky pro spočítání velikostiMusíte zvolit nějaké položky ve kterých se má hledatMusíte zvolit položky, u kterých chcete změnit právaMěli by jste stisknout Shift a menu tlačítko nad souborem, abyste jej někam poslaliNejprve zvolte nějaké řádky ke smazáníBudete muset měnit velikost oken ručně pomocí správce oken, pomcí nabídky `Resize Window' v menu nebo pomocí dvojkliku na pozadí okna.Nastavení Vaší proměnné CHOICESPATH znemožňuje změny - promiňte.Váš starý soubor s nastavením panelu byl ořeveden do nového XML formátu.Váš starý soubor s nastavením plochy byl převeden do nového XML formátu._Skupina_Jméno_Vlastník_Práva_Potichu_Relativní odkaz_Nahradit_Vrátit zpět_Velikost_Typ`Xterm v tomto adresáři' programa+x (Povolit spouštění/přístup)a-x (Zakázat spouštění/přístup)atimeblocksdole-vlevodole-vpravobytebytůctimeadresářeadresářvlastnosti nastavené v době překladusouborfile(1) identifikuje položku jako... %ssouborygidgo-rwx (Soukromé - přístup povolen pouze vlastníkovi)go-w (Opravit bezpečnostní problém)go=u-w (Přístup povolen všem, bez práva zápisu)horizontálníminodepoložkapoložeklstat(2) selhalo: %sspojit obsahpřipojenomsmtimenlinksžádné adresáře) přepsatpixelůprunesizesystemnahoře-vlevonahoře-vpravou+rw (Povolit vlastníkovi číst+zapisovat)uidodpojenovertikálnímrox-2.11/ROX-Filer/Messages/da/000077500000000000000000000000001230207736700161165ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/da/LC_MESSAGES/000077500000000000000000000000001230207736700177035ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/da/LC_MESSAGES/ROX-Filer.mo000066400000000000000000002363541230207736700217640ustar00rootroot00000000000000%1pBqB&wBB$B BBDBF1CxCCCCCC&D-'D;UD2D0D(DE:E`VVVV.V'VW!-WJOWWWWW*WX#X =X!HXjX{X XXX]X/Y8YJY_Y2uYY$YYYZZa[ g[t[[![[[ [[[ \ \$\>\X\g\C] K]l]"]]]]/] ]^^ ^+^2^7^;^@^Q^ b^ ^^&^^^^^_) _4_ L_ V_w__ _r_ )`4` <`J`Z`Zm`-`.`%a6Caza"aaaOa!b"'bJb%[b b b>bb bc&c9c?c EcSScc ccc ccVdJ!eRlee}eTf7lffffg2ggg hh9hVhnh|hi6 iBiGi!k 2k ?k`KkkHVllllll,l+mDmBVm mmmmmmm"mn !n-n4nFnMnSnYn)o&.oUoZo`ogolo{oo o oboopp pp pMpqq !q ,q7qIFqqgrrBs\s$t_tdu}u{'vv-w w-8xfx#}xxxxxxxx xxxx x yyyy&y /y;yCyZycyyyy yyyy yy y zz $z/z6z/Ozzzz zzz zz#z {{{{7{ |||7|$<|a|]p|||| ||}1}8}@} F}Q}T}o}}-} } }q}G~]~o~`t~~ OnlPŅɅN̅2'Q"y4ц  :#^ dr r00Duz ш+ڈ &1E1a B?6;Kdu} 2nƊ5D K Xb |&E "*MUW\ax?  !& - 8 E P^z!'֍   #*NW jʎ$6G NYj Ǐ ۏ(= P\n)(R "9Qfk MNɓD MP6DՖ<W \ i w Ǘ ԗ ! )7>+Frz  sɘA= b2-k4Pd1J6DAƞ% 6F!}̟ҟ8ן66Gw~ `k|%٣  4̤027=C̥ۥ0C R`h p}989I-8w\!7ʨ5 8CTY_.0-^m2sJ-HO`x~1:k]f 'Ȱ2xޱ2Wp*#&&J/qA:<+[B=[@ڵ "(. C(d  ¶ȶ ζ ٶ  $*$.S!o ÷ҷڷݷ   '1N R \Mg* 2 :GSLS"-Eb,3;2U/(- &% L Z e(s,߽ !@Udz !˾ ->0S> ,:BW"s  #2 O\ml|s~#))/,Y, 5)G1,:7g-P19$k  # 6 ;EVh  S9> C8d="Kb|6% !-Le |1:Jc9z&  !  ( /)<f p%z'- 8@P Ydjosx$' &8LU)[  Y=)=g)1* K_Xd"; 7 E>S  d~ W\'X ~>*# -H)Mw$"* &G= 2F Uamig &8&T{<9.5GLcg# ~BbB  )^2$ 6C WZa V^](-G]Zqrg* @#3WwB. %" HU\bjry   " #7HN mz  5(^el p{ .8(=['` m$- 0;Yox   ,0aVo`fSknm.L ;&#b5  C!e jx 6LAd   ,$H mx!7 Q GX   #     A oL       / CP          # $ ; D b Jj            ' > 3R 5      /  P],v -9D~   ,6E"X{ +u`x !    Q%wXPYW?W<I0CVo //?Odx[# kdtE <a)E Po = E D!(\!'!%!!!!!<"4>"4s"{"%$#J#$ $$$$,$%$%$+%P&'%';' R' ]'6k'2'''''~(((((( ( ( ) ) )-)?0)>p)?)J)J:**h*++6+W , c-m-----).3W..h/| 00/11N233)3H3N33T3A3h334'<4 d4n4r4v4*y443558P66. 7#97#]7(7<757;8,Y88G79A9H9 ::: :,:4:D:L: `:l:r::'::::::; ;;; ;';#-;Q;U;i;o;!s; ;(; ;;;;<<1<:<=<B<J< Y< c<q< y<<<<<< < <($uC@V+c"?e5b*<:}/yjfg1}_SYEq/$DoLBH_hF`~Br)7Z2I|Q m^NU#]=,l>JM\ehtB8 N#'([x'7GXt ~1R " z|ya S="0nZ1WGp%&y /96 ]P4^V6C<pm=bXg~). I n ^k-tc{exw)s #vSW3JQKrZ?2|V f! R<i_ohA%ldMATLOOwcXa[Y`n4d0six,M82vQ%jPpqfoF;3O zm;@LHRKui:( 7+&{+ W@uPk*s;E4j -!D$\{ q8Aak -H}T]Uz9C :bd?E5 6Iw!T>.5.GN\K Yr&'UJ,D30[v9>lg`*F --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d items%s '%s'%s total, %s used, %s free (%.1f %%)%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), going. Home page (including updated versions): http://rox.sourceforge.net/ Contents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAllow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndApp dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBottom marginBriefBroken symlink (or you don't have permission to follow it): %sByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange sort criteriaChange time:Change to home directoryChange to parent directoryChanging the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEjectEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and click on Save. Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every panel icon is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to read sizeFailed to scanFailed to unlink '%s': %sFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Files...FindFind expression referenceFineFollow Symbolic LinksFor all files of type `%s' (%s/%s)ForceForeground:FrenchGNOME-VFS libraryGermanGoto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLinkLink target:Link...List ViewLook InsideLook inside ... ?MIME typesManualMax width (Large icons):Maximum width for the text beside a Small Icon.MediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No (need 2.8.0 or later)No IconsNo URIs in the text/uri-list (nothing to do!)No detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNon-executable %sNoneNone of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROnly files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Open AVFSOpen As TextOpen unmountedOptionsOptions...Override window manager control of the pinboard and panelsOwnerOwner, Group:Panel is a 'dock'Panel stylePanel width (thin)PanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPipePipe:PolishPortuguese (Brasil)PositionPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Rescan directory contentsResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to xtermSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Xterm Here' from the menu.The size of the panels.The text displayed under the icon is:Themes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis filename is not valid UTF-8. You should rename it. This is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.ThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop marginTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUse a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)View type:WRITE-PROTECTED WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableXterm HereYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Replace_Revert_Size_Type`Xterm Here' programa+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.1.5 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-08-09 14:02+0100 PO-Revision-Date: 2005-02-23 17:11+0100 Last-Translator: Christan D. Storgaard Language-Team: Danish MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --- Beder børne-processen om at afslutte... Processen er blevet afsluttet. Prøver at lukke (KILL) den bortløbne proces... (%u skjult) og vil påvirke nogle objekter på opslagstavlen eller panelet - virkelig slette den? vil påvirke nogle objekter på opslagstavlen eller panelet - virkelig slette dem?!%s Kopiering af '%s' mislykkedes !%s !FEJL: Mislykkedes i at flytte %s som %s !%s Monteringen mislykkedes !%s Afmontering mislykkedes !%s skubben ud mislykkedes !'%s' er en symbolsk lænke !FEJL: Kan ikke kopiere object til sig selv !FEJL: Kan ikke flytte/omdøbe objekt til sig selv !FEJL: Destinationen findes allerede, men er ikke en mappe !Ugyldige søge-parametre - ret dem og prøv igen !Ugyldig mode kommando - ret den og prøv igen !Ugyldig type - ændr den og prøv igen !Der er ikke valgt nogen monterings-punkter! %%d objekter%s-'%s'%s i alt, %s brugt, %s ledig (%.1f %%)%u valgt (%s)' Færdig ' Total: %s ('%s' er ikke længere en symbolsk lænke'%s' er ikke en mappe'(lader til at være monteret nu alligevel) '(imens '%s' bliver checket) 'Ændrer tilladelserne på '%s' 'Ændrer typen på '%s' til '%s' 'Kopierer %s som %s 'Sletter '%s' 'Mappen '%s' slettet 'Skub '%s' ud 'Opretter lænke til %s som %s 'Monterer %s 'Flytter %s som %s 'Prøver at kopiere alligevel... 'Prøver at flytte alligevel... 'Afmonterer %s (Små Ikoner):(ukorrekt uft-8)(klik for at sætte)(gemning er slået fra af CHOICESPATH variablen)(tyk)(brug standard) på en. Hjemmeside (med nyere udgaver): http://rox.sourceforge.net/ Lader til at være...TilladdelserKom hurtigt i gang Skriv blot navnet på filen du ønsker at finde, omringet af enkel-citationstegn: 'index.html' (for at finde en fil ved navn 'index.html' Eksempler '*.htm', '*.html' (finder HTML filer) ErMappe 'lib' (finder mapper ved navn 'lib') ErNorm 'core' (finder en normal fil ved navn 'core') ! (ErMappe, ErNorm) (er hverken en mappe eller en normal fil) mtid efter 1 dag siden og størrelse > 1Mb (stor og ændret for nyligt) 'CVS' beskær, ErNorm (en normal fil som ikke ligger i CVS) ErNorm system(grep -q tux "%") (contains the word 'tux') Simple Tests ErNorm, ErLænke, ErMappe, ErKar, ErBlok, ErEnhed, ErRør, ErStik, ErDør (typer) ErSUID, ErSGID, ErKlæbrig, ErLæselig, ErSkrivbar, ErUdførbar (permissions) ErTom, ErMin Et mønster i enkel-citationstegn behandles som et skal-type-møsnter. Hvis det indeholder en skråstreg, vil der blive søgt i den fulde sti, ellers kun i den nuværende mappe. Sammenligninger <, <=, =, !=, >, >=, Efter, Før (sammenlign to værdier) 5 byte, 1Kb, 2Mb, 3Gb (filstørrelser) 2 sek|min|timer|dage|uger|år siden|fra nu (times) atid, ctid, mtid, nu, størrelse, inode, nlænker, uid, gid, blokke (værdier) Specielt system(kommando) (sand hvis 'kommando' vender tilbage med en afslutnings-status af nul; a % i 'kommando' bliver erstattet med stien til den valgte fil) beskær (falsk, og forhindrer en mappe i at blive gennemsøgt).?'%s' findes allerede - %s??'%s' findes allerede - overskriv??En søgning til??Ændre tilladelserne på '%s'??Ændr typen på '%s'??Check '%s'??Kopier %s som %s??Tæl indehold af %s??Slet %s'%s'??Skub '%s' ud??Opret lænke til %s som %s??Montér %s??Flyt %s som %s??Afmontér %s?Der findes allerede en kør handling og den er et ret stort program - er du sikker på at du vil slette den?Om ROX-Filer...Ændrings tid:Handlings vinduerHandlings vinduer dukker op når du starter en baggrunds- handling, som f.eks. at kopiere eller slette nogle filer.Tilføj Nyt BogmærkeTilføj filen og billede-filnavnene til din personlige liste. Valget vil blive glemt hvis billedet eller filen bliver flyttet.EfterSidenTillad træk til ikoner i 'filer' vinduerIndholdet af undermapper skal også ændres.Indholdet af undermapper skal også ændres.Ændr altid størrelseOgProgram mappeUdseendeApplet afsluttede uden overhovedet at lave et widget!Program-mappe:Program: Dette er en program mappe - du kan åbne den som et program, eller åbne den (hold Shift nede mens du åbner den). De fleste programmer har deres egen hjælp der, men denne har ikke.Programmer har kun et billede, alt andet har både et billede og tekst.Slå tilEr du sikker på at du vil åbne %d vinduer?Argumenter der skal videregives (for udførbare filer):Bed vindues-håndteringen om ikke at dække paneler, når den maksimerer et vindue. Nogle vindues-håndterere overholder muligvis ikke dette. Hvis det ikke slået til, vil 'fileren' bede om at få holdt blot et par billedpunkter frie, i kanten af skærmen, så auto-hævning virker.Forsøg på at starte ukendt SOAP metode '%s'Forsøg på at læse en XML fil som en tekst fil. Filen '%s' er måske ødelagt.Tilpas automatisk størrelsen på 'filer' vinduerAuto-start (Stille) disse handlingerAutomatiskAutomatisk-størrelse-tilstandAutomatisk små ikoner:BIndstil baggrundenBaggrund:Bip hvis Tab-fuldførelse slå fejlBip hvis der er flere mulighederFørOpførselStørrere IkonerBinær kompatibelBlackbox rod-menu-rettelseBlackbox, Fluxbox, og lignende vindues-håndterere, virker endnu ikke godt sammen med ROX-Filers opslagstavle. Denne valgmulighed aktiverer nogle lapninger for dette. Disse vindues-håndterere forventes at ændre deres opførsel i nyere udgaver, så dette ikke bliver nødvendigt.Tom filBlack devBlok-enhed:BogmærkerBogmærke-menuBund-margenKortKnækket symbolsk lænke (eller også har du ikke tilladelse til at følge den): %sByteByteKan ikke få adgang til '%s': %sKan ikke lave bogmærker til ikke-lokale mapper som '%s'Kan ikke lave et bogmærke til den ikke-lokale resource '%s' Kan ikke slette '%s' %sKan ikke slette miniature i %s: %sKan ikke få dataen fra anden maskine (application/octet-stream ikke givet)Kan ikke åbne mappen: %sKan ikke fjerne %s: %sKan ikke få info om mappen: %sFortrydNavne med stort kommer først (ved sortér efter navn)CentrérCentrér billedet uden at skalere detÆndre tid:Ændr indholdet af undermapperIndstil ikon størrelsenSkift sorterings-kriterieÆndre tid:Gå til hjemme-mappenGå til overmappenVed ændring af størrelsen på ikoner eller hvilke detaljer der bliver vist vil vinduet tilpasse sin størrelse automatisk.Char devKarakter-enhed:Kinesisk (simplificeret)Kinesisk (traditionel)Gemning af Choices er slået fra af CHOICESPATH variablenValg vil blive gemt som: %sVælg en stil og træk et billede til:Vælg IngenEt klik på et objekt åbner det med denn indstilling slået til. Hold Ctrl nede for at vælge det istedet. Hvis slået fra: Et klik vælger et objekt; dobbelt-klik åbner det.Et klik på ikonet åbner:Et klik med muse-knap 1 (normal den venstre) åbner en mappe i et nyt vindue med denne indstilling slået til. Et klik med knap 2 (midterste) vil genbruge det nuværende vindue.LukLuk VindueLuk 'filer' vinduetGroftFarv filer baseret på deres typeFarverKommando:KompatibilitetKompileret med GTK version %s Begræns til Xinerama-skærmKopierKopier ... ?Kopier filer uden at spørge igen først.Kopiér billedet til mappenKopiér filerneKopiér billedet ind i mappen, som en skjult fil ved navn '.DirIcon'. Alle brugerne vil kunne se ikonet, og du kan flytte mappen rundt uden problemer. Dette er som regel den bedste løsning, hvis du kan skrive til mappen.Kopier...Kunne ikke ændre indstillingerne: %sKunne ikke læse lænken: %sKunne ikke sende data til programmet %sTælUdregn størrelsen af ... ?LavLav lænker til filer uden at spørge først.IndstilIndstil Menu...TjekkiskSLET ... ?DanskDatoDagDageStandard detaljer:Standard-indstillingerStandard-indstilling for nye vinduerStandard størrelse:SletSlet filer uden at spørge igen først.Sletter objekter som f.eks. Sletter objektet Sletter objekterne DetaljerMappeMapper kommer først (sortér efter navn)Mapper springer åbneMappeMappen '%s' er ikke tilgængligMappen '%s' kan ikke findes.Mappe mangler/slettetMappe:Slå denne funktion fra, hvis du ikke ønsker at paneler ligger ovenover andre vinduer. Dette kræver en genstart af programmet for at virke.Disk BrugVisVisnings-stilDnotify-understøttelseDæk ikke panelerVil du afmontere denne enhed? Ved at afmontere en enhed er det sikkert at fjerne disken.Spørg ikke igen omkring sletning af ikke-skrivbare objekter.Spørg ikke igen omkring sletning af ikke-skrivbare objekter.Kræv ikke bekræftelse for hver handlingVis ikke så meget information i besked området.Oprems ikke bearbejdede filer Lav ikke log over filer der bliver flyttetBug ikke værtsnavnDørDør-filer er lidt ligesom stik eller rør, og findes (indtil videre) kun under Solaris.Dør:Dobbelt-klik på tilpasser vinduetHentnings-håndtererTræk en mappe hertil for at tilføje et bogmærke til den.Træk og SlipTræk og slipTræk ikonet til en mappe-oversigt (eller skriv den fulde sti)Træk til ikonerTræk et passende program hertilTræk en ikon-fil her henTræk et billede-hertilHollandskFEJLFEJL under læsningHver 'filer'-vindue bliver tvunget til at være stort nok til at kunne vise hele værktøjsbjælken.Redigér BogmærkerRediger ObjektSkub udEngelsk (ingen oversættelse)Skriv Sti...Skriv et filnavns-mønster for at vælge alle matchende filer: ? betyder ethvert tegn * betyder nul eller flere tegn [aA] betyder 'a' eller 'A' [a-z] betyder ethvert tegn fra a til z (små bogstaver) *.png betyder ethvert navn der slutter på '.png'Skriv et mønster for hvilke filer der skal vises. Et tomt mønster slår filteret fra.Skriv en shell kommando der skal udføres. Klik på en fil for at tilføje den til bufferen.Skriv en skal kommando som skal åbne "$@" ind i et passende program. F.eks.: gimp "$@"Skriv en shell kommando:Skriv navnet på en fil og jeg vil vise den til dig. Tryk på Tab for at udfylde den længste match. Escape-tasten lukker minibufferen.Fejl under skabning af: '%s': %sFejl under skabning af fil: kunne ikke finde skabelonen for %sFejl under generering af billedet '%s': %sFejl uder hentning af fil-liste: %sFejl i '%s' filen på linie %d: "%s" Dette kan på grund af en opdatering fra en tidligere verson af ROX-Filer. Åben Indstillinger-vinduet og klik på Gem. Flere fejl vil blive ignorerede.Fejl i behandler %s: %sKunne ikke indlæse baggrunds-billedet: %s Baggrunden er blevet fjernet.Fejl under udførelse af panelprogram: %sFejl under gemning af %s: %sDet lykkedes ikke at gemme filen: %sFejl under gemning af panel %s: %sFejl under gemning af opslagstavlen %s: %sFejl under scanning af '%s: %sFejl under scanning af '%s': %s Fejl, som f.eks. en symbolsk lænke der peger mod en ikke-eksisterende fil, eller en fil som der er problemer med at undersøge.Fejl:Ethvert panel-ikon bliver vist med et billede og noget tekst.UdførDen udførbare '%s' kan skrives til af alle! Jeg nægter at starte den. Vær venlig at ændre tilladelserne nu (dette problem kan være foresaget af en fejl i tidligere udgaver af 'fileren'). At have kør hændelser der kan skrives til af alle, betyder at alle andre der bruger din computer (også over netværk), kan erstatte disse kør hændelser med ondsindede udgaver. Hvis du stoler på alle som kan have mulighed for at skrive til disse filer, har du intet at bekymre dig om. Hvis ikke, bør du checke, eller enda slette, alle de eksisterende handlinger.Udførbar fil:Kørbar filUdtryk:Nogle af objekterne kunne ikke sættes på opslagstavlen, fordi de er på en anden maskine. For eksempel: %sDet lykkedes ikke at lave den symbolske lænke '%s': %s (dette kan betyde at ROX-temaet allerede findes dér, men at 'mime-application:postscript'-ikonet ikke kunne indlæses)Det lykkedes ikke at lave en symbolsk lænke fra '%s': %s (bemærk: den gamle lænke er blevet fjernet)Kunne ikke få fat i tastaturet!Det lykkedes ikke at læse størrelsenDet lykkedes ikke at skanneDet lykkedes ikke at aflænke '%s': %sFilFilen eksisterer ikke, eller jeg har ikke adgang til den: %sFil-menu ved højreklikFil-type farverFilnavne (og detaljer) skal farves efter deres fils type.'Filer' vinduerFilterFiltrér Filer...FindFind udtryks-referenceFinFølg Symbolske LænkerFor alle filer af typen `%s (%s/%s)TvingForgrund:FranskGNOME-VFS-bibliotekTyskGå til:GruppeGruppen %s er ikke sat. Vælg nogle filer og tryk Ctrl+%s for at huske gruppen. Tryk %s alene for at genvælge filerne senere.Højden på arealet, der ikke skal benyttes, i bunden af skærmen-Højden på arealet, der ikke skal benyttes, i toppen af skærmen-HjælpFra nuSkjultHjemHjemme-mappenTimeTimerKæmpe IkonerUngarnskJeg kan ikke vise dig det nuværende valgte objekt da intet er valgt. Træk noget hen på mig!Jeg ved ikke hvordan man åbner '%s'Jeg viser dig nu din 'Send Til' mappe; du bør lave symbolske lænker (Ctrl+Shift træk) til ethvert program du vil have i den.Ikon VisningIkon gitter-finhed:Ikon-temaDa ikon-temaet '%s' ikke indeholder nogen MIME-ikoner, bliver standard-ROX-temaet anvendt.Skjulte vinduerVis skjulte vinduerIkon-visningKun ikonerIkoner, Med...Hvis der ikke er sat en handling for den specifikke type, så brug denne som standard.Hvis dette er slået til, vil et dobbelt-klik på vindues-baggrunden tilpasse vinduets størrelse - fuldstændigt som havde man klikket på Automatisk størrelse-tilstands-knappen på værktøjslinjen.Hvis dette er slået til, vil filnavne der starter med stort, komme før navne der ikke gør.Hvis dette er slået til vil den symbolske lænke indeholde en relativ sti til målet. Brug dette hvis lænken og målet altid bliver flyttet sammen. Hvis dette er slået fra vil den fulde sti til målet blive gemt - brug dette hvis lænke måske bliver flyttet, men målet altid vil være samme sted.Hvis dette er valgt, vil kolonne-titler blive vist under liste-visning.Hvis dette er slået til vil mapper altid vises først i listen, når der sorteresefter navn.Hvis dette er slået til så bliver visnings-indstillingerne kopieret fra kilde vinduet, hvis muligt; ellers bliver de sat til hvad der er valgt nedenfor.Hvis dette er slået til så bliver filer hvis navner der starter med et punktum også vist, ellers er de skjult.Hvis dette er på bliver ikoner på opslagstavlen altid holdt fuldstændig indenfor skærmens areal, også titlen.Hvis denne mulighed er slået til, vil 'fileren' vise skjulte vinduer som små knapper på opslagstavlen. Dette kræver en kompatibel vindues-håndtering, og at opslagstavlen er i brug.Hvis du har en Xinerama flerskærms-opsætning, kan du slå dette til for at begrænse paneler til én skærm, i stedet for at bredde sig over flere.Hvis du åbner et vindue med en mappe der allerede bliver vist i et andet vindue, vil denne indstilling tvinge det andet vindue til at lukke.Billeder og tekstKun billedeKun billeder for programmerUkorrekt eller manglende linje-afslutning i tekst/uri-liste dataArv indstillinger fra kilde vinduetIntern fejl - dårlig info typeIntern fejl: %s kan ikke læsesUgyldig .gmo oversættelses-fil (GNU magic number ikke fundet): %sUgyldig .gmo oversættelses-fil (for kort): %sUgyldinge find parametreUgyldingt program %s (dårlig AppRun)Vend Valg OmErBlokErKarErEnhedErMappeErDørErTomErUdførbarErLænkeErMinErRørErLæseligErNormErSGIDErSUIDErStikErKlæbrigErSkrivbarItalienskObjektet eksisterer ikke længere!JapanskHold ikoner indenfor skærm-arealetTastatur-genvejeSprogUnderstøttelse af Store FilerStore IkonerStørste vinduesstørrelse:Sidst _ÆndretLav LænkeLænke-mål:Lav Lænke...Liste-visningKig IndeniKig indendi ... ?MIME-typerManualStørste bredde (Store ikoner):Maksimal bredde for tekst ved siden af et lille ikon.MediumMenuerMinMinibufferMinutterMangler ',' efter ikon titlenMangler '='Mangler '>' i ikon titlenMangler < eller > i panel configurations filenModificer tid:De fleste vindues-håndterere indeholder en mulighed for at skjule (eller 'minimere') vinduer, og diverse programmer, der i blandt ROX-Filer, kan bruges til at vise disse skjulte vinduer.MontérMontér / AfmontérMontér og afmontér filsystemer uden at spørge først.Monterings-punktMonteringspunkt (%s)Monteringspunktet for %s (%s)FlytFlyt filer uden at spørge igen først.Flyt filerneBEMÆRK: Dit system understøtter ikke lange valgmuligheder - du bliver nød til at bruge de korte istedet. NavnTilpas aldrig størrelsen automatiskNyNyt VindueNyt mappenavn er ikke absolutNyt vindue på knap 1Ny MappeNy FilNyereNæste KlikNejNej (apsymbols.h er ikke fundet)Nej (kræver 2.8.0 eller nyere)Ingen ikonerIngen URIs i text/uri-list (intet at gøre!)Ingen detaljerIngen objekter%sDer var ikke nogen opslagstavle i brug, derfor er opslagstavlen 'Default' blevet valgt. Brug 'rox -p=Default' for at slå den til fremover.Ingen kør handling defineretIkke-kørbar fil %sIngenIngen af disse filer er på denne maskine - Jeg kan ikke arbejde på netwærks-filer - desværre.Normalt vil et højreklik på skrivebords-baggrunden åbne opslagstavle-menuen, og et venstreklik vil fravælge det valgte på opslagstavlen. Hvis dette er slået til, vil alle klik blive sendt videre til vindues-håndteringen i stedet. Klik på ikoner vil ikke blive videresendt.Normalt kan du bare vælge en kommando fra menuen (klik på pilen ved siden af kommando-boksen). Sometider, kræver det mere... Formattet af en kommando er:ÆNDRING, ÆNDRING, ... Hver ÆNDRING er: HVEM HVORDAN TILLADDELSER HVEM er en kombination af u, g og o som bestemmer om der skal ændres tilladelser for User (ejeren), Group (gruppen) eller Others (andre). HVORDAN er +, - eller = til at tilføje, fjerne eller sætte de præcise tilladelser. TILLADDELSER er en kombination af bogstaverne rwxXstugo Tekst mellem { og } og mellemrum bliver ignoreret. Eksempler u+rw: filens ejer får læse- og skrive-tilladelser g=u: gruppens tilladelser bliver de samme som ejerens o=u-w: andre får samme tilladelser som ejeren, dog uden skrive-tilladdelse a+x: alle får udfør og adgangs-tilladelser - det samme som ugo+x a+X: mapper bliver tilgængelige for alle; filer som var udførbare af nogen bliver udførbare af alle u+rw, go+r: to kommandoer på en gang! u+s: sæt SetUID-delen - har ofte ingen effekt på skript-filer 755: sæt tilladelserne direkte Se chmod(1) man-siden for detaljer.NorskIkkeBemærk at du stadig kan få menuen frem ved at trække med Alt-knappen holdt nede.Bemærk at du stadig kan få menuen frem ved at trække med venstre museknap, mens du holder Alt-knappen nede.Bemærk at du skal gemme dine valg og genstarte programmet før den nye sprog indstillling tager fuld effekt.IntetNuELLERKun filer (og visse programmer) kan bruges til at sætte baggrunds-billedet.Kun for filen `%s'Kun for typen `%s' (%s/%s)Lav kun log over mapper efterhånden som de bliver kopieretLav kun log over sletning af mapperOverskriv kun hvis kilden er nyere end destinationen.Kun billedet bliver vistOpen med AVFSÅben Som TekstÅbn umonteretIndstillingerIndstillinger...Tilsidesæt vindues-behanderens kontrol af opslagstavlen og panelerEjerEjer, Gruppe:Panelet er en 'dok'Panel-stilPanel-tykkelse (tynd)PanelerPaneler er rækker af ikoner der løber langs siden af skærmen. Se manualen for mere information omkring paneler og deres brug.Overmappe, Nyt VindueOvermappe, Samme VindueVideresend alle museklik på baggrunden til vindues-håndteringenStiMønster:TilladdelserOpslagstavleOpslagstavlens opførselPipeRør:PolskPortugisisk (Braziliansk)PositionTryk den ønskede genvej (f.eks. Control+F1)Programmet %s ikke fundet - slettet?EgenskaberEgenskaber af ... ?Rens miniature disk-mellemlageretPlacér markøren på det objekt i listen du vil flytteStilleROX programmetROX-FilerROX-Filer understøtter desværre endnu ikke monterings-punkter under dit system.Din gamle Indstillings-fil er blevet konverteret til det nye XML formatLæsRigtige mappe:Vil du virkelig slette ikonet '%s'?For Nyligt BesøgteRekursivtOpdaterNormal fil:Det andet program kan eller vil ikke sende mig dataen - desværreDet andet program vil gerne bruge Direct Save, men jeg kan ikke læse XdndDirectSave0 (type text/plain) delen. Fjern Objekt(er)OmdøbOmdøb ... ?Omdøb...Genscan mappens indholdTilpas størrelse på VindueÆndr størrelsen ved ændring af visnings-stilGendan alle valg så de er som da Indstillings-vinduet blev åbnet.OmvendtRumænskKør handling:Kører som bruger '%s'Kører med GTK version %d.%d.%d RussiskKSGIDSUIDDet samme som det nuværende vindueDet samme som standardGem som:Gem Visnings-indstillinger...SkalérSkalér billedet til at passe på baggrundsarealet, uden at forvrænge detScanScannerScanner, Søg indeni ... ?SekSekunderVælgVælg AlleVælg Hvis...Væg Hvis:Vælg Navngivede:Vælg alt/vend valg omVælg efter Navn...Vælg hvilke visnings-indstillinger der skal gemmesVælg hvilke knapper du ønsker at have på bjælken:Send ... til ... ?Send til...Definer Ikon...Sæt Kør Hændelse...Sæt Type...Indstil baggrundSæt som normalt for alle `%s/'Definer ikonDefiner ikonet for ... ?Sæt som ikon for alle `%s/'Indstil tastatur-genvejeSæt tilladelserne på ... ?Sæt kør handlingSæt kør handlingen for ... ?Sæt typeDefiner typen på ... ?Find udtryks referenceGemning af Choices er slået fra af CHOICESPATH variablenShell kommando...Shell:Shift ÅbenShift Åben ... ?Korte titelbjælke-flagVisVis BogmærkerVis Hjælpe-filerVis SkjulteVis InfoVis OprindelseVis ROX-Filers hjælpHvis MålVis ThumbnailsVis _Hjælpe-filerVis en menu over mulige handlingerVis kolonne-titlerVis ekstra detaljerVis skjulteVis skjulte filerVis skjulte vinduerVis thumbnails af billederVis fil-menuen i stedet for hovedmenuen, ved højreklik, hvis der er valgte filer (hovedmenuen bliver vist hvis Control holdes nede).Vis the nuværende valg i et 'filer' vindueVis antallet af objekter vist i 'filer' vinduet, sammen med antallet af skjulte objekter (hvis nogen). Når noget er valgt vises antallet af valgte objekter og deres sammenlagte størrelse.Vis totaler af objekterVis/Skjul skjulte filerEt-kliks navigationEt-klik for at åbneStørrelseStørrelsen af ikonerne i menuen:Størrelse:StørrelserSmå IkonerMindre IkonerSocketStik:Nogle af disse filer er på en anden maskine - de vil blive ignoreret - desværreNogle ældre programmer understøtter ikke XDND fuldt ud og kan have brug for at denne indstilling er slået til. Slå denne til hvis træk af filer til et program viser et + tegn på muse-pointeren men trækket ikke virker.Nogle vindues-håndterere understøtter ikke det nye Udvidede Vindues-Håndterings-Prej-system (Extended Window Manager Hints), og behandler derfor opslagstavlen og paneler som normale vinduer. Slå dette til for at rette problemer, så som at opsalgstavlen kommer forrest, når du klikker på den, tittelbjælker og andre dekorationer på paneler, eller at begge dele er at finde i vindues-listen.Nogle gange kender 'fileren' ikke til hvad du har på skrivebordet, og kan finde på at lægge skjulte vinduer nedenunder (f.eks.) Gnome-panelet. Du kan definere en top og/eller bund margen for at undgå at ikonerne bliver placeret dér. 'Fileren' kender allerede til sine egne paneler.Desværre - Jeg skal bruge et mål af typen text/uri-list eller XdndDirectSave0.Desværre - Jeg skal bruge et mål af typen text/uri-list eller application/octet-stream.Jeg kan desværre ikke bruge '%s', da det ikke er en lokal fil.Jeg kan desværre ikke vise en menu over handlinger for en fjern fil og/eller rå data.Desværre; du kan kun slippe én fil oven på slip-området.SortérSortér efter DatoSortér efter GruppeSortér efter NavnSortér efter EjerSortér efter StørrelseSortér efter TypeSortér efter datoSortér efter gruppeSortér efter navnSortér efter ejerSortér efter størrelseSortér efter typeSortér efter:Sorterings-type og rækkefølgeSorteringSpanskSpring forsinkelse:KlæbrigUdstrækStræk billedet så det fylder baggrundsarealetSvenskSkift til xtermSymbolsk lænkeSymbolsk lænkeSymbolsk lænke til Lav symbolsk lænkeLav en symbolsk lænke ... ?Lav symbolske lænker, til ethvert program du ønsker, i denne mappe. De vil være at finde i menuen for alle objekter af denne type (%s/%s).Der findes allerede en symbolsk lænke fra '%s'. Skal den erstattes med en lænke til '%s'?MTekst ved siden af ikonerTekst-skygge:Tekst under ikonerTekst der er bredere end dette bliver brudt i to linjer når vist som Store Ikoner. Vist som Kæmpe Ikoner bliver tekstet brudt hvis deb er størrere end 50% ad dette.Argumentet -o bliver ikke længere brugt. Du kan slå tilsidesættelse til i Indstillings-vinduet i stedet.'Send Til' menuen er en hurtig måde at sende filer til et program. Programmerne på listen er i de følgende mapper: %s %s 'Send Til' menuen kan åbnes ved at Shift+Menu-klikke på en fil. Avanceret brug: Du kan også lave undermappe navngivet '.text_html', '.text', osv. som kun vil blive vist for filer af den type. '.group' bliver kun vist når flere filer er valgt.Baggrunds-håndteringen er nødt til at være en program-mappe. Træk en program-mappe ind i "Indstil Baggrund"-dialogboksen, eller (for programører) videregiv den til SOAP SetBackdropApp-metoden.Vinduet vil tilpasse sin størrelse hver gang det virker nyttigt (det vil sige, ved skift af mappe eller ændring af visnings-stil).Skrifttypen der bliver brugt til teksten vist under ikonerneTastatur-genvejen er:Den største største, som en procentdel af skærm-størrelsen, som vinduet vil tilpasse sig til.Stien skal indeholde i hvertfald et tegn!Den skærm som paneler begrænser sig til i Xinerama-tilstand (nummereret fra 0)Sti-navnet du gav findes ikke. Ikonet er ikke blevet ændret.Programmet der bliver startet når du vælger 'Xterm Her' fra menuen.Størrelsen af paneler.Teksten der bliver vist under ikonet er:Temaer bør placeres i mappen ~/.icons.Der er ikke nogle miniature at sletteDer skete 1 fejl. Der var %d fejl. TykTyndDette filnavn er ikke i korrekt UTF-8. Du bør omdøbe den. Dette er allerede det korteste navn for denne mappe.Dette er ikke et prgram! Giv mig et program istedet!Dette er standard-indstillingen for nye vinduer. Brug Vis-menuen til at slå miniature fra og til for individuelle vinduer.Dette objekt er allerede i slutningenDenne indstilling justerer hvor lang tid, i millisekunder, du skal holde en en fil over en mappe før den springer åben. Indstillingen ovenover skal slås til før denne har nogen effekt.Denne indstilling, som kræver indstillingen ovenover slået til, får den markerede mappe til at 'springe' åben efter at filen har været holdt over den i et kort stykke tid.MiniatureMiniature mellemlagerThumbs, Læg som fliserLæg billedet som fliser hen over baggrundenTiderTittelFor at indstille en tastatur-genvej for en menu-funktion: - Åben menuen, - Flyt muse-pointeren over den funktion du vil bruge, - Tryk på den tast du vil afsætte til funktionen. Tasten vil vise sig ved siden af funktionen og du kan bare presse den tast uden at åbne menuen for fremtiden.For at gøre det hurtigere, bliver genererede miniature gemt i den skjulte mappe ~/.thumbnails. Klik her for at fjerne alle de mellemlagrede miniature. De vil blive skabt igen når de skal bruges.VærktøjslinjeVærktøjslinje type:Værktøjer/MinibufferTop-margenOversættelsePrøv 'ROX-Filer/AppRun --help' for mere information. Prøv 'ROX-Filer/AppRun -h' for mere information. TypeType:TyperKunne ikke læse billed-filen -- måske er den ikke i et format jeg forstår, elle også er tilladelserne ikke i orden? Ikonet er ikke blevet ændret.Unikke vinduerUkendtUkendt handling anmodetUkendt detalje-type '%s'Ukendt sorterings-type '%s'Ukendt stil '%s'Ukendt målUkendt type:AfmontérUnavngivetUtitlet DataOpBruger et 16-pixel gitter til at placere ikoner på desktoppen.Bruger et 2-pixel gitter til at placere ikoner på desktoppen.Bruger et 32-pixel gitter til at placere ikoner på desktoppen.Anvend en kopi af billedet som standard for alle filer af denne MIME-type.Anvend en kopi af billedet som standard for alle filer af denne MIME-type.Brug udvalgt skrifttype:Brug enkelte bogstaver i stedet for ord til Skanner-, Alle- og Miniature-indikatorenepå tittelbjælken.Brug 'Definer Ikon...' dialog-boksen til at definere ikonet for hver MIME-type.Bemærk at ikoner der er defineret på denne måde vil blive valgt fremfor det valgte temas ikoner.Brug LANG miljø variabelBrug dette program til alle filer med denne MIME-type.Bruger-definerede tastatur-genveje er som standard slået fra i Gtk2, og du har ikke slået dem til. Du kan slå dem til ved at: 1) bruge en XSettings-håndterer, så som ROX-Session eller gnome-settings-daemon, eller 2) tilføje denne linje til ~/.gtkrc-2.0; gtk-can-change-accels·=·1 (dette virker kun hvis XSettings IKKE bliver brugt)Vis type:SKRIVE-BESKYTTET UgeUgerNår den automatiske ikon-størrelse er valgt, vil mapper med mange objekter blive vist med små ikoner, og mapper med få objekter blive vist med store ikoner.Når man trækker filer med venstre muse-knapNår man trækker filer med den midterste muse-knapNår dette er slået til kan du trække en fil over en undermappe eller program i et vindue. Objektet vil blive markeret nå du gør dette, og et slip af filen vil putte den i den mappe, eller hente det ind i programmet.Når miniature er slået til, vil hver billede-fil i en mappe blive læst og en lille miniature-udgave af billedet vil blive vist i stedet for det normale ikon.Når opslagstavlen er i brug kan du trække filer og programmer hen på skrivebords-baggrunden for at skabe genveje til dem.Under brug af 'Skriv Sti..' minibufferen og Tab bliver trykket bliver der bippet vis intet sker (f.eks. fordi der er flere muligheder og det næste bogstavet varierer).Under brug af 'Skriv Sti...' minibufferen og Tab bliver trykket bliver der bippet hvis der er mere end en matchende fil, også selvom der er blevet tilføjet flere bogstaver.Når du trækker en fil fra en netlæser, eller anden ekstern kilde, vil dette program blive brugt til at hende den. $1 er den URI som er trukket til 'fileren', og den nuværende mappe er destinationen. F.eks. xterm -e wget $1Bredden på værktøjsbjælken sætter den mindst mulige størrelse af vinduetVindueVindues-opførselVindues-håndterings-problemerAndreSkrivXDS protokol fejl: leafnavn må ikke indeholde '/' XDS protokol fejl: returnet kode skulle være 'S', 'F' eller 'E' XdndDirectSave0 mål givet, men atomet XdndDirectSave0 (type text/plain) må ikke indeholde et leafnavn XineramaXinerama-skærm %d er ikke tilgængeligXterm HerÅrÅrJaJa (kan køre med ældre udgaver af glibc)Du kan kun sætte baggrunden til at være et billede eller til at være et program som ved hvordan man sætter ROX-Filers baggrund. Programmører: programmets AppInfo.xml skal indeholde CanSetBackdrop-elementet,som beskrevet i ROX-Filer-manualen.Du kan kun sætte kør hændelsen for en normal filDu kan ikke åbne en til oversigt over denne mappe fordi 'Unikke Vinduer' insdstillingen er slået til i Indstillinger vinduet.Du kan ikke gøre dette ved mere end et objekt ad gangenDu har prøvet at lukke et panel via window manageren - Jeg plejer at opfatte det som et uheld... vil du rent faktisk lukke det?Du skal først vælge nogle objekter at fjerneDu skal åbne menuen over et objektDu skal vælge nogle ting at tælleDu skal vælge nogle ting at gennemsøgeDu skal vælge hvilke objekter du vil ændre tilladelser påDu skal vælge hvilke objekter du vil ændre typen afDu burde Shift-klikke på en fil for at sende den til nogetDu skal først vælge nogle linjer at fjerneDu vil være nødt til at tilpasse størrelsen på vinduer manuelt, enten ved brug af 'Tilpas størrelse på Vindue' i menuen eller ved at dobbelt-klikke på vindue-baggrunden.Din CHOICESPATH variabel indstilling umuliggør ændringer - desværre.Din gamle panel-fil er blevet konverteret til det nye XML format.Din gamle opslagstavle-fil er blevet konverteret til det nye XML format._Gruppe_Navn_Ejer_Tilladdelser_Stille_Relativ lænke_Erstat_Fortryd ændringer_Størrelse_Type'Xterm Her' programa+x (Gør udførbar/søgelig)a-x (Gør ikke-udførbar/ikke-søgelig)stigendeatidblokkenederst til venstrenederst til højrebytebytectidfaldendemappermappefunktioner sat ved kompilerings tidfilfile(1) siger... %sfilergidgo-rwx (Privat - kun ejer adgang)go-w (Ret sikkerheds-problemmet)go=u-w (Offentlig adgang, ikke skrivbar)vandret linjeinodeobjektobjekterlstat(2) mislykkedes: %ssammensmelt indeholdmonteretmsmtidnlænkeingen mapper) overskrivbilledpunkterbeskærstørrelsesystemøverst til venstreøverst til højreu+rw (Giv ejer læs+skriv)uidikke monteretlodret linjerox-2.11/ROX-Filer/Messages/de/000077500000000000000000000000001230207736700161225ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/de/LC_MESSAGES/000077500000000000000000000000001230207736700177075ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/de/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003017361230207736700217650ustar00rootroot00000000000000$,8JJzK&KK$K KKDKF:LLLLLLL& M-0M;^M2M0M(M'NCN$ENjN3sNN N$NNN N O%O"QQQWQ gQ uQQBW!]WWWW WWWW XX $X/X ?X!LX8nX\XY Y$Yd3YYsYZ#Z('Z&PZ'wZ ZZZr[ z[+[[[L\\)\$],]*#^GN^^ ^ ^^^_ _ _ _'_!D_f_ m_ w____ ` ` ` ``&` aa $a2a>8awaaaa.a'ab!bJ9bbbbb*bb#c 'c!2cTcecc ccc8c]dodxdddHdd2eCe$`eleefffig og|gg!ggg gggh h$!hFh`hohKiSi fjj"jjjj/j k!k3k 9kFkMkRkVk[klk }k kk&kkkll!l)l)-lWl ol ylll lrl LmWm _mmmy}mmZ n-en.nn6no"2oUosooOoo"op%p Xpp ppppp qSqbq qq{qqq qqVrJrR7ss}s)t,Itvt7tttuu2uuv+vAv[vxvv|v&w-w66wmwrwLy ]y jyvy yz`z{H{|J|i||7||||},}D}]}Bo} }}}}}}}~"~<~ B~N~U~W~i~l~s~y~~)*&T{  b$pBc ! 1M< IЁgB\Q_BydgOP{4: IT5p"ɉ>-Es#NJΊԊڊ  #*3 <HPgpru ċЋ # 3@ H R^p r!}/  0<#V z'-7= u$Ԏ]AFa epy ͏Џ- ; E Pq[͐ ; ߑ.`0 T^ bOpnl/-NH_'~"4ɜ 3 =JY al:   - ? JV isrz0EJ S_h {+ +1Gy B?ܠ!1J[c k2yn* 1 >HQk q&E  &";^fhmr? .2*7,b Ǥ!'?\ n y #ԥݥ (APir$2 #8=L \ h r  $6Mcv)-,AF^d j v}M_N"qDdM6D.<s ¯ Я ݯ   - ; HU^rzL ϰݰ+ 0 9GY asoA%' 9FWbز;Ӵkb}4d/1JƷDAV]%46;!rǹ̹8"66w/Ǽk %þ   40R,4Mg  D98P9I8 F\W!>7`5 .S0=ms)-'.?W]c1i:kBK kv{'2x2<%op*#1&U/|A:<)+fB#=f@  $-5; AN c(   ,1DJ$Ns!  %,27> GQn r |-*,=2>p%&:Y?vB?E9E; 1" THa( (@'Z" &.Ue"}%.FN cDp )(R"b'$4M,]GuH[lw|1// =LP +'ShIi'+5ZI#* :< KX-a '   (8: s A" >/6n)Y!Gi$9  &D$_(Cq; IC<^(#f MXk* !"/ Rs #)&C6L !"*Mdy 5 )  3%T z-5=U_<O; 5#-C$qP2  >9_ ^,(Us\ , <  S ] {   X m \_ !  t  ( D ( $H m BE[" #' (1$Z%6>6G ~A 3CmYZV&lK2E]?cG18KRinw&    , ,8ek s} /*m CQ mYy  F gQ ;[=[1 j {a!b!q@""Lc#S#$$ 5%C%L%Dh%)%'%!%H!&0j&&/&&&&' ''' !'.'5'<' C'N'T'['b'k' t' ' ' '''-'''"($(3(L( ](i( ((((( ( (() )*)H)O)5m))))) ))") ))1* I*S* ++?(+ h+t++ +%++l+U,Z,s, w, , ,,, ,,,,!-!$- F-0T-- ---E.a. 4/@B////#/z/Y0r2SZ3 888J8d9P9999 9=9.:OD:::&:&:>;W;t;;;;; ;;;;<V<_<q<x<<<< < << <=}=*=+=B=&>+>3>B>J> [>g>l>r>{>> >=>'> ??'4?;\??? ?O?@@I@O@b@@@ @@O@~ AA AA A AA AA.BFAB B BB B BB B CCCC!C7CJC"[C ~C;C C C CCCC2D45D jDuDD DDDD+D<EXErEEEEEE-EF F+8FdF~FFF FFF? G8IGGGGGGGG GG HH*H CHOHaH'uHHHHHHI1IGI`I*I#J%K$4KYKwKKKKKKKKKL[LL}M.]OHPQP8'QQ`Q2Q QQRR.RFR]RpRRRRRRR S SSkSSSS.S SSS TT #T/T@TLTUU $U2UFUh VBtVWXAYpY@CZZzZ.[QG[Y[P[D\\\\%]&)]P]l]]]2]B^_7_B`H`%``acb cc %c2c:c Zcfc]lcdeee eee fDf@XfffffTg fgpgggggg g hhh#h]+m\m]mBDn5n ngn2o"oBoH6pq qqqrrr0#s3Tss'tbzDz1Gzyz9d{{@%|7f||92}/l}8}@}T~Dk~B~~ HHHW Ȁπ    )$;0`   āɁρ Ձ  506IQ+U!- т܂  $039@Ve kw  'Ń Ƀ ԃX@a|s+"SF4:OKH|1&(1\|QcqIdj[(E%<6$i{M c~@bc?L\[}!iqkp[IwR ]>h3$-MHT?p3$#Xv^Ar37y< SW+o{S8E6:lfLu:`#GDk8TCVjw#wFM1tlT(\n0 &:azD M)HFe0fmj,A-/K5oY adG%Gv&+zsZwblNn(;Y8FRrZ=?<!^%p*6  ONzoN .cv;hxE4S_ 2=! )DK<='KgW_g/Qp.oIH B*5Z|qaY 4PNxW*_-J`@*A'5tJ  `2J=.,P9B3RAV2 0C~b7+[0Gh7y;>,@B"b?6 Wt~'sO f}t#mnBx i"zT/]];g!V Uy>9i^ul LR%ej{ ,98UYEQ kxO/e-.\ud>5)4k`s&_mLZPhXmC1}7 r~d"v}CUQeU{yVg$nXJ)^Du2'P9rfI]q Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s total, %s used, %s free (%.1f %%)%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), going. Home page (including updated versions): http://rox.sourceforge.net/ Contents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?A file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAllow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:BasqueBeep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.Bottom edgeBottom edge panelBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices have been moved from %s to the new location %s Choices migrationChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and click on Save. Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:EstonianEvery panel icon is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Extended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Files...FindFind expression referenceFineFinnishFollow Symbolic LinksFor all files of type `%s' (%s/%s)ForceForeground:FrenchGGNOME-VFS libraryGbGermanGoto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are sorted vertically, not horizontally.If this option is on, then small icons are ordered vertically, not horizontally.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKKbKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLeft edgeLeft edge panelLinkLink (absolute)Link (relative)Link target:Link...List ViewLook InsideLook inside ... ?MMIME typesMake the New column a copy of OldManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No (need 2.8.0 or later)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Only the pinboard is shown.Open AVFSOpen As TextOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:PanelPanel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stylePanel width (thin)Panel: %sPanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PolishPortuguese (Brasil)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRight edgeRight-edge panelRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Select the panel's position:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to xtermSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Xterm Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of the panels.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop edgeTop marginTop-edge panelTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableXterm HereYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Command`Xterm Here' programa+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.2.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-08-09 14:02+0100 PO-Revision-Date: 2005-07-31 22:36+0100 Last-Translator: Guido Schimmels <__guido__@web.de> Language-Team: ROX Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: German X-Poedit-Country: GERMANY Hinweis: Wenn es sich hier um ein auszuführendes Computerprogramm handelt, muss das Ausführbit gesetzt werden (Dateimenü->Zugriffsrechte). --- Fordere Kindprozess auf, sich zu beenden... Prozess beendet.. Versuche KILL auf Wildläuferprozess ... (%u versteckte) und betrifft Datei auf Pinwand oder Leiste - trotzdem löschen? betrifft Dateien auf Pinwand oder Leiste - trotzdem löschen?!%s Kopieren von '%s' fehlgeschlagen !%s Kann %s nicht nach %s verschieben !%s Einhängen fehlgeschlagen !%s Aushängen fehlgeschlagen !%s Einhängen fehlgeschlagen !'%s' ist eine Verknüpfung !FEHLER: Kopieren eines Objekts auf sich selbst nicht möglich !FEHLER: Verschieben eines Objekts auf sich selbst nicht möglich !FEHLER: Das Ziel existiert bereits, ist aber kein Verzeichnis !Ungültiges Suchmuster - ändern Sie es und versuchen Sie es erneut !Ungültiger Befehl - ändern Sie es und versuchen Sie es nocheinmal !Ungültiger Typ - ändern Sie ihn und versuchen es erneut !Kein Mount-Punkt angewählt! %%d Verzeichnisse konnten nicht konvertiert werden%d Einträge%d Namensübereinstimmungen, aber die Ergebnisse waren jeweils identisch%s '%s'%s (für '%s')%s gesamt, %s benutzt, %s frei (%.1f %%)%u ausgewählt (%s)' Fertig ' Gesamt: %s (!'%s' ist nicht weiter eine Verknüpfung'%s' ist kein Verzeichnis'(scheint bereits eingehängt zu sein) '(beim prüfen von '%s') 'Ändere Zugriffsrechte für '%s' 'Typ ändern von '%s' zu '%s' 'Kopiere %s nach %s Lösche '%s' 'Verzeichnis '%s' gelöscht '%s' auswerfen 'Erstelle Verknüpfung von %s nach %s 'Hänge %s ein 'Verschiebe %s nach %s 'Versuche trotzdem zu kopieren... 'Versuche trotzdem zu verschieben... 'Hänge %s aus (Kleine Symbole):ungültiges utf-8(Auswählen durch Anklicken)(Nur Administrator darf Änderungen speichern)(breit)(wie Voreinstellung), aufgereiht. Homepage (inklusive neuer Versionen): http://rox.sourceforge.net/ Sieht aus nach...ZugriffsrechteKurze Einführung Setzen Sie den Namen der gesuchten Datei in einfache Anführungszeichen: 'index.html' (um die Datei 'index.html' zu finden) Beispiele '*.htm', '*.html' (findet HTML-Dateien) IsDir 'lib' (findet 'lib'-Verzeichnisse) IsReg 'core' (findet reguläre Dateien 'core') ! (IsDir, IsReg) (ist weder ein Verzeichnis noch eine reguläre Datei) mtime after 1 day ago and size > 1Mb (groß und vor kurzem bearbeitet) 'CVS' prune, isreg (eine reguläre Datei nicht im CVS) IsReg system(grep -q fred "%") (enthält das Wort 'fred') Einfache Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (Typen) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (Zugriffsrechte) IsEmpty, IsMine Ein Muster in einfacher Anführung wird gemäß der Shellsyntax verarbeitet. Wenn es einen Schrägstrich enthält, dann wird mit dem vollen Pfad verglichen, sonst nur gegen den Dateinamen. Vergleiche <, <=, =, !=, >, >=, After, Before (zwei Werte vergleichen) 5 bytes, 1Kb, 2Mb, 3Gb (Dateigrößen) 2 secs|mins|hours|days|weeks|years ago|hence (Zeiten) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (Werte) Spezialitäten system(Befehl) (wahr, wenn 'Befehl' Null zurückgibt; ein % in 'Befehl' wird ersetzt mit dem Pfad der aktuellen Datei) prune (falsch, und verhindert das Durchsuchen von Verzeichnissen).?'%s' existiert bereits - %s??'%s' existiert bereits - überschreiben??Weitere Suche??Zugriffsrechte für '%s' ändern??Typ von '%s' ändern??'%s' prüfen??%s nach %s kopieren??Inhalt von %s zählen??%s'%s' löschen??'%s auswerfen'??Verknüpfung von %s nach %s erstellen??%s einhängen??%s nach %s verschieben??%s aushängen?Eine Datei namens '%s' ist bereits vorhandenEine Datei mit Namen '%s' gibt es schon. Massenumbenennung abgebrochen.Eine Startaktion existiert bereits und ist ein recht großes Programm - sind Sie sicher, daß Sie es löschen wollen?Über ROX-Filer...letzter Zugriff:Aktions-FensterAktions-Fenster öffnen sich, wenn Sie eine Hintergrund- Operation starten, wie das Kopieren oder Löschen von Dateien.Lesezeichen anlegenFügen Sie die Datei und die Bilddateinamen ihrer perönlichen Liste zu. Die Einstellung geht verloren, wenn das Bild oder die Datei verschoben wird.NachZurückZiehen auf Symbole in Verzeichnisfenster erlaubenAuch den Inhalt von Unterverzeichnissen ändernÄndere auch den Inhalt von UnterverzeichnissenImmer anpassenUndDie Dateien in Ihrem Vorlagenverzeichnis erscheinen im Menü 'Neu'. Aus einer gewählten Vorlage, wird eine neue Datei als Kopie erstellt. Die folgenden Verzeichnisse enthalten Vorlagen: %s %s App-Verz.AussehenApplet endete, ohne ein Widget zu erzeugen!Programmverzeichnis:Anwendung/Applikation: Dies ist ein Applikations-Verzeichnis - Sie können es als Programm starten oder öffnen (halten Sie Shift gedrückt, währen Sie es öffnen). Die meisten Applikationen stellen ihre eigene Hilfe hier bereit, aber diese tut das nicht.Applikationen haben nur ein Bild, alles andere hat beides, Bild und Text.AnwendenWollen Sie wirklich %d Fenster öffnen?Zu übergebende Parameter (für Programme):Den Fenster-Manager anweisen, Leisten niemals beim Maximieren von Fenstern zu überdecken. Nicht alle Fenster-Manager beachten diese Einstellung. Normalerweise werden nur einige Pixel am Bildschirmrand reserviert, um das automatische Anheben zu ermöglichen.Versuch, eine unbekannte SOAP-Methode aufzurufen '%s'Versuche, eine XML-Datei als Textdatei zu lesen. Die Datei '%s' ist vielleicht fehlerhaft.Fenstergröße automatisch anpassenStarte diese Aktionen automatisch (still):AutomatischAutomatische GrößenanpassungAutomatisch kleine Symbole:BHintergrund...Hintergrund:BaskischPiepton wenn Tab-Namenergänzung fehlschlägtPiepton bei mehreren TreffernBevorVerhaltenGrößere SymboleBinärkompatibilitätHack für das Blackbox HintergrundmenüBlackbox, Fluxbox und ähnliche Windowmanager vertragen sich noch nicht gut mit der Pinwand. Diese Option aktiviert Notlösungen für das Problem. Mit zukünftigen Versionen dieser Windowmanager dürfte sich dieses Problem erledigen. Leere DateiBlock-Dev.Blockgerät:LesezeichenLesezeichen-MenüSowohl eine Leiste, als auch die Pinwand werden gezeigt.Unterer RandOberer RandUntere TabuzoneKnappLeere Verknüpfung (oder Sie haben kein Recht, ihr zu folgen): %sMassenhafte DateiumbenennungByteBytesKein Zugriff möglich auf '%s': %sLesezeichen für Netzwerkverzeichnisse wie '%s' nicht anlegbarLesezeichen für Netzwerkresource '%s' nicht anlegbar Kann nicht entfernen '%s': %sKann Miniaturen in %s nicht entfernen: %sKann keine Daten vom Netzwerkrechner bekommen (application/octet-stream nicht verfügbar)Kann Verzeichnis %s nicht öffnenKann %s:%s nicht entfernenKann Verzeichnis %s nicht auswerten AbbruchGroßgeschriebene Namen zuerst (für Sortieren nach Name)ZentrierenBild unskaliert zentrierenÄndern ab:Inhalt von Unterverzeichnissen ändernWechseln der SymbolgrößeHilfe zum Ändern der ZugriffsrechteSortierkriterium ändernletzte Änderung:Zum Heimatverzeichnis wechselnZum übergeordneten Verzeichnis wechselnÄnderungen treten in Kraft beim nächsten Start des Dateimanagers.Beim Verändern der Symbolgröße oder der angezeigten Details wird die Fenstergröße automatisch neu angepaßt.Char-Dev.Zeichengerät:Chinesisch (vereinfacht)Chinesisch (traditionell)Einstellungen wurden verschoben von %s zum neuen Ort %s Einstellungen konvertierenChoices speichern ist durch CHOICESPATH-Variable unterbundenEinstellungen werden gespeichert als: %sStil wählen und Bild hineinziehen:Sie können wählen zwischen der schnellen und langsamen Methode zur Größenanpassung der Hintegrundbilder. Die langsame Methode gibt gelegentlich bessere Ergebnisse.Auswahl löschenKlick auf einen Eintrag öffnet diesen, wenn dies an ist. Halten Sie Strg, um stattdessen den Eintrag auszuwählen. Falls aus, wählt ein einfacher Klick den Eintrag an, ein doppelter öffnet ihn.Klick auf das Symbol öffnet:Ein Klick mit Maustaste 1 (normalerweise die linke Taste) öffnet ein Verzeichnis in einem neuen Fenster, wenn dies aktiviert ist. Ein Klick mit Taste 2 (mittlere) benutzt dafür das aktuelle Fenster.SchließenFenster schließenDateimanager-Fenster schließenGrobDateien entsprechend ihres Typs einfärbenFarbenBefehl:KompatibilitätKompiliert mit GTK Version %s Eingrenzen in Xinerama-MonitorKopierenKopiere ... ?Vor dem Kopieren nicht nachfragen.Bild in das Verzeichnis kopierenKopiere die DateienKopiere das Bild ins Verzeichnis als versteckte Datei mit Namen '.DirIcon'. Alle Benutzer werden das Symbol sehen und das Verzeichnis kann gefahrlos verschoben werden. Das ist meistens die beste Variante, wenn Sie Schreibrechte für das Verzeichnis besitzen.Kopieren...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Konnte Rechte nicht ändern: %sKonnte Verknüpfung nicht lesen: %sKonnte Daten nicht senden an Programm: %sSpeicherbedarfZähle die Größe von ... ?ErzeugenVor dem Erstellen von Verknüpfungen nicht nachfragen.AnpassenMenü anpassen...TchechischLÖSCHEN ... ?DänischDatumTagTageStandarddetails:VoreinstellungenEinstellung für neue FensterStandardgröße:LöschenVor dem Löschen nicht nachfragen.Lösche Einträge wie Lösche den Eintrag Lösche die Einträge ArbeitsplatzDetailsVerz.Verzeichnisse immer zuerst (für Sortieren nach Name)Aufspringende VerzeichnisseVerzeichnisKann nicht auf Verzeichnis '%s' zugreifenVerzeichnis '%s' nicht gefunden.Verzeichnis nicht vorhanden/gelöschtVerzeichnis:Diese Einstellung deaktivieren, falls die Leiste unerwünscht über anderen Fenstern verharrt. Wirkt sich erst nach Neustart des Dateimanagers aus.SpeicherverbrauchAnsichtAnsichtDnotify-ÜnterstützungSuchen-und-Ersetzen in der Spalte 'Neu'. Die Dateien werden erst nach Drücken des Umbenennen-Schalters tatsächlich umbenannt.Leisten nicht überdeckenMöchten Sie dieses Gerät aushängen? Nach Aushängen kann Medium gefahrlos entnommen werden.Löschen von nicht-schreibbaren Einträgen nicht bestätigenLöschen von nicht-schreibbaren Einträgen ohne RückfragenNicht jede Operation bestätigenWeniger Informationen im Mitteilungsfenster anzeigen.Bearbeitete Dateien nicht auflistenDateien beim Verschieben nicht einzeln listenErweiterte Attribute nicht verwendenHostnamen nicht benutzenDoorDoor-Dateien sind Sockets oder Pipes ähnlich, und sind nur auf Solaris bekannt.Door:Doppelklick auf Hintergrund ändert FenstergrößeProgramm für Internet-DownloadsVerzeichnis hier hinein ziehen, um Lesezeichen anzulegen.Drag & DropZiehen & AblegenZiehen Sie das Symbol auf einen Verzeichnisanzeiger (oder geben Sie einen vollen Pfadnamen an)Ziehen auf SymboleZiehen Sie eine passende Applikation hierherZiehen Sie ein Symbol hierherZiehen Sie ein Bild hierherNiederländischFEHLERFEHLER beim LesenDateifenster mindestens so breit machen, dass die Werkzeugeleiste vollständig sichtbar ist.Lesezeichen bearbeitenEintrag ändernMIME-Regeln bearbeitenAuswerfenEnglisch (keine Übersetzung)Pfad eingeben...Ein Dateinamensmuster eingeben, um alle zutreffenden Dateien zu wählen: ? steht für exakt ein beliebiges Zeichen [aA] steht für 'a' oder 'A' [a-z] steht für einen beliebigen Buchstaben von a bis z (kleingeschrieben) *.png steht für Dateien, die auf '.png' endenEin Muster für anzuzeigende Dateien eingeben. Ein leeres Muster schaltetden Filter aus.Geben Sie einen auszuführenden Shell-Befehl an. Klicken Sie auf eine Datei, um sie zum Puffer hinzuzufügen.Geben Sie einen Shell-Befehl ein, der "$@" in ein passendes Programm lädt. Z.B.: gimp "$@"Geben Sie einen Shell-Befehl ein:Geben Sie den Namen einer Datei ein und ich zeige sie an. Drücken Sie Tab um den längsten Treffer einzusetzen. ESC zum Schließen der Befehlszeile.Eingabe des Namens der LeisteEingabe des Namens der PinwandFehler beim Erstellen der Datei '%s': %sFehler beim Erstellen der Datei: konnte Vorlage für %s nicht findenFehler beim kopieren des Bildes '%s': %sFehler beim Holen der Dateiliste: %sFehler in Datei '%s' bei Zeile %d: "%s" Dies mag aus einem Upgrade von einer älteren ROX-Filer-Version resultieren.Öffnen Sie das Options-Fenster und klicken Sie auf Speichern. Weitere Fehler werden ignoriert.Fehler im Handler %s: %sFehler beim Laden des Hintergrundbildes: %s Hintergrundbild entfernt.Fehler beim Starten von Applet: %sFehler beim Speichern von %s: %sFehler beim Speichern der Datei: %sFehler beim Speichern der Leiste %s: %sFehler beim Speichern der Pinwand %s: %sFehler beim Durchsuchen von '%s': %sFehler beim Durchsuchen von '%s': %s Fehler, z.B. eine Verknüpfung mit einer nicht-existenten Datei, oder eine Datei, zu deren Untersuchung der Dateimanager keine Berechtigung hat.Fehler:EstnischJedes Leisten-Symbol wird mit Bild und Text angezeigt.AusführenDie ausfürbare Datei '%s' ist allgemein beschreibbar! Werde nicht starten. Bitte ändern Sie die Rechte jetzt (das Problem könnte durch eine alte fehlerhafte Version des Dateimanagers verursacht sein). Ein allgemeines Schreibrecht auf Startaktionen (ausser über Verknüpfung) bedeutet, dass jeder der Ihren Computer benutzt ihre Startaktionen durch bösartigen Version ersetzen kann. Falls Sie allen, die auf diese Dateien zugriff haben vetrauen, brauchen Sie sich nicht kümmern. Sonst sollten Sie alle bestehenden Startaktionen überprüfen oder einfach gerade löschen.Ausführbare Datei:Datei ausführenAusdruck:Erweiterte AttributeErweiterte Attribute, zur Speicherung des Dateityps, werden für diese Datei(en) nicht unterstützt. Das könnte an fehlender Unterstützung durch das Dateisystems oder der Systembibiliothek liegen; oder vielleicht muss das Dateisystem mit den Richtigen Optionen eingebunden werden ('user _xattr in Linux').Erweiterte Attribute:Konnte Objekte nicht auf Pinwand heften, da sie sich auf einem Netzwerklaufwerk befinden. Beispielsweise: %sKonnte Verknüpfung '%s' nicht erzeugen: %s (dies könnte bedeuten, dass das ROX-Thema dort bereits installiert ist, aber das Symbol 'mime-application:postscript' aus irgend einem Grund nicht geladen werden konnte)Verknüpfung konnte nicht erstellt werden '%s': %s (bisherige Verknüpfung wurde entfernt)Kann Taste nicht zuordnen!Konnte Bild '%s' nicht laden: Ursache unbekannt, wahrscheinlich eine defekte BilddateiFehler beim öffnen von Datei '%s': %sKann Dateigröße nicht lesenFehler bei Umbenennung von '%s' als '%s': %s Massenumbenennung abgebrochen.Fehler beim EinlesenVerknüpfung konnte nicht entfernt werden '%s': %sSchnelle BildskalierungDateiDatei existiert nicht oder ich kann nicht auf sie zugreifen: %sDateimenü auf RechtsklickFarbe für DateitypenDateinamen (und Details) werden entsprechend des Dateityps eingefärbt.Dateimanager-FensterFilterDateien filtern...SuchenHilfe zur SuchfunktionFeinFinnischVerknüpfungen folgenFür alle Dateien vom Typ `%s' (%s/%s)ErzwingenVordergrund:FranzösischGGNOME-VFS-BibliothekGbDeutschGehe zu:GruppeGruppe %s nicht definiert. Wählen Sie ein paar Dateien und drücken Sie Ctrl+%s, um die Gruppe zu definieren. Drücken Sie nur %s, um die Dateien später noch einmal auszuwählen. Falls sie den Zahlenblock benutzen, achten Sie darauf, dass NumLock an ist.Höhe der Tabuzone am unteren BildschirmrandHöhe der Tabuzone am oberen Bildschirmrand.HilfeDeshalbVerstecktHeimatHeimatverzeichnisStundeStundenRiesige SymboleUngarischEs gibt nichts zu zeigen. Ziehe etwas auf mich!Ich weiß nicht, wie ich '%s' öffnen sollIch werden Ihnen Ihr 'Öffnen mit'-Verzeichnis nun zeigen; Sie sollten eine Verknüpfung zu jeder Anwendung, an die sie Dateien übergeben wollen, dort erstellen (Ctrl+Shift und Ziehen).Ich werden Ihnen Ihr Vorlagenverzeichnis nun zeigen; dort sollten alle gewünschten Vorlagen abgelegt werden.SymbolansichtRastergröße für Symbole:SymbolthemaSymbolthema '%s' enthält keine MIME-Symbole. Das ROX-Standardthema wird daher verwendet.Minimierte FensterMinimieren nachSymbolansichtNur SymboleSymbole, mit...Voreinstellung, falls dem Typ noch keine Applikation zugeordnet wurde.Bewirkt, daß sich bei Doppelklick auf den Hintergrund die Fenstergröße anpaßt. Der Werkzeugleistenknopf "Automatische Größenanpassung" bewirkt das gleiche.Wenn Haken gesetzt, werden Dateien mit großem Anfangsbuchstaben zuerst gelistet.Wenn aktiviert, wird nur der Pfad von der Verknüpfung zur Zieldatei gespeichert. Benutzen Sie dies, wenn die Verknüpfung und das Ziel zusammen verschoben werden sollen. Wenn aus, wird der Pfad vom Wurzelverzeichnis gespeichert - benutzen Sie dies, wenn die Verknüpfung verschoben wird, aber das Ziel fest bleibt.Haken setzen für Spaltenüberschriften in der Listenansicht.Mit dieser Option werden Verzeichnisse beim Sortieren nach Name immer als erstes angezeigt.Wenn dies an ist, werden die Anzeige-Optionen eines neuen Fensters von seinem Ursprungsfenster übernommen, sofern möglich, andernfalls werden sie auf die untenstehenden Voreinstellungen gesetzt.Ist dies an, werden auch Dateien deren Name mit einem Punkt beginnt angezeigt, sonst werden sie versteckt.Wenn aktiv, wird die vollständige Beschreibung jedes Objekttyps gezeigt, statt einer kurzen Zusammenfassung des Basistyps.Wenn aktiviert, werden Symbole immer komplett innerhalb des Bildschirms gehalten, incl. des TextesWenn diese Option gewählt ist, werden nur minimierte Fenster gezeigt, die zur aktuellen Arbeitsfläche gehören.Wenn diese Option gewählt ist, erscheint jedes minimierte Fenster auf der Pinwand als Symbol. Benötigt einen kompatiblen Fenstermanager und die Pinwand muss verwendet werden.Wählen Sie dies, um große Symbole vertikal zu sortieren, nicht horizontal.Mit dieser Option aktiv, werden kleine Symbole vertikal geordnet, nicht horizontal.Für eine Xinerama Multimonitor-Konfiguration, mit dieser Option die Leisten in einen Monitor eingrenzen, statt auf alle auszudehnen.Wenn Sie ein Verzeichnis öffnen und dieses Verzeichnis bereits in einem anderen Fenster angezeigt wird, dann veranlaßt diese Option ein Schließen des anderen Fensters.Bild und TextNur BildNur Bild für ApplikationenFehlerhafter oder fehlender Zeilenumbruch in den text/uri-list DatenOptionen vom Ursprungsfenster übernehmenInterner Fehler - Fehlerhafter Info-TypInterner Fehler - %s nicht lesbarUngültige .gmo Übersetzungsdatei (GNU magic number nicht gefunden): %sUngültige .gmo Übersetzungsdatei (zu kurz): %sUngültiger Such-ParameterUngültige Applikation %s (fehlerhaftes AppRun)Auswahl umkehrenIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWritableItalienischDas Symbol existiert nicht mehr!JapanischKKbHalte Symbole innerhalb der BildschirmgrenzenTastaturkürzelSpracheUnterstützung für große DateienGroße SymboleMaximale Fenstergröße:Letzte ÄnderungLinker RandLeiste am linken RandVerknüpfenVerknüpfung (absolute)Verknüpfung (relative)Verknüpfungsziel:Verknüpfen...ListenansichtInhalt zeigenZeige Inhalt von ... ?MMIME-TypenMache die Spalte 'Neu' zur Kopie von 'Alt'ManualMax. Breite (Große Symbole):Maximale Breite für den Text neben Kleinen Symbolen.MbMittelMenüsMinBefehlszeileMinsFehlendes ',' nach dem SymbolnamenFehlendes '='Fehlendes '>' im Icon-LabelFehlendes < oder > in Leisten-KonfigurationsdateiErstellt:Die meisten Fenstermanager bieten eine Möglichkeit, Fenster zu minimieren (iconifizieren) und manche Programme, wie der ROX Dateimanager, können minimierte Fenster anzeigen. EinhängenEinhängen / AushängenVor dem Ein- und Aushängen von Dateisystemen nicht nachfragen.Mount-PunktMount-Punkt (%s) Mount-Punkt für %s (%s)VerschiebenVor dem Verschieben nicht nachfragen.Verschiebe die DateienANMERKUNG: Ihr System unterstützt keine langen Optionen - benutzen Sie stattdessen die kurzen Versionen. NameNie automatisch anpassenNeuNeues FensterNeuer NameNeuer Pfadname ist nicht absolutNeues Fenster auf Taste 1NeuesVerzeichnisNeueDateiNeuereNächster KlickNeinNein (apsymbols.h nicht gefunden)Nein (benötigt 2.8.0 oder neuer)Keine SymboleKeine URIs in der text/uri-list (nichts zu tun!)Keine ÄnderungKeine DetailsKeine Dateien%sDie Pinwand wurde noch nicht benutzt... stelle Standardhintergrund ein. Starten sie ROX-Filer mit 'rox -p=Default', um die Pinwand zu aktivieren.Keine Startaktion definiertEs ist keine Startaktion für Dateien dieses Typs (%s/%s) definiert - Sie können sie setzen, indem sie 'Startaktion setzen' aus dem Dateimenü wählen, oder sie ziehen die Datei einfach auf eine Applikation.%sKein SchattenKeine Übereinstimmung (in der Spalte 'Neu') mit diesem AusdruckKeine WerkzeugleisteNicht-Ausführbare Datei %sKeineKein Name geändert. Nichts zu tun!Keine dieser Dateien sind auf dem lokalen Rechner - Ich kann nicht mehrere Dateien vom Netzwerk bearbeiten - 'tschuldigungNormalerweise ermittelt ROX-Filer then Dateityp über den Dateinamen. Um den Dateityp zu ändern,muss die Datei umbenannt werden. Neuere Dateisysteme unterstützen sogenannte 'Erweiterte Attribute', die zum Speichern zusätzlicher Angaben zu einer Datei genutzt werden können. ROX-Filer benutzt das Attribut 'user.mime_type', um Dateitypen zu speichern. Dateitypen werden nur unterstützt für normale Dateien, nicht für Verzeichnisse, Geräte, Pipes oder Sockets, und dann auch nur für bestimmte Dateisysteme und Betriebssysteme. Normalerweise öffnet sich das Pinwandmenü bei Rechtsklick auf den Hintergrund und Linksklick hebt die Auswahl auf. Aktivieren Sie dies, um die Klicks an den Fenstermanager zu übergeben. Klick auf Symbole werden nicht übergeben.Normalerweise wählen Sie einfach einen Befehl aus dem Menü (Klick auf den Pfeil neben dem Kommando-Feld). In speziellen Fällen wollen Sie mehr... Das Befehlsformat ist: ÄNDERUNG, ÄNDERUNG, ... Jede ÄNDERUNG ist: WER WIE RECHTE WER ist eine Kombination aus u, g und o, die angibt, ob die Rechte für den Besitzer (User), die Gruppe (Group) oder alle anderen (Others) geändert werden sollen. WIE ist +, - oder =, zum hinzufügen, entfernen oder exakten setzen der Rechte. RECHTE ist eine Kombination aus den Buchstaben rwxXstugo Geklammerter Text und Leerstellen werden ignoriert. Beispiele: u+rw: der Besitzer der Datei bekommt Lese- und Schreibrecht g=u: die Gruppenrechte werden an die Besitzerrechte angeglichen o=u-w: die Anderen bekommen dieselben Rechte wie der Besitzer, außer das Schreibrecht a+x: alle bekommen das Recht zum Ausführen - entspricht ugo+x a+X: Verzeichnisse werden für jeden zugreifbar; Dateien, die für alle ausführbar waren, werden für alle ausführbar) u+rw, go+r: zwei Kommandos auf einmal! u+s: setze das SetUID-Bit - hat oft keinen Effekt bei Script-Dateien 755: setze die Zugriffsrechte direkt Lesen Sie die chmod(1) Manpage für weitere Informationen.NorwegischNichtNicht unterstütztDas Menü ist weiterhin erreichbar durch Ziehen bei gedrückter Alt-Taste.Das Menü ist weiterhin erreichbar, durch Ziehen mit der linken Maustaste bei gedrückter Alt-Taste.Sie müssen den Dateimanager neu starten, bevor die neue Sprache voll aktiv wirdNichtsJetztODERAlter NameEine Namensübereinstimmung, aber das Ergebnis war das selbe.Zeige nur die Leiste.Nur Bilddateien (und bestimmte Programme) können das Hintergrundbild liefern.Nur für die Datei `%s'Nur für den Typ `%s' (%s/%s)Nur Verzeichnisse beim Kopieren listenNur gelöschte Verzeichnisse auflistenDateien dürfen nur von neuerer Version überschrieben werden.Nur das Bild wird angezeigt.Zeige nur die Pinwand.Öffnen mit AVFSAls Text öffnenÖffnen ohne einzuhängenOptionenOptionen...Große Symbole vertikal ordnenKleine Symbole vertikal ordnenIgnoriere Fenstermanagerkontrolle über Pinwand und LeistenBesitzerBesitzer, Gruppe:LeisteLeisten-EinstellungenLeisten-Einstellungen...Leiste und PinwandLeiste ist 'Dock'Nur LeisteLeistenstilLeistenbreite (schmal)Leisten: %sLeistenLeisten sind Streifen, die entlang der Bildschirmkanten verlaufen. Lesen sie das Handbuch, um mehr über Leisten zu erfahren.Übergeordnetes Verzeichnis, neues FensterÜbergeordnetes Verzeichnis, selbes FensterAlle Mausklicks auf den Hintergrund an Fenstermanager durchreichenPfadMuster:ZugriffsrechtePinwandPinwandverhaltenNur PinwandPipePipe:PolnischPortugiesisch (Brasilien)PositionVorhandenDrücken Sie die gewünschte Tastenkombination (z.B. Strg+F1)Programm %s nicht gefunden - gelöscht?EigenschaftenEigenschaften von ... ?Zwischenspeicher für Miniaturen leerenZum Verschieben, Cursor auf gewünschtes Lesezeichen setzenStillROX ApplikationROX-FilerROX-Filer unterstützt noch keine Mount-Punkte auf Ihrem System. 'tschuldigung.Ihre alten Einstellungen wurden ins neue XML-Format konvertiert.LesenWahres VerzeichnisSymbol '%s' wirklich entfernen?Zuletzt besuchtRekursivAktualisierenReguläre Datei:Programm vom Netzwerk kann oder will mir die Daten nicht senden - 'tschuldigungProgramm von Netzwerk will Direct Save benutzen, aber ich kann die XdndDirectSave0-Einstellung (type text/plain) nicht lesen. Eintrag entfernenUmbenennenBenenne ... um?Umbenennen...Ersetzen:Verzeichnisinhalt neu einlesenRückgängigFenstergröße anpassenGröße beim Ändern des Anzeigemodus anpassenAlle Änderungen seit Öffnen des Optionsfensters rückgängig machen.UmgekehrtRechter RandLeiste am rechten RandRumänischStartaktion:Gestartet als Benutzter '%s'Läuft mit GTK Version %d.%d.%d RussischSSGIDSUIDWie aktuelles FensterWie VoreinstellungSpeichere unter:Ansichtseinstellungen speichern...SkalierenBild auf Hintergrundgröße skalieren, ohne es zu verzerrenAktualisierenDurchsucheDurchsuche, Suche in ... ?SekSeksSiehe die Handbuchseite attr(5) für Einzelheiten.Siehe die Handbuchseite fsattr(5) für Einzelheiten.AuswählenAlles auswählenAuswahlkriterium...Wähle Wenn:Wähle nach Name:Alles wählen/Auswahl umkehrenNach Name sortieren...Wähle zu speichernde AnsichtseigenschaftenWählen Sie die Werkzeuge, die Sie auf der Leiste wünschen:Wahl der Leistenposition:Öffne ... mit ... ?Öffnen mit...Symbol ändern...Startaktion ändern...Typ zuordnen...Hintergrund ändernStandard für alle '%s/' festlegenSymbol ändernSetze Symbol für ... ?Symbol für alle `%s/' festlegenTastaturkürzel festlegenSetze Zugriffsrechte von ... ?Startaktion festlegenSetze Startaktion für ... ?Typ zuordnenTyp zuordnen von ... ?Typreferenz zuordnenDefinieren des Symbols ist per CHOICESPATH-Variable unterbundenTypzuweisung für einige der Dateien nicht unterstützt.Shell-Befehl...Shell:Öffnen als TextAls Text Öffnen ... ?Kurze TitelzeilenflagsZeigeZeige LesezeichenHilfedateienVersteckte zeigenZeige InfoUrsprung zeigenROX-Filer-Hilfe anzeigenZiel zeigenMiniaturen zeigenZeige _HilfedateienZeige ein Menü der möglichen AktionenZeige SpaltenüberschriftenDateieigenschaften zeigenZeige vollständigen TypVersteckte zeigenVersteckte Dateien zeigenZeige minimierte FensterBildminiaturen zeigenZeige per ArbeitsflächeZeige das Dateimenü anstelle des Hauptmenüs beim Rechtsklick auf markierte Dateien (das Hauptmenü ist Erreichbar durch Niederhalten der Strg-Taste).Zeige aktuelle Einstellung in DateifensterZeige die Zahl der in einem Dateimanager-Fenster angezeigten Einträge, ebenso wie die Zahl der versteckten Einträge (wenn es solche gibt). Falls eine Auswahl getroffen wurde, zeige Zahl und Gesamtgröße der ausgewählten Einträge.Zusammenfassung für Einträge zeigenVersteckte Dateien zeigen/ausblendenÖffnen durch einfachen KlickÖffnen durch einfachen ClickGrößeGröße der Symbole in Menüs:Größe:GrößenangabenKleine SymboleKleinere SymboleSocketSocket:Einige der 'Neu'-Namen enthalten / Zeichen (z.B. `%s`). Dadurch landen die Dateien in verschiedenen Verzeichnissen. Fortsetzen?Einige dieser Dateien sind auf einem anderen Rechner - sie werden ignoriert - 'tschuldigungEinige ältere Applikationen unterstützen XDND nicht vollständig und es kann sein, daß Sie diese Option aktivieren müssen. Benutzen Sie sie, wenn beim Ziehen einer Datei über eine Applikation ein + auf dem Mauszeiger erscheint, aber nichts passiert.Manche Fenstermanager unterstützen das neue 'Extended Window Manager Hints' System nicht und behandeln Pinwand und Leisten wie normale Fenster. Probieren Sie diese Option bei Problemen, wie das Erscheinen von Pinwand und Leisten in Fensterlisten, Erscheinen von Titelzeilen und anderer Elemente an Pinwand oder Pane, oder wenn die Pinwand durch Mausklick in den Vordergrund kommt.Der Dateimanager weiß nicht mit allen Programmen umzugehen, die direkt auf der Arbeitsfläche laufen. So werden z.B. minimierte Fenster unterhalb der Gnome-Leiste abgelegt. Hier kann eine obere und untere Sperrzone für minimierte Fenster definiert werden. ROX-Filer Leiste verursachen keine Probleme.Sorry - ich brauche ein Ziel vom Typ text/uri-list oder XdndDirectSave0.Sorry - ich brauche ein Ziel vom Typ text/uri-list oder application/octet-stream.Kann '%s' nicht verwenden, da es keine lokale Datei ist.'tschuldigung, kann kein Aktionsmenü für eine Netwerkdatei / Rohdaten anzeigen.Nur immer genau eine Datei auf diese Zone bewegen.SortierenNach Datum sortierenNach Gruppe sortierenNach Name sortierenNach Benutzer sortierenNach Größe sortierenNach Typ sortierenNach Datum sortierenNach Gruppe sortierenNach Name sortierenNach Benutzer sortierenNach Größe sortierenNach Typ sortierenSortieren nach:SortierungSortierenSpanischGeben Sie einen regulären Suchausdruck an, und eine Zeichenkette mit der der Suchtext ersetzt werden soll.Sprungverzögerung:StickyStreckenBild strecken, um den Hintergrund auszufüllenSchwedischZu Terminal wechselnVerkn.VerknüpfungVerknüpfung zu VerknüpfenVerknüpfe ... ?Erstelle Verknüpfungen zu den gewünschten Programmen in diesem Verzeichnis. Diese erscheinen im Menü für diesen Typ (%s/%s).Die Bestehende Verknüpfung zu '%s' mit einer Verknüpfung zu '%s' ersetzen?TText neben SymbolenTextschatten:Text unter SymbolenText, der breiter als dieser Wert ist, wird im 'Große Icons'-Modus in eine zweite Zeile umgebrochen. Im 'Riesige Symbole'-Modus wird der Text umgebrochen, wenn er 50% breiter als dieser Wert ist.Die -o Option wird nicht mehr benutzt. Nehmen Sie diese Einstellung über Optionen->Kompatibilität vor.Über das `Öffnen mit'-Menü können Dateien bequem mit einer definierbaren Auswahl an Programmen geöffnet werden. Um Programme in dieses Menü aufzunehmen, müssen Sie in folgende Verzeichnisse verlinkt werden: %s %s Das `Öffnen mit'-Menü kann durch Drücken von Shift+Menü-Taste über einer Datei geöffnet werden.Der Hintergrundverwalter muss ein Programmverzeichnis sein. Ziehen Sie ein Programmverzeichnis auf den 'Hintergrund einstellen'-Dialog oder (für Programmierer) übergeben Sie es an die SOAP SetBackdropApp Methode.Der Dateimanager benutzt einen Satz von Regeln, um den richtigen MIME-Typ für jede reguläre Datei herauszufinden, um dann nach einem passenden Symbol für diesen Typ zu suchen.Der Dateimanager wird jedesmal, wenn es sinnvoll erscheint (wenn Sie das Verzeichnis wechseln oder die Anzeigeart), die Fenstergröße anpassen.Die erste Übereinstimmung in jedem Dateinamen wird ersetzt mit dieser Zeichenkette.Es gibt keine Sonderzeichen.Der Zeichensatz, der für den Text unter Symbolen verwendet wirdDas Tastaturkürzel ist:Die maximale Größe, prozentual zum Bildschirm, auf die die automatische Größenanpassung das Fenster vergrößern darf.Der Ort muß mindestens ein Zeichen enthalten!Der Monitor in die Leisten im Xinerama-Modus eingegrenzt werden (gezählt von 0).Der Pfadname, den Sie angegeben haben, existiert nicht. Das Symbol wurde nicht geändert.Das Programm, das gestart wird, wenn Sie 'Terminal hier' aus dem Menü aufrufen.Der Sitzungsmanager wendet diese Einstellungen an durch -S oder --rox-session als Aufrufparameter beim Start des Dateimanagers.Die Größe der Leisten.Der Text unter dem Symbol ist:ThemenSymbol-Themen gehören nach ~/.icons.Es gibt keine Miniaturem zum EntfernenEs gab genau einen Fehler. Es gab %d Fehler. DickDünnDie Verwendung von erweiterten Attributen, wie sie in neueren Systemen verfügbar sind, deaktivieren. Mit der Wahl dieser Option wird der Menüpunkt 'Typ zuweisen' deaktiviert. Der Dateityp (MIME-Typ) wird nur aus dem Dateinamen abgeleitet und das Eigenschaftenfenster zeigt keine erweiterten Attribute an.Dies ist kein gültiger UTF-8 Dateiname. Sie sollten ihn ändern. Dies ist ein regulärer Ausdruck für die Suche. ^ Übereinstimmung mit dem Anfang eines Dateinamens $ Übereinstimmung mit dem Ende \. Suche nach einem Punkt \.htm$ sucht nach '.htm' in 'index.html', etcDas Verzeichnis besitzt bereits den vorgesehenen Namen.Das ist kein Programm! Geben Sie mir stattdessen eine Applikation!Das ist die Standardeinstellung für neue Fenster. Über das Menu 'Ansicht' können Miniaturen für jedes Fenster an- und abgeschaltet werden.Das Ende der Liste ist schon erreichtDiese Option bestimmt, wie lange (1000ms entspricht 1 Sekunde) Sie eine Datei über ein Verzeichnis halten müssen, bevor es aufspringt. Sie benötigt die vorherige Option, um eine Wirkung zu haben.Diese Option, die die vorherige benötigt, bewirkt, daß das hervorgehobene Verzeichnis aufspringt, nachdem eine Datei für eine Weile darübergehalten wurde.Dieses Programm kann nicht ausgeführt werden, da der 0launch Befehl nicht vorhanden ist. Er kann von hier runtergeladen werden: http://0install.net/injector.htmlMiniaturenMiniaturenspeicherMiniaturen, FliesenFliese Hintergrund mit dem BildZeitangabenTitleZum Festlegen von Tastaturkürzeln: - Öffnen Sie das Menü über ein Dateimanager-Fenster, - Bewegen Sie den Mauszeiger über den gewünschten Eintrag, - Drücken Sie die Taste, an die die Funktion geknüpft werden soll. Die Taste erscheint dann neben dem Menüeintrag und Sie können nun einfach diese Taste drücken, ohne das Menü zu öffnen.Zur Beschleunigung werden die erzeugten Miniaturen im versteckten Verzeichnis ~/.thumbnails gespeichert. Klicken Sie hier, um diesen Speicher zu löschen. Die Miniaturen werden neu erstellt, sobald nötig.WerkzeugleisteTyp der WerkzeugleisteWerkzeuge/BefehlszeileOberer RandObere TabuzoneLeiste am oberen RandÜbersetzungProbieren Sie 'ROX-Filer/AppRun --help' für weitere Informationen. Probieren Sie 'ROX-Filer/AppRun -h' für weitere Informationen. TypTyp:TypenUnmöglich die Bilddatei zu laden -- vielleicht verstehe ich dieses Format nicht, oder vielleicht sind die Zugriffsrechte falsch gesetzt? Das Symbol wurde nicht geändert.Einmalige FensterUnbekanntUnbekannter AktionsaufrufUnbekannter Detailtyp '%s'Unbekannter Sortiertyp '%s'Unbekannter Stil '%s'Unbekanntes ZielUnbekannter Typ:AushängenUnbenanntTitellose DatenHochBenutzung: ROX-Filer/AppRun [OPTION]... [FILE]... Öffne jedes angegebene Verzeichnis oder jede angegebene Datei, oder das aktuelle Arbeitsverzeichnis, sofern keine Argumente angegeben wurden. -b, --border=LEISTE öffnet LEISTE als Seitenpanel -b, --bottom=LEISTE öffnet LEISTE am unteren Bildschirmrand -c, --client-id=ID für die Sitzungsverwaltung -d, --dir=DIR öffnet DIR als Verzeichnis (nicht als Anwendung) -D, --close=DIR schließe DIR samt Unterverzeichnissen -h, --help zeigt diese Hilfe und beendet ROX-Filer -l, --left=PANEL öffnet PANEL am linken Bildschirmrand -m, --mime-type=DATEI zeigt den MIME-Typ von DATEI und beendet ROX-Filer -n, --new startet neuen Dateimanager, auch wenn bereits einer läuft -p, --pinboard=PIN PIN als Pinwand benutzen -r, --right=LEISTE öffnet LEISTE am rechten Bildschirmrand -R, --RPC Methodenaufruf gelesen von stdin -s, --show=DATEI öffnet das Verzeichnis, in dem sich DATEI befindet -S, --rox-session Leiste und Pinwand gemäß Einstellungen, und -n -t, --top=LEISTE öffnet LEISTE am oberen Bildschirmrand -u, --user zeigt Benutzernamen in jedem Fenster -v, --version zeigt Versionsinformation und beendet ROX-Filer -x, --examine=DATEI DATEI ist geändert - neu prüfen Bug-Reports bitte an Benutze ein Raster mit 16 Pixeln Abstand, um Symbole auf der Arbeitsfläche zu positionieren.Benutze ein Raster mit 2 Pixeln Abstand, um Symbole auf der Arbeitsfläche zu positionieren.Benutze ein Raster mit 32 Pixeln Abstand, um Symbole auf der Arbeitsfläche zu positionieren.Eine Kopie des Bildes als Standard für diesen MIME-Typ verwenden.Eine Kopie des Bildes für diesen MIME-Typ verwenden.Zeichensatz:Benutze nur Einzelbuchstaben statt Worten für 'Durchsuche', 'Alle' und 'Miniaturen' in der Titelzeile.Benutzen Sie den 'Symbol ändern...'-Dialog, um das Symbol für jeden Typ zu setzen. Beachte, daß so zugewiesene Symbol Vorrang vor Themensymbole genießen.LANG Environment-Variable benutzenDiese Applikation verwenden für alle Dateien von diesem MIME-Typ.Benutzerdefinierte Tastaturkürzel sind standardmäßig deaktiviert. Aktivieren Sie dieses Feature durch: 1) Benutzung eines XSettings-Managers, wie ROX-Session oder gnome-settings-daemon, oder 2) Hinzufügen dieser Zeile zu ~/.gtkrc-2.0: gtk-can-change-accels = 1 (das funktioniert nur, wenn XSETTINGS nicht benutzt werden)VideovorschaubilderAnsichtsart:SCHREIBGESCHÜTZTDer X Server hat einen 'BadWindow' Fehler gesendet. Dies könnte an einem GTK-Fehler liegen(während einer Ziehen-and-Ablegen eines Objekts?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Versuche weiterzumachen...WocheWochenWenn das Verzeichnis diese Anzahl von Dateien enthält, wird es mit Kleinen Symbolen dargestellt, sonst werden Große Symbole verwendet.Beim Ziehen von Dateien mit der linken MaustasteBeim Ziehen von Dateien mit der mittleren MaustasteBeim Start durch einen Sitzungsmanager (wie ROX-Session), kann der Dateimanager eine Liste und/oder die Pinwand öffnen. Hier kann eingestellt werden, welche.Ist diese Option aktiviert, so können Sie eine Datei über ein Unterverzeichnis oder Programm in einem Dateimanager-Fenster ziehen. Der Eintrag wird hervorgehoben und ein Loslassen der Datei führt dazu, daß diese in das Verzeichnis gelegt oder in das Programm geladen wird.Wenn Miniaturen eingeschaltet sind, wird jedes Bild verkleinert im Verzeichnisfenster dargestellt.Wenn Sie die Pinwand verwenden, können Sie Dateien und Programme auf den Hintergrund ziehen und dort für schnellen Zugriff ablegen.Drücken Sie Tab in der 'Pfad eingeben...'-Befehlszeile, so wird ein Piepton ausgegeben, falls nichts passiert (z.B. weil es mehrere Möglichkeiten gibt und der nächste Buchstabe variiert).Drücken Sie Tab in der 'Pfad eingeben...'-Befehlszeile, so wird ein Piepton ausgegeben, falls mehr als eine passende Datei gefunden wird, auch wenn weitere Buchstaben hinzugefügt wurden.Wenn Sie eine Datei aus dem Browser oder anderen Netzwerkquelle ziehen, wird dieses Programm gestartet, um den Download zu erledigen. $1 steht für die URI (Netzadresse), und Ziel ist das aktuelle Verzeichnis. Beispiel: xterm -e wget $1Breite der Werkzeugleiste bestimmt Minimalbreite des FenstersFensterFensterverhaltenFenstermanagerproblemeMit:WeltSchreibenXDS Protokoll Fehler: Dateiname darf kein '/' enthalten XDS Protokoll Fehler: Rückgabewert sollte 'S', 'F' oder 'E' sein XdndDirectSave0-Ziel bereitgestellt, aber das Atom XdndDirectSave0 (type text/plain)enthielt keinen Dateinamen XineramaXinerama-Monitor %d nicht verfügbarTerminal hierJahrJahreJaJa (funktioniert auch mit älterer Glibc-Version)Sie können den Hintergrund nur auf ein Programm einstellen, das sich auf ROX-Filer Hintergründe versteht. Programmierer: Die Appinfo.xml des Programmes muss das CanSetBackdrop Element enthalten, wie im ROX-Filer Manual beschrieben.Sie können Startaktionen nur für normale Dateien setzenSie können keine zweite Ansicht dieses Verzeichnisses öffnen, da die 'Einzigartige Fenster'-Option im Options-Fenster aktiviert ist.Sie können dies nicht mit mehr als einem Eintrag auf einmal tunDas Betriebssystem scheint dies nicht zu unterstützen.Sie haben versucht, das Leiste per Fenstermanager zu schließen - ich denke, daß das normalerweise versehentlich passiert ... wirklich schließen?Bitten wählen Sie erst einige Einträge zum Löschen ausBitte öffnen Sie das Menü über einem EintragBitte wählen Sie erst einige zu zählende Einträge ausBitte wählen Sie erst einige zu durchsuchende Verzeichnisse ausBitte wählen Sie erst einige Einträge aus, deren Zugriffsrechte Sie ändern wollenBitte wählen Sie erst die Dateien aus, deren Typ Sie ändern wollenDrücken Sie Shift+Menü-Taste über einer Datei, um sie zu sendenKein Lesezeichen markiertSie müssen die Fenstergröße manuell anpassen, indem sie den Fenstermanager oder den `Fenstergröße anpassen'-Menüpunkt benutzen oder durch Doppelklick auf den Fensterhintergrund.Ihre CHOICESPATH Variable erlaubt nur Root die Einstellungen zu ändern.Ihre alten Leisten-Einstellungen wurden ins neue XML-Format konvertiert.Ihre alten Pinwand-Einstellungen wurden ins neue XML-Format konvertiert._Gruppe_Name_Besitzer_Zugriffsrechte_Still_Relative Verknüpfung_Umbenennen_Ersetzen_Rückgängig_Größe_Typ_Verwende BefehlTerminalprogramm:a+x (Mache ausführbar/durchsuchbar)a-x (Mache nicht-ausführbar/nicht-durchsuchbar)aufsteigendatimeBlöckeunten-linksunten-rechtsBytebytesctimeabsteigendVerzeichnisseVerzeichnisEigenschaften, die beim Kompilieren festgelegt wurdenDateifile(1) sagt... %sDateiengidgo-rwx (Privat - Zugriff nur für Besitzer)go-w (Sicherheitsproblem beheben)go=u-w (Öffentlicher Zugriff ohne Schreiben)waagerechtinodeDateiDateienlstat(2) fehlgeschlagen: %sInhalte zusammenführeneingehängtmsmtimenlinkskeine Verzeichnisse) überschreibenPixelabschneidenGrößeSystemoben-linksoben-rechtsu+rw (Gib Besitzer Lese+Schreib-Rechte)uidaugehängtsenkrechtrox-2.11/ROX-Filer/Messages/es/000077500000000000000000000000001230207736700161415ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/es/LC_MESSAGES/000077500000000000000000000000001230207736700177265ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/es/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003137411230207736700220030ustar00rootroot00000000000000 :`MaMM&MN$-N RN_NDeNFNN O'O9OMO_O&yO-O;O2 P0=P(nPPP$PP3PQ Q-Q?Q$NQsQQQ QQQQ"QR6RURuRRR RR RR#R%S;SSSkS{S SS S SSSS TT*.T&YTTTT T TTZ!ZZZZ[ [)[9[P[ `[m[ }[[ [[![8[\\_\ r\\\d\\ ]s]]]](]&]'] ^2^R^V^_ _+*_V_m_Z/``)`<`$`a a*aGb\b vb bbbb b bb!c%c ,c 6cCcXcqc bd md wd dd&dd d dd>d+e=eBeHe.^e'ee!eJe8fQfef~f*ff#f f!fgg6g KgXgqg8g]g#h,h<>h2{hh$hlh]imi j#jj jjj!k#k+k4k ^ss ssss tStbt qt{tt t ttVuJuR,vv}vjw,ww7wwx6x-y2Eyxyyyyyy z|#zz>zzz|| | ||} &}4~`I~!~H~J2}%7)8Ri,n>B HV]{$Ɂ" #% (4:@)&<AGNSbg mbxۃpcj ΄؄   *I9gxBw\s_ydg^ƊIpI`  5%"[~ˍ#&,29 ANU\ cnt{  Ϗޏ 983lq  ;  ! .Α/03:@ DOT q}# ȒҒrx7 Γ ݓ$<]Kɔ ͔ؔ$ *58S-\ q2 ; .9K\.a` OƟnl- 8NO'ԡ"40T ̢ Ԣߢ:T Zh y ȣ ۣ0?D6M  ŤΤ+֤ "-A1] B?2GY^n Ʀ2Ԧnv  ӧ ٧&ET] c n {"ƨ˨ T"?w ũЩ*,E L W d o}!ͪ'  *6 H T#a «٫#5$H2m ìԬ  #1: NZj{!ҭ )?R)߮ įٯ #) / ;IP}XMְ$N6D)Mn6D<8u z ʵ ׵ #7L? +ն  s'Aݷ ߷ &7bBj?_MkԼ@47dQ1ZDCD]Ϳ+%Ci6p!8W66-wdF %#(.4Q -1 :4E0zE]t  )1A IVY98T9I8J\[7B5z .50dmsau &'-*X_p1:ks'2x2Y%p*##N'r&/A:3<n+Bh=@*17 >KRairz (     ) 5?\atz$~! "*-3: KU\bejq z pF,* *7];^.E_y2;6M>=4%%$' L?Y&, 5"Cf2"#7 Ghx &)&%'M^rD &6;G." 2Sp 0A!CFe] %6>oW |nw}03040egH c8nS1@*)k 3]06(g " )""EKZi  & 06EUA^G@,m*Z%52Q8 *%%?eOa"AU#O)s~/ (!) 2=Lk '! :'3 [ /z    4    - : @ E K Z t ,   '  # 8  O Z  c 5n #  & #   9  E R Z s   /\=>85.!d/ XO&W~;J>'Q"y v?Td{7pUWM"v1(#ZQ~.55'/DW3$+-!/O&']?d>  !&HP]f++LWf") -L %z  J !&!C!a!4i!+!T!"];""" """("##&#(A#$j## ### ####=$=$+%1%7%>%E%Y%^%d%ut%%&i&& '-'<'Q'b' r' '`''(\)^u*f*;++q`,,sU-u-?.X.Z@/g/k0o0 ~00:0%0 1;$1+`1"13111 2 2 2&2/2 72D2M2S2 c2 m2x222 2 2222282 33"34!!4C4 Z4d4t4g4M4 ;5H5`5x555 5B556 6A6P6 777!>78`77777 77+7 7"768T8e8u8M9T9?g999999:&:C:`V::!:: : :;;8; H; U;`;o; r; ;1; ; ;;;/|<< Z=He=====8=i1>>&A BF Fo G|GHHHHH2HHZHNI$iI2I6I=I26J(iJJJJJ J&J(KI*K tKKKKKKKK"L(L":L"]L@LLLALM M%M@M QM_M nMxM*M+M MM$M6N UN`N pNL~N@N# O0OGOLO]O|O$O O OOIOz(PPP PP P P(P"Q+Q0AQUrQ QQ QQQR%!RGRIRNRSRbR qR$RR]RB SNS WS bSnSSS5S7S TT"T4TDT'XTT9T#T3T,U ?UKU\UuU U)U UU)UV(VBV%`V VV&VV@V(W?WHW]W$xWWWWW WWXX8XHX[X%uX'X'XXYY*YCY`YsYY6PZZ%g[[[[#[[[\\$\+\3\[\]m]a_Lp`U`>a\RaDaaab b3bKb_bpbbbbbb bb cZc$vccc'ccccd %d2dEdGd!e#e;eYeueeec@ffbhSiJpi`ijmj#k.lIlxal7lLm5_mOmpmVn#lnn=nnnooo3'o@[pp4dq-qq[r{rJs%t tt tt4u5u:uAujIuv|wwwwww8w4)x^xcxixoxx y$y=y Ny$Zy#y y$yyyz zz 0z;zJzPzG8FGǀYEiuˁAEVC ՄCC?džLt:x(҉}?\=Oڋ*2"Orw}VR݌z0!͍ҍ؍7܍EHԏmz2&;'b84ÑB<;\x,ՒY“@6]   Ɣ ה  %7 ]hnv   Ǖ&ҕ#8'#`'  ǖі  '5 >HKS[qCɗ ͗ؗ+G{LkxSmQS]y?U=pH R~>(0tIZiY9Jp#B2C2JO^^8N3j9</cc-MtnZDs qxY~I9.'?8g,h(EB"OOA(VH#F+uw}az&C*[.'gpcF3q:2PRNmoD@[`#vg4AD=y%6lqPv;+l\WJ+@7 LXsQ$ _|})5fI k/BKK.Rb:2L1_T  TK7jbV Xtz-`G8 a[ 6\@v0sw|4?4Vw: Me7bzk{zSN a&:SE]Z51o xy/r=<dh!<*&v6o sQ]%n>y!l^!wuUx \>kYi\c,G{uF POP`*jf0_U1YA}l_ >-~9-5^X|`M]e"r,?@u$Z"&nJV}Ar(bdn~d6pX{KC#H5f1e edWMWoGCQjrTf%h  'a)I< 7;0h|;)E%!.i'iq$FTR43$LB3m/m  U)NtW*HgD;",= E8[ Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s not accessable%s on %d items%s total, %s used, %s free (%.1f %%)%s: no handler for %s%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' is not a valid URI'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Non-regular file '%s' not changed 'Not changing type of directory '%s' 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(use default), goingContents indicate...Panel stylePermissionsPositionSave display settings for directoryWhen all directories are closedXineramaQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change contents of '%s'??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:ActionAction windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd PanelAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAn item must be unlocked before it can be removed.AndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications in this panel have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Are you sure you want to remove this panel from the desktop?Arguments to pass (for executables):AskAsk the window manager not to cover this panel when maximising windows, otherwise leave just 2 pixels at the edge of the screen to allow auto-raising. Some window managers may not honour this setting.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.BottomBottom edgeBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Choices have been moved from %s to the new location %s %sChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CommentCompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...DELETE ... ?DateDayDaysDefaultDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo nothingDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEject commandEnter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here. This option is now only used when upgrading from an old version.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every icon on this panel is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:ExecuteExecute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %sFailed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile system table "%s" not found, cannot monitor system mountsFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Directories With FilesFilter Files...FindFind expression referenceFineFitFollow Symbolic LinksFont for displaying mono-spaced textFor all files of type `%s' (%s/%s)ForceForeground:GGbGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.If you use multiple monitors with Xinerama, use this option to confine the panel to one monitor.Image and TextImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInotify supportInternal error - bad info typeInternal error: %s unreadableInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItemItem no longer exists!KKbKeep icons within screen limitsKeeps the panel above other windows. Enable this option to make sure the dock option works correctly in some versions of compiz. May require a restart to take effect.Keyboard shortcutsLarge File SupportLarge IconsLargest window size:Last _ModifiedLeftLeft edgeLeft marginLeft-click to run %s. Right-click for a list of versions.Left: Show/hide hidden files Right: Show/hide thumbnailsLinkLink (absolute)Link (relative)Link target:Link...List ViewLockedLocking an item prevents it from being accidentally removedLook InsideMMIME typesMake the New column a copy of OldMakes sure panels stay against screen edges. Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Manage thumbnailsManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Mono fontMost window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount commandMount commandsMount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNon-local URL %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown for icons in this panel.Only the pinboard is shown.Open As TextOpen DirectoryOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:Panel (obsolete)Panel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stays on topPanel widthParent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:Perform the same action in future for this mount pointPermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatROX-Filer log viewerROX-Filer startedReadReal directory:Really delete icon '%s'?Recently VisitedRecently performed actions...RecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)Remove PanelRenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRightRight edgeRight marginRun action:Running as user '%s'Running with GTK version %d.%d.%d SSGIDSUIDSame as current windowSame as defaultSave As:Save Current Display Settings...ScaleScale the image to fit the backdrop area, regardless of image dimensions - overscaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect settings to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow LogShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extended attribute indicatorShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The command used to eject removable media. If unsure, use "eject".The command used to mount a filesystem. If unsure, use "mount".The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. The only special characters are back-references from \0 to \9. To use them literally, they have to be escaped with a backslash.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor this panel is confined to when using Xinerama. The numbering starts from zero.The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of this panel.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimeTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTopTop edgeTop marginTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unable to read '%s': %sUnable to replace '%s'Unable to save '%s'Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sideUnknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnmount commandUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -U, --url=URL open file or directory in URI form -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to %s. Home page (including updated versions): http://rox.sourceforge.net/ Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of no-go area at left of screen.Width of no-go area at right of screen.Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou must unlock '%s' before removing itYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunepxsizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: rox-filer-2.9 spanish Report-Msgid-Bugs-To: POT-Creation-Date: 2009-09-16 08:51+0200 PO-Revision-Date: 2009-10-18 18:45+0100 Last-Translator: Miguel Anxo Bouzada Language-Team: GALPon MiniNo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Spanish X-Poedit-Country: SPAIN Nota: si se trata de ejecutar una aplicación, necesita ajustar el bit de ejecución en el menú «Permisos». --- Solicitando al proceso hijo que termine... Proceso terminado. Intentando MATAR un proceso desbocado... (%u oculto) y va a afectar a algunos elementos en el tablero o en el panel - ¿quiere borrarlo igualmente? va a afectar a algunos elementos en el tablero o en el panel - ¿quiere borrarlos igualmente?!%s Fallo al copiar '%s' !%s falla al mover %s a %s !%s Falló el montaje !%s Falló el desmontaje !%s falló la expulsión !'%s' es un enlace simbólico !ERROR: No se puede copiar un objeto en él mismo !ERROR: No se puede mover/renombrar un objeto en él mismo !ERROR: El destino ya existe pero no es un directorio !La condición de búsqueda no es válida - debe cambiarla y probar de nuevo !Orden de modo no válida - debe cambiarla y probar de nuevo !Tipo no válido - debe cambiarlo y probar de nuevo !¡Punto de montaje sin seleccionar! %No fue posible migrar %d directorios%d elementos%d los nombres coinciden, pero los resultados fueron los mismos%s '%s'%s (para '%s')%s no es accesible%s en %d elementos%s total, %s usado, %s libre (%.1f %%)%s: no es manejado por %s%u seleccionado (%s)' Hecho ' Total: %s ('%s' ya no es un enlace simbólico'%s' no es una URI válida'%s' no es un directorio'(de todas formas parece que ahora está montado) '(al verificar '%s') 'Cambiando permisos de '%s' 'Cambiando el tipo de '%s' a '%s' 'Copiando %s en %s 'Borrando '%s' 'El directorio '%s' fue borrado 'Expulsar '%s' 'Enlazando %s con %s 'Montando %s 'Moviendo %s a %s 'Archivo no regular '%s' no se cambia 'El tipo de directorio '%s no se cambia' 'Intentando copiar de todas formas... 'Intentando mover de todas formas... 'Desmontando %s (Iconos pequeños):(utf-8 incorrecto)(clic para definir)(No está disponible guardar por CHOICESPATH -elección de la ruta-)(predefinido), enEl contenido indica...Estilo de panelPermisosPosiciónGuardar ajustes de visualización para el directorioCuando se cierran todos los directoriosXineramaInicio rápido Ponga sólo el nombre del archivo que quiere buscar entre comillas: 'index.html' (Para encontrar 'index.html') Ejemplos '*.htm', '*.html' (Encuentra HTML) IsDIr 'lib' (Encuentra directorios 'lib') IsReg 'core' (encuentra un archivo regular llamado 'core') ! (IsDir, IsReg) (No es un directorio o archivo regular) mtime after 1 day ago and size > 1Mb (Con 1 mb y modificado recientemente) 'CVS' prune, isreg (archivo regular no está en CVS) IsReg system(grep -q fred "%") (contiene la palabra 'fred') Probas sinxelas IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (tipos) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permisos) IsEmpty, IsMine Un patrón entre comillas simples es un patrón comodín estilo terminal. Si contiene una barra después del espacio rompe la ruta completa, por el contrario rompe el nombre del archivo. Comparaciones <, <=, =, !=, >, >=, After, Before (compara dos valores) 5 bytes, 1Kb, 2Mb, 3Gb (tamaños de archivos) 2 secs|mins|hours|days|weeks|years ago|hence (veces) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (valores) Especiales system(command) (verdadero si «comando» devuelve un cero de salida; un % en el «comando» es substituido por la ruta del archivo actual) prune (falso, impide la búsqueda de contenido en un directorio).?¿'%s' ya existe - %s??¿'%s' ya existe - sobreescribir??¿Otra búsqueda??¿Cambiar el contenido de '%s'??¿Cambiar permisos de '%s'??¿Cambiar el tipo de '%s'??¿Verificar '%s'??¿Copiar %s en %s??¿Calcular el contenido de %s??¿Eliminar %s'%s'??¿Expulsar '%s'??¿Enlazar %s como %s??¿Montar %s??¿Mover %s a %s??¿Desmontar %s?AEl archivo llamado '%s' ya existeUn archivo llamado '%s' ya existe. Abandonando el renombrado en grupo.Ya está especificada una acción y es un programa - ¿está seguro de que quiere eliminarlo?Acerca de «ROX-Filer»...Hora de acceso: AcciónAcciones en las ventanasLa ventana de acciones aparece cuando se inicia una operación en segundo plano, como copiar o borrar archivos.Añadir nuevo marcapáginasAñadir panelAñadir el archivo y los nombres de las imágenes a tu lista personal. Esto se perderá si la imagen o el archivo se mueven.DespuésAntesTodos.Permite arrastrar iconos a la ventana del gestorCambiar también el contenido de los subdirectoriosTambién cambia el contenido de los directorios.Redimensionar siempreEl elemento debe ser desbloqueado antes de quitarlo.YCualquier archivo colocado en su directorio de plantillas aparecerá en el menú «Nuevo». Escogiendo uno de ellos creará una copia de éste como un nuevo archivo. " Los siguientes directorios contienen plantillas: %s %s Directorio de aplicacionesApariencia¡La mini aplicación se cerró sin crear un «widget»!Directorio de aplicación:Aplicación: Esto es un directorio de aplicación - puede ejecutarlo como un programa, o abrirlo (clic «Mayús» mientras lo abre). La mayoría de las aplicaciones tienen su propia ayuda aquí, pero ésta no lo hace.Sólo las aplicaciones tienen imagen, todo lo demás tiene tanto imagen como texto.Aplicar¿Quiere confirmar a apertura de la ventana %d ?¿Está seguro de que quiere eliminar este panel del escritorio?Argumentos necesarios (para ejecutables):PreguntarIndicarle al gestor de ventanas que no cubra este panel cuando se maximicen las ventanas, de lo contrario, deje sólo 2 píxeles del borde de la pantalla para permitir el redimensionado. En algunos gestores de ventanas no podrá establecer esta configuración.Intento de invocar el método '%s' SOAP desconocidoIntentando leer un archivo XML como un archivo de texto. El archivo '%s' puede estar dañado.Ajustar automáticamente las ventanas del gestorIniciar (silenciosamente) estas accionesAutomáticoTamaño automáticoIconos pequeños automáticamente:BFondo de pantalla...Segundo planoPitido si falla autocompletar con «Tab»Pitido si hay varias coincidenciasAntesComportamientoIconos grandesCompatibilidad binariaMenús de «Blackbox» cortadosBlackbox, Fluxbox y gestores de ventanas similares todavía no trabajan bien con el tablero de ROX-Filer. Esta opción soluciona algunos problemas. Se espera que estos gestores de ventanas cambien su comportamiento en nuevas versiones para que esto no sea necesario.Archivo en blancoDispositivo de bloqueDispositivo de bloque:MarcadoresMenú de marcadoresMuestre tanto el panel como el tableroAbajoBorde inferiorMargen inferiorRegistroEnlace simbólico roto (o usted no tiene permiso para usarlo): %sRenombrar archivos en grupoByteBytesNo se puede acceder '%s': %sNo es posible guardar en los favoritos directorios no locales como '%s'No es posible guardar en los favoritos un recurso no local '%s' No se puede borrar '%s': %sNo se pueden eliminar miniaturas en %s: %sNo es posible obtener datos de la máquina remota (application/octet-stream no disponible)No es posible abrir el directorio: %sNo se puede eliminar %s: %sNo es posible ver estadísticas del directorio: %sCancelarNombres en mayúscula van antes (al ordenar por nombres)CentradoCentrar la imagen sin escalarlaCambiar a:Cambiar el contenido de los subdirectoriosCambiar tamaño del iconoReferencia para el cambio de permisosCambiar criterio de ordenaciónCambiar fecha:Cambiar a directorio de inicioCambiar al directorio superiorLos cambios sólo tendrán efecto después de que inicie de nuevo «ROX-Filer»Cambia el tamaño de los iconos o los detalles que se muestran redimensionará la ventana por ti.Dispositivo de carácterDispositivo de carácter:La selección fue movida de %s a una nueva localización %s %sLa opción guardar fue desactivada por la variable CHOICESPATH -elección de la ruta-Las opciones se guardarán como: %sElija un estilo y arrastre una imagen en:Escoja entre el método rápido o lento de escalado de imágenes para el fondo. El método lento puede dar mejores resultados.Limpiar selecciónHacer clic una vez abre el elemento. Para seleccionarlo pulse la tecla «Ctrl». Si esta opción esta desactivada, con un sólo clic selecciona y con dos lo abre.Presione en el icono para abrir:Activando esta opción, al hacer clic en el botón 1 (normalmente el izquierdo) abre el directorio en una ventana nueva. Hacer clic con el botón 2 (el del medio) hará que se abra en la ventana actual.CerrarCerrar ventanaCerrar la ventana del gestorGruesaColorear los archivos según estos tiposColoresComando:ComentarioCompatibilidadCompilado con GTK versión %s Asignar un monitor XineramaCopiarCopiar ... ?Copiar archivos sin pedir confirmaciónCopie la imagen a este directorioCopiar los archivosCopiar la imagen dentro del directorio, como un archivo oculto llamado |. DirIcon ». Todos los usuarios verán el icono, y pueden mover el directorio con seguridad. Normalmente esta es la mejor opción si usted puede escribir en el directorio.Copiar...Copyright (C) 2005 Thomas Leonard. «ROX-Filer» no tiene ABSOLUTAMENTE NINGUNA GARANTIA, en toda la extensión permitida por la ley. Usted puede redistribuir copias de «ROX-Filer» bajo los términos de la GNU General Public License. Para más información sobre la licencia, vea el archivo llamado «COPYING». No fue posible cambiar los permisos: %sNo se puede leer el enlace: %sNo se pudieron enviar los datos al programa: %sTamañoCalcular el tamaño de ... ?CrearCrear enlaces a los archivos sin pedir confirmaciónPersonalizarPersonalizar el menúBORRAR ... ?FechaDíaDíasPredeterminadoDetalles predeterminados:Configuración predeterminadaAjustes predeterminados para ventanas nuevasTamaño predeterminado: BorrarBorrar archivos sin pedir confirmaciónBorrar elementos tales comoBorrando el elementoBorrando los elementosEscritorioDetallesDirectorioLos directorios van antes (al ordenarlos por nombres)Apertura automática de directoriosDirectorioNo se puede acceder al directorio '%s'No se encuentra el directorio '%s'.Directorio ausente/borradoDirectorio:Uso de discoMostrarEstilo de visualizaciónSoporte para «dnotify»Buscar y sustituir en los archivos de la columna Nuevo. Los archivos no son realmente renombrados hasta que presione el botón Renombrar, abajo.No tapar el panelNo hacer nada¿Desea desmontar este dispositivo? Desmontar un dispositivo hace que sea seguro extraerlo.No confirmar el borrado de elementos sin permisos de escrituraNo confirmar la eliminación de elementos no escribiblesNo confirme cada operaciónNo mostrar mucha información en el área de mensajesNo listar los archivos procesadosNo crear registro de cada archivo al ser movidoNo usar los atributos extendidosNo usar nombres de hostPuertaArchivos de puerta son como «sockets» o «canalizaciones» y sólo se usan en Solaris.Puerta:Doble clic sobre el fondo redimensionaGestor de descargasArrastre un directorio aquí para añadirlo a marcapáginasArrastrar y pegarArrastrar y soltarArrastre el icono a un visor de directorio (o introduzca la ruta completa)Arrastrar a iconosArrastre la aplicación apropiada aquíArrastre un archivo de icono aquíSuelte una imagen aquíERRORERROR al leerLas ventanas son obligadas a ser lo suficientemente amplias como para mostrar la totalidad de la barra de herramientasEditar marcapáginasEditar elementoEditar las reglas MIMEExpulsarOrden de expulsiónIntroducir la ruta...Introduzca un patrón de nombre de archivo para seleccionar los coincidentes: ? equivale a cualquier carácter * equivale a cero o a más caracteres [aA] equivale a «a» o «A» [a-z] equivale a cualquier carácter desde la «a» la «z» (minúscula) *.png equivale a cualquier nombre que termine en «.png»Introduzca un patrón para los archivos que serán mostrados. Un filtro vacío equivale a un filtro desactivado.Introduzca el comando de terminal a ejecutar. Haga clic en un archivo para asignarlo.Introduzca la orden para cargar "$@" con el programa adecuado. Ej: gimp "$@"Introduzca un comando de terminal:Introduzca el nombre de un archivo a ser mostrado por el gestor, presione TAB para autocompletar con la selección más próxima, Esc para cerrar.Ponga el nombre del panel que va ser mostrado. Esta opción ahora sólo se usa si actualizó de una versión anterior.Ponga el nombre del tablero que va a ser mostradoOcurrió un error al crear '%s': %sOcurrió un error al crear el archivo: no fue posible encontrar el modelo para %sSe produjo un error creando la imagen '%s': %sOcurrió un error al obtener la lista de archivos: %sOcurrió un error en el archivo '%s' en la línea %d: "%s" Esto puede ser debido al actualizar desde una versión antigua del «ROX-Filer». Abra la ventana «Opciones» elija deshacer y presione en Guardar. Los siguientes errores serán ignorados.Se produjo un error en: %s manejando %sSe produjo un error cargando la imagen de fondo: %s Fondo eliminado.Se produjo un error ejecutando mini aplicación: %sSe produjo un error guardando %s: %sOcurrió un error al guardar el archivo: %sSe produjo un error guardando el panel %s: %sSe produjo un error guardando el tablero %s: %sOcurrió un error al explorar '%s': %sOcurrió un error al explorar '%s': %s Se produjo un error, el enlace simbólico apunta a un archivo que no existe o a un archivo en el que el gestor no tiene permisos para acceder.Error:Cada icono del panel es mostrado como una imagen y algún textoEjecutar¡El ejecutable '%s' es escribible por todos! Se rehúsa su ejecución. Por favor cambie los permisos ahora (este problema puede ser causado por un fallo en las versiones anteriores del gestor). Hay ejecutables (no enlaces simbólicos) escribibles por todos, eso significa que cualquier persona que maneje su computadora puede sustituir sus aplicaciones por otras con código malicioso. Si usted confía en quien pueda escribir en estos archivos no debe preocuparse. En caso contrario, debería comprobar, o suprimir, todos los permisos que afecten a archivos ejecutables.Archivo ejecutable:EjecutarEjecutar archivoExpresión:Soporte para atributos extendidosAtributos extendidosLos atributos extendidos, usados para guardar los tipos de archivo, no son soportados por este(s) archivo(s). Esto puede ser debido a falta de soporte por parte del sistema de archivos o de la biblioteca de C, o puede simplemente ser necesario montar el sistema de archivos con las opciones de montaje correctas ('user_xattr' en Linux).Atributos extendidos:Fallo al añadir algunos elementos al tablero, ya que están en una máquina remota. Por ejemplo: " %sFallo creando el enlace simbólico '%s': %sFallo al crear el enlace de '%s': %s (nota: el enlace antiguo fue eliminado)¡Falla el acceso al teclado!Fallo al cargar la imagen '%s': razón desconocida, es probable que el archivo de imagen esté dañadoFallo mapeando el archivo '%s': %sFallo al abrir y analizar el archivo '%s': %sNo se puede abrir el archivo '%s': %sFalló al leer el tamañoFalló al renombrar '%s' como '%s': %s Abandonando el renombrado en grupo.Falló la exploraciónFallo al deshacer el vínculo '%s': %sEscalado rápido de imágenesArchivoEl archivo: %s no existe o no se puede acceder a élMenú de archivo con clic en botón derechoNo se encuentra la tabla del sistema de archivos "%s", no se supervisan los montajesColores de tipos de archivoLos nombres de archivo (y de los detalles) han de colocarse de acuerdo con el tipo de archivoVentanas del gestorFiltroFiltrar directorios con archivosFiltrar archivos...BuscarReferencia para expresiones de búsquedaFinaAjustarSeguir enlaces simbólicosFuente para mostrar texto mono-espaciadoPara todos los del tipo `%s' (%s/%s)ForzarPrimer planoGGbGlob (%s),Ir a:GrupoEl grupo %s no está definido. Seleccione algunos archivos y haga clic en Ctrl+%s para definir el grupo. Presione sólo %s para seleccionar los archivos más tarde. Asegúrese de que «BloqNum» está activado al usar el teclado numérico.Altura de zona prohibida en el borde inferior de la pantalla.Altura de zona prohibida en el borde superior de la pantalla.AyudaDesdeOcultoInicioDirectorio «Home»HoraHorasIconos gigantesNo se puede mostrar el elemento definido actualmente, ya que no hay nada definido actualmente. ¡Arrastre algo aquí!No se sabe como abrir '%s'Ahora se mostrará el directorio «Enviar a»; en él deberá crear enlaces simbólicos (Ctrl+Shift arrastar) a las aplicaciones que quiera.Ahora se mostrará el directorio de plantillas; en él deberá colocar los archivos-plantilla que quiera.Ver como iconosRejilla de separación de iconosTema de iconosVentanas como iconosPoner los iconosVista de iconosSólo iconosIconos con...Si el programa usado para este tipo de archivo no está definido, usar este como predeterminado.Si hace doble clic sobre el fondo de la ventana, redimensiona la ventana como si hiciera clic en el icono de tamaño automático en la barra de tareas.Activada esta opción los archivos cuyos nombres comienzan con una mayúscula van antes que los archivos cuyos nombres comienzan con minúsculas.Si está activado, el enlace simbólico guardará el camino desde éste al archivo de destino. Úsalo de este modo si el enlace y el destino se moverán juntos. Si esta desactivado, el enlace guardará el camino a partir del directorio de raíz - úsalo de este modo si el enlace podrá moverse pero el destino deberá permanecer en el mismo sitio.Activando esta opción los encabezamientos de las columnas se mostrarán en la vista de lista.Activada esta opción, los directorios aparecerán antes que los archivos cuando se ordena por nombre.Activando esta opción, las ventanas nuevas heredan los ajustes de la ventana origen, si es posible, de lo contrario toman como predeterminado el aquí definido.Si está activada la opción, los archivos que tienen uno o más atributos extendidos tendrán un emblema añadido para indicarlo.Si está activada, los archivos cuyos nombres comienzan con un punto se mostrarán, si no, permanecerán ocultos.Activando esta opción, la descripción completa de cada tipo de objeto no se muestra más que como un resumen de su tipo básico.Activada esta opción, los iconos se mantienen siempre dentro de los límites de la pantalla, incluida la etiqueta.Activada esta opción, el gestor sólo mostrará como iconos las ventanas asociadas con el actual espacio de trabajo.Activada esta opción, el gestor muestra cada ventana como un pequeño botón en el tablero. Requiere un gestor de ventanas compatible, y el tablero debe estar en uso.Si se activa esta opción, los iconos grandes se mostrarán en columnas, si no en filas.Si se activa esta opción, los iconos pequeños se mostrarán en columnas, si no en filas.Si abre un directorio que ya está abierto en otra ventana, esto hará que la otra ventana sea cerrada.Si utiliza múltiples monitores con «Xinerama», utilice esta opción para asignar el panel a un monitor .Imagen y textoSólo imagenImagen sólo para aplicacionesLínea perdida o incorrecta en los datos «text/uri-list»Heredar opciones de la ventana origenSoporte para «Inotify»Ocurrió un error interno - tipo de información no válidaOcurrió un error interno: %s no es legibleCondición de búsqueda no válidaLa aplicación %s no es válida (AppRun defectuoso)Invertir selecciónEsBloqueEsCaracterEsDispositivoEsDirectorioEsPuertaEsVacioEsEjecutableEsEnlaceEsMioEsCanalizaciónEsLegibleEsRegistroEsSGIDEsSUIDEsSocketEsPegajosoEsEscribibleElemento¡El elemento ya no existe!KKbMantener los iconos dentro de los limites de la pantallaMantiene el panel por encima de otras ventanas. Active esta opción para asegurarse de que la opción acoplar funciona correctamente en algunas versiones de compiz. Puede requerir un reinicio para tener efecto.Atajos de tecladoSoporte para archivos largos (LFS)Iconos grandesTamaño de la ventana más grandeÚltima _modificaciónIzquierdaBorde izquierdoMargen izquierdoPresione en el botón izquierdo para ejecutar %s. Presiona el botón derecho para listar las versiones.Izquierda: muestra/oculta archivos ocultos Derecha: muestra/oculta miniaturasCrear enlaceCrear enlace (absoluto)Crear enlace (relativo)Destino del enlace:Crear enlace...ListaBloqueadoEl bloqueo de un elemento impide que sea eliminado accidentalmenteMostrar contenidoMTipos MIMEHacer en la columna «Nuevo» una copia de la columna «Antiguo»Asegura que los paneles se mantienen en los bordes de la pantalla. Desactive esta opción si el panel se mantiene por encima de otras ventanas en contra de sus deseos. Requiere un reinicio para tener efecto.Gestión de miniaturasManualAnchura máxima (iconos grandes):Anchura máxima para el texto bajo los iconos pequeños.MbMediaMenúsMinutoMini búferMinutosFalta ',' después de la etiqueta del iconoFalta '='Falta '>' en la etiqueta del iconoFalta < or > en el archivo de configuración del panelModificar fecha:Fuente «Mono»La mayoría de gestores de ventanas proporcionan una forma de «iconificar» (o «minimizar»), las ventanas, de diversos programas, entre ellos «ROX-Filer», puede utilizarlo para mostrar las ventanas como iconos.MontarMontar / DesmontarMontar y desmontar sistemas de archivos sin pedir confirmaciónOrden de montajeComandos para el montajePunto de montajePunto de montaje (%s)Punto de montaje para %s (%s)MoverMover archivos sin pedir confirmaciónMover los archivosNOTA: su sistema no soporta opciones largas - en su lugar debe utilizar las versiones cortas. NombreNo ajustar nunca automáticamenteNuevoNueva ventanaNombre nuevoLa nueva ruta no es absolutaVentana nueva en botón 1NuevoDirectorioNuevoArchivoMás nuevoSiguiente clicNoNo (no se encuentra apsymbols.h)Sin iconosNo hay URI's en text/uri-list (¡nada que hacer!)Sin cambiosSin detallesSin elementos%sNingún tablero estaba en uso... el tablero «Default» está seleccionado. Utilice «rox -p=Default» para activarlo en el futuroNo está definida ninguna acción para ejecutarNo se especificó ninguna acción para archivos de este tipo (%s/%s) - Defina la acción Ejecutar en el menú «Siguiente clic» o arrastre este archivo a una aplicación.%sSin sombraNinguna expresión (en la columna Nuevo) coincide con la expresión dadaSin barra de herramientasNo ejecutable %s%s no es una URL localNingunoNinguno de los nombres fue cambiado. ¡No se hace nada!Ninguno de estos archivos está en la máquina local - no se puede operar en múltiples archivos remotos.Normalmente «ROX-Filer» determina el tipo de un archivo regular buscando un patrón en su nombre. Para cambiar el tipo del archivo tiene que renombrarlo. Algunos sistemas nuevos de archivos pueden soportar algo llamado 'Atributos Extendidos' que pueden ser usados para guardar datos adicionales de cada archivo como parámetros nombrados. «ROX-Filer» usa el atributo «user.mime_type» para guardar los tipos de archivo. Los tipos de archivo sólo son soportados para archivos regulares, y no para directorios, dispositivos, tuberías (pipes) o «sockets», por lo tanto sólo en ciertos sistemas de archivos es cuando el S.O. los implementa. Normalmente, hacer clic derecho en el fondo del escritorio abre el menú y en el izquierdo limpia la selección. Active esta opción si desea enviar estos eventos al gestor de ventanas. Los clics en los iconos no serán enviados.Normalmente basta con seleccionar una opción del menú desplegable, pero a veces se necesita precisar un poco más... El formato de una orden es CAMBIO,CAMBIO,... Cada CAMBIO es: QUIÉN CÓMO PERMISOS QUIÉN es alguna combinación de u, g, o que determina si se van a cambiar los permisos para el Usuario (propietario), Grupo u Otros. CÓMO es +,- o - para añadir, quitar o mantener permisos. PERMISOS son combinaciones de las letras rwxXstugo Los textos entre paréntesis y los espacios son ignorados Ejemplos u+rw: concede permisos de lectura y escritura al propietario g=u: los permisos para grupo son los mismos que los de usuario(s) o=u-w: otros tienen los mismos permisos que el propietario menos el de escritura a+x: aPermisos de acceso/ejecución - lo mismo que ugo+x a+X: los directorios se hacen accesibles para todos; los archivos se hacen ejecutables para todos u+rw, go+r: ¡dos órdenes a la vez! u+s: poner el bit SetUID - normalmente no tiene efecto en archivos de escritura 755: configura permisos directamente Vea la página de ayuda (man) chmod(1) para ver más detalles.NoNo soportadoObserve que puede obtener el menú desplegable, arrastrando al tiempo que mantiene presionada la tecla «Alt».Observe que puede obtener el menú desplegable, arrastrando con el botón izquierdo al tiempo que mantiene presionada la tecla «Alt».Tenga en cuenta que tiene que guardar su selección y reiniciar el programa para que las nuevas definiciones de idioma tengan efecto.NadaAhoraONombre antiguoUn nombre coincide, pero el resultado fue el mismoSólo se muestra el panelSólo se pueden utilizar archivos (y algunas aplicaciones) para fijar una imagen de fondo.Sólo para el archivo `%s'Sólo para los del tipo `%s' (%s/%s)Crear registro de directorios sólo al ser movidosSólo crea registro de los directorios al ser borradosSobreescribir sólo si el origen es más nuevo que el destinoSólo se muestra la imagen para iconos en el panelSólo se muestra el tablero (escritorio)Abrir como textoAbrir directorioAbrir desmontadoOpcionesOpciones...Ordenar los iconos grandes en verticalOrdenar los iconos pequeñas en verticalSobreescribir el control del gestor de ventanas con el tablero y el panelPropietarioPropietario, Grupo:Panel (obsoleto)Opciones del panelOpciones del panel...Panel y tableroDejar «fijo» el panelSólo el panelEl panel permanece en primer planoAnchura del panelDirectorio anterior, nueva ventanaDirectorio anterior, misma ventanaEnviar los clics del ratón del escritorio al gestor de ventanasRutaPatrón:Realizar la misma acción en el futuro para este punto de montajePermisosEscritorioComportamiento del tableroSólo el tableroCanalizaciónCanalización:PosiciónPresentePresione el atajo deseado (ej. Control+F1)El programa %s no se encuentra - ¿borrado?PropiedadesPropiedades de ... ?Eliminar miniaturas de la «caché»Sitúe el cursor en una entrada de la lista para moverSilenciosoAplicación ROX«ROX-Filer»«ROX-Filer» todavía no soporta puntos de montaje en su sistema. Disculpe.ROX-Filer convirtió su archivo de Opciones al nuevo formato XMLVisor del registro de «ROX-Filer»«ROX-Filer» activadoLeerDirectorio real:¿Quiere borrar el icono '%s'?Visitado recientementeAcciones realizadas recientemente---RecursivoActualizarArchivo regular:Disculpe - La aplicación remota no consigue o no quiere enviar los datosUna aplicación remota quiere usar «Direct Save», pero no se puede leer la propiedad XdndDirectSave0 (type text/plain). Eliminar elemento(s)Eliminar panelRenombrarRenombrar ... ?Renombrar...Sustituir:Actualizar los contenidos del directorioRevertirRedimensionar ventanaRedimensionar cuando cambie el estilo de ventanaRestaurar todas las opciones a como estaban cuando abrió la ventana de «Opciones».Orden inversoDerechaBorde derechoMargen derechoAcción:Ejecutando como usuario '%s'Ejecutando con GTK versión %d.%d.%d SSGIDSUIDVentana actualPredeterminadoGuardar como:Guardar ajustes de visualización...EscaladoEscala la imagen para adaptarla al tamaño del fondo, independientemente de las dimensiones -Escalar la imagen para que cubra todo el fondo, sin distorsionarlaAnalizarExplorandoExplorando.Buscar dentro de ... ?SegundoSegundosVea la página del manual attr(5) para más detalles.Vea la página del manual fsattr(5) para más detalles.SeleccionarSeleccionar todosSeleccionar si...Seleccionar si:Seleccionar nombre:Seleccionar todo/invertir la selecciónSeleccionar por nombre...Seleccione las propiedades de visualización para guardarSeleccione los ajustes para guardarSeleccione los botones que desee tener en la barra:Enviar ... a ... ?Enviar a...Definir icono...Definir qué ejecutar...Definir tipo...Definir fondoPredeterminar para todos `%s/'Definir iconoDefinir icono para ... ?Predeterminar para todos `%s/'Definir atajos de tecladoDefinir permisos de ... ?Definir acción para ejecutarDefinir acción a ejecutar para ... ?Definir tipoDefinir tipo de ... ?Referencia para la definición de tipo-elección de la ruta-Definir el tipo no está soportado por algunos de estos archivosComando de terminal...Comando:Abrir Con «Mayús»Abrir con «Mayús» ... ?Marcas en la barra de título cortasMostrarMostrar marcapáginasMostrar archivos de ayudaMostrar ocultosInformaciónMostrar localizaciónMostrar registroMostrar ayuda de «ROX-Filer»Mostrar destinoMostrar miniaturasMostrar archivos de ayudaMostrar un menú de acciones posiblesMostrar encabezamientos de las columnasMostrar indicador de atributo extendidoMostrar detalles extraMostrar todos los tiposMostrar ocultosMostrar archivos ocultosMostrar ventanas como iconosMostrar miniaturasMostrar por espacio de trabajoMuestra el menú de archivo en vez del menú principal cuando se presiona el botón derecho con archivo seleccionados (para acceder al menú principal mantenga presionada la tecla «Ctrl».Mostrar la selección actual en una ventana del gestorMuestra el número de elementos que aparece en una ventana del gestor, así como el número de elementos ocultos (en su caso). Cuando hay una selección, muestra el número de elementos seleccionados y su tamaño combinado.Muestra la totalidad de los elementosNavegación con un sólo clicUn sólo clic para abrirTamañoTamaño de los iconos en el menú: Tamaño:TamañosIconos pequeñosIconos pequeñosSocketSocket:Algunos de los Nuevos nombres contienen el carácter / (ej. '%s'). Esto hará que los archivos terminen en directorios diferentes. ¿Continuar?Disculpe - Algunos de estos archivos están en una máquina diferente - van a ser ignoradosAlgunas aplicaciones antiguas no soportan «XDND» y pueden precisar que esta opción esté activada. Use esta opción si al arrastrar un archivo a la aplicación muestra un «+» en el puntero, pero no trabaja.Algunos gestores de ventanas no soportan el nuevo sistema «Extended Window Manager Hints» y tratan a los tableros y paneles como ventanas normales. Active esta opción para solucionar problemas como que el tablero se vea en primer plano cuando presiona en él, barras de título y otras decoraciones de ventanas, o que tengan que aparecer en la lista de ventanas.Algunas veces el gestor no sabe de los demás objetos que puede haber en el escritorio y pone las ventanas iconificadas debajo, por ejemplo, del panel de Gnome. Usted puede definir un margen inferior para evitar colocar iconos ahí. El gestor ya sabe de su propio panel.Disculpe - es necesario un destino del tipo text/uri-list o XdndDirectSave0.Disculpe - Es necesario el destino del tipo text/uri-list o application/octet-stream.Disculpe, no se puede usar '%s' porque no es un archivo local.Disculpe, no es posible mostrar un menú de acciones para un archivo remoto / datos en brutoDisculpe, debe soltar un archivo exactamente en el área de destino.OrdenarOrdenar por fechaOrdenar por grupoOrdenar por nombreOrdenar por propietarioOrdenar por tamañoOrdenar por tipoOrdenar por fechaOrdenar por grupoOrdenar por nombreOrdenar por propietarioOrdenar por tamañoOrdenar por tipoOrdenar por: Ordenar por tipo y propietarioOrdenandoEspecifique una expresión regular para coincidencias, y una expresión para sustituirlas.Retardo de «apertura automática»:PegajosoEstiradaEstira la imagen para rellenar el fondoCambiar a una terminalEnlace simbólicoEnlace simbólicoEnlace simbólico a Crear enlaceCrear enlace ... ?Cree los enlaces simbólicos de los programas que quiera en este directorio. Aparecerán en el menú para todos los elementos de este tipo (%s/%s).El enlace a partir de '%s' ya existe. ¿Sustituir por un enlace a '%s'?TAbrir aquí un terminalPrograma emulador de terminalTexto al lado de los iconosTexto sombreadoTexto bajo los iconosEl texto más ancho que esto se romperá en dos líneas en el modo de Iconos grandes. En el modo Gigante, el texto se cortará cuando supere el 50% de esta anchura.El argumento -o ya no se usa. Puede en su lugar activar «override» en la ventana de «Opciones».El menú «Enviar a...» permite enviar fácilmente archivos a una aplicación. Las aplicaciones listadas están en los siguientes directorios: %s %s El menú «Enviar a...» puede ser abierto con Shift+Clic sobre un archivo. Uso avanzado: Puede también crear subdirectorios llamados «.text_html», «.text», etc que serán presentados sólo para archivos de ese tipo. «.group» es mostrado sólo cuando sean seleccionados varios archivos.El gestor del fondo debe ser un directorio de aplicación. Arrastre una aplicación del directorio al cuadro de diálogo, o (para programadores) asignarlo a SetBackdropApp método SOAP.Orden usada para expulsar dispositivos extraíbles, si no esta seguro use «eject»Orden para montar el sistema de archivos, si no está seguro use «mount»Orden para desmontar el sistema de archivos, si no está seguro use «umount»(sí, sin «un»).El gestor de archivos usa un juego de reglas para buscar el tipo MIME correcto para cada archivo regular y luego escoge el icono adecuado para ese tipo.El gestor redimensionará ventanas siempre que parezca útil (es decir, cambiando el directorio o el estilo).La primera coincidencia en cada nombre de archivo será sustituida por esta expresión. Los únicos caracteres especiales son copias de las referencias de \0 a \9. Para usarlos, literalmente, tienen que ser escapados con una barra invertida«\».Fuente utilizada para el texto bajo los iconosEl atajo de teclado es:El tamaño mayor, como un porcentaje del tamaño de la pantalla, al que se redimensionará automáticamente una ventana.¡La localización debe contener al menos un carácter!Monitor del panel asignado con Xinerama. La numeración comienza desde cero.La ruta indicada no existe. El icono no fue cambiado.Este programa se iniciará cuando elija en el menú «Abrir aquí un terminal»El administrador de sesiones activa estas opciones usando «-S» o «--rox-session» como argumentos de «rox».Tamaño de este panelEl texto mostrado bajo el icono es:TemasLos temas de iconos deben estar en el directorio «~/.icons»No hay miniaturas para borrarHabía un error. Había %d errores. GruesoDelgadoEsto desactiva el uso de atributos extendidos disponible en los nuevos sistemas operativos y sistemas de archivos. Con esta opción la entrada «Definir tipo» del menú está desactivada, y para el tipo MIME se utiliza únicamente el nombre de los archivos y la ventana de propiedades nos informa de ellos.El nombre del archivo no es un UTF-8 válido. Debe renombrarlo. Esta es una expresión regular para ser buscada. ^ coincidencia al inicio de un nombre de archivo $ coincidencia al final \. coincidencia a un punto \.htm$ coincidencia al '.htm' en 'index.htm', etcEste ya es el nombre canónico para este directorio.¡No es una aplicación o archivo ejecutable!Esta es la configuración predeterminada para las ventanas nuevas. Use el menú desplegable para activar/desactivar las miniaturas en las ventanas.Este elemento ya está al finalEn esta opción se indica cuánto tiempo, en ms, debe mantenerse un archivo sobre un directorio antes de que adopte «apertura automática». Esa opción debe haber sido activada para que esto tenga efecto.Esta opción, que requiere que la opción de arriba esté también activada, hace que el directorio pase a foco como «apertura automática» durante un breve tiempo después de que el archivo sea desplazado sobre él.Esta aplicación (%s) no puede ejecutarse, ya que el comando «0launch» no está disponible. Puede descargarlo desde este enlace: http://0install.net/injector.htmlMiniaturasCaché de miniaturasMiniaturas, MosaicoHace un mosaico con la imagen para rellenar el fondoHoraFechasTítuloPara definir un atajo de teclado para un elemento del menú: - Abra el menú sobre una ventana del gestor de archivos, - Mueva el puntero sobre el elemento que quiere usar, - Presione la tecla que quiere asociar al menú. La tecla aparecerá al lado del elemento del menú, y en el futuro podrá simplemente presionar en esa tecla sin tener que abrir el menú.Para acelerar el trabajo, as miniaturas generadas son almacenadas en el directorio oculto ~/.thumbnails. Haga clic aquí para eliminar la cache de las miniaturas. Si es necesario volverán a crearse.Barra de herramientasTipo de barra de herramientas:Herramientas/Mini búferArribaBorde superiorMargen superiorUse «ROX-Filer/AppRun --help» para más información. Use «ROX-Filer/AppRun -h» para más información. TipoTipo:TiposNo es posible cargar la imagen -- o está en un formato desconocido o no tiene los permisos apropiados El icono no fue cambiado.Incapaz de leer '%s': %sNo se puede sustituir '%s'No se puede guardar '%s'Ventanas únicasDesconocidoLa acción solicitada es desconocidaDetalles del tipo '%s' desconocidosDesconocidoTipo de ordenación '%s' desconocidoEstilo '%s' desconocidoDestino desconocidoTipo desconocido:DesmontarOrden de desmontajeSin nombreDatosSinNombreSubirUso: ROX-Filer/AppRun [OPCIÓN]... [FICHEIRO]... Abrir cada directorio o archivo listado, o el directorio de trabajo actual si no se da ningún argumento. -b, --border=PANEL abrir PANEL como un panel de borde -B, --bottom=PANEL abrir PANEL como un panel en el borde inferior de la pantalla -c, --client-id=ID usado para la gestión de la sesión -d, --dir=DIR abrir DIR como un directorio (no como aplicación) -D, --close=DIR cerrar DIR y sus subdirectorios -h, --help mostrar esta ayuda y salir -l, --left=PAINEL abrir PANEL como un panel en el borde izquierdo de la pantalla -m, --mime-type=FILE imprime el tipo MIME de FILE y sale -n, --new inicia una nueva copia; para debug del filer -p, --pinboard=PIN usar el tablero PIN como escritorio -r, --right=PANEL abrir PANEL como un panel en el borde derecho de la pantalla -R, --RPC invocar method call read from stdin -s, --show=FILE abrir el directorio mostrando FILE -S, --rox-session usar las opciones predeterminadas de panel y escritorio, y -n -t, --top=PANEL abrir PANEL como un panel en el borde superior de la pantalla -u, --user mostrar el nombre de usuario en cada ventana -v, --version mostar información de la versión y salir -x, --examine=FILE FILE ha cambiado - re-examinarlo Reportar bugs a %s. Home page (incluyendo versiones actualizadas): http://rox.sourceforge.net/ Usar rejilla de 16 píxeles para posicionar los iconos en el escritorioUsar rejilla de 2 píxeles para posicionar los iconos en el escritorioUsar rejilla de 32 píxeles para posicionar los iconos en el escritorioUse una copia de la imagen como predeterminada para todos los archivos de este tipo MIME.Use una copia de la imagen para todos los archivos de este tipo MIME.Usar fuentes personalizadasUsar letras en vez de palabras para la exploración, indicadores de «Todo» y «Miniaturas» en la barra de título.Utilice el cuadro de diálogo «Definir iconos ...» para configurar el icono de cada tipo MIME. Tenga en cuenta que los iconos definidos de esta forma anulan a los del tema seleccionado.Utilizar esta aplicación para todos los archivos del mismo tipo MIMELos atajos definibles por el usuario están desactivados por omisión en Gtk2, y usted no los activó. Puede activar esta característica al: 1) usar un gestor de XSettings, tal como ROX-Session o con gnome-settings-daemon, o 2) añadiendo esta línea al ~/.gtkrc-2.0: gtk-can-change-accels = 1 (esto funciona si NO se utiliza XSETTINGS)Miniaturas de vídeoVer tipo: PROTEGIDO CONTRA ESCRITURATenemos un error BadWindow del servidor X. Esto puede ser debido a este bug del GTK (¿al hacer arrastar-y-soltar?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Intentando continuar...SemanaSemanasCuando se selecciona el tamaño automático: si el directorio contiene muchos elementos se mostrarán iconos pequeños, si no, se mostrarán los iconos grandes.Cuando se arrastran los archivos con el botón izquierdo del ratónCuando arrastra los archivos con el botón del medio del ratónCuando se ejecuta un administrador de sesiones (como ROX-Session) el gestor puede abrir un panel y/o un tablero. Configúrelo aquí.Con esta opción activada usted puede arrastrar un archivo a la ventana de un subdirectorio o a un programa. El ítem se resaltará cuando hagas esto y al soltar el archivo lo pondrá dentro del directorio, o lo cargará con el programa.Cuando se activan las miniaturas, cada archivo de imagen de un directorio carga una pequeña miniatura para mostrar.Usando un tablero, usted puede arrastrar archivos y aplicaciones en el fondo del escritorio para crear accesos rápidos.Cuando se usa «Introducir la ruta...» y se presiona «Tab», se escucha un pitido si no ocurre nada (Ej.: porque hay varias posibilidades y la siguiente letra varía).Cuando se usa «Introducir la ruta...» y se presiona «Tab», se escucha un pitido si hay más de un archivo que encaja, incluso si algunas letras más fueron añadidas.Cuando usted arrastra un archivo de un navegador web u otra fuente remota, este programa será el encargado de descargarlo. $1 es la URI arrastrada al gestor, y el directorio actual será el de destino. Ej: xterm-e wget $1Anchura de zona prohibida en el borde izquierdo de la pantalla.Anchura de zona prohibida en el borde derecho de la pantalla.La anchura de la barra de herramientas establece el ancho mínimo de la ventanaVentanaComportamiento de la ventanaProblemas en el gestor de ventanasPor:MundoEscribirOcurrió un error en el protocolo XDS: el nombre de una archivo no puede contener '/' Hubo un error en protocolo XDS: el código de retorno debería ser 'S', 'F' o 'E' Destino XdndDirectSave0 disponible, pero el elemento XdndDirectSave0 (tipo texto/simple) no contiene un nombre de archivo Monitor Xinerama %d no disponibleAñoAñosSíSí (puede ejecutarse con versiones antiguas del glibc)Sólo podrá crear un fondo con una imagen o un programa para que «ROX-Filer» sepa como manejarla. Programadores: la aplicación AppInfo.xml debe contener el elemento CanSetBackdrop, tal como se describe en el manual de «ROX-Filer».Sólo se puede definir la acción de ejecutar para un archivo regularNo es posible abrir una segunda vista para este directorio porque la opción «ventanas únicas» está activada en la ventana de Opciones.Esto sólo es posible hacerlo con un elemento cada vez. Rox tiene una política muy visual, arrastre directamente los elementos a la ventana de destino.Parece que no tiene soporte OS.Has intentado cerrar un panel usando el gestor de ventanas - Normalmente eso es accidental... ¿realmente quiere cerrarlo?Antes de quitarlo debe seleccionar algún elementoDebes abrir el menú sobre un elementoDebe desbloquear '%s' antes de quitarloEs necesario seleccionar algunos elementos para calcularEs preciso seleccionar algunos elementos para buscarEs necesario escoger los elementos cuyos permisos quiere modificarTiene que seleccionar el elemento cuyo tipo quiere modificarPresione la tecla «Shift+Mayús» y haga clic sobre un archivo para enviarlo a algún sitioDebe seleccionar algunas líneas para borrarTendrá que cambiar el tamaño de las ventanas manualmente, utilizando el gestor de ventanas, en la entrada del menú «Redimensionar ventana» o haciendo doble clic en el fondo d la ventana.Disculpe - Su variable CHOICESPATH -elección de la ruta- no permite la personalización.El antiguo archivo de panel fue convertido al nuevo formato XML.Su antiguo tablero fue convertido al nuevo formato XML_Grupo_NombrePr_opietario_Permisos_SilenciosoEnlace _relativo_Renombrar_Sustituir_Revertir_Tamaño_Tipo_Usar el comandoa+x (Hacer ejecutable/buscable)a-x (Hacer no ejecutable/no buscable)ascendenteatimebloquesabajo a la izquierdaabajo a la derechabytebytesctimedescendentedirectoriosdirectoriocaracterísticas definidas al compilararchivoel archivo(1) dice... %sarchivosgidgo-rwx (Privado - acceso permitido sólo al propietario)go-w (Evita problemas de seguridad)go=u-w (Acceso público, sin escritura)horizontalnodo-ielementoelementosFallo en lstat(2): %smezclar contenidosmontadomsmtimenlinksningún directorio) sobreescribirpíxelesdescartarpxtamañosistemaarriba a la izquierdaarriba a la derechau+rw (Dar al propietario del archivo permisos de lectura escritura)uiddesmontadoverticalrox-2.11/ROX-Filer/Messages/et_EE/000077500000000000000000000000001230207736700165135ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/et_EE/LC_MESSAGES/000077500000000000000000000000001230207736700203005ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/et_EE/LC_MESSAGES/ROX-Filer.mo000066400000000000000000002721541230207736700223570ustar00rootroot00000000000000<\8 K!KK&KK$K LLD%LFjLLLLL MM&9M-`M;M2M0M(.NWNsN$uNN3NN N$NO#O +O9OUO"lOOOOOO P "P/P BPPPbPzPPP PP PP PQF QRQnQQQ Q QQrW!WWWW WXX'X 7XDX TX_X oX|X!~X8X\X6Y IYVYdeYYsYOZUZYZ(_Z&Z'Z ZZZ[ [+[[\L\])]$?]d]*[^G^^ ^ __'_>_ @_ L_X___!|__ _ ____ ` ` ` `a&a >aJa \aja>paaaaa.a'b9b!ObJqbbbbc* c4c#;c _c!jcccc ccc8d]IdddddHd6e2He{e$ele*f:fffg ggg!ggg hh-hIh Nh$Yh~hhhii jj"jjkk/k OkYkkk qk~kkkkkk k kk&kl*l=lQlYlal)ell l lll mrm mm mmym/nZBn-n.nn6oOo"jooooOop"p=p%Np tp p>pp pqq,q2q 8qSFqq qqqq qqVrJ$sRoss}s)Wt,tt7ttu8u/v2Gvzvvvvvv w|%www6wwwy y yy z !z/{`D{{H||J|:}%W}}}}7}}}~&~,+~X~q~B~ ~~~~~ "-P Vbikn u)8&b ŀbπ2pPc %/ ?MJ ĂςIނ(gB\__Pyd*gII{5; JU5q"ʊ>-Ft#ȋϋՋۋ  $+4 =IQhqsv Ōь $ 4A I S_ a!l/ލ  +#E iv7, dp$Ï]ҏ05P T_h ڐ-   &q1 o;y Ғ.ג`g|a *4 8OFnlrz~-NϜ5'T"|4ԝ % -8U:r  Ǟ՞ " 5?rF̟0 +4 GUZ`g{+Π  1)[a qB{?,=E M2[n  *3M S&aEΣ ף "@HJOTk{? *,Dq x ť!ץ'!> P [g y # Ҧ #2KTf$y2ѧ . > J Tb vèب /EX)ʪߪ#(@F L Xfm}uMANSDFM6ٯD<U Ͱ ڰ    *7@T\Ld Ʊ+α ,> FsTAȲ 4 FSdbHkb4"d<1JӸDDc]%D6K!Ѻ׺ܺ826Ѽ6w?׽{! ſο%ӿ"   !4-0b-<D]w  D9&8`9I8V\g!N7p5  .c0Mm!s9- 7>Ogms1y:kR[{'2x2A%tp* #6&Z/A:<.+kB(=k@  !)2:@ F S(t   !4:$>c!  "'. 7A^ b l7wr"((Q6i@?"5+X94/2d4727V)X 40 % /=X'm*<Yh ,.4 OF\  u ) *BVi Cd" p*z< ,:NQ  5J\B#f#n.$C.;2j "8+;g lw ' "/ A N@X4=M!iN15: p%{ +>?^a .KG8#- l7< BM e'o ! (0GV 2=Pm(6/ 7EKTZax"0  ,6?3Cw" fh| uZ%;D!A'_ F $77M  N9MV[?j  aLL\1') .  0 #Q u X 1p    & , L h i   + ' <0 m 0cvNi#V(3+\#M!2To,tA-4GL^ek&   (,  ,18MUTbE#iz B   C*nI(?8hC\iQGT}TlXr  (44L";* C '\                ! ! !!!)!C!K!M!P! n!z!!!!!!!!! "" #" /" ;"G" I"*W""""1""""" "# # ##.#'G#o#w#$$<)$ f$t$$$.$ $^$@%$E%j%n%w%% % %%%%%% &?& N&[& k&x&'5' ';' ( (9(,@(cm($(*+00 0A0T1Os1 111 1712B72z2!2#2!2/2*3D3 c3p3 3 3'3)383*414@4G4W4j4~4 4 44 44x4 M5!n555555 555 666606E6M67T6+6666,67 7 ,7B67Cy77777 8 889+8te88 88 99&9E9L9$a9<99999 : :!*:L:Q:S:X:]:v: :: :;: : ; ;;.;2;28;4k;; ;;;;;<&<%A<g<{<< < < < <+< ==7!=Y=l= == ===3=:>K>a> h>u>>>>>> >>??-?>?$O?t??????@@(@*@@AAAAB B&B.B7BIB\BcBkBFB@CSD7oEGFQF0AGDrG3GGG H!H6HNHfH~HHHHHHII;I AIOKIIIIIII I IJJ Jr2JCJJ JJ K #K0KCKTK?LMNu5OJOOPq-P+PJPEQA\Q`QQR$R-+RYRxR RRRRESS/T5TrTmUU)VV >WIW _W lWvWWW[WXYYYY ZZ(Z8/Z9hZZZZZA[Y[b[|[[[[[[[[\\@1`?r`@`K`A?aa_aa~b=bAbd .dd}G#P2.KFj0hrm/A01K9rZ fgK'Ly)0v]|e!nNq-@^;JSw_BB@#`*u-  PR|rS3f{>k{E8Wd67A & )INA='yjZbj2R r.qIH"B/5 \td\9TQ}Z-aNb 5D*F,:wJ c5M@1/U9F8WD[23Fg :.`5Gk7|?BQ,EG%d?6Xv*u Tk$#ppEzl'}X/`_;l!YZ{A=naxo PV(hm~ O1>=Y\JT n{R4g- axf>8+7nev&bpP:]Sj[oC[ < u4!g$yG XU!"hV~Wi'sY,"cH7z)Q<tiMbt Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s total, %s used, %s free (%.1f %%)%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), going. Home page (including updated versions): http://rox.sourceforge.net/ Contents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:BasqueBeep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.Bottom edgeBottom edge panelBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices have been moved from %s to the new location %s Choices migrationChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:EstonianEvery panel icon is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason, or %s is a link to an invalid directory; try deleting it)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Files...FindFind expression referenceFineFinnishFollow Symbolic LinksFor all files of type `%s' (%s/%s)ForceForeground:FrenchGGbGermanGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKKbKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLeft edgeLeft edge panelLinkLink (absolute)Link (relative)Link target:Link...List ViewLook InsideMMIME typesMake the New column a copy of OldManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Only the pinboard is shown.Open As TextOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:PanelPanel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stylePanel width (thin)Panel: %sPanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PolishPortuguese (Brasil)Portuguese (Portugal)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRight edgeRight-edge panelRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Select the panel's position:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of the panels.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop edgeTop marginTop-edge panelTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.1.6 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-12-27 18:49+0200 PO-Revision-Date: 2005-12-27 19:01+0200 Last-Translator: Teet Tärno Language-Team: Estonian MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Note: Kui te soovite jooksutada arvutiprogrammi, peate te seadma käivitusbiti, valides Fail menüüst Õigused. --- Ootan tütarprotsesside lõpetamist... Protsess lõpetatud.. Proovin SULGEDA kontrolli alt väljunud protsessi... (%u peidetud) ja mõjutab faili töölaual või paneelil - kas kustutan siiski? mõjutab faile töölaual või paneelil - kas kustutan siiski?!%s '%s' kopeerimine ebaõnnestus !%s %s tõstmine nime alla %s ebaõnnestus !%s Ühendamine ebaõnnestus !%s Lahutamine ebaõnnestus !%s väljastamine ebaõnnestus !'%s' on sümbolviit !VIGA: Objekti ei ole võimalik sama nime alla kopeerida !VIGA: Objekti pole võimalik sama nime alla tõsta !VIGA: Sihtkoht on juba olemas, aga pole kataloog !Vigane otsingutingimus - muutke ja proovige uuesti !Vigane moodi käsk - muutke seda ja proovige veelkord !Vigane tüüp - muutke seda ja proovige veelkord !Ühenduspunkti pole valitud! %%d kataloogi ei õnnestunud ümber tõsta%d elementi%d nime vastas avaldisele, kuid tulemused olid samad%s·'%s'%s·('%s' asemel)%s·kokku,·%s·kasutusel,·%s·vaba·(%.1f·%%)%u faili valitud (%s)' Valmis ' Kokku: %s ('%s' pole enam sümbolviit'%s' ei ole kataloog'(tundub olevat juba niigi ühendatud) '('%s' kontrollimise juures) 'Muuda '%s loabitte' 'Muuda '%s' tüübiks '%s' 'Kopeerin %s nime alla: %s Kustutan '%s' Kataloog '%s' kustutatud 'Väljastan '%s' 'Loon viida %s nime alla %s 'Ühendan %s 'Tõstan %s nime alla %s 'Üritan ikkagi kopeerida... 'Üritan siiski tõsta... 'Lahutan %s (Väikesed ikoonid):(vigane utf-8)(Valimiseks klõpsa)(CHOICESPATH keelab muudatuste salvestamise)(lai)(kasuta vaikimisi asetusi), rivistades. Kodulehekülg (kus ka uued versioonid): http://rox.sourceforge.net/ Sisu järgi otsustades...ÕigusedKiirjuhend Pange otsitava faili nimi ühekordsete jutumärkide vahele: 'index.html' (et otsida faili nimega 'index.html') Näited '*.htm', '*.html' (leiab HTML-faile) IsDir 'lib' (leiab 'lib'-katalooge) IsReg 'core' (leiab tavafaile 'core') ! (IsDir, IsReg) (fail ei ole ei kataloog ega tavafail) mtime after 1 day ago and size > 1Mb (suur, hiljuti muudetud, fail) 'CVS' prune, isreg (tavafail. mis pole CVS'is) IsReg system(grep -q fred "%") (sisaldab sõna 'fred') Lihtsad testid IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (tüübid) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (failiõigused) IsEmpty, IsMine Ühekordsetes jutumärkides olevat mustrit võrreldakse käsurea stiilis. Kui see sisaldab kaldkriipsu, võrreldakse täieliku rajaga, muidu ainult failinimega. Võrdlused <, <=, =, !=, >, >=, After, Before (kahe väärtuse võrdlemine) 5 bytes, 1Kb, 2Mb, 3Gb (failisuurused) 2 secs|mins|hours|days|weeks|years ago|hence (ajad) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (väärtused) Erikäsud system(Befehl) (tõene, kui 'käsu' väljundväärtus on null; % 'käsus' asendatakse faili rajaga) prune (väär ja keelab kotaloogi sisu otsimast).?'%s' on juba olemas - %s??'%s' on juba olemas - kas kirjutan üle??Otsida veel??Muuda '%s' loabitte??Muuda '%s' tüüpi??'Kontrollida %s'??Kopeeri %s nime alla %s??Inhalt von %s zählen??Kustutada %s'%s' ??'Väljastada %s'??Luua viit %s nime alla %s??%s ühendada??Tõstan %s nime alla %s??%s lahutada?AFail nimega '%s' on juba olemasFail nimega '%s' on juba olemas. Hulgiümbernimetamine katkestatud.Käivitaja on juba määratud ja see on üsna suur programm - oled kindel, et soovid seda kustutada?ROX-Filer'i kohta...Viimati avatud:TegevusaknadTegevusaknad avanevad, kui sooritate mõne taustal jooksva tegevuse, nagu failide kopeerimine või kustutamine.Lisa järjehoidjaLisage faili ja pildi failinimed oma isiklikku nimekirja. See asetus läheb kaotsi, kui pilt või fail mujale tõstetakse.PärastTagasiKõik, Luba lohistada ikoonidele failihalduri aknasMuuda ka alamkataloogide sisuMuuda ka alamkataloogide sisu.Alati muuda suurustJaTeie Mallide kataloogi paigutatud failid on näha `Uus' menüüs. Nendest mõna valimine tekitab uue failina koopia mallist. Järgnevad kataloogid sisaldavad malle: %s %s RakenduskatVälimusApplet väljus ilma kasutajaliidese elementi loomata!Kataloograkendus:Rakendus: See on kataloograkendus (application directory). Te võite seda käivitada kui programmi või avada kui kataloogi (Shift+klõps)Enamus rakendusi näitavad omaenda abiinfot, kuid mitte see.Rakendustel on ainult pilt, muudel failidel on nii pilt kui tekst.RakendaKas tõesti soovite avada %d akent?Käivitatavale failile edastatavad argumendid:Palu aknahalduril mitte paigutada aknaid paneeli kohale, kui aken maksimeeritakse.Mõned aknahaldurid ei tunnusta seda asetust. Kui see suvand on välja lülitud, palub failihaldur paar pikslit ekraani servast vabaks jätta, et paneelide automaatne esiletõusmine toimiks.Kutsuti tundmatut SOAP-meetodit '%s'Proovin XML-faili teksti kujul lugeda. Fail '%s' võib olla vigane.Automaatselt muuda failihalduri akende suurustKäivita need tegevused ilma küsimata (vaikides):AutomaatneAutomaatselt kohanduv ikoonisuurusAutomaatselt väiksed ikoonid:BTaust...Taust:BaskiTabulaatoriga nime lõpetamise ebaõnnestumisel piiksataPiiksata kui on mitmeid võimalikke vasteidEnneKäitumineSuuremad ikoonidBinaarne ühilduvusBlackboxi taustamenüü häkkBlackbox, Fluxbox ja neile sarnased aknahaldurid ei tööta veel kuigi hästi Roxi töölauaga. Sellele vastukaaluks aktiveerib antud suvand mõningad meetmed. Nende aknahaldurite järgmistes versioonides on küllap need probleemid juba parandatud.Tühi failBlokkseadePlokkseade:JärjehoidjadJärjehoidjate-menüüNäidatakse nii paneeli kui töölauda.Alumine servPaneel all servasAlumine piirLühidaltKatkine viit (või puuduvad teil õigused sellele järgneda): %sNimeta faile ümber hulgiBaitBaitiPuudub ligipääs: '%s': %sVõrgukataloogi '%s' ei saa lisada järjehoidjatesseVõrguaadressi '%s' pole võimalik lisada järjehoidjatesse Ei suuda kustutada '%s': %sEi saa eemaldada pisipilti %s: %sVõrgust pole võimalik andmeid saada (application/octet-stream pole saadaval)Kataloogi %s ei õnnestu avadaEi saa eemaldada %s: %sEi õnnestu lugeda kataloogi %sTühistaSuurtähed enne väiketähti (nimede järgi sortides)KeskjoondaKeskjoonda pilt ilma maksimiseerimataMuuda alates:Muuda ka alamkataloogide sisuMuuda ikooni suurustAbi õiguste muutmise kohtaMuuda sortimiskriteeriume:Viimati muudetud:Mine kodukataloogiMine ülevalpoolsesse kataloogiMuutused hakkavad kehtima peale falihalduri uuestikäivitamist.Ikoonide suuruse või näidatavate omaduste hulga muutmisel muudetakse akna suurust automaatselt.MärkseadeSümbolseade:Hiina (lihtsustatud)Hiina (traditsiooniline)Choices on tõstetud ümber asukohast %s uude asukohta %s Valikute ümbertõstmineSeadete salvestamise keelab CHOICESPATH-keskkonnamuutujaEelistused salvestati nime alla: %sVali tausta positsioon ja lohista pilt kasti:Valige kiire ja aeglase meetodi vahel taustapilte skaleerides. Aeglane meetod võib anda paremaid tulemusi.Tühista valikKui antud suvand on sisse lülitud, siis üks hiireklõps avab faili/kataloogi. Hoidke all Control-klahvi, et faili valida. Kui suvand on keelatud, siis üks klõps valib faili ja kaks klõpsu avab selle.Ikoonile klõpsamine avab:Klõpsates esimese hiirenupuga (tavaliselt vasak nupp) avatakse kataloog uues aknas. Klõpsates teise nupuga (keskmine hiirenupp) avatakse kataloog samas aknas.SulgeSulge akenSulge failihalduri akenEbatäpneVärvi failid vastavalt nende tüübileVärvidKäsk:ÜhilduvusKompileeritud GTK versiooniga %s Hoia Xinerama monitori piiresKopeeriKopeeri ... ?Enne kopeerimist ei küsita nõusolekut.Kopeeri pilt kataloogiKopeeri failidKopeeri pilt kataloogi sisse peidetud faili '.DirIcon'. nime alla.Kõik kasutajad näevad ikooni ja ketaloogi võib probleemitult mujale tõsta. See on enamasti parim valik, kui Teil on kirjutusõigus antud kataloogile.Kopeeri...Copyright (C) 2003 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Ei suutnud muuta %s loabitteEi suutnud lugeda viita: %sEi suutnud saata andmeid rakendusele: %sLoendaLoenda kokku ... suurused ?TekitaEnne viitade loomist failidele ei küsita nõusolekut.KohandaKohanda menüüd...TšehhiKUSTUTA ... ?TaaniKuupäevPäevPäeviVaikimisi üksikasjad:Vaikimisi asetusedVaikimisi asetused uutele akendeleVaikimisi suurus:KustutaEnne failide kustutamist ei küsita nõusolekut.Kustuta objektid Kustuta objektKustuta objektid TöölaudLisainfoKatKatalooge näidatakse enne (nimede järgi sortides)Lahti hüppavad kataloogidKataloogPuudub ligipääs kataloogile '%s'Kataloogi '%s' ei leitud.Kataloog on kadunud/kustutatudKataloog:Lülige välja see suvand, kui paneel tõuseb soovimatult teiste akende peale. Nõuab uuestikäivitustKasutatud kettaruumVaadeVaate stiilDnotify-toetusSoorita asendus Pärast tulbas.Faile endid ei nimetata ümber enne, kui klõpsate all asuvale 'Nimeta ümber' nupule.Ära kata paneeliKas soovite selle seadme lahutada ? Pärast lahutamist on seadme/ketta eemaldamine ohutu.Kirjutuskeeluga objektide kustutamisel ära küsi kinnitustEnne kirjutuskaitsega elementide kustutamist ei küsita nõusolekut.Ära küsi kinnitust iga kordNäita teadeteaknas vähem infot.Ära näita käsitletud faileÄra näita iga faili, mida tõstetakseÄra kasuta laiendatud atribuuteÄra kasuta arvutinimesidUksUksed on soklite või torude moodi ja neid kasutatakse vaid Solarises.Uks:Topeltklõps taustale muudab suurustAllalaadimiste haldurLisamaks kataloogi järjehoidjatesse lohistage ta siia.LohistamineLohistamineLohistage ikoon kataloogivaate peale või sisestage faili asukoht täisrajagaLohista ikooni pealeLohistage siia sobiv rakendusLohistage siia ikoonifailLohistage siia piltHollandiVIGAVIGA lugemiselFailihalduri akendel ei lubata olla kitsamad kui nupuriba laiusMuuda järjehoidjaidMuuda elementiMuuda MIME reegleidVäljastaInglise (tõlkimata)Sisesta tee...Siseta failinime muster, et valida kõik sobivad failid: ? tähendab ühte suvalist märki * tähendab 0 või mitu suvalist märki [aA] tähendab 'a' või 'A' [a-z] tähendab märki a ja z vahel (väiksed tähed) *.png tähendab ükskõiik millist '.png' lõpuga nimeSisesta muster, millele vastavaid faile kuvatakse. Tühja filtri puhul lülitakse filter välja.Sisestage täidetav shelli käsk. Klõpsake failil, lisamaks seda puhvrisse.Sisestage shellikäsk, millele argumendina edastada "$@". Näit.: gimp "$@"Sisestage shelli käsk:Sisestage failinimi, mida näidata. TAB klahv lõpetab nimesid. Esc klahv sulgeb minipuhvri.Sisestage siia näidatava paneeli nimi.Sisestage siia näidatava töölaua nimi.Faili '%s' loomisel oli viga: %sViga faili loomisel: ei leidnud malli %s jaoksViga pildi kopeerimisel '%s': %sViga failide nimekirja hankides: %sViga failis '%s' real %d: "%s" See võib johtuda vanema ROX-Filer'i versiooni uuendamisest.Avage Eelistuste aken, muutke mõnda suvandit ja muutke see tagasi (mis põhjustab faili uuesti salvestamise). Edasisi vigu eiratakse.Viga käsitlejas %s: %sViga taustapildi laadimisel: %s Taust eemaldatud.Viga appleti käivitamisel: %sViga %s salvestamisel: %sViga faili %s salvestamiselPaneeli %s salvestamisel oli viga : %sViga %s töölaua asetuste salvestamisel: %sViga '%s' skaneerimisel: %sViga '%s' skaneerimisel: %s Viga, näiteks kui sümbolviide viitab olematule failile või faili avamiseks pole failihalduril õigusi.Viga:EestiIgal paneeli ikoonil on nii pilt kui tekst.KäivitaProgramm '%s' on kõigile kirjutatav! Keeldun käivitamast seda. Palun muutke faili ligipääsuõigusi (probleem võib olla pärit failihalduri vanemast, vigasest, versioonist). Kõigile kirjutatav programmifail (välja arvatud sümboolsed viidad) tähendab seda, et kõik teie arvuti kasutajad saavad teie programmi muuta, asendades selle potentsiaalselt ohtliku programmiga. Juhul, kui te usaldate absoluutselt kõiki kasutajaid, kellel on olnud ligipääs, ei pruugi te muretseda. Vastasel juhul peaksite üle kontrollima või isegi kustutama kõik käivitamis-seosedKäivitatav fail:Käivita failAvaldis:Laiendatud atribuutide toetusLaiendatud atribuudidLaiendatud atribuudid, mida kasutatakse tüübi salvestamiseks, pole selle faili või failide puhul toetatud. Selle põhjuseks võib olla atribuutide toetuse puudumine failisüsteemil või C-teegil, või ka lihtsalt peaksite failisüsteemi ühendamisel edastama õige suvandi ('user_xattr' Linuxi puhul).Laiendatud atribuudid:Mõnede objektide lisamine töölauale ebaõnnestus, kuna nad pole kohalikus masinas. Näiteks: %sSümbolviida '%s' loomine ebaõnnestus: %s (see võib tähendada, et ROX teema on juba seal olemas, kuid mingil põhjusel ei suudetud laadida 'mime-application:postscript' ikooni või on %s viide vigasele kataloogile, proovige see kustutada)Sümbolviida '%s' loomine %s peale ebaõnnestus (märkus: vana viit kustutati)Ei õnnestunud klaviatuuri haarata!Pildi '%s' laadimine ebaõnnestus: põhjus pole teada, tõenäoliselt vigane pildifailFaili '%s' mmap avamine ebaõnnestus: %sFaili '%s' avamine ja stat ebaõnnestus: %sFaili '%s' avamine ebaõnnestus: %sEbaõnnestus suuruse lugemineEbaõnnestus '%s' ümber nimetamine '%s': %s Hulgiümbernimetane katkestatud.Skaneerimine ebaõnnestusKustutamine ebaõnnestus '%s': %sPiltide kiire skaleerimineFailFaili pole olemas või ei saa seda avada: %sFail-menüü paremklõpsu puhulFailitüüpide värvidFailinimed (ja üksikasjad) värvitakse vastavalt failitüübile.Failihalduri aknadFilterFiltreeri faile...OtsiOtsiavaldiste abiTäpneSoomeJärgi sümbolviituFailidele, mis on tüüpi `%s' (%s/%s)SunniEsiplaan:PrantsuseGGbSaksaGlob (%s), Mine:GruppGrupp %s pole määratud. Grupi määramiseks valige mõned failid ja vajutage Ctrl+%s. Failide hiljem uuesti valimiseks vajutage vaid %s. Numbriklahvistiku kasutamisel peab Teil Numlock aktiivne olemaAll asuv ala, kuhu objekte ei paigutata.Üleval asuv ala, kuhu objekte ei paigutata.AbiSeetõttuPeidetudKoduKodukataloogTundTunnidVäga suured ikoonidUngariMa ei saa näidata praegust valikut, kuna midagi pole valitud ! Lohista siia midagi !Ma ei oska avada '%s'Näitan 'Ava kasutades' kataloogi; Te saate sinna luua viitasid (Ctrl+Shift-lohista) rakendustele.Näitan Mallide kataloogi; Te saate mallide failid panna sinna sisse.Ikoonidega vaadeIkooni asetustäpsus:IkooniteemaIkooniteemas '%s' pole MIME ikoone. Kasutan Rox vaikimisi teemat..Minimeeritud aknadMinimeeritakseIkoonivaadeAinult ikoonidIkoonid ja...Kui failitüübile pole avajat määratud, kasutada vaikimisi seda.Kui see suvand on sisse lülitud, muudab akna taustale topeltkõpsamine aknasuurust, käitudes nagu Automaatse suuruse nupp nupuribas.Suurtähtedega algavaid faile näidatakse enne väiketähtedega algavaid.Kui selle suvandi sisse lülite, salvestatakse viida juures teekond sihtfailini. Kasutage seda siis, kui soovite viita ja sihtfaili koos liigutada. Kui suvandi välja lülite, salvestatakse viida juures teekond sihtfailini juurkataloogist. Kasutage siis, kui liigutate viita, aga mitte sihtfaili.Näidatakse päiseid tulpade kohal nimekirjavaate puhul.Nimede järgi sortides näidatakse katalooge alati enne muid faile.Kui suvand on lubatud, kasutatakse uue akna puhul algse akna seadeid (kui võimalik), vastasel juhul kasutatakse vaikimisi asetusi.Kui suvand on sees, näidatakse faile, mis algavad punktiga, vastasel juhul peidetakse need.Kui see valik on lubatud, siis näidatakse iga objektijuures tema tüübi täiskirjeldust, mitte selle tüübi lühikokkuvõtet.Ikoonid hoitakse alati ekraani piiride sees, kaasa arvatud ikooni all olev tekst.Kui see valik on lubatud, näidatakse ainult praeguse töölaua minimeeritud aknaid.Iga minimeeritud akna kohta näidatakse töölaual ikooni. Eeldab ühilduvat aknahaldurit ja Rox töölaua kasutuses olemist.Kui see valik on lubatud, järjestatakse suured ikoonid tulpadesse, mitte ridadesse.Kui see suvand on lubatud, järjestatakse väikesed ikoonid tulpadesse, mitte ridadesse.Kui teil on Xinerama mitme monitori süsteem, siis see suvand hoiab paneeli ainult ühel monitoril, mitte kõigil.Kui antud suvand on sisse lülitud, siis kataloogi avamise puhul, mis on juba avatud mõnes teises failihalduri aknas, suletakse teine aken.Pilt ja tekstAinult piltPilt ainult rakendustelVigane või puuduv reavahetus text/uri-list andmetesKasuta algse akna seadeidSisemine viga - vigane info tüüpSisemine viga: %s pole loetavVigane .gmo tõlkefail (ei leitud GNU maagilist päist): %sVigane .gmo tõlkefail (liiga lühike): %sVigane otsinguparameeterMittekehtiv rakendus %s (vigane AppRun)Pööra valik ümberIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadablelsRegIsSGIDIsSUIDIsSocketIsStickyIsWritableItaaliaObjekti pole enam olemas!JaapaniKKbHoia ikoonid ekraani piiridesKiirklahvidKeelSuurte failide toetusSuured ikoonidAkna maksimaalne suurus:Viimati _muudetudVasakulPaneel vasakul servasLoo viitAbsoluutne viitSümbolviitViida sihtmärk:Loo viit...Loend-vaadeVaata sisseMMIME-TüübidTee Pärast-tulpa koopia Enne-tulba sisustJuhendMaksimumlaius (suurte ikoonidega):Teksti maksimaalne laius väikese ikooni kõrval.MbKeskmineMenüüdMinKäsuridaMinuteidIkooni sildis puudub ','Puudub '='Ikooni sildis puudub '>'Puuduv < või > paneeli asetuste failisLoodud:Enamus aknahaldureid pakuvad võimalust minimeerida (ikoniseerida) aknaid ja neid aknaid oskavad näidata mitmed programmid, sealhulgas failihaldur Rox.ÜhendaÜhenda / LahutaÜhenda ja lahuta failisüsteeme ilma nõusolekut küsimata.ÜhenduspunktÜhenduspunkt (%s)%s ühenduspunkt (%s)TõstaEnne failide tõstmist ei küsita nõusolekut.Tõsta failidMÄRKUS: Teie süsteem ei toeta pikki käsurea võtmeid- Olete sunnitud kasutama lühikesi. NimiÄra kunagi sea suurust automaatseltUusUus akenUus nimiFailitee pole absoluutneAva nupuga 1 kataloog uues aknasUusKataloogUusFailUuemJärgmine klõpsEiEi (apsymbols.h ei leitud)Pole ikoonetext/uri-list nimekirjas pole ühtegi aadressi (pole tegevust!)Pole muutustPole üksikasjuPole faile%sTöölaua asetusi ei leitud. Avan vaikimisi töölaua.Kasutage ROX-Filer'i käivitamisel parameetrit 'rox -p=Default', et sama töölauda tulevikus aktiveerida.Avamisseost pole määratudFailitüübi (%s/%s) jaoks pole seatud avajat - Te saate seda seada, valides Fail-menüüst 'Sea avaja...', või lohistades faili rakenduse peale. %sPole varjuÜkski string (Pärast tulbas) ei vastanud antud avaldiselePole nupuribaMittekäivitatav fail %sPuudubÜkski nimi pole muutunud. Pole midagi teha!Vabandust - ükski failidest ei asu siin masinas. Ma ei saa mitme mitte-kohaliku failiga töötada.Harilikult Rox tuvastab tuvastab tavalise faili tüübi võrreldes tema nime mustri vastu. Et faili tüüpi muuta, peate te selle ümber nimetama. Uuemad failisüsteemid toetavad niinimetatud 'laiendatud atribuute', millega on võimalik salvestada lisainfot faili kohta nimeliste parameetritena. Rox kasutab 'user.mime_type' atribuuti failitüüpide salvestamiseks. Failitüübid on ainult harilikel failidel, neid pole kataloogidel, seadmetel, torudel või soklitel ja siis ka ainult mõnigatel failisüsteemidel ning sõltuvalt opsüsteemist. Enamasti paremklõpsates töölaua taustale avaneb menüü ja vasakklõps tühistab valiku. Antud suvandi sisse lülitades antakse edasi aknahaldurile klõpsud taustale. Edasi ei anta klõpse ikoonidele.Tavaliselt valite te käsu lihtsalt menüüst (klõpsake noolele käsukasti otsas). Kuid mõnikord vajate midagi võimsamat... Käsuvorming on: MUUDATUS, MUUDATUD, ... Iga MUUDATUS on kujul: KES MIDA ÕIGUSED KES on kombinatsioon tähtedest u, g und o, mis määrab, kelle õigusi muudetakse: Omaniku (User), grupi (Group) või kõigi muude (Others). MIDA on +, - või =, et lisade, eemaldada või täpselt seada õigusi. ÕIGUSED on mingi kombinatsioon tähtedest rwxXstugo Nurksulgudes teksti ja tühikuid ignoreeritakse. Näited: u+rw: faili omanik saab lugemis- ja kirjutamisõiguse g=u: grupi õigused seatakse samadeks kui omanikul o=u-w: kõik muud saavad samad õigused kui omanik, välja arvatud kirjutamisõigus a+x: kõik saavad õiguse käivitada - sama kui ugo+x a+X: kõik saavad õiguse kataloogidele ligi pääseda; failid, millele oli kellegil käivitusõigus, muutuvad kõigi poolt käivitatavateks u+rw, go+r: kaks käsku korraga! u+s: sea SetUID-bitt - tihti ei oma mingit efekti skriptifailide puhul 755: sea ligipääsuõigused otse Täpsemat infot saate lugeda chmod(1) man-leheküljelt.NorraMittePole toetatudVajadusel saate te menüü, kui lohistate, Alt-klahvi all hoides.Vajadusel saate te menüü, kui lohistate vasaku hiirenupuga, Alt-klahvi all hoides.Te peate failihalduri uuesti käivitama, enne kui Teie valitud keel aktiveerub.Ei midagiNüüdVÕIVana nimiÜks nimi vastas avaldisele, kuid tulemus oli muutumatuNäidatakse ainult paneeli.Tausta seadmiseks saate kasutada vaid pilte (ja teatud rakendusi).Ainult faili `%s' jaoksAinult tüübi `%s' (%s/%s) jaoksNäita vaid kopeeritavaid kataloogeNäita vaid kustutavaid kataloogeKirjuta üle vaid siis, kui lähtefail on uuem.Näidatakse ainult pilti.Näidatakse ainult töölauda.Ava tekstinaAva, aga ära ühendaEelistusedEelistused...Järjesta suured ikoonid vertikaalselt.Järjesta väikesed ikoonid vertikaalseltVõta aknahaldurilt kontroll töölaua ja paneelide üleOmanikOmanik, grupp:PaneelPaneeli valikudPaneeli valikud...Paneel ja töölaudPaneel on 'dokk'Ainult paneelPaneeli stiilPaneeli laius (kitsas)Paneel: %sPanelsPaneelid on ikoonidega ribad, mis jooksevad piki ekraani serva. Paneelidest rohkem teada saamiseks lugege käsiraamatut.Ava ülemine kataloog uues aknasAva ülemine kataloog samas aknasAnna kõik hiireklõpsud taustale aknahaldurile edasiTeeMall:ÕigusedTöölaudTöölaua käitumineAinult töölaudToruToru:PoolaPortugali (Brasiilia)Portugali (Portugal)AsukohtOlemasVajutage soovitud klahvikambinatsiooni (näit. Ctrl+F1)Rakendust %s ei leitud - on see kustutatud?OmadusedOmadused ... ?Kustuta pisipiltide puhverJärjehoidja tõstmiseks valige ta kursorigaVaikneROX rakendusROX-FilerVabandust, aga ROX-Filer ei toeta teie masinas veel ühenduspunkteTeie vana eelistustefail teisendati uude XML-põhisesse vormingusseLoeTegelik kataloog:Tõesti kustutada ikoon '%s'?Hiljuti külastatudRekursiivneVärskendaTavaline fail:Vabandust - Võrgurakendus ei taha/oska mulle infot saataVõrgurakendus soovib Direct Save kasutada, kuid ma ei suuda XdndDirectSave0-atribuuti (tüüpi text/plain) lugeda. Eemalda elementeNimeta ümberNimeta ümber ... ?Nimeta ümber...Asenda:Skaneeri uuesti kataloogi sisuTaastaKohalda akna suurustKohalda akna suurust vaate muutmiselTaasta kõik asetused eelistuste akna avamise hetke seisule.Pööratud järjekorrasParemalPaneel paremal servasRumeeniaAvatakse:Jookse kasutaja '%s' nime allJookseb GTK versiooniga %d.%d.%d VeneSSGIDSUIDSama kui aktiivsel aknalSama kui vaikimisiSalvesta kui:Salvesta ekraaniasetused...MaksimiseeriMaksimiseeri pilt üle tausta ilma mõõtude suhet muutmataSkaneeridaSkaneerinSkaneerin, Otsi ... seest ?SekSekkiLisainfo saamiseks vaadake attr(5) man-lehekülge.Lisainfo saamiseks vaadake fsattr(5) man-lehekülge.ValiVali kõikVali mustri abil...Vali mustri abil:Vali nimetatud:Vali kõik/pööra valik ümberVali nime järgi...Vali ekraani asetused, mida salvestadaValige nupud, mida tahate nupuribale:Vali paneeli asend:Ava ... kasutades ... ?Ava kasutades...Sea ikoon...Sea avaja...Sea tüüp...Muuda taustaKasuta vaikimisi '%s/' avamiseksSea ikooniSea ... ikooni ?Sea ikoon kõigi tüüpi `%s/' failide jaoksMäära kiirklahveMuuda ... loabitte ?Sea avajaAvaja seadmine ... jaoks ?Muuda tüüpiSea ... tüüpi ?Sea tüüpide viiteidIkooni seadmise keelab CHOICESPATH-keskkonnamuutujaTüübi seadmine pole mõnede antud failide puhul toetatudKäsurea korraldus...Shell:Ava tekstinaAva tekstina ... ?Lühiindikaatorid aknapäiselNäitaNäita järjehoidjaidNäita abiinfotNäita peidetudNäita infotNäita asukohtaNäita ROX-Filer'i abiinfotNäita sihtkohtaNäita pisipilteNäita _abiinfotNäita võimalike tegevuste menüüdNäita tulpade päiseidNäita rohkem infotNäita täielikku tüübiinfotNäita peidetudNäita peidetud faileNäita minimeeritud aknaidNäita pisipilteNäita töölaua kohtaNäita Fail-menüüd põhimenüü asemel, kui teil on valitud faile ja paremklõpsate (põhimenüü saate, kui hoiate klõpsu ajal all Control-klahvi)Näita praegust valikut failihalduri aknasNäita failihalduri aknas näha olevate failide/kataloogide arvu ja peidetud failide arvu(kui neid on). Kui mõningaid faile on valitud, näita nende hulka ja failisuuruste summat.Näita objektide arvu nupuribalNäita/varja peidetud faileÜhe klõpsuga avamineAva ühe klõpsugaSuurusIkoonide suurus menüüs:Suurus:SuurusedVäikesed ikoonidVäiksemad ikoonidSokkelSokkel:Mõned nimed Pärast tulbas sisaldavad / märke (näit. '%s'). Selle tagajärjel tõstetakse failid erinevatesse kataloogidesse. Kas jätkan?Vabandust - osad failid jätan vahele, kuna need asuvad teises masinasMõned vanemad rakendused ei toets XDND protokolli täielikult ja see suvand võib vajalikuks osutuda. Lülitage see sisse, kui faili rakendusele lohitades kursorile lisandub + märk, kuid lohistamine ise ebaõnnestub.Paljud aknahaldurid ei toeta uut 'Extended Window Manager Hints' süsteemi ja kohtlevad töölauda ja paneele kui tavalisi aknaid. Lülitage sisse see suvand järgmiste probleemide esinedes: töölaud ning paneelid on akendenimistus, päised ning muud dekoratsioonid akendel või kui töölaud hiireklõpsu peale pealmiseks aknaks tõuseb.Mõnikord failihaldur ei ole teadlik muudest töölaual asuvatest graafilistest elementidest ja paigutab minimeeritud aknaid (näiteks) Gnome paneeli alla. Te võite määrata ülemise või alumise piiri, millega keelate failide ekraani servale lähemale paigutamise. Failihaldur on omaenda paneelidest teadlik.Vabandust - vajan text/uri-list või XdndDirectSave0 tüüpi sihtmärkiVabandust - vajan text/uri-list või application/octet-stream tüüpi sihtmärki.Ei saa kasutada '%s' kuna see pole kohalik fail.Vabandust, ma ei oska näidata menüüd võrgufaili/toorfaili kohta.Vabandust, te saate siia lohistada vaid ühe faili.SordiSorteeri kuupäeva järgiSorteeri grupi järgiSorteeri nime järgiSorteeri omaniku järgiSorteeri suuruse järgiSorteeri tüübi järgiSorteeri aja järgiSorteeri grupi järgiSorteeri nime järgiSorteeri omaniku järgiSorteeri suuruse järgiSorteeri tüübi järgiSordi tunnuse järgi:Sorteerimistüüp ja järjekordSordiHispaaniaMäära regulaaravaldis, mida otsitakse ja string, millega asendatakse tulemus.Avanemisviivitus:StickyVenitaVenita pilt üle taustaRootsiHüppa terminaliSüm. viitSümbolviitSümbolviit failile Loo viitTekita viit ... ?Loo antud kataloogi sümbolviidad programmidele, mida soovid näha kõigi tüüpi (%s/%s) objektide puhul menüüsSümbolviit '%s' on juba olemas. Asendada see viidaga failile '%s'?TTerminal siiaTerminaliprogramm:Tekst ikoonide kõrvalTeksti vari:Tekst ikoonide allSellest numbrist laiem tekst murtakse suurte ikoonide puhul järgmisele reale. Väga suurte ikoonide puhul murtakse tekst siis, kui tekst on 50% laiem sellest arvust.Käsurea võti -o pole enam kasutusel. See on tõstetud Eelistused->Ühilduvus alla.`Ava kasutades'-menüü võimaldab määrata failide avamiseks rakendusi (või nende viitasid), mis asuvad järgnevates kataloogides: %s %s `Ava kasutades'-menüü avaneb, klõpsates Shift+Menüü (vaikimisi parem hiirenupp) faili peal. Edasijõudnud kasutus: Te võite ka luua alamkatalooge nimedega `.text_html', `.text', jne, mida näidatakse vaid vastavat tüüpi failide puhul. `.group' näidatakse juhul, kui mitu faili on valitud.Taustahaldur peab olema kataloograkendus. Lohistage kataloograkendus 'Muuda tausta' dialoogikasti või (programmeerijate jaoks) edastage see SOAP SetBackdropApp meetodi argumendina.Failihaldur kasutab reeglite komplekti, et leida sobivat MIME-tüüpi iga tavalise faili jaoks ja valib seejärel failile sobiva ikooni.Failihaldur muudab akna suurust iga kord, kui see tundub mõistlik (s.t. kataloogi vahetamisel või vaate muutmisel).Esimene vaste igas failinimes asendatakse selle stringiga. Erimärke pole.Ikooni alla käiva teksti fontKlahvikombinatsioon on:Maksimaalne suurus, milleni aken automaatselt suurust muutes tohib kasvada, väljendatuna protsentides ekraanist.Asukoha nimes peab olema vähemalt 1 täht!Monitori number, millel on paneelid Xinerama moodis (numbrid algavad 0'st)Faili, milleni teekonna sisestasite, pole olemas. Ikooni ei muudetud.Programm, mis käivitatakse, kui valite menüüst "Termina siia".Sessioonihaldur aktiveerib need valikud kasutades -S või --rox-session võtit rox käiitamisel.Paneeli suurus.Tekst ikooni all on:TeemadTeemad peaksid olema ~/.icons kataloogi sees.Pole pisipilte, mida kustutadaOli üks viga. Oli %d viga. PaksÕhukeSee keelab uuemates opsüsteemides ja failisüsteemides olevate laiendatud atribuutide kasutamise. Selle suvandi lubamisel 'Sea tüüp' menüüsissekanne keelatakse, faili MIME-tüüp tuletatakse ainult failinimest ja Omaduste aken ei näita infot laiendatud atribuutide kohtaFailinimi pole kodeeringus UTF-8. Te peaksite faili ümber nimetama. Otsitakse seda regulaaravaldist. ^ vastab failinime algusele $ vastab lõpule \. vastab punktile \.htm$ vastab stringile '.htm' 'index.html' sees, jneSee ongi juba antud kataloogi kanooniline nimi.See pole programm! Andke mulle selle asemel rakendus!See on vaikimisi asetus uute akende jaoks. Kasuta 'Vaade' menüüd pisipiltide lubamiseks/keelamiseks antud aknas.Olete nimekirja lõpusSee suvand määrab, kui kaua (millisekundites ehk tuhandiksekundites) peate faili kataloogi kohal hoidma, et kataloog ise avaneks. Eeldab eelneva suvandi lubamist.See suvand eeldab ka eelmise lubamist. Kui lohistate faili kataloogi peale ja hoiate seda seal veidi aega, "hüppab" kataloog ise lahti.Seda programmi pole võimalik jooksutada, kuna puudub 0launch käsk. Seda saate alla laadida aadressilt: http://0install.net/injector.htmlPisipildidPisipiltide vahemäluPisipildid, PaanidenaLaota pilt taustale paanidenaAjadPealkiriKiirklahvide määramiseks: - Avage mõne failihalduri akna kohal menüü, - Liikuge hiirekursoriga soovitud tegevuse kohale, - Vajutage kiirklahvi, mida soovite tegevusele määrata. Määratud kiirklahv ilmub nähtavale menüüs tegevuse kõrval. Edaspidi piisab tegevuse väljakutsumiseks kiirklahvi vajutamisest ja menüüd pole vaja avada.Pisipiltide kiiremaks laadimiseks puhverdatakse pisipildid peidetud kataloogi ~/.thumbnails. Kõigi salvestatud pisipiltide eemaldamiseks klõpsake siia, Pisipiltide puhver luuakse uuesti vastavalt vajadusele.NupuribaNupurea tüüp:Nupuriba/KäsuridaÜlevalÜlemine piirPaneel üleval servasTõlgeLisainfo saamiseks proovige 'ROX-Filer/AppRun --help' . Lisainfo·saamiseks·proovige·'ROX-Filer/AppRun·-h'·. TüüpTüüp:TüübidPildifaili ei õnnestu laadida - võib-olla on see mulle tundmatus vormingus või on ligipääsuõigused väärad? Ikooni ei muudetud.Akende uuestikasutamineTundmatuSooviti tundmatut tegevusTundmatu omaduste tüüp '%s'Tundmatu sortimistüüp '%s'Tundmatu stiil '%s'Tundmatu sihtmärkTundmatut tüüpi:LahutaNimetuPealkirjata infoÜlesKasutamine: ROX-Filer/AppRun [VÕTI]... [FAIL]... Ava iga käsureal ette antud kataloog/fail või argumentide puudumisel jooksev kataloog, -b, --border=PANEEL ava PANEEL ekraani servas -B, --bottom=PANEEL ava PANEEL ekraani all servas -c, --client-id=ID kasutusel sessioonihalduses -d, --dir=DIR ava DIR kui kataloog (mitte kui rakendus) -D, --close=DIR sulge DIR koos alamkataloogidega -h, --help näita abiinfot ja välju -l, --left=PANEEL ava PANEEL ekraani vasakus servas -m, --mime-type=FAIL näita FAIL'i MIME-tüüp ja välju -n, --new käivitab uue failihalduri; failihalduri silumiseks -p, --pinboard=PIN kasuta töölauda nimega PIN -r, --right=PANEEL ava PANEEL ekraani paremas servas ··-R,·--RPC kutsu standardsisendist meetodit -s, --show=FAIL näita kataloogi, milles asub FAIL -t, --top=PANEEL ava PANEEL ekraani üleval servas -u, --user näita kasutajanimesid kõigis akendes -v, --version näita versiooniinfot ja välju -x, --examine=FAIL kontrolli muutunud FAIL uuesti Vigadest teatage Kasutatakse 16-pikslist sammu ikoonide töölauale paigutamisel.Kasutatakse 2-pikslist sammu ikoonide töölauale paigutamisel.Kasutatakse 32-pikslist sammu ikoonide töölauale paigutamisel.Kasuta koopiat pildist vaikimisi kõigi selle MIME-tüübiga failide jaoks.Kasuta koopiat pildist kõigi antud MIME-tüübiga failide jaoks.Kasuta muud fonti:Kasuta ühetähelisi lühendeid sõnade 'Skaneerin', 'Kõik', 'Pisipildid' asemel akna päises.Kasutage "Sea ikooni" dialoogikasti, et iga MIME-tüübi jaoks ikooni seada.Niimoodi seatud ikoone eelistatakse valitud teema ikoonidele.Kasutage LANG keskkonnamuutujatKasuta seda rakendust antud MIME-tüübiga failide avamiseks.Kiirklahvide kasutajate poolt muutmine on Gtk2 rakendustes vaikimisi keelatud. Te saate need lubada järgnevalt: 1) Kasutades XSettings-haldurit, nagu näiteks ROX-Session või gnome-settings-daemon, või 2) Lisades faili ~/.gtkrc-2.0 rea: gtk-can-change-accels = 1 (see töötab vaid siis, kui te EI kasuta XSETTINGS)VideopisipildidVaate tüüp:KIRJUTUSKAITSEGAMe saime BadWindow vea X serverilt. See võib olla tingitud järgnevast GTK puugist (lohistamise ajal?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Üritan jätkata...NädalNädalaidJuhul kui on lubatud automaatselt ikoonide suuruse muutmine ja kataloogis on vähemalt nii palju faile, näidatakse neid väikeste ikoonidega, vastasel juhul kasutatakse suuri ikoone.Faile vasaku hiirenupuga lohistadesFaile lohistades keskmise nupugaKui jooksutate failihaldurit sessioonihalduri kaudu (nagu näiteks ROX-Session), võib failihaldur avada paneeli ja/või töölaua. Siin saate sellega seotud asetusi muuta.Kui see suvand on sisse lülitatud, saate te lohistada faili alamkataloogi või programmi peale failihalduri aknas. See objekt tõstetakse esile ja hiirenupu lahti laskmisel fail kas tõstetakse kataloogi või laetakse selle programmi sees.Kui pisipildid on lubatud, näidatakse kataloogis pildi vähendatud koopiat tema ikoonina.Kui kasutate töölauda, on teil võimalik lohistada faile ja programme oma töölaua taustale, et luua nendeni viitavaid ikoone.Kui te vajutate tabulaatorit 'Sisesta tee ...'-käsureal, kõlab piiksatus, kui midagi ei juhtu (näit. on mitu sobivat failinime ja järgmine täht nendes on erinev).Kui vajutate tabulaatorit 'Sisesta tee...'-käsureal, kõlab piiksatus , kui on mitu võimalikku sobivat failinime, ka juhul, kui lisati tähti lõpetatavale nimele.Kui te lohistate failihaldurisse faili brauserist või mõnest muust mittekohalikust allikast, jooksutatakse seda programmi allalaadimisel. $1 on lohistatud faili URI ja jooksev kataloog on sihtkoht, kuhu salvestatakse. Näiteks: xterm -e wget $1Nupuriba laius määrab akna minimaalse laiuseAkenAkende käitumineAknahalduriprobleemidStringiga:MaailmKirjutaXDS protokolli viga: failinimi ei tohi sisaldada '/' märki XDS protokolli viga: tagastatud väärtus peab olema kas 'S', 'F' või 'E' On XdndDirectSave0-sihtmärk, kuid XdndDirectSave0-aatomis (tüüp text/plain) polnud failinime XineramaXinerama ekraan %d pole saadavalAastaAastaidJaaJah (suudab joosta ka vanemate glibc versioonidega)Taustaks saate määrata kas pildi või rakenduse, mis oskab hallata Rox-Filer'i tausta. Programmeerijatele: rakenduse Appinfo.xml peab sisaldama CanSetBackdrop elementi, nagu kirjeldatud ROX-Filer'i käsiraamatus.Faili käivitajat saate muuta vaid tavafailide puhulTe ei saa avada teist akent selle kataloogiga, kuna eelistustes on aktiveeritud 'Näita ühes aknas'.Antud tegevust ei saa läbi viia mitme failigaTeil ei tundu olevat opsüsteemi toetust.Te üritasite paneeli sulgeda aknahalduri kaudu - enamasti pole see soovitud ... Tõesti sulgeda ?Elementide eemaldamiseks valige mõned neistPalun avage menüü mõne elemendi kohalPalun valige objekte loendamiseksPalun valige mõni kataloog, millest otsidaValige objekte, mille loabitte te tahate muutaValige objekte, mille tüüpi te tahate muutaKlõpsake Shift+Menüü faili kohal, et seda kuhugi saataVali järjehoidjaTe peate akna suurust muutma käsitsi, kasutades; aknahalduri võimalusi, menüüvalikut `Kohalda akna suurust'-või topeltklõpsates akna tausta.Vabandust: Teie CHOICESPATH muutuja lubab eelistusi muuta vaid kasutajal root.Teie paneeli asetused on teisendati uude XML-põhisesse vormingusse.Teie töölaua asetuste fail teisaldati uude XML-põhisesse vormingusse._Grupp_Nimi_Omanik_Ligipääsuõigused_Vaikne_Relative link_Nimeta ümber_Asenda_Taastatav_Suurus_Tüüp_Kasuta käskua+x (Luba käivitamine/otsimine)a-x (Keela käivitamine/otsimine)tõusevatimeplokidvasakule allaparemale allabaitbaitectimelangevkataloogidkataloogkompileerimise ajal seatud eelistusedfailfile(1) ütleb... %sfailidgidgo-rwx (Luba ligipääs vaid omanikule)go-w (Lahenda turvaprobleem)go=u-w (Luba kõigil lugeda, keela kirjutamine)horisontaalseltinodefailfaililstat(2) ebaõnnestus: %sühenda sisuühendatudmsmtimenlinkspole katalooge) kirjuta ülepikslitpügadasuurussüsteemvasakule ülesparemale ülesu+rw (Luba omanikul lugeda ja kirjutada)uidlahutatudvertikaalseltrox-2.11/ROX-Filer/Messages/eu/000077500000000000000000000000001230207736700161435ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/eu/LC_MESSAGES/000077500000000000000000000000001230207736700177305ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/eu/LC_MESSAGES/ROX-Filer.mo000066400000000000000000002510731230207736700220040ustar00rootroot00000000000000A$],4EE&EE$E FFDFFaFFFFFGG&0G-WG;G2G0G(%HNHjHlH3uHH H$HHH H I'I">IaIyIIIII IJ J"J4JLJdJtJ JJ JJ JJFJ$K@KSKYK iK wKKDQ!_QQQQ QQQQ RR &R1R AR!NR8pR\RS S&Sd5SSsST%T()T&RT'yT TTT T+TT ULUV)V$HVmV*dWGWW W XX0XGX IX UXaX!~XX X XXXX Y Y Y Z Z Z'Z>-ZlZ~ZZZ.Z'ZZ! [J.[y[[[[*[[#[ \!'\I\Z\w\ \\\]\+]4]F][]2q]]$]l]S^c^___ ___!_`!` *`8`V`r` w`$````aa bb"c#c)cAc/Hc xccc ccccccc c c d&d;dSdfdzdd)dd d dd e 'er2e ee eeeZe-Df.rff6ff"g4gRgfgOkgg"gg%g h )h>7hvh hhhhh hShAi PiZi`i yiiVdjJjRkYk}pkk7l>l\lxl+m2Cmvmmmmmmn|!nn6nnnp p pp pr`r}rH'spsJsss7 tAtPtjtt,tttBt !u/u6uFuKueujuru"uu uuuuuuuuu)v&vvvvvwww w &wb0wwpw "x,x -#6GOV\bi q~  ĀЀ؀09 LXm|   ˁҁ/%+ /:? \h# SY7i փ$ۃ]mr Єׄ߄ '-0 ^ h sq~  -.2`a† pz ~On܌lKč-ǍND['z"4Ŏ  *9 A:L  ̏rӏFY0m Ԑِߐ+ 7 Wbv1đʑ ڑB?'gl| 2Ēnfu |  &ʓE7@ IU"jȔє?05 >I]af m x !̕' ( 3? Q ]#j ˖ #,>$Q2v ̗ݗ  " ,: NZj{ ØϘ)řĚٚޚ  #M+yN<D~MÞ6DH<ʟ ϟ ܟ    , : G U boxL +2:J Sas {sA?A S`qbUkb4sd¦1'JYDA+%C6i!¨ب86P6w6V Ŭ%ʬή ֮ 4 0Arw} #<Vp  9893Im8\^!7 5B x.>0mmrsT-ZĹ1ʹ:k7 ̺׺ܺ'2x$2pм*A#l&/A:)<d+;B^=@߿ '- 4AHW_hpv | (   # . :Dafy$! '/29 JT[afm v a'F'\Y[R p0<*4g9,,"0S U2a+ "*,Dq  )8 Lm0 %H1 z/@Sm ~ +I^BxNb6"$%Gm .M.1O3Kd0& <Ha{} /%  !4Vi y F,16BP;(L"^*< "6Fa'v^ Xcu3,d!$] bn&  *+!Vx   &'/M3S * 8O*W 3! ;#Fj s) 9CVggx;Fc+&0"=YB(;3?I% ]ugW]nqXLv$.#K Rs%$) !'tIC Pg gE]QVpAC"Wz ,$MTgp" ,  *,B EPV]7G6  as&8 MYXV_olKQ!ogCi<N]8|$(S"<v,'-4<LU]etz    (  ! :H`pw  "7 > A I P  T a )e  # <     @  # 9 W )^  m  & 6  = J f  }      !  2 0 ? N {_   ,)2~\  CZ0g,f/!37 6D{  O06E Zh  H4}   6$' LY!r) OB. q| ?/  !+/@Bp  ## &027<U dr;    ,8O&c0$  ) ;  J 1k   (  !%!4! S!_!x!2!0!!" ""/"I"O"g"z"""""""##B#\#{#"####1$$v%+%%%%% && #&1&B& K&[U&&T'(H)QA*+*V*Q+h+q++++++++++, , /,;, T, _,Aj,, ,,',-- "-.-@-Y-`-o-I.Q.S. i.w..s//I1y2i2<2<3]Q313F3,(49U44 434 45.5G5M5>S5A616B7I7#778 H9U9g9v9$~99 9H9: ;;;; <8<3L<<<<<= -=7=V=t==== = ===F=E=>F>E>E?'V?`~??!@>@N@4BCB]BbBgB6C4SCCsmDpDREEF?GGGGH HH:HNTHtHI)!I KIWI\IaI5eII7JvJ%EKnkK9K-L0BL?sL?L8LX,M6MMQDNFNHN&O.O5O P CP MP XP!cP PP PP%P&P.Q 3Q?QFQOQXQ rQ QQQQ QQQQQQQ/Q R $R2R-_) >KN;rU~aP=Qz]'smun/93 Q<jM}&-X[yJ zH;l6E,@\STC#k*sIM0\\+DGfV|Mkq51b+?jgSwtcyEiIi@-; Gm]TZ5eJ&%Fd*~F%7}AYW?_=YQa&"4H>&D-df|L^[("O*A`o(7N 621|y?S/o02ZC#,*[3})u01^;p(4,xNWW# nlX?v_A@2f` B+7K(P/A$6e $L=Jx!54z`pj:<'>c ~8 9u! p!dY"v"$#cw6{5g4.!B m'q3R ::th.%iK.Zk7t1b$@<+ 88whXP%RVbBa.0D 2E=9e GF8< O'TOv ^I h orn)] U>r{Hx)s,lR 39gq:/LV{  UC --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s total, %s used, %s free (%.1f %%)%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), going. Home page (including updated versions): http://rox.sourceforge.net/ Contents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?A file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAllow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndApp dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanging the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEjectEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and click on Save. Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every panel icon is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Extended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Files...FindFind expression referenceFineFinnishFollow Symbolic LinksFor all files of type `%s' (%s/%s)ForceForeground:FrenchGGNOME-VFS libraryGbGermanGoto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKKbKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLinkLink target:Link...List ViewLook InsideLook inside ... ?MMIME typesManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No (need 2.8.0 or later)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo shadowNo toolbarNon-executable %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROne name matched, but the result was the sameOnly files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Open AVFSOpen As TextOpen unmountedOptionsOptions...Override window manager control of the pinboard and panelsOwnerOwner, Group:Panel is a 'dock'Panel stylePanel width (thin)PanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPipePipe:PolishPortuguese (Brasil)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to xtermSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Xterm Here' from the menu.The size of the panels.The text displayed under the icon is:Themes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.ThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop marginTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUse a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)View type:WRITE-PROTECTED WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableXterm HereYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Command`Xterm Here' programa+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesdescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsnlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: rox-es Report-Msgid-Bugs-To: POT-Creation-Date: 2005-08-09 14:02+0100 PO-Revision-Date: 2005-06-05 23:09+0200 Last-Translator: Piarres Beobide Language-Team: librezale.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.9.1 --- Prozesu semeari amaitzeko eskatzen... Prozesua amaiturik. Prozezu iheskorra HIKTZEN saiatzen... (%u ezkutaturik) eta panelaren edo idazmahaiaren elementu batzui eragigo die - benetan ezabatu nahi al duzu? panelaren edo idazmahaiaren elementu batzui eragigo die - benetan ezabatu nahi al dituzu?!%s Huts '%s' kopiatzerakoan !%s Huts %s %s-ra mugitzerakoan !%s Huts muntatzerakoan !%s Huts desmunatzerakoan !%s huts ateratzean !'%s' esteka sinboliko bat da !ERROREA: Ezinda objetu bat bere buruan kopiatu !ERROREA: Ezinda objetu bat bere burura mugitu/berrizendatu !ERROREA Helburua badago baina ez da direktorio bat !Bilaketa baldintza baliogabe - aldatu eta berriz saiatu !Modu baliogabea - aldatu eta ebrriz saiatu !mota baliogabea - aldatu eta berriz saiatu !Ez da muntatzepunturik aukeratu! %%d elementu%d izen aurkitu dira, baina emaitzak berdinak dira%s '%s'%s ('%s'-rentzat)%s guztira, %s erabilia, %s libre (%.1f %%)%u hautaturik (%s)' Eginda ' Guztira: %s ('%s' ya no es un enlace simbólico'%s' ez da direktorio bat'(dirudienez muntaturik dagoeneko hala ere) '('%s' egiaztatzen) ''%s'-ren baimank aldatzen ''%s'-ren mota '%s'-ra aldatzen '%s %s-ra kopiatzen ''%s' ezabatzen ''%s' Direktorioa ezabaturik ''%s' atera '%s %s-rekin lotzen '%s muntatzen '%s %s-ra mugitzen 'Hala ere kopiatzen saiatzen... 'Hala ere mugitzen saiatzen... '%s desmuntatzen (Ikono Txikiak):(okerreko utf-8)(klik egin ezartzeko)(Gordetzea CHOICESPATH dela eta ezgaiturik dago)(lodia)(lehenetsia erabili), zentzua: . Webgunea (eguneraturiko bertsioak barne): http://rox.sourceforge.net/ Edukiak hau ezartzen du..BaimenakAbiarazte Azkarra Idatzi bilatzen ari zaren fitxategiaren izena gako bakarren artean: 'index.html' ('index.html' izeneko fitxategi bat bilatzeko) Adibideak '*.htm', '*.html' (HTML fitxategiak bilatu) IsDir 'lib' ('lib' izneko direktorioak bilatu) IsReg 'core' ('core' izeneko fitxategi arruntak bilatu) ! (IsDir, IsReg) (ez da ez direktorio ez fitxategi arrunt bat) mtime after 1 day ago and size > 1Mb (handia eta azken aldian eraldatua) 'CVS' prune, isreg (CVS-en ez dagoen fitxategi arrunta) IsReg system(grep -q fred "%") ('fred' hitza du) Proba Sinpleak IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (morak) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (baimenak) IsEmpty, IsMine Gako bakarren arteko patroia bilatuko den shell moduko patroi bat da. "" bat badu bilaketa bide guztiarena izango da bestela fitxategi izenarena bakarrik da. Parekatzeak <, <=, =, !=, >, >=, Lehen, Gero (bi balio parekatu) 5 bytes, 1Kb, 2Mb, 3Gb (fitxategi tamainak) 2 secs|mins|hours|days|weeks|years ago|hence (datak) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (balioak) Bereiziak system(komandoa) (egiak 'komandoa' 0 irteera egoera batetan amaitzen bada; 'komandoa'-n % fitxategiaren bideaz aldatuko da) prune (gezurra, eta direktorio baten edukien bilaketa ezintzen du).?'%s' badago dagoeneko - %s??'%s' badago - gainidatzi??Beste bilaket bat??'%s'-ren baimenak aldatu??'%s'-ren mota aldatu??'%s' egiaztatu??%s %s-ra kopiatu??%s-ren edukia kalkulatu??%s'%s' ezabatu??'%s' atera??%s %s-rekin lotu??%s muntatu??%s %s-ra mugit??%s desmuntatu?'%s' izeneko fitxategi bat badago dagoeneko'%s' izeneko fitxategi bat badago dagoeneko. Berrizendaketa utzi egin da.Ekintza bat ezarririk dago eta nahiko programa handi bat da - ezabatu nahi duzula zihur zaude?ROX-Filer buruz...Irakurketa data:Ekintza leihoakEkintza leihoak ekintza bat atzeko planoan abiarazterakoan agertzen dira, fitxategiak kopiatu edo borratu bezalakoetan.Laster-marka gehituGehitu fitxategi eta irudi fitxategi izenak zerrenda pertsonalera. Ezarpena galdu egingo da irudia edo fitxategia mugitzen bada.GerodelaKudeatzaile leihoetan fitxategiak arrastatzea baimenduAzpidirektorioen edukia ere aldatuAzpidirektorioen edukia ere eraldatu.Beti tamaina aldatuEtaAplik DirItxuraApplet-a widget bat ere sortu gabe amaiatu da!Aplikazio direktorioa:Aplikaizoa: Hau aplikazio direktorio bat da - programa bat bezala abiarazi dezakezu, edo ireki (irekitzerakoan Shift sakatuaz). Aplikazio gehinek laguntza ematen dute hemen baina honek ez.Aplikazioek irudia bakarrik dute, beste guztiak irudi eta testua izango dute.Ezarri¿Estás seguro que quieres abrir %d ventanas?Erabiliko diren argumentuak (abiarazgarrientzat):Leiho kudeatzaileari leihoan guztiz handitzerakoan panela ez estaltzeko eskatu. Leiho kudeatzaile btazuek ez dute hau errespetatzen. Gaiturik ez badago kudeatzaileak pare bat pixel bakarrik eskatzen ditu aute-erakusteak gaituaz bistarazi ahal izateko.Intento de invocar un método SOAP desconocido '%s'XML fitxategi bat testua balitz bezala irakurtzen saiatu da. '%s' fitxategia hondaturik egon liteke.Kudeatziale leihoak automatikoki tamainaz aldatuEkintza hauek auto-abiarazi (ixilpean)AutomatikoaTamaina automatiko moduaIkono txiki automatikoak:BPantaila atzekaldea...Atzekaldea:beep egin tabuladore betetzeak huts egin ezkeroParekatzea asko egon ezkero beep eginLehenagoPortamoldeaIkono handiagoakBitar bateragarritasunaBlackbox erro menuentzat 'hack'-aBlackbox, Fluxbox eta antzeko leiho kudeatzaileak oraindik ez dira guztiz bateragarriak ROX_Filer idazmahaiarekin. Aukera honek zenbait konponbide gaitzen ditu. Hau beharrezko izan ez dedin leiho kudeatzaile hauek bere portamoldea hurrengo bertsioetarako aldatzea espero da.Fitxategi hutsaBloke gailuaBloke gailua:Laster-markakLaster-marka menuaBehekaldeko marjinaLaburapurtutako esteka sinbolikoa (edo ez duzu irakurtzeko eskubiderik): %sIzen aldaketa anitzakByteByteEzin da '%s' eskuratu: %sNo puedo agregar directorios no locales como '%s' a los marcadoresNo puedo agregar el recurso no local '%s' a los marcadores Ezin da '%s' ezabatu: %sEzin dira %s-ko argazkitxoak ezabatu: %sEzin dira hurruneko makinatik datuak jaso (application/octet-stream ez dago)Ezin izan da direktorioa ireki: %sEzin da %s ezabatu: %sDirektorio analisia ez da posible izan: %sEzeztatuHizki larrizko izenak lehenengo (izenezko sailkapenarentzat)ErdiratuaEskala aldatu gabe irudia erdiratuAldaketa hemen:Azpikarpeten edukia aldatuIkono tamaina aldatuBilaketa espresioari buruzko argibideakSailkatze irizpideak aldatuAldaketa data:Etxe direktoriora joanGoiko direktorioara joanIkono tamaina edo bistarazitako xehetasunak aldatzean leihoa tamaina automatikoki aldatuko da.Kar gailuaKaraktere gailua:Txinatar (soildua)Txinatar (tradizionala)CHOICESPATH aldagaiak aukerak gordetzea ezintzen duAukerak honela gordeko dira: %sEstilo bat aukeratu eta irudi bat arrastatu:Hautatu irudi eskalatze metodo azkar eta geldoan artean. Metodo geldoak emaitza hobeak lortzen ditu.Eginiko aukera utziAukera hau gaiturik badago elementu batetan klik egiterakoan ireki egingo da. Kontrol sakatu elementua aukeratu nahi ezkero. Ezgaiturik badago klik egiterakoan elementua aukeratua egingo da, irekitzeko klik bikoitza egin beharko da.Klik egitean ikonoa ireki egiten da:Aukera hau gaitu ezkero saguaren 1. botoiaz (normalean ezkerrekoa) klik egiteandirektorioa leiho berri batetan irekiko da. 3. botoiaz (erdikoa) egitean leihoa berdina erabiliok da.ItxiLeihoa itxiKudeatzaile leihoa itxiZabalaFitxategiak moten arabera kolorezturikKoloreakKomandoa:BateragarritasunaGTK %s bertsioaz konpilaturik Xinerama monitorean mantenduKopiatuKopiatu ... ?Lehenik berretsi gabe kopiatu fitxategiak.Kopiatu irudia direktorio barneanFitxategiak kopiatuIrudia direktorioaren barnean kopiatu, '.DirIcon' izeneko ezkutatuko fitxategi batetan. Orduan erabiltzaile guztiek ikonoa ikus ahal izango dute eta direktorioasegurtasunez mugitu ahal izango duzu. Hau normalean aukera hoberena da direktorioan idazteko aukera baduzu.Kopiatu...Copyright (C) 2003 Thomas Leonard. ROX-Filer INONGO BERMERIK GABE banatzen da, legeak baimentzen duenaren abrnean. Lizentzi Publiko Orokorrak (GPL) ezarrritako moduan ROX-Filer kopiak zabaldu ditzakezu. Gai haueta xehetasun gehiago jaso nahi ezkero COPYING izeneko fitxategi irakurri. Ezin dira baimenak aldatu: %sEzin izan da esteka irakurri: %sEzin dira datuak programara bidali: %sTamainaHonen tamaina kalkulatu ... ?SortuLehenik berretsi gabe fitxategietara estekak sortu.PertsonalizatuMenua pertsonalizatu...TxekieraEZABATU ... ?DanieraDataEgunEgunLehenetsiriko xehetasunak:Lehenetsiriko aukerakLeiho berrientzako lehenetsitako ezarpenakLehenetsiriko tamaina:EzabatuLehenik berretsi gabe ezabatu fitxategiak.Honelako elementuak ezabatzen: Elementu hau ezabatzen: Elementu hauek ezabatzen: XehetasunaDirDirektorioak lehenengo (izenezko sailkapenarentzat)Direktorioen irekiera automatikoaDirektorio'%s' direktorioa ez da eskuragarria'%s' direktorioa ez da aurkitu.Direktorioa ezabatua/falta daDirektorioa:Ezgaitu aukera hau zure desioen kontra panela beste aplikazioen gainetik agertzen bada. Berrabiarazi egin behar da.Diska erabileraBistaraziBistaratze estiloaDnotify OnarpenaEz panela tapatu¿Gailu hau desmuntatu nahi al duzu? Gailua desmuntatu eta gero diska era ziur batetan atera dezakezu.Idazketa aurka babesturiko elementuen ezabatzea ez berretsiLehenik berretsi gabe ezabatu idazketa aurkako babeturiko fitxategiak.Ez berrretsi ekintza bakoitzaMezu eremuan ez argibide gehiegi bistarazi.Ez zerredatu prozesaturiko fitxategiakEz bistarazi mugitzen ari den fitxategi bakoitzaEz erabili atributu hedatuakEz erabili ostalari izenakAteaDoor fitxategia socket edo tutuen antzekoak dira, eta SOlaris-en bakarrik aurki daitezke.Door:Atzealdean klik-bikoitzaz tamaina aldatuDeskarga kudeatzaileaarrastatu ezazu direktorio bat honera laster-marka egiteko.Arrastatu eta JareginArratratu eta jareginIkonoa direktorio leiho batetara arrastatu (edo bide osoa eman)Ikonoak arrastatzenEkarri aplikazio erabilgarri bat honaAskatu ikono bat hemenAskatu irudi bat hemenHolandarraERROREAIrakurketa ERROREAKudeatzailearen leiho bakoitza gutzienez tresnabarra bistaratzeko bezain zabala izan behar daLaster-markak editatuElementua EditatuAteraIngelesa (itzuli gabe)Bidea idatzi...Idatz ezazu parekatze guztiak aukeratzeko bilaketa patroia: ? edozein karaktere da * 0 edo karaktere gehiago da [aA] 'a' edo 'A' da [a-z] a-tik z-ra edozeinkaraktere da (minuskulak) *.png '.png'-ez amaitzen den edozein izen daBetetzen duten fitxategiak bistaratzeko patroia bat idatzi. IRagazki huts batek iragazkia ezgaitzen du.Idatzi abiarazteko shell komando bat. Klik egin fitxategi batetan buffer-ean gehitzeko."$@" kudea dezaken programa barruan kargatuko duen shell bat sartuko du. Adibidez: gimp "$@"Idatzi shell komando bat:Fitxategi izena idatzi bistaratzeko. Tab sakaru parekatze luzeena bistaratzeko. "Esc" sakatu minibuffer-a ixteko.Errorea '%s' sortzerakoan: %sErrorea fitxategia sortzerakoan: ezin izan da %s-rentzat txantilloia aurkituErrorea '%s' irudia sortzerakoan: %sErrorea fitxategi zerrenda eskuratzerakoan: %sHust '%s' fitxategiaren %d lerroan: "%s" Hau ROX-Filer aurreko bertsio baten eguneraketagatik gerta daidete. Aukera leiohoa ireki eta Gorde-n klik egin zazu. Hurrengo erroreak albo batetara utziko dira.Huts kudeatzaielan (handler) %s: %sError cargando imágen de fondo de pantala: %s Fondo de pantalla eliminado.Errorea applet-a abiaraztean: %sErrorea %s gordetzerakoan: %sErrorea fitxategia gordetzerakoan: %sErrorea %s panela gordetzerakoan: %sErrorea %s direktorioa gordetzerakoan: %sErrorea '%s' irakurtzerakoan: %sErrorea '%s' irakurtzerakoan: %s Errorea, ez dagoen fitxategi batetara loturiko esteka edo kudeatzaileak ikusteko baimenik ez duen fitxategia bezala.Errorea:Paneleko ikono bakoitza irudi bat eta testu batez bistaratzen dira.Abiaraztea¡El ejecutable '%s' es modificable por todos! Me niego a ejecutar. Por favor modifica los permisos ahora (éste problema puede haber sido causado por un bug en versiones anteriores del filer). Tener accions de ejecución (no enlaces simbólicos) modificables por todos significa que otras personas que usen tu computadora pueden reemplazar tus acciones de ejecución con versiones maliciosas. Si confías en todos los que puedan escribir en ésos archivos, entonces no necesitas preocuparte. Sino, deberías verificar, o incluso sólo eliminar, todas las acciones de ejecución existentes.Fitxategi abiarazgarria:Fitxategia abiaraziEspresioa:Atributu hedatuakHedaturiko atributuak, motak gordetzeko erabiliak, ez dira oanrtzen fitxategi hau edo hauentzat. C liburutegian fitxategi sistemaren onarpenaren huts bat dela eta izan daiteke, ere fitxategi sistema muntatze aukera zuzenak ezarri behar direla izan daiteke ('user_xattr' Linux-en).Atributu hedatuak:Fallo al agregar algunos elementos al escritorio porque están en una máquina remota. Por ejemplo: %sHuts '%s' esteka sinbolikoa sortzerakoan: %s (honek ROX gaia dagoeneko han dagoela baina 'mime-application:postscript' zerbaitegaik ezin izna dela kargatu esan nahi dezake)Falló la creación del enlace simbólico '%s': %s (nota: el antiguo enlace has sido borrado)Huts teklatua eskuratzerakoan!Ezin da '%s' irudia kargatu: arrazoi ezezaguna, ziurrenik hondaturiko irudi fitxategiaHust '%s' ezabatzerakoan: %sHuts tamaina irakurtzerakoanHuts '%s' '%s' bezala berrizendatzekoan:%s Berrizendaketa uzten.Huts arakatzerakoanFalló la eliminación de '%s': %sIrudi eskalatze azkarraFixategiaFitxategia edo ez dago edo ezin da ireki: %sFitxategi menua eskubiko-klik eginezFitxategi mota koloreakFitxategi izenak (eta xehetasuna) fitxategi motaren arabera koloreztuko dira.Kudeatzaile leihoaIruzkinaFitxategi Iragazkia...BilatuBilaketa espresioari erreferentziaFinaFinlandieraEsteka sinbolikoak jarraituPara todos los archivos de tipo `%s' (%s/%s)IndartuLehen maila:FrantsesaGGNOME-VFS liburutegiaGbAlemanieraJoan:TaldeaEl grupo %s no está definido. Selecciona algunos archivos y presiona Ctrl+%s para definir el grupo. Presiona %s para seleccionar de nuevo los archivos después. Aségurate que NumLock está activado si utilizas el teclado numérico.Pantailaren behekaldean erabiltzea ez den nahi altuera.Pantailaren goikaldean erabiltzea ez den nahi altuera.LaguntzaBerazEskutaturikEtxeaEtxe direktorioa irekiOrduOrduIkono ItzelakHungarieraEzin da ezarritako elemetua bistarazi ez bait dago batez ezarririk. Arrastatu ezazu zerbait hona!Ez dakit '%s' nola irekiOrain BidaliHona direktorio bat bistaraziko da; barnean egotea nahi duzun aplikazioei esteka sinbolikoak sortu (Ktrl+Shift+arrastatu) beharko zenizkieke.Ikono BistaratzeaIkono arteko tartea:Ikono gaia'%s' ikono gaiak ez ditu MIME ikonorik. ROX-en lehenetsiriko gaia erabiltzen honen ordez.Txikituriko leihoakTxikitu hemen:Ikono bistartzeaIkonoak bakarrikIkonoak, Gehi...Mota bereziarerentzat ez badago aplikaziorik ezarririk, hau erabili lehenespen bezala.Gaiturik badago leiho atzealdean klik-bikoitza egitean leiho tamaina aldatu egingo da, tresnabarrako tamaina automatiko modu botoia klikatuko bazenu bezala.Gaiturik badago hizki larri batez hasten diren fitxategiak minuskulaz hasten direnez aurretik bistaraziko dira.Esteka sinboliko gaiturik egon ezkero estekatik helburu fitxategira bidea gordeko du. Esteka eta fitxategia batera mugituko badira erabili. Ezgaiturik egon ezkero, erro direktoriotik bidea gordeko da - Esteka mugitu baina helburu fitxategia leku berdinean geratuko bada erabili.Gaiturik badago zutabe goiburuak bistarazi egingo dira zerrenda ikuspegian.Gaiturik badago direktorioa beti lehenego bistarazik dira izenez sailkatzerakoan.Gaiturik badago leiho berri baten bistartze aukerak jatorrizko leihotik artuko dira posible bada, bestela lehenespenak erabiliko dira.Gaiturik badago izena puntu batez hasten duten fixtategiak bistarazi egingo dira, bestela ezkutatu egingo dira.Gaiturik dagoenean, idazmahaieko ikonoak guztiz pantailaren mugen barnean kokatuko dira, etiketa barne.Aukera hau gaiturik badago kudeatzaileak ikonoturiko leiho bakoitza idazmahaieko botoi bat bezala bistaraziko da. Leiho kudeatzaile bateragarri bat behar da eta idazmahaia martxan egon behar da.Xinerama bidez monitore anitz konfiguraturik badituzu panela monitore batetan mantentzeko (batetik bestera pasa beharrean) aukera hau erabili.Direktorio bat irekitzerakoan berau beste leiho batetan irekirik egon ezkero beste leihoa itxi egingo da.Irudia eta testuaIrudi bakarrikIrudi bakarrik aplikazioentzatLerro amaiera okerra edo falta da text/uri-list datuetanJatorrizko leihoaren aukerak erabiliBarne errorea - okerreko informazio motaBarne errorea: %s irakurrezinaArchivo de traducción .gmo no válido (no se encontró el número mágico GNU): %sArchivo de traducción .gmo no válido (demasiado corto): %sBilkaeta baldintza okerraAplicación inválida %s (AppRun incorrecto)Aukera alderantzikatuBlokeDaKarDaGailuaDaDirDaAteaDaHutsaDaAbiarazgarriaDaEstekaDaNireaDaTutuaDaIrakurgarriaDaRegDaSGIDDaSUIDDaSocketaDaEsPegajosoIdatzgarriaDaItalieraElementua ez dago dagoeneko!JaponieraKKbIkonoak panatalla mugen barnean mantenduLaster-teklakHizkuntzaFitxategi Handi OnarpenaIkono HandiakLeiho tamaina handiena:Akzen _AldaketaEstekaLotura helburua:Estekatu...Zerrenda bistaratzeaBarrua BegiratuBilatu barruan ... ?MMIME motakManualaZabalera handiena (Ikono Handiak):Ikono txiki baten alboko testuaren gehienezko zabalera.MbErdikoaMenuakMinMinibuffer-aMin',' bat falta da ikono etiketaren ondoren'=' bat falta da'>' bat falta da ikonoaren etiketanPanelaren konfigurazio fitxategian < bat edo > bat falta daAldaketa data:Leiho kudeatzaile gehienek leihoak ikonotzeko (edo txikitzeko) modu bat dute eta zenbait progrmanak, ROX-Filer barne, erabili daitezke ikonoturiko leihoak ikusteko.MuntatuMuntatu / DesmuntatuLehenik berretsi gabe fitxategi sistemak muntatu eta desmuntatu.Muntatze puntuaPunto de montaje (%s)Punto de montaje para %s (%s)MugituLehenik berretsi gabe mugitu fitxategiak.Fitxategiak mugituOHARRA: Zure sistemak ez ditu aukera luzeak onartzen - bertsio laburrak erabili behar dituzu luzeen ordez. IzenaInoiz ez automatikoki tamaiana aldatu BerriaLeiho BerriaBide berria ez da absolutuaLeiho berria 1 botoiazDirBerriaFitxategiBerriaBerriagoHurrengo KlikEzEz (apsymbols.h ez da aurkitu)Ez (2.8.0 edo berriagoa behar du)Ikono gabeEz dago URI-rik testu/uri-zerrenda (ezer egiteke!)Aldaketa gabeaXehetasun gabeElementurik ez%sEz zegoen idazmahairik erabilia... 'Lehenetsiriko' idazmahaia hautatua izan da.'rox -p=Default' erabili aurrerago gaitzeko.Ez dago abiarazte ekintzarikTestu itzala:Tresnabarrarik ezEz abiarazgarria %sBatezIzenek ez dute aldaketarik. Ezer egiteke!Fitxategietako bat ere ez ez dago makina lokalean - Ezin da hurruneko fitxategi bat baino gehiagorekin ekintza egin - barkatu.Normalean idazmahaiaren atzekaldean eskubiko botoiaz klikatzerakoan idazmahai menu bat irekiko da eta ezkerro botoiaz aukera ezabatuko du. Hau gaitu gertaerak leiho kudeatzailera bidaltzeko. Ikono gaineko klik-ak ez dira bidaliko.Normalean menutik komando bat hautatzearekin aski da (klik egin komandoaren ondoko gezian). BAtzuetan gehiago behar dezakezu... Komandoaren formatua hau da: ALDATU, ALDATU, ... ALDAKETA bakoitza: NOR NOLA BAIMENAK NOR hautako nahasket batenbat da; u, g eta o zeinek jabearen (u), taldearen (g) edo beste (o) baimenak aldatu egin behar diren ezartzen du. NOLA +, - edo = da zehazki baimenak gehitu, kendu edo ezartzeko. Baimean rwxXstugo hizkien nahasketa batenbat da Hutsune eta parentesi zuzenak alde batetara utziko dira. Adibideak u+rw: fitxategiaren jabeak irakurketa eta idazkera baimenak ditu g=u: Taldearen baimenak erabiltzailearenen berdin ezartzen dira o=u-w: besteek jabearen baimen berdinak dituzte baina idazkera baimenik gabe a+x: denek abiarazte/irekitze baimeak dira - ugo+x-rekin berdin a+X: direktorioak denentzako ikusgarriak izango dira; inorentzat abiarazgarri ez ziren fitxategiakdenentzako abiarazgarri bihurtzen dira u+rw, go+r: bi komando batera! u+s: SetUID bit-a gaitu- askotan ez du skript fitxategietan eraginik 755: baimenak zuzenean ezarri chmod(1) manualaren orria begiratu xehetasun gehiagorako.NorvegieraEzEz OnarturikOraindik Alt tekla zanpatua mantenduaz menua agertzea lor dezakezu.Oraindik Alt tekla zanpatua mantenduaz eta ezkerro botoiaz menua bistaratzea lor dezakezu.Zure ezarpenak gorde eta kudeatzailea berrabiarazi behar duzu hizkuntz berria guztiz martxan ipintzeko.EzerOrainEDOIzen bat aurkitu da baina emaitza berdina daFitxategiak bakarrik (eta zenbait aplikazio) erabili daitezke idazmahaiaren atzealde irudia ezartzeko.`%s' fitxategiarentzat bakarrik`%s' (%s/%s) motarentzat bakarrikKopiatzen ari diren direktorioak bakarrik bistaraziEzabaturik izango diren direktorioak bakarrik bistaraziJatorria helburua baino berriagoa bakarrik gainidatzi.Irudia bakarrik bistaratzen da.AVFS irekiTestu bezala irekiDesmuntaturik irekiAukerakAukerak...Leiho kudeatzaileak idazmahai eta panelen gain duen kontrola albo batetara utziJabeaJabea, Taldea:Panela 'dock' bat daPanel estiloaPanel zabalera (estua)PanelakPanelak pantailaren albo batetan kokaturiko ikono barrak dira. Panelen erabilerari buruz argibide gehiago jasotzeko manuala irakurri.Aita, Leiho BerriaAita, Leiho BerdinaPantailaren atzekaldean eginiko klik guztiak leiho kudeatzaileari bidaliBideaPatroia:BaimenakIdazmahaiaIdazmahai portamoldeaTutuaTutua:PolonieraPortugesa (Brasil)KokalekuaOrainSakatu desio duzu laster-tekla (adibidez, Kontrol+F1)Programa %s no encontrado - borrado?PropietateakHonen propietateak ... ?Diskako argazkitxo katxea ezabatuZerrendako sarrera bat aukeratu mugitzekoIxilikROX aplikazioaROX-FilerROX-Filer-ek ez ditu oraindik zure sistemako munatze puntuak onartzen. Barkatu.ROX-Filer-ek zure aukera fitxategia XML formatu berrira bihurtu duIrakurketaDirektorio erreala:¿'%s' ikonoa benetan ezabatu?Azkenaldian ikusitakoakErrekurtsiboBerrituFitxategi arrunta:Urruneko aplikazioa ezin du edo ez ditu datuak biliko - barkatuHurruneko aplikazioa "Direct Save" erabiltzen saiatzen ari da, baina ezin da XdndDirectSave0 propietatea (text/plain motakoa) irakurri. Elementua(k) EzabatuBerrizendatuBerrizendatu ... ?Berrizendatu...Aldatu:Berritu direktorio edukiakBerezarriLeiho tamaina aldatuTamaina aldatu bistaratze metodoa aldatzerakoanBerezarri aukera guztiak aukera leiho ireki denean zuten egoerara.AtzezaurreraErrumanieraLoturiko ekintza:'%s' erbiltzailea bezala abiaraztenGTK bertsioaz %d.%d.%d abiarazirik ErrusieraSSGIDSUIDDagoen leihoaren berdinaLehenetsirikoaHonela gorde:Pantaila ezarpenak gorde...EskalanIrudia idazmahaiaren tamainakoa bihurtu baina eraldatu gabeBerrituArakatzenIrakurtzen, Bilatu honen barruan ... ?SegSegAukeratuDanak aukeratuAukeratu...Kasu honetan aukeratu:Hautatu Deiturikoa:Dana hautatu/Hautapena alderantzizkatuIzenez aukeratu...Hauatatu gorde ebhar diren pantaila propietateakBarran nahi dituzun botoiak hautatu:Bidali ... nora ... ?Bidali hona...Ikonoa Ezarri...Ekintza Ezarri...Mota ezarri...Pantallaren atzeko irudia ezarriLehenespen bezala ezarri `%s/' guztietanIkonoa ezarriHonentzat Ikonoa Ezarri ... ?`%s/' guztientzat ikonoa ezarriTeklatu laster-teklak ezarriBaimenak ezarri ... ?Ekintza ezarriHonentzat Ekintza Ezarri ... ?Mota ezarriHonen Mota Ezarrie ... ?Mota erreferentzia ezarriCHOICESPATH aldagaiak ikonoak ezartzea ezintzen duEzarpen mota ez du onartzen fitxategi batenbatekShell Komandoa...Shell-a:Shift IrekiShift Ireki ... ?Izenburu etiketa laburrakIkusiLaster-markak bistaraziLaguntza BistaraziEzkutukoak bistaraziArgibideak BistaraziKokalekua ErakutsiROX-Filer laguntza bistaraziHelburua BistaraziArgazkitxoak bistarazi_Laguntza fitxategiak bistaraziAukera posibleen menu bat bistaraziZutabe goiburuak erakutsiXehetasun gehiarriak bistaraziMostrar ocultosEzkutaturiko fitxategiak bistaraziTxikituriko leihoak bistaraziIrudien argazkitxoak bistaraziFixtategia aukeratuak izanez eskubiko klik egiterakoan Fitxategi menua bistarazi menu nagusiaren ordez (menu nagusia Kontrol tekla zanpatuaz bistaraziko da).Huneko aukera kudeatzaile leiho batetan bistaraziKudeatzaile leihoan bistarazitako fitxategi kopurua erakutsi, baita ere ezkutatutako fitxategi kopurua (baleude). Hautapen bat egina badago, aukeratutako fitxategi kopurua erakutsiko da.Elementu kopurua bistaraziEzkutaturiko fitxategiak ezkutatu/bistaraziKlik bakarreko nabigatzeaKlik bakarra irekitzekoTamainaMenuetako ikono tamaina:Tamaiana:TamainakIkono TxikiakIkono txikiagoakSocket-aSocket-a:Fitxategi hauetako batzuek beste makina batetan daude - alde batetara utziko dira - barkatuAplikazio zahar batzuk ez dute XDND guztiz onartzen eta aukera hau ezgaiturik izatea behar dezakete. Erabil ezazu fitxategiak aplikazio batetara mugitzean markatzailearen gainean + ikur bat agertu baina asakatzerakoan ez badu funtzionatzen.Zenbait leiho kudeatzaileek ez dute "Extended Window Manager Hints" sistema onartzen, orduan idazmahaia eta panelak leiho arruntzak bezala erabiltzen dituzte. Hau gaitu ezazu idazmahaeian klikatzerakoan aurrera etortzen bada, izenburu barra eta beste batzu leihoen inguruan agertu edo panel edo idazmahaia leiho aukeraketan agertzen badira.Batzuetan kudeatzaileak ez du zure idazmahaia aski "ezagutzen" eta ikonoturiko leihoak (adbidez) Gnome panel azpian ipini ditzake. Goikaldean edo behekaldean marjin bat ezarri dezakezu ikonoak hor ipintzea ezintzeko. Kudeatzaileak bere panela ezagutzen du.Lo siento - Necesito un destino de tipo text/uri-list o XdndDirectSave0.Lo siento - Necesito un destino de tipo text/uri-list o application/octet-stream.Ezin da '%s' fitxategi lokal bat ez da eta.Barkatu baina ezin da hurruneko fitxategi/data gordinarentzat ekintza menua bistarazi.Lo siento, tienes que arrastrar exactamente un archvo sobre el área de arrastre.SailkatuDataz sailkatuTaldez SailkatuIzenez sailkatuJabez SailkatuTamainaz SailkatuMotaz sailkatuDataz sailkatuTaldez sailkatuIzenez sailkatuJabez sailkatuTamainaz sailkatuMotaz sailkatuSailkapena:Saikatze mota eta ordenaSailkapenaGaztelaniaEzarri bilatzeko espresio bat, eta aurkitutakoak aldatzeko katea.Irekiera automatiko atzerapena:ItsaskorraZabalduaIrudia zabaldu pantaila osoa bete dezanSuedieraxterm-era aldatuEsteka simbEsteka sinbolikoaHona esteka sinbolikoa: EstekaEstekatu ... ?Crea enlaces simbólicos a los programas que quieras en éste directorio. Ellos aparecerán en el menú para todos los elementos de éste tipo (%s/%s).Dagoeneko badago '%s'-ren esteka sinboliko bat. ¿'%s'-ra estekaz aldatu?ATestua ikonoen alboanTestu itzala:Testua ikonoen azpianHau baino testu luzeagoak bi lerrotan bereiziko dira Ikono Handi moduan. Ikono Itzel moduan honen erdia baino luzeagoak direnak erdibituko dira.-o argumentua ez da luzaroago erabiliko. Aukerak leihoko birbidalketa alde batetara utzi gaitu dezakezu bere ordez.`Bidali Hona' menuak fitxategi batzu aplikazio batetara bidaltzeko bide azkar bat da. Bistaraziko diren aplikazioa direktorio hauetakoak dira: %s %s `Bidali Hona' menua fitxategi batetan Shift+Menua klikatuazireki daiteke. Erabilera aurreratua: Ere `.text_html', `.text', etabar izeneko azpidirektorioak sortu daitezke fitxategi mota horientzat bistaraziko dena. `.group' -direktorioa fitxategi anitz aukeraturik daudenean isaraziko da.Idazmahai atzealde kudeatzailea aplikazio direktorio bat izan behar da. Aplikazio direktorio bat Idazmahai atzealde ezarpen kutxara arrastatu ezazu, edo (programentzat) SOAP SetBackdropApp metodora pasa ezazu.Kudeatzaileak leiho tamaina erabilgarri denean aldatuko du (hau da, direktorioa aldatu edi bistaratze estiloa aldatzean).Fitxategi izen bakoitzeko lehen parekatze zuzena kate honegatik aldatuko du. Ez daude karaktere bereizik.Ikonoen azpiko testua bistaratzeko erabiliko den letra-tipoaLAster-tekla hau da:Leiho baten tamaina aldatzean erabiliko den tamaina handiena, pantailaren tamaina ehunekotan.Kokalekuak beintzat karaktere bat eduki behar du!Xinerama moduan panelak mantenduko diren monitorea (0-tik zenbaturik).Emandako bidea ez dago. Ikonoa ez da aldatu.Menuan `Xterm Hemen' aukeratzean abiaraziko den programa.Panelen tamaina.Ikono azpian bistaraziko testua:Gaiak ~/.icons direktorian kokatu beharko lirateke.Ez dago argazkitxorik ezabatzekoErrore bat gertatu da. %d errore gertatu dira. LodiaEstuaAukera honek sistema eragile eta fitxategi sistema berrienek erabili ditzaketen atributu hedatuak ezgaituko ditu. Aukera hau ezarriarekin 'Mota Ezarri' menu sarrera ezgaiturik dago, fitxategiaren MIME mota fitxategiaren izenean bakarrik oinarrituko da eta propietate leihoak ez du aukera hedatuen argibiderik emango.Fitxategi zen hau ez da UTF-8 baliozkoa. Aldatu egin behar duzu. Hau dagoeneko direktorio honen izen kanonikoa da.Hau ez da programa bat! Honen ordez aplikazio bat eman behar duzu!Hau da leiho berrien lehenetsiriko konfigurazioa. Bistarazi menua erabili leiho batetan argazkitxo bistaratzea gaitu edo ezgaitzeko.Elementu hau dagoeneko azkenekoa daAukera honek direktorioa ireki fitxategi bat direktorio baten gainean mantendu behar den denbora ezartzen du, ms-etan. Aurreko aukera gaiturik egon behar da honek eraginik edukitzeko.Aukera honek, aurrekoa gaiturik egotea behar duena denbora labur batez fitxategi direktorioaren gainean mantendu ondoren 'automatikoki irekitzea' lortzen du.ArgazkitxoakArgazkitxo katxeaArgazkitxoak, MosaikoIrudiaz idazmahaian mosaiko bat eginDataIzenburuaMenuko elementu batentzat laster-tekla bat ezartzeko: - Ireki menua fitxategi kudeatzaile leiho batetan, - Mugitu markatzailea erabili nahi duzun elemetura, - Sakatu elementu horretara lotu nahi duzun tekla. Menuko elementuaren alboan tekla agertuko da eta aski izango da tekla hori sakatzea menua ireki gabe hemendik aurrera.Gauzak bizkortzeko sortutako argazkitxoak ~/.thumbnails ezkutatutako direktorioan gordeko dira. Hemen klik egin katxean dauden argazkitxo guztiak ezabatzeko. Beharrezko direnean berriz sortuko dira.TresnabarraTresnabarra mota:Lanabesa/Minibuffer-aGoikaldeko marjinaItzulpena`ROX-Filer/AppRun --help' erabili argibide gehiagorako. ROX-Filer/AppRun -h' erabili argibide gehiagorako. MotaMota:MotakEzinda irudi fitxategia kargatu -- agian ez dago formatu ulergarri batetan, edo agian baimenak gaizki al daude? Ikonoa ez da aldatua izango.Leiho bakarrakEzezagunaEkintza ezezagun bat eskatu da'%s' xehetasun mota ezezaguna'%s' sailkapen mota ezezaguna'%s' estilo ezezagunaHelburu ezezagunaMota ezezaguna:DesmuntatuIzen gabeIzengabeko DatuakGora16 pixel zabalerako sareta bat erabili ikonoak idazmahaiean ipintzeko.2 pixel zabalerako sareta bat erabili ikonoak idazmahaiean ipintzeko.32 pixel zabalerako sareta bat erabili ikonoak idazmahaiean ipintzeko.Erabili irudiaren kopia bat MIME mota hauetako fitxategi guztientzat.Erabili irudiaren kopia bat MIME mota honetako fitxategi guztientzat.Pertsonalizatutako letra-tipoa erabili:Hitzak beharrean hizkiak erabili kudeaketa, Denak eta argazkitxo erakusleentzat izenburu barran.`Ikonoa Ezarri...' erabili MIME mota bakoitzerako ikonoa ezartzeko. Kontutan izan modu honetan aukeratutako ikonoak aukeratutako gaiaren ikonoak aldatuko dituztela.LANG aldagaieko ingurunea erabiliMIME mota honetako fitxategi guztiekin aplikaziio hau erabili.Erabiltzaileak ezarritako laster-teklak ezgaiturik dauden lehenespen bezala Gtk2-en eta ez dituzu gaitu. Aukera hau gaitzeko: 1) Xsetting kudeatzaile bat erabiliaz, ROX-Session edo gnome-settings daemon bezalakoa. 2) ~/.gtkrc-2.0 fitxategian lerro hau gehituaz: gtk-can-change-accels = 1 (XSETTINGS erabiltzen EZ baduzu bakarrik )Ikuspegi mota:IDAZKETA-AURKA BABESTURIKAsteAsteIkono tamaina automatikoa ezarririk dagoenean: Direktorioak elemenetu kopuru hau edo handiago badu Ikono Txikiak erabiltzen bistaraziko dira, bestela Ikono Handiak erabiliko dira. Saguaren ezkerreko botoiaz fitxategia arrastatzerakoanSaguaren erdiko botoiaz fitxategiak arrastatzerakoanGaiturik dagoenean kudeatzaile leiho batetan fitxategi bat direktorio edo programa baten gainera arrastatu dezakezu, Elementu nabarmendu egingo da eta fitxategia askatzerakoan direktorio barnean sartu edo programan kargatuko da.Argazkitxoak gaiturik daudenean direktorioko irudi bakoitza kargatu eta bere argazki txiki bat bistarazi egingo da.Idazmahaia erabiltzen denean idazmahai atzekaldera fitxategi eta plikazioa arrastatu ditzakezu estekak sortzeko.`Bidea Sartu...' minibuffer-a erabiltzean tabuladorea sakatzean, beep egin ez bada ezer gertatzen (adibidez aukera anitz daudelako eta hurrengo hizkia aldatzen delako).`Bidea Sartu...' minibuffer-a erabiltzean tabuladorea sakatzean, beep egin fitxategi bat baino gehiagok parekatzea betetzen badute nahiz hizki batenbat gehitu.Web nabigatzaile bat edo urruneko beste jatorri batetatik fitxategi bat arrastatzerakoan, programa hau abiaraziko da deskargatzeko. $1 kudeatzailera arrastaturiko URI-a da, eta momentuko direktorioa helburua da. Adibidez: xterm -e wget $1Tresnabarra zabalerak leihoaren gutxieneko zabalera ezartzen duLeihoaLeihoaren PortamoldeaLeiho kudeatzaile arazoakHonekin:DanakIdazketaXDS protokolo errorea: fitxategi uzenak ezin du '/' eduki XDS protokolo errorea: Itzulpen kodea 'S', 'F' edo 'E' izan beharko litzateke Destino XdndDirectSave0 provisto, pero el átomo XdndDirectSave0 (tipo text/plain) no contiene un nombre de archivo Xinerama%d Xinerama monitorea ez dago erabilgarriXterm HemenUrteUrteBaiBai (zaharkituriko glibc bertsioekin lan egin dezake)Idazmahai atzealdea irudi batekin edo ROX-FIler idazmahai atzaealdea kudeatzen dakien programa batekin bakarrik ezarri daiteke. Garatzaileak: Aplikazioaren AppInfo.xml CanSetBackdrop elementua eduki behar du, ROX-Filer manualean argitzen den bezala.Fitxategi arruntentzat bakarrik ezarri dezakezu ekintzaEzin duzu direktorio honen bigarren bistaratze leiho bat ireki `Leiho Bakarrak' aukera gaiturik bait dago ezarpenetan.Ezin duzu hau elementu anitzekin eginLeiho kudeatzailearen bidez panel bat ixten saiatu zara - normalean hau istripu bat izaten da... benetan itxi?Leheneik ezabtzeko zenbait elementu aukeratu behar dituzuMenua elementu baten gainean ireki behar duzuKontatzeko elementu batzuk aukeratu behar dituzuBertan bilatzeko beharko diren elementuak aukeratu behar dituzuBaimenak aldatu nahi dizkiezun elementuak aukeratu behar dituzuMota aldatu nahi diezun elementuak aukeratu behar dituzuZuk Shift zapalduri duzula fitxategiaren menuan klik egin behar duzu norabait bidaltzekoLehenik ezabatzeko lerro batzuek aukeratu behar dituzuLeiho tamainak leiho kudeatzailea, `Leiho tamaina aldatu' menuaz edo leiho atzealdean klik bikoitza eginez eskuz aldatu beharko dituzu.Zure CHOICESPATH aldagaiaren balioak ez ditu pertsonalizazioak onarzen - barkatu.Zure panel fitxategi zaharra XML formatu berrira eguneraturik izan da.Zure idazmahai fitxategi zaharra XML formatu berrira eguneratua izan da._Taldea_Izena_Jabea_Baimenak_Ixilik_Esteka erlatiboa_Berrizendatu_Aldatu_Desegin_Tamaina_Mota_Komandoa`Xterm Hemen' programaa+x (abiarazgarri/irakurgarri egin)a-x (ez-abiarazgarri/ez-irakurgarri egin)gorantzsarrerablokeaEzker-behekaldeanEskuin-behekaldeanbytebytebeherantzdirektoriodirektorioKonpilazioan ezarritako funtzioakfitxategia(1)fitxategiak dio... %sfitxategigidgo-rwx (Pribatu - jabearentza soilik)go-w (Segurtasun arazoa konpontzend u)go=u-w (Sarrera publikoa, idazketarik gabekoa)horizontalainodoaelementuelementulstat(2) huts egin du: %sedukiak batumuntaturikmsestekakdirektoriorik ez) gainidatzipixelmoztutamainasistemaEzker-goialdeanEskuin-goialdeanu+rw (Jabeari Irakurketa+Idazketa baimena eman)uiddesmuntaturikbetikalarox-2.11/ROX-Filer/Messages/fi/000077500000000000000000000000001230207736700161305ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/fi/LC_MESSAGES/000077500000000000000000000000001230207736700177155ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/fi/LC_MESSAGES/ROX-Filer.mo000066400000000000000000002530751230207736700217750ustar00rootroot00000000000000C4]L4EE&EE$F )F6FDV$hVV*WGWW X 2XMZZZZZ.Z'Z[!,[JN[[[[[*[\#\ <\!G\i\z\\ \\\]\K]T]f]{]2]]$]l^s^^ _9__ __`!`9`A` J`X`v`` `$````aa bc" cCcIcac/hc ccc ccccccc c d-d&4d[dsdddd)dd d de-e GerRe ee eeeZ f-df.ff6fg"1gTgrggOgg"gh%h ;h Ih>Whh hhhhh hS iai pizii iiVjJjR&kyk}kl7&l^l|llKm2cmmmmmmn(n|Ann6nnop p pq q'r`-#2Vgov|  ĀˀҀۀ =PY lx  ́ށ / ;>EK OZ_ |# Ƃӂsy7 ̓ރ$ ]/ ل .G-P ~ q & 0;M.R`LJ  Onlk؍-Nd{'"Ž4 3 =JY a:l  ͏ُrfy0Ð ̐ؐ#++W w1 B?GƒΒ ֒2n ֓ ܓ&EW` iu"ؔ ?PU ^i} ڕ!'6 H S_ q }# ʖ*CL^$q2ɗڗ & 6 B LZ nzИ .)̚ " .<CMKN\DM61Dh<  % 2 ? L Z g u L +&RZj s sA_a sbu kĥb04Ȧd1GJyDħA K%c6!876p6wުVv ˬܬ%9   4,0a,;C\v Ȱ аݰ989SI8ױ\!~!7*5b .^0mst-zع޹1:kWú̺ '.2xD2p*a#&/׽A:I<+B~=@@GM Tahw  (   +8=C I T `j$! $*>MUX^e v  ,;Q)h\\ *f; )+E<q54F3` > 2F V`$r*"$) Jhz+.%Tdx/ D=Y iu # %=S"s!,"+8%dG\/ IT^d|U^:e'(/L_R'z#0'%T%)z8  .(6$_ - # . :G [iPp 61; m,F!=_Bg !) DNeZ|  7%V&|v) ":AJ&Y+ ':.W 2"2 : DR"b ,  /, H Rs w0?G P]hs;=0V)'/ *GmK(10KCg$s5  r([`Xw!:Z%yR7q!%#%*;f ~&:-hqNi'^O&X%.TVp$="%`@-39)U;<(- 4? DRX_w_~} P "1@RTo0Ocre#zrc < J&i D3*+=i~     & - / 2 R b h         % $  &  2 != =_       )  # +.  Z d  " B2  u    ,  g ` )e         $!: \Dj   %]  1tspNTWS`k  .OH ^"#:(7 F PC]|}L .4;AV_1h" ):L S `Fj;"+ ; ISKh}2GXv",R Q^fx%   5 I?           !#!7!(T!&}!%! !!!""+!" M""Z"+}""$""," (#5#N#5`#+### ## $%$-$B$X$k$z$$ $$$'$%$%9%L%i%%%3S&& b''''''''' ("(*(N3((d).*O,Xn,K,S-Og- -"---.3.J."c......//)/9/XA// / /(/// 0000M0!c00g 1u1w1111t^224*5h5@6Z6al626X79Z7R77'7.8N8m8888V8C9'A:5i::!;9;< <<< <!<==."=Q>?%?KN;rU~aP=Qz]'smun093 Q<jM}&-X[yJ zH;l8E,B\STC#k+sIM1\\+DGfV|Mkq51b+?jgSwtcyEiIi@-= Gm]TZ5eJ&%Fd*~F%7}CYW?_=YQa'"5H@&D-df|L^[(#O*A`o(7N 622|yAS/o02ZC#,*[3}*u01^;p)4-xNWW$ nlX?v_A@2f` B+9K(P/A$"6e $L=Jx!74z`pj<>'>c ~: ;u! p!dY"v"$#cw6{5g4.!B m(q3R ::th.&iK.Zk7t1b%@<, 88whXP%RVbBa6/0D 3E?9e GF8< O'TOv ^I h orn)] U>r{Hx)s,lR 49gq:/LV{  UC --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s total, %s used, %s free (%.1f %%)%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), going. Home page (including updated versions): http://rox.sourceforge.net/ Contents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?A file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAllow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndApp dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanging the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEjectEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and click on Save. Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every panel icon is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Extended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Files...FindFind expression referenceFineFinnishFollow Symbolic LinksFor all files of type `%s' (%s/%s)ForceForeground:FrenchGGNOME-VFS libraryGbGermanGoto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKKbKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLinkLink target:Link...List ViewLook InsideLook inside ... ?MMIME typesManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No (need 2.8.0 or later)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo shadowNo toolbarNon-executable %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROne name matched, but the result was the sameOnly files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Open AVFSOpen As TextOpen unmountedOptionsOptions...Override window manager control of the pinboard and panelsOwnerOwner, Group:Panel is a 'dock'Panel stylePanel width (thin)PanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPipePipe:PolishPortuguese (Brasil)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to xtermSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Xterm Here' from the menu.The size of the panels.The text displayed under the icon is:Themes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.ThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop marginTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUse a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)View type:WRITE-PROTECTED WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableXterm HereYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Command`Xterm Here' programa+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: 1.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-08-09 14:02+0100 PO-Revision-Date: 2005-01-27 14:01+0200 Last-Translator: Jari Rahkonen Language-Team: Finnish MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --- Pyydetään lapsiprosessia päättämään toimintansa... Prosessi päätetty. Yritetään tappaa karannut prosessi... (%u piilotettua) sekä poistaminen vaikuttaa kohteisiin työpöydällä tai paneelissa - poistetaanko se varmasti? poistaminen vaikuttaa kohteisiin työpöydällä tai paneelissa - poistetaanko ne varmasti?!%s Tiedoston '%s' kopiointi epäonnistui !%s !VIRHE: Tiedoston %s siirto kohteeseen %s epäonnistui !%s Liittäminen epäonnistui !%s Irrottaminen epäonnistui !%s Poistaminen epäonnistui !'%s' on symbolinen linkki !VIRHE: Kohdetta ei voi kopioida itseensä !VIRHE: Kohdetta ei voi siirtää/nimetä itsensä päälle !VIRHE: Kohde on jo olemassa, mutta ei ole hakemisto !Hakuehto ei kelpaa - vaihda se ja yritä uudelleen !Oikeuksien muutoskomento ei kelpaa - muuta sitä ja yritä uudelleen !Tyyppi ei kelpaa - vaihda se ja kokeile uudelleen !Ei liitoskohtia valittuna! %%d kohdetta%d nimeä vastasi hakua, mutta yksikään niistä ei muuttunut%s '%s'%s (>> '%s')%s yhteensä, %s käytössä, %s vapaana (%.1f %%)%u valittu (%s)' Valmis ' Yhteensä: %s ('%s' ei ole enää symbolinen linkki'%s' ei ole hakemisto'(näyttää ainakin olevan nyt liitetty) '(kun kohdetta '%s' tarkistetaan) 'Vaihdetaan oikeudet kohteelle '%s' 'Vaihdetaan tiedoston '%s' tyypiksi '%s' 'Kopioidaan %s kohteeseen %s 'Poistetaan '%s' 'Hakemisto '%s' poistettu 'Poista media '%s' 'Linkitetään %s nimellä %s 'Liitetään %s 'Siirretään %s kohteeseen %s 'Yritetään kopioida siitä huolimatta... 'Yritetään siirtää kaikesta huolimatta... 'Irrotetaan %s (Pienet kuvakkeet):(epäkelpo utf-8)(napsauta asettaaksesi)(tallentaminen estetty CHOICESPATH-muuttujalla)(paksu)(käytä oletusta), lisäten. Kotisivu (myös päivitetyt versiot): http://rox.sourceforge.net/ Sisältö viittaa...OikeudetPikaohje Laita vain etsimäsi tiedoston nimi heittomerkkeihin: 'index.html' (löytääksesi tiedoston nimeltä 'index.html') Esimerkkejä '*.htm', '*.html' (löytää HTML-tiedostot) IsDir 'lib' (löytää 'lib'-nimiset hakemistot) IsReg 'core' (löytää tavallisen tiedoston 'core') ! (IsDir, IsReg) (ei ole hakemisto, eikä tavallinen tiedosto) mtime after 1 day ago and size > 1Mb (suuri ja muokattu vuorokauden sisään) 'CVS' prune, isreg (tavallinen tiedosto, ei CVS-hakemistossa) IsReg system(grep -q fred "%") (sisältää sanan 'fred') Yksinkertaiset testit IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (tyypit) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (oikeudet) IsEmpty, IsMine Heittomerkeillä ympäröity merkkijono on etsittävä shell-tyyppinen jokerimerkkijono. Jos se sisältää kauttaviivan, haku koskee täyttä polkua; muutoin haetaan ainoastaan lehdeltä. Vertailut <, <=, =, !=, >, >=, After, Before (vertaile kahta arvoa) 5 bytes, 1Kb, 2Mb, 3Gb (tiedostokokoja) 2 secs|mins|hours|days|weeks|years ago|hence (aikoja) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (arvoja) Erityistapaukset system(komento) (tosi, jos 'komento' palauttaa nollan; %-merkki 'komennossa' korvataan nykyisen tiedoston polulla) prune (epätosi, ja jättää hakemiston sisällön haun ulkopuolelle).?'%s' on jo olemassa - %s??'%s' on jo olemassa - korvataanko??Uusi haku??Vaihda oikeudet kohteelle '%s'??Vaihdetaanko tiedoston '%s' tyyppi'??Tarkistetaanko '%s'??Kopioidaanko %s kohteeseen %s??Lasketaanko kohteen %s sisältö??Poistetaanko %s'%s'??Poistetaanko media '%s'??Linkitetäänkö %s nimellä %s??Liitetäänkö %s tiedostojärjestelmään??Siirretäänkö %s kohteeseen %s??Irrotetaanko %s tiedostojärjestelmästä?Tiedosto nimeltä '%s' on jo olemassaTiedosto nimeltään '%s' on jo olemassa. Peruutetaan massanimeäminen.Suoritustoiminto on jo olemassa, ja on melko kookas ohjelma - haluatko varmasti poistaa sen?Tietoja ROX-Fileristä...Käytetty:ToimintaikkunatToimintaikkuna avautuu, kun aloitat taustatoiminnon, kuten tiedostojen kopioinnin tai poiston.Lisää KirjanmerkkiLisää tiedoston ja kuvatiedoston nimet henkilökohtaiselle listallesi. Asetus katoaa jos kuvaa tai tiedostoa siirretään.JälkeenSittenSalli tiedostonhallintaikkunoiden kuvakkeisiin raahaaminenMuuta myös alihakemistojen sisältöäMuuta myös alihakemistojen sisältöä.Muuta aina kokoaJaSovelluskansioUlkoasuSovelma lopetti luomatta graafista elementtiä!Sovellushakemisto:Sovellus: Tämä on sovelluskansio - voit suorittaa sen sovelluksena, tai avata sen (pidä Shift painettuna napsauttaessasi sitä). Useimpien sovellusten mukana tulee omat ohjeensa, mutta tämän ei.Sovelluksille näytetään vain kuva, kaikelle muulle näytetään kuva ja teksti.KäytäHaluatko varmasti avata %d ikkunaa?Annettavat argumentit (käynnistystiedostoille):Pyydä ikkunamanageria välttämään paneelien peittämistä suurentaessasi ikkunoita. Jotkin ikkunamanagerit eivät noudata tätä. Tämän ollessa pois käytöstä tiedostonhallinta pyytää jättämään peittämättä vain pari pikseliä ruudun reunalta, jotta automaattinostaminen toimisi.Kutsuttu epäkelpoa SOAP-metodia '%s'Yritetään lukea XML-tiedosto tekstitiedostona. Tiedosto '%s' voi olla turmeltunut.Ikkunoiden koon automaattinen muuttaminenKännistä automaattisesti (hiljaisena) nämä toiminnotAutomaattinenAutomaattinen kokoAutomaattiset pienet kuvakkeet:TTaustakuva...Tausta:Piippaa, jos Tab-täydennys epäonnistuuPiippaa, jos vastaavuuksia on useitaEnnenToimintatapaSuuremmat KuvakkeetBinaarinen yhteensopivuusBlackboxin juurivalikon korjausBlackbox, Fluxbox ja vastaavat ikkunamanagerit eivät vielä toimi hyvin ROX-tiedostonhallinnan työpöydän kanssa. Tämä valinta ottaa käyttöön eräitä kiertokeinoja. Näiden ikkunamanagerien odotetaan muuttavan käytöstään uudemmissa versioissaan, jolloin tämä ei ole enää tarpeellista.Tyhjä tiedostoLohkolaiteLohkolaite:KirjanmerkitKirjanmerkkivalikkoAlamarginaaliSuppeaSymbolinen linkki ei toimi (tai sinulla ei ole oikeuksia sen käyttämiseen): %sMassanimeä tiedostojaTavuTavuaKohde '%s' ei ole saatavilla: %sEi voi luoda kirjanmerkkiä etäkansioille, kuten '%s'Ei voi luoda kirjanmerkkiä etäresurssille '%s' Ei voi poistaa kohdetta '%s': %sEi voi poistaa pienoiskuvia kohteesta %s: %sEtäkoneelta ei saada tietoa (ei application/octet-stream:ia tarjolla)Ei voi avata hakemistoa: %sEi voi poistaa kohdetta %s: %sHakemiston tila ei saatavilla: %sPeruutaSuuraakkosilla kirjoitetut ensin (nimen mukaan järjestettäessä)KeskitettyKeskitä kuva skaalaamatta sitäMuutosraja:Muuta alihakemistojen sisältöäMuuta kuvakekokoaVaihda oikeusviiteMuuta järjestysperusteitaMuutettu:Siirry kotihakemistoonVaihda ylähakemistoonKuvakkeiden koon tai näytettävien tietojen vaihtaminen muuttaa ikkunan kokoa puolestasi.MerkkilaiteMerkkilaite:Kiina (yksinkertaistettu)Kiina (perinteinen)Asetusten tallentaminen estetty CHOICESPATH-muuttujallaAsetukset tallennetaan kohteeseen: %sValitse tyyli, ja raahaa tähän kuva:Valitse nopean ja hitaan taustakuvien skaalausmenetelmän väliltä. Hidas menetelmä saattaa antaa paremman tuloksen.Poista ValintaKohteen napsauttaminen avaa sen, jos tämä on valittuna. Pidä Ctrl-näppäintä painettuna valitaksesi kohteen. Muussa tapauksessa kertapainallus valitsee kohteen; avaaminen tapahtuu kaksoisnapsauttamalla.Kuvakkeen napsauttaminen avaa:Tämän ollessa valittuna hiiren 1-painikkeen (yleensä vasemmanpuoleinen) napsauttaminen avaa hakemiston uudessa ikkunassa. 2-painikkeen (keskimmäinen) napsauttaminen käyttää nykyistä ikkunaa.SuljeSulje IkkunaSulje tiedostonhallintaikkunaKarkeaVäritä tiedostot tyyppien mukaanVäritKomento:YhteensopivuusKäännettäessä GTK:n versio oli %s Rajoita Xinerama-näytölleKopioiKopioidaanko ... ?Kopioi tiedostot pyytämättä vahvistusta.Kopioi kuva hakemistoonKopioi tiedostotKopioi kuva hakemistoon piilotettuna nimellä '.DirIcon'. Kaikki käyttäjät näkevät silloin kuvakkeen ja voit siirtää hakemistoa turvallisesti. Tämä on yleensä paras vaihtoehto, jos sinulla on kirjoitusoikeudet hakemistoon.Kopioi...Tekijänoikeus (C) 2005 Thomas Leonard. ROX-Filer:ille EI MYÖNNETÄ TAKUUTA lain sallimissa rajoissa. Voit levittää kopioita ROX-Filer:istä GNU General Public License -lisenssin ehtojen mukaisesti. Lisätietoja näistä asioista löydät tiedostosta nimeltään COPYING. Oikeuksien muuttaminen epäonnistui: %sLinkin luku epäonnistui: %sTiedon lähetys epäonnistui sovellukselle: %sLaskeLasketaanko koko kohteelle ... ?LuoLuo linkit tiedostoihin pyytämättä vahvistusta.MukautaMukauta Valikkoa...TšekkiPOISTETAANKO ... ?TanskaPäivämääräPäiväPäivääOletustiedot:OletusasetuksetOletusasetukset uusille ikkunoilleOletuskoko:PoistaPoista tiedostot pyytämättä vahvistusta..Kohteiden, kuten Kohteen Kohteiden TiedotHakemistoKansiot ensin (nimen mukaan järjestettäessä)Hakemistot ponnahtavat aukiHakemistoHakemisto '%s' ei ole saatavillaHakemistoa '%s' ei löytynyt.Hakemisto puuttuu/poistettuHakemisto:Poista tämä valinta, jos paneeli pysyy haluamattasi aina päällimmäisenä. Vaatii ohjelman uudelleenkäynnistyksen.Levyn KäyttöNäytäNäkymäDnotify-tukiÄlä peitä paneeliaIrrotetaanko laite tiedostojärjestelmästä? Tämä tekee tallennuslaitteen poistamisesta turvallisen.Poista kirjoitussuojatut kohteet pyytämättä vahvistusta.Poista kirjoitussuojatut tiedostot pyytämättä vahvistusta.Älä pyydä vahvistusta jokaiselle tapahtumalleNäytä vähemmän tietoa viestialueella.Älä luettele käsiteltyjä tiedostojaÄlä kirjaa jokaista tiedostoa siirrettäessäÄlä käytä lisäattribuuttejaÄlä käytä isäntänimiäOviOvitiedostot muistuttavat hieman vastakkeita ja putkia, mutta niitä on nähty vain Solaris-järjestelmissä.Ovi:Kaksoisnapsautus taustalla muuttaa kokoaLatauksenkäsittelijäRaahaa hakemisto tähän luodaksesi kirjanmerkin.Vetäminen ja PudottaminenRaahaaminen ja pudottaminenRaahaa kuvake hakemistonäkymään (tai syötä täydellinen polku)Kuvakkeisiin raahaaminenRaahaa sopiva sovellus tähänRaahaa tähän kuvaketiedostoPudota tähän kuvaHollantiVIRHEVIRHE luettaessaJokainen tiedostonhallintaikkuna pakotetaan vähintään niin leveäksi, että koko työkalupalkki mahtuu näkyviinMuokkaa KirjanmerkkejäMuokkaa kohdettaPoista mediaEnglanti (ei käännöstä)Syötä Polku...Syötä tiedostojen valinnassa käytettävä kaava: ? vastaa mitä tahansa merkkiä * tarkoittaa nollaa tai useampaa merkkiä [aA] vastaa merkkejä 'a' tai 'A' [a-z] vastaa mitä tahansa merkkiä väliltä a-z (pienaakkoset) *.png vastaa mitä tahansa '.png'-päätteellistä nimeäSyötä näytettävien tiedostojen valintaan käytettävä kaava. Tyhjä suodatin poistaa suodattimen käytöstä.Syötä suoritettava komentotulkin komento. Napsauta tiedostoa lisätäksesi sen puskuriin.Kirjoita komentotulkin komento, joka avaa tiedoston "$@" sopivaan sovellukseen. Esim: gimp "$@"Syötä komentotulkin komento:Kirjoita tiedoston nimi ja näytän sen sinulle. Paina Tab täyttääksesi pisimmän vastaavuuden. Esc-näppäin sulkee minipuskurin.Virhe luotaessa kohdetta '%s': %sVirhe luotaessa tiedostoa: muodolle %s ei löytynyt pohjaaVirhe luotaessa kuvaa '%s': %sVirhe noudettaessa tiedostolistaa: %sVirhe tiedostossa '%s' rivillä %d: "%s" Tämä voi johtua ROX-Filerin päivittämisestä vanhemmasta versiosta. Avaa Asetukset-ikkuna ja paina Tallenna. Lisävirheet ohitetaan.Virhe käsittelijässä %s: %sVirhe ladattaessa taustakuvaa: %s Taustakuva poistettu.Virhe suoritettaessa sovelmaa: %sVirhe tallennettaessa kohdetta %s: %sVirhe tallennettaessa tiedostoa: %sVirhe tallennettaessa paneelia %s: %sVirhe tallennettaessa työpöytää %s: %sVirhe lukiessa kohdetta '%s: %sVirhe lukiessa kohdetta '%s: %s Virhe, kuten symbolinen linkki olemattomaan tiedostoon tai tiedosto, jonka tarkasteluun tiedostonhallinnalla ei ole oikeuksia.Virhe:Jokainen paneelin kuvake näytetään kuvana ja tekstinä.SuoritusSovellus '%s' on kaikkien kirjoitettavissa! Suoritus evätty. Vaihda oikeudet heti (Ongelman on saattanut aiheuttaa vika aikaisemmassa tiedostonhallinnan versiossa). Suoritustoimintojen (muiden kuin symbolisten linkkien) ollessa kaikkien kirjoitettavissa kuka tahansa konettasi käyttävä voi vaihtaa sovelluksesi tilalle haitallisen version. Jos luotat jokaiseen, jolla on pääsy näihin tiedostoihin, sinun ei tarvitse huolestua. Muussa tapauksessa sinun pitäisi tarkistaa, tai jopa poistaa kaikki nykyiset suoritustoiminnot.Käynnistystiedosto:Suorita tiedostoLauseke:LisäattribuutitLisäattribuutteja, joita käytetään tiedostotyypin tallentamiseen, ei tueta tälle tiedostolle/näille tiedostoille. Tämä voi johtua tiedostojärjestelmän tai C-kirjaston tuen puutteesta, tai ehkäpä tiedostojärjestelmää liittäessä täytyy yksinkertaisesti antaa vaadittava valitsin. (Linux-järjestelmissä 'user_xattr').Lisäattribuutit:Eräiden kohteiden lisääminen työpöydälle epäonnistui, koska ne ovat etäkoneella. Esimerkiksi: %sSymbolisen linkin '%s' luominen epäonnistui: %s (tämä saattaa tarkoittaa, että kohteessa on jo ROX-teema, mutta 'mime-application:postscript'-kuvaketta ei voitu ladata jostain syystä)Symbolisen linkin luominen kohteesta '%s' epäonnistui: %s (huomaa: vanha linkki on poistettu)Näppäimistön kaappaus epäonnistui!Kuvan '%s' lataaminen epäonnistui: syy tuntematon, luultavasti turmeltunut kuvatiedostoTiedoston '%s' avaus epäonnistui: %sKoon lukeminen epäonnistuiTiedostonimen '%s' vaihtaminen '%s':ksi epäonnistui: %s Peruutetaan massanimeäminen.Lukeminen epäonnistuiKohteen '%s' poisto epäonnistui: %sKuvien nopea skaalausTiedostoTiedostoa ei ole olemassa, tai en pääse siihen käsiksi: %sTiedostovalikko oikealla painikkeellaTiedostotyyppien väritTiedostonimet (ja tiedot) väritetään tiedoston tyypin mukaan.TiedostonhallintaikkunatSuodatinSuodata Tiedostot...EtsiEtsi lausekkeellaHienoSuomiSeuraa Symbolisia LinkkejäKaikille tyypin `%s' tiedostoille (%s/%s)PakotaEtuala:RanskaGGNOME-VFS-kirjastoGbSaksaSiirry:RyhmäRyhmää %s ei ole asetettu. Valitse joitain tiedostoja ja paina Ctrl+%s asettaaksesi ryhmän. Paina pelkästään %s valitaksesi tiedostot myöhemmin uudelleen. Varmista, että NumLock on päällä, jos käytät numeronäppäimistöä.Luoksepääsemättömän alueen korkeus ruudun alareunassa.Luoksepääsemättömän alueen korkeus ruudun yläreunassa.OhjeAlkaenPiilotettuKotiKotihakemistoTuntiTuntiaJättimäiset kuvakkeetUnkariEn voi näyttää asetettua kohdetta, koska mitään ei ole asetettu. Raahaa jotain päälleni!En osaa avata kohdetta '%s'Näytän nyt SendTo-hakemistosi; sinun pitäisi luoda tänne symboliset linkit (Ctrl+Shift ja raahata) haluamillesi sovelluksille.KuvakenäkymäKuvakeruudukon askelväli:KuvaketeemaKuvaketeema '%s' ei sisällä MIME-kuvakkeita. Käytetään ROX:in oletusteemaa.Pienennetyt ikkunatPienennäKuvakenäkymäVain kuvakkeetKuvakkeet, sekä...Jos tiedostotyypille ei ole asetettu käsittelijää, käytä tätä oletusarvona.Tämän ollessa valittuna ikkunan taustan kaksoisnapsautus muuttaa ikkunan kokoa samoin, kuin työkalupalkin Automaattinen koko-painike.Tämän ollessa valittuna kaikki suuraakkosella alkavat tiedostonimet esitetään ennen pienaakkosella alkavia.Tämän ollessa valittuna symbolinen linkki osoittaa polun linkistä kohdetiedostoon. Käytä tätä, jos linkkiä ja kohdetta siirretään yhdessä. Muussa tapauksessa tallennetaan polku juurihakemistosta - käytä tätä, jos linkkiä voidaan siirtää, mutta kohde pysyy paikallaan.Tämän ollessa valittuna sarakkeiden otsakkeet näytetään listanäkymässä.Tämän ollessa valittuna kansiot näytetään aina ensimmäisenä järjestettäessä nimen mukaan.Tämän ollessa valittuna uuden ikkunan näkymäasetukset peritään lähdeikkunalta silloin, kun se on mahdollista. Muussa tapauksessa ne asetetaan allaoleviin oletusarvoihin.Tämän ollessa valittuna myös .-alkuiset tiedostot näytetään, muussa tapauksessa ne piilotetaan.Tämän ollessa valittuna työpöydän kuvakkeet pidetään aina kokonaan ruudun rajojen sisäpuolella nimikettä myöten.Tämän ollessa asetettuna tiedostonhallinta näyttää jokaisen pienennetyn ikkunan pienenä kuvakkeena työpöydällä. Vaatii yhteensopivan ikkunanmanagerin ja ROX-työpöydän pitää olla käytössä.Jos käytät useampaa näyttöä Xineraman kautta, käytä tätä asetusta rajoittaaksesi paneelit yhden näytön alueelle venyttämisen sijaan.Jos avaat hakemiston, joka näytetään jo toisessa ikkunassa, tämä valinta aiheuttaa toisen ikkunan sulkemisen.Kuvat ja tekstiVain kuvaPelkkä kuvake sovelluksilleVirheellinen tai puuttuva rivinvaihto text/uri-list -datassaPeri asetukset lähdeikkunaltaSisäinen virhe - epäkelpo infotyyppiSisäinen virhe: %s lukukelvotonEpäkelpo .gmo-käännöstiedosto (GNU 'taikanumeroa' ei löydy): %sEpäkelpo .gmo-käännöstiedosto (liian lyhyt): %sHakuehto ei kelpaaEpäkelpo sovellus %s (virheellinen AppRun)Käänteinen ValintaIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItaliaKohdetta ei enää ole!JapaniKKbPidä kuvakkeet ruudun alueellaPikanäppäimetKieliSuurten Tiedostojen TukiSuuret kuvakkeetIkkunan suurin koko:Viimeksi _MuokattuLuo linkkiLinkin kohde:Luo Linkki...ListanäkymäKatso SisäänKatsotaanko sisään kohteeseen ... ?MMIME-tyypitKäsikirjaEnimmäiskoko (Suuret kuvakkeet):Pienten kuvakkeiden vieressä olevan tekstin enimmäisleveys.MbKohtalainenValikotMinuuttiMinipuskuriMinuuttiaPuuttuva ',' kuvakkeen nimikkeen jälkeenPuuttuva '='Puuttuva '>' kuvakkeen nimikkeessäPuuttuva < tai > paneelin asetustiedostossaMuokattu:Useimmat ikkunamanagerit tarjoavat keinon ikonisoida (tai 'pienentää') ikkunoita, ja useat ohjelmat, ROX-Filer mukaanluettuna, kykenevät näyttämään nämä pienennetyt ikkunat.LiitäLiitä / IrrotaLiitä ja irrota tiedostojärjestelmät pyytämättä vahvistusta.LiitoskohtaLiitoskohta (%s) Liitoskohta kohteelle %s (%s)SiirräSiirrä tiedostot pyytämättä vahvistusta.Siirrä tiedostotHUOMAA: Järjestelmäsi ei tue pitkiä valitsimia - sinun täytyy käyttää niiden lyhyitä muotoja. NimiÄlä koskaan muuta kokoa automaattisestiUusiUusi IkkunaUusi polku ei ole absoluuttinenUusi ikkuna 1-painikkeellaUusiHakemistoUusiTiedostoUudemmatSeuraava NapsautusEiEi (tiedostoa apsymbols.h ei löydy)Ei (vaaditaan vähintään 2.8.0)Ei Kuvakkeitatext/uri-list ei sisällä yhtään URI:a (ei mitään tehtävää!)Ei muutostaEi tietojaEi kohteita%sTyöpöytää ei ollut käytössä... 'Default'-työpöytä valittiin. Käytä komentoa 'rox -p=Default' käyttääksesi sitä jatkossa.Suoritustoimintoa ei ole määritettyEi varjoaEi työkalupalkkia%s ei ole suoritettava tiedostoEi mitäänNimet eivät muuttuneet. Ei mitään tehtävää!Yksikään näistä tiedostoista ei ole tällä koneella - kohteena ei voi olla useita etätiedostoja - pahoittelen.Tavallisesti oikeanpuoleinen hiirenpainike taustakuvan päällä avaa työpöydän valikon ja vasen painike poistaa valinnan. Aseta tämä käyttöön ohjataksesi tapahtumat sen sijaan ikkunamanagerillesi. Kuvakkeen napsauttamisia ei ohjata eteenpäin.Tavallisesti voit vain valita komennon valikosta (napsauta nuolta komentolaatikon vieressä). Joskus tämä ei riitä... Komennon muoto on: MUUTOS, MUUTOS, ... Jokainen MUUTOS on: KUKA MITEN OIKEUDET KUKA on joku kirjaimien u, g ja o yhdistelmä, joka määrää muutetaanko u=Käyttäjän (omistajan), g=ryhmän, vai o=muiden oikeuksia. HOW on +, - tai = lisätäksesi, poistaaksesi,tai määrätäksesi oikeudet. PERMISSIONS on joku kirjainten rwxXstugo yhdistelmä Sulkeissa oleva teksti ja välilyönnit jätetään huomiotta. Esimerkkejä u+rw: tiedoston omistaja saa luku- ja kirjoitusoikeudet g=u: ryhmä saa samat oikeudet kuin käyttäjä o=u-w: muut saavat samat oikeudet, kuin käyttäjä, mutta ilman kirjoitusoikeutta a+x: kaikki saavat suoritusoikeudet - sama kuin ugo+x a+X: hakemistojen selausoikeus kaikille; tiedostojen suoritusoikeudet muutetaan koskemaan kaikkia u+rw, go+r: kaksi komentoa kerralla! u+s: aseta SetUID-bitti - ei useinkaan vaikuta skriptitiedostoihin 755: aseta oikeudet suoraan Lisätietoja saat chmod-käskyn man-sivulta.NorjaEiEi tuetaHuomaa, että saat yhä valikon esiin raahaamalla, kun Alt-näppäin on painettuna.Huomaa, että saat yhä valikon esiin raahaamalla vasemmalla painikkeella, kun Alt-näppäin on painettuna.Huomaa, että sinun täytyy tallentaa asetukset ja käynnistää tiedostonhallinta uudelleen, jotta uusia kieliasetuksia käytetään joka paikassa.Ei mitäänNytTAIYksi nimi vastasi hakua, mutta se ei muuttunutVain tiedostoja (ja eräitä ohjelmia) voi käyttää taustakuvan asettamiseen.Vain tiedostolle `%s'Ainoastaan tyypille `%s' (%s/%s)Kirjaa vain kopioitavat hakemistotKirjaa vain poistettavat hakemistotKorvaa ainoastaan, jos lähdetiedosto on kohdetta uudempi.Vain kuva näytetään.Avaa AVFS:lläAvaa TekstinäAvaa irrotettuAsetuksetAsetukset...Syrjäytä ikkunamanagerin hallinta työpöydältä ja paneeleista.OmistajaOmistaja, Ryhmä:Paneeli on 'telakka'Paneelin tyyliPaneelin leveys (ohut)PaneelitPaneelit ovat kuvakepalkkeja, jotka sijaitsevat näytön reunalla. Käsikirjasta löydät tietoa paneelien käyttämisestä.Ylätaso, Uusi IkkunaYlätaso, Sama IkkunaOhjaa taustakuvan päällä tapahtuvat hiiren napsautukset ikkunamanagerillePolkuKaava:OikeudetTyöpöytäTyöpöydän toimintaPutkiPutki:PuolaPortugali (Brasilia)SijaintiPaikallaPaina haluamiasi pikanäppäimiä (esim. Ctrl+F1)Ohjelmaa %s ei löydy - poistettu?OminaisuudetNäytetäänkö tiedot ... ?Tyhjennä pienoiskuvat levyvälimuististaAseta osoitin listan kohteen päälle siirtääksesi sitäHiljaaROX-sovellusROX-FilerROX-Filer ei vielä tue liitoskohtia järjestelmässäsi. Pahoittelen.ROX-Filer on muuttanut Asetustiedostosi uuteen XML-muotoon.LukuTodellinen hakemisto:Poistetaanko varmasti kuvake '%s'?Viimeksi AvatutRekursiivinenVirkistäTavallinen tiedosto:Etäsovellus ei voi, tai ei halua lähettää minulle tietoja - pahoittelenEtäsovellus haluaa käyttää Direct Save-toimintoa, mutta en voi lukea XdndDirectSave0(tyyppiä text/plain) -ominaisuutta. Poista kohde/kohteetNimeä uudelleenNimetäänkö uudelleen ... ?Nimeä Uudelleen...Korvaa:Lue uudelleen hakemiston sisältöPalautaMuuta Ikkunan KokoaMuuta kokoa, kun vaihdetaan näkymätyyppiäPalauta kaikki valinnat siihen tilaan, kun ne olivat avatessasi Asetukset-ikkunan.KäänteinenRomaniaSuoritustoiminto:Suoritetaan käyttäjänä '%s'Suoritetaan GTK:n versiolla %d.%d.%d VenäjäLSGIDSUIDSama kuin nykyisessä ikkunassaSama kuin oletusTallenna nimellä:Tallenna Näkymäasetukset...SkaalattuSkaalaa kuva siten, että se sopii taustan alueelle säilyttäen muotonsaLueLuetaanLuetaan, Etsitäänkö kohteesta ... ?SekuntiSekuntiaValitseValitse KaikkiValitse Jos...Valitse Jos:Valitse Nimellä:Valitse kaikki/käänteinen valintaValitse Nimen perusteella...Valitse tallennettavat näkymäasetuksetValitse palkkiin haluamasi painikkeet:Lähetetäänkö ... kohteeseen ... ?Lähetä...Aseta Kuvake...Aseta Suoritustoiminto...Aseta Tyyppi...Aseta taustakuvaAseta oletus tyypeille `%s/'Aseta kuvakeAsetetaanko kuvake kohteelle ... ?Aseta kuvake tyypeille `%s/'Aseta pikanäppäimetAsetetaanko oikeudet kohteelle ... ?Aseta suoritustoimintoAsetetaanko Suoritustoiminto kohteelle ... ?Aseta tyyppiAsetetaanko tyyppi ... ?Aseta tyyppiviiteKuvakkeen asettaminen estetty CHOICESPATH-muuttujallaOsa tiedostoista ei tue tyypin asettamista.Komentotulkin komento...Komentotulkki:Shift+AvaaShift+Avataanko ... ?Lyhyet otsakepalkin liputNäytäNäytä KirjanmerkitNäytä OhjetiedostotNäytä PiilotetutNäytä tiedotNäytä SijaintiNäytä ROX-Filerin ohjeNäytä KohdeNäytä PienoiskuvatNäytä _OhjetiedostotNäytä mahdolliset toiminnot valikkonaNäytä sarakkeiden otsakkeetNäytä lisätietojaNäytä piilotetutNäytä piilotetut tiedostotNäytä pienennetyt ikkunatNäytä pienoiskuvatNäytä Tiedostovalikko päävalikon sijaan napsauttaessasi oikeanpuoleista hiiren painiketta, kun valittuna on tiedostoja (päävalikon saat pitämällä Ctrl-näppäinta painettuna).Näytä nykyinen valinta tiedostonhallintaikkunassaNäytä tiedostonhallintaikkunassa näytettävien kohteiden enimmäismäärä, samoin kuin piilotettujen kohteiden määrä (jos yhtään). Kun on tehty valinta, näytä valittujen kohteiden lukumäärä ja yhteiskoko.Näytä kohteiden yhteismääräNäytä/piilota piilotiedostotKertapainallusnavigaatioKertanapsautus avaaKokoValikkojen kuvakkeiden koko:Koko:KootPienet kuvakkeetPienemmät KuvakkeetVastakeVastake:Jotkut tiedostoista ovat eri koneella - ne jätetään huomiotta - pahoittelenJotkin vanhat sovellukset eivät tue täysin XDND-protokollaa ja saattavat vaatia tämän asetuksen valitsemista. Käytä, jos raahatessasi tiedoston sovelluksen päälle osoittimeen ilmestyy +-merkki, mutta pudotus ei toimi.Jotkin ikkunamanagerit eivät tue uutta Extended Window Manager Hints-järjestelmää, ja tämän vuoksi käsittelevät työpöytää ja paneeleita tavallisina ikkunoina. Aseta tämä käyttöön korjataksesi ongelmat, kuten työpöydän nouseminen etualalle napsautettaessa, otsakepalkkien ja muiden reunusten ilmestyminen ikkunoiden ympärille tai niiden esiintyminen ikkunanvalintalistoissa.Joskus tiedostonhallinta ei tiedä työpöydälläsi olevista 'kalusteista', ja asettaa pienennetyt ikkunat (vaikkapa) Gnomen paneelin alle. Voit määrittää ylä- ja alamarginaalit välttääksesi kuvakkeiden sijoittelua näille alueille. Tiedostonhallinta tietää kyllä oman paneelinsa sijainnin.Pahoittelen - Kohteeni täytyy olla tyyppiä text/uri-list tai XdndDirectSave0.Pahoittelen - Kohteeni täytyy olla tyyppiä text/uri-list tai application/octet-stream.Anteeksi, mutta kohde '%s' ei kelpaa, koska se ei ole paikallinen tiedosto.Pahoittelen, en voi näyttää toimintovalikkoa etätiedostolle / raa'alle datalle.Anteeksi, mutta sinun pitää vetää tarkalleen yksi tiedosto pudotusalueelle.JärjestäJärjestä Päivämäärän mukaanJärjestä Ryhmän mukaanJärjestä Nimen mukaanJärjestä Omistajan mukaanJärjestä Koon mukaanJärjestä Tyypin mukaanJärjestä päivämäärän mukaanJärjestä ryhmän mukaanJärjestä nimen mukaanJärjestä omistajan mukaanJärjestä koon mukaanJärjestä tyypin mukaanJärjestysperuste:järjestämistapaJärjestäminenEspanjaSyötä haettava säännöllinen lauseke sekä merkkijono, jolla vastaavuudet korvataan.Ponnahdusviive:KiinnitettyVenytettyVenytä kuva täyttämään taustan alueRuotsiVaihda päättesovellukseenSymbolinen linkkiSymbolinen linkkiSymbolinen linkki kohteeseenLuo symbolinen linkkiLuodaanko Symbolinen Linkki ... ?Luo tähän hakemistoon symboliset linkit haluamiisi ohjelmiin. Ne näkyvät valikossa kaikille tiedostoille, joiden tyyppi on '%s/%s'.Symbolinen linkki kohteesta '%s' on jo olemassa. Korvataanko se kohteeseen '%s' osoittavalla linkillä?PTeksti kuvakkeiden vieressäTekstin varjo:Teksti kuvakkeiden allaTätä leveämpi teksti jaetaan kahdelle riville Suuret kuvakkeet-tilassa. Jättimäiset kuvakkeet-tilassa teksti kierrätetään, kun se on 50% tätä leveämpi.'-o'-argumenttia ei enää käytetä. Voit kytkeä uudelleenohjauksen syrjäyttämisen päälle Asetukset-ikkunasta.'Lähetä'-valikko tarjoaa nopean keinon lähettää tiedostoja sovellukselle. Listattavat sovellukset löytyvät seuraavista hakemistoista: %s %s 'Lähetä'-valikon voi avata painamalla Shift+Menu tiedoston yläpuolella. Edistynyt käyttö: Voit myös luoda alihakemistoja nimeltään '.text_html', '.text', jne. jotka näytetään ainoastaan kyseisille tiedostotyypeille. '.group' näytetään, kun useita tiedostoja on valittuna.Tastakuvan käsittelijän täytyy olla sovelluskansio. Raahaa sovelluskansio Aseta Taustakuva-ikkunaan, tai (ohjelmoijille) ohjaa se SOAP SetBackdropApp-metodille.Tiedostonhallinta muuttaa ikkunoiden kokoa aina, kun se näyttää tarpeelliselta (eli vaihtaessasi hakemistoa tai näkymätyyppiä).Ensimmäinen täsmäävä osa tiedostonimessä korvataan tällä merkkijonolla. Erikoismerkkejä ei ole.Kirjasin, jota käytetään kuvakkeiden alla olevassa tekstissäPikanäppäin on:Suurin koko prosentteina ruudun koosta, johon automaattinen koon muuttaja voi ikkunaa venyttää.Sijainnissa täytyy olla vähintään yksi merkki!Näyttö, jonka alueelle paneelit pakotetaan Xinerama-tilassa (numerointi alkaen 0:sta).Antamaasi polkua ei ole olemassa. Kuvaketta ei vaihdettu.Sovellus, joka käynnistetään valitessasi valikosta toiminnon 'Pääte Tähän'.Paneelien koko.Kuvakkeen alla näytettävä teksti on:Teemat pitäisi sijoittaa ~/.icons-hakemistoonEi pienoiskuvia poistettavaksiYksi virhe tapahtui. Tapahtui %d virhettä. PaksuOhutTämä poistaa käytöstä uudemmista käyttöjärjestelmistä ja tiedostojärjestelmistä löytyvät tiedostojen lisäattribuutit. Tämän asetuksen ollessa valittuna 'Aseta Tyyppi'-kohta on valikossa passiivinen, tiedoston MIME-tyyppi päätellään ainoastaan tiedostonimen perusteella ja ominaisuudet-ikkuna ei näytä lisäattribuutteja.Tiedostonimen koodaus ei ole UTF-8. Se pitäisi nimetä uudelleen. Tämä on jo hakemiston kanoninen nimi.Tämä ei ole ohjelmatiedosto! Tarvitsen sovelluksen!Tämä on oletusasetus uusille ikkunoille. Voit ottaa pienoiskuvat käyttöön yksittäisissä ikkunoissa Näytä-valikon kautta.Kohde on jo viimeisenäTämä asetus määrää, kuinka kauan millisekunneissa sinun täytyy pidellä tiedostoa hakemiston päällä, ennen kuin se ponnahtaa auki. Myös ylläoleva asetus täytyy olla valittuna, jotta tämä vaikuttaisi.Tämä asetus, joka vaatii myös ylemmän kohdan olevan valittuna, saa korostetun hakemiston 'ponnahtamaan auki' pidettyäsi tiedostoa sen yläpuolella hetken aikaa.PienoiskuvatPienoiskuvavälimuistiPienoiskuvat, RinnakkainToista kuvaa rinnakkain taustallaAjatOtsakeAsettaaksesi pikanäppäimen valikon kohteelle: - Avaa valikko tiedostonhallintaikkunan päälle, - Siirrä osoitin haluamasi kohteen yläpuolelle, - Paina kohteelle haluamaasi pikanäppäintä. Pikanäppäin ilmestyy kohteen viereen, ja voit jatkossa vain painaa pikanäppäintä avaamatta valikkoa.Toiminnan nopeuttamiseksi luodut pienoiskuvat tallennetaan piilotettuun ~/.thumbnails-hakemistoon. Paina tästä poistaaksesi kaikki pienoiskuvat välimuistista. Ne luodaan uudelleen tarvittaessa.TyökalupalkkiTyökalupalkin tyyppi:Työkalut/MinipuskuriYlämarginaaliKäännösLisätietoja saat kirjoittamalla 'ROX-Filer/AppRun --help'. Lisätietoja saat kirjoittamalla 'ROX-Filer/AppRun -h'. TyyppiTyyppi:TyypitKuvatiedoston lataaminen epäonnistui -- ehkä se ei ole ymmärtämässäni muodossa, tai ehkä oikeuksissa on virhe? Kuvaketta ei vaihdettu.Ainutkertaiset ikkunatTuntematonTuntematon toiminto pyydettyTuntematon yksityiskohtatyyppi '%s'Tuntematon lajittelutyyppi '%s'Tuntematon tyyli '%s'Tuntematon kohdeTuntematon tyyppi:IrrotaNimeämätönNimetönDataYlösKäytä 16 kuvapisteen ruudukkoa kuvakkeiden sijoitteluun työpöydällä.Käytä 2 kuvapisteen ruudukkoa kuvakkeiden sijoitteluun työpöydällä.Käytä 32 kuvapisteen ruudukkoa kuvakkeiden sijoitteluun työpöydällä.Käytä kuvan kopiota oletuksena kaikille näiden MIME-tyyppien tiedostoille.Käytä kuvan kopiota kaikille tämän MIME-tyypin tiedostoille.Mukautettu kirjasin:Käytä yksittäisiä kirjaimia otsakepalkin 'Luetaan', 'Kaikki' ja 'Pienoiskuvat'-ilmaisimien sijasta.Käytä 'Aseta Kuvake...'-ikkunaa asettaaksesi kuvakkeet eri MIME-tyypeille. Huomaa, että näin valitut kuvakkeet syrjäyttävät valitun teeman kuvakkeet.Käytä LANG-ympäristömuuttujaaKäytä sovellusta kaikille tiedostoille, joiden MIME-tyyppi on tämä.Käyttäjän muokattavat pikanäppäimet ovat oletuksena pois käytöstä Gtk2:ssa, etkä ole asettanut niitä käyttöön. Tämä onnistuu seuraavasti: 1) käyttämällä XSettings-manageria, kuten ROX-Session tai gnome-settings-daemon, tai 2) lisäämällä tämän rivin tiedostoon ~/.gtkrc-2.0: gtk-can-change-accels = 1 (tämä toimii vain, kun XSETTINGS EI ole käytössä)Näkymätyyppi:KIRJOITUSSUOJATTUViikkoViikkoaAutomaattisen kuvakekoon muuttamisen ollessa valittuna: Jos hakemisto sisältää näin monta kohdetta, se näytetään käyttäen Pieniä kuvakkeita. Muussa tapauksessa käytetään Suuria kuvakkeita.Raahattaessa tiedostoja hiiren vasemmalla painikkeellaRaahattaessa tiedostoja hiiren keskipainikkeellaTämän ollessa valittuna voit raahata tiedoston alikansion tai sovelluksen päälle tiedostonhallintaikkunassa. Tällöin kohde korostetaan ja pudottaessasi tiedosto lisätään hakemistoon tai ladataan sovellukseen.Pienoiskuvien ollessa käytössä hakemiston jokainen kuvatiedosto ladataan ja siitä esitetään pieni pienoiskuva.Työpöydän ollessa käytössä voit vetää tiedostoja ja sovelluksia työpöydän taustalle luodaksesi niihin pikakuvakkeet.Kun käytetään 'Syötä Polku...'-minipuskuria ja Tab-näppäintä painetaan, piippaa, jos mitään ei tapahdu (esim. koska on useita vaihtoehtoja ja seuraava merkki vaihtelee).Kun käytetään 'Syötä Polku...'-minipuskuria ja Tab-näppäintä painetaan, piippaa, jos vastaavia kohteita on enemmän kuin yksi, vaikka merkkejä olisikin lisätty.Kun raahaat tiedoston web-selaimesta tai muusta etäkohteesta, tätä sovellusta käytetään sen lataamiseen koneellesi. $1 on tiedostonhallintaan raahaamasi URI, ja kohde on nykyinen hakemisto. Esim: xterm -e wget $1Työkalupalkin leveys määrää ikkunan vähimmäisleveydenIkkunaIkkunan toimintatapaIkkunamanagerin ongelmatTällä:MuutKirjoitusXDS-protokollavirhe: lehtinimi ei saa sisältää merkkiä '/' XDS-protokollavirhe: palautekoodin pitäisi olla 'S', 'F' tai 'E' XdndDirectSave0-kohde annettu, mutta atomi XdndDirectSave0 (tyyppiä text/plain) ei sisältänyt lehtinimeä XineramaXinerama-näyttö %d ei ole saatavillaPääte TähänVuosiVuottaKylläKyllä (toimii vanhempien glibc:n versioiden kanssa)Voit asettaa taustakuvaksi ainoastaan kuvatiedoston tai ohjelman, joka tietää, miten ROX-Filerin taustakuvaa hallitaan. Ohjelmoijat: sovelluksen AppInfo.xml-tiedoston täytyy sisältää CanSetBackdrop-elementti, kuten ROX-Filerin käsikirja kertoo.Voit asettaa suoritustoiminnon ainoastaan tavalliselle tiedostolleEt voi avata toista näkymää tähän hakemistoon, koska `Ainutkertaiset Ikkunat'-asetus on valittuna Asetukset-ikkunassa.Et voi tehdä tätä kuin yhdelle kohteelle kerrallaanOlet yrittänyt sulkea paneelin ikkunamanagerin kautta - yleensä tämä ei ole tarkoituksellista... suljetaanko?You have tried to close a panel via the window manager - I usually find that this is accidental... really close?Valitse ensin kohteita poistettavaksiValikko täytyy avata kohteen yläpuolellaSinun täytyy valita laskettavat kohteetSinun täytyy valita hakukohteetSinun täytyy valita kohteet, joiden oikeuksia haluat vaihtaaSinun täytyy valita kohteet, joiden tyypin haluat vaihtaaPaina Shift+Menupainike tiedoston yläpuolella lähettääksesi sen jonnekinSinun pitää ensin valita rivejä poistettavaksiSinun täytyy itse säätää ikkunoiden kokoa käyttämällä ikkunamanageria, valikon 'Muuta Ikkunan Kokoa' -valintaa tai kaksoisnapsauttamalla ikkunan taustaa.CHOICESPATH-muuttujasi asetus estää mukauttamisen - pahoittelen.Vanha paneelitiedostosi on muutettu uuteen XML-muotoon.Vanha työpöytätiedostosi on muutettu uuteen XML-muotoon._Ryhmä_Nimi_OmistajaO_ikeudet_Hiljaa_Suhteellinen linkki_Nimeä_Korvaa_Palauta_Koko_Tyyppi_Käytä komentoa'Pääte Tähän'-sovellusa+x (Anna suoritus/selausoikeudet)a-x (Poista suoritus/selausoikeudet)nousevaatimelohkoaalavasemmallealaoikealletavutavuactimelaskevahakemistoahakemistokääntäessä asetetut ominaisuudettiedostofile(1) kertoo... %stiedostoagidgo-rwx (Henkilökohtainen - vain omistajan saatavilla)go-w (Korjaa turvallisuusongelma)go=u-w (Julkisesti saatavilla, ei kirjoitettavissa)vaakasuuntaisestiinodekohdekohdettalstat(2) epäonnistui: %syhdistä sisällötliitettymsmtimenlinksei hakemistoja) korvaapistettäkarsikokojärjestelmäylävasemmalleyläoikealleu+rw (Anna omistajalle luku- ja kirjoitusoikeudet)uidirrotettupystysuuntaisestirox-2.11/ROX-Filer/Messages/fr/000077500000000000000000000000001230207736700161415ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/fr/LC_MESSAGES/000077500000000000000000000000001230207736700177265ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/fr/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003220231230207736700217740ustar00rootroot00000000000000Dl:MMzN&NN$N NNDNF:OOOOOOO& P-0P;^P2P0P(P'QCQ$EQjQ3sQQ QQ$QQ RR #R1RMReR"|RRRRR SS 2S?S RS`S#rS%SSSSS TT &TGT OT]TeTTTT T TTZ!ZZZZ [ [-[=[T[ d[q[ [[ [[![8[\\c\ v\\d\\s]|]]](]&]'] ^2^E^I^ _ _+_I_`_L"`o`)u`$``*aGa.b Hb ibsbbb b bbb!bb c cc1cJc ;d Fd Pd ^dhd&wd dd dd>de!e&e,e.Be'qee!eJef5fIfbf*iff#f f!fffg /gst +tLtctvt|t tStt tt u u!u :uHuV%vJ|vRvw}1w)w,wx7xVxtxxy2yyyyz/zLzdz|}zz{6 {A{F{ }1} 9} F}R}m} }~`~H2JO%݀7FUo,сB &4;Yin$"Ԃ   (.4)߃& 05;BGV[ a lbvلpch ̅օ M?Q ` kvIφg\ćBÈ\cs_kyˊdEgII{P̍V ep5"Ž>"-a#ʏۏ  '28?FO XdlĐ͐   *968p Αۑ ; 0< >!Ik}/͒Вגݒ  #4 X eo7% ]k z$ٔ]FKf ju~ ǕҕՕ- ' 1 <qGϖ ; ˗֗.`- Q[ _Omnl,-ߡNE\'{"4Ƣ 0=L T_|:ԣ ڣ   2 =I \frm08= FR[ n|+ɥ  41P B?%*:Sdl t2n$3 : GQZt z&E ' 0<"Qt|~ ٩Tߩ?4ty *,ժ  ! ,:V!h'ϫ  ##GP cìܬ$ 2/bs z ϭ ۭ  #4T!i ˮ )¯}İܰ  }MݱNDM'6uD<. 3 @ N [ i v ƶӶܶL M[b+j ȷڷ sAd и b|B3?v_kb 4ld1 JRDD]'%6!#9PV[8x6P6w6V -8IR%W}[ cq  40" (22 AOWg o|9@8z9I87p\!h75 0.0rmFs(^&.'U-}1:kZ'&2 x<2%p*#'&/AM:<+3B=@E  ( 9CI P \int z $! =JPU[o~   ey*#N5d[\ h'8"D[G<6%*\)* ?(0?+O!{ "20$c$$/DT(q/$'*?Q)f   #*!#7[w 0$2DWq'8KjqxJ./)DD f q6{ U .18.js3 iA76 &>VXiq'x# !% 9 FTks3% E<[a#hF<"33^g( 0A4I~& (),G]|K jxHD #O7s7M%C  # ? 7E }        & "' J ^  c 'm +  4   ; 5B  x          0 , B)Lv>  <(HqL ak}3MFG0"x=#&&$Kj\p+ ;#_pS,&> [hos 2;PlO]X.[$&)R1[8C$ J/2z(-025'h(y 3=8F A! X!b! w!!!<!"u #%#a$2%_;%1%A%)&9&HV&&*&)&'/'#?'c'Y'''*' (8(*A(l(p(x((7(+()) ))) ) )) 5)A)H)/A*0q***********"}++oO,,$,,b -l- ----[-.}.A/sH00=1 2~233z/44e~5e5J667 7!7D7*8$/8T8Js8688(9>9U9]9d9l9t9}99999 9999 9 9999::::":]:p:w::!:: :!: ;n;O;; ;;;<< <@!<b<w< y</<<<!<A<7=:=@=F= J=U=,Y==*=8== >">>>@?Q?e?z??? ?)??u @@+@@@ @"@"@ A'A 6A CAPATA rA:AAA AA%uBB CNC DD&D8D,>DukDD*GH NNNqNEOtOEP JPUP XP1cPPbPQ#4Q&XQ)QEQQ R+R;RLR TR*_R*R?R RSS$S7SMSbS SSS SSScT|TFTTT T TTU(U-U5U>URUgU pU3zU'U UU#U?V ]VhV xVTV@VW W/4WdW xW WWSWW}XXX X X XXX9 YZFYY Y Y YYY&Z#'ZKZQZSZXZ]ZxZZ+ZZZP^[[[ [[[[4[6\ N\\\o\\\)\\4\9']'a]] ]]]]]5^:^I^*c^^^^&^ __$2_4W_9___ __!`#`+`?`X`u`}`` ```/`a+:afaaaa!aa b(b3c:cd.dHd`d$gd ddddd ddZ~eBeghHiQAjOjbjUFkkkk kkkk ll $l0lFl Ul blolllPlllm, m8mAm [mfmvmmmmHHnn n"nnnnojoPpErb8sbsst%uuu@7vxvv4w\RwMwOwaMxx/xxGx%DyjyyyyeyG {T{0|DG||1}P}%~~  "ydKZt % ;˂7?DL R\ #=[t DŽ τ܄[Z[F_EHt]Ҍ)EÍk u >jA }n3212dGߗ"- 9@ FFPK{_#h?יH0GțDU6.91h.5ɝLDLh:5VFRH   ) 3>GOU#k+ šˡ ѡ ߡ   *&QYkt8x*&ܢ&@W^agn0ƣ  Ntrf5: C D4,E[yKm0 YQjTyUXYXw%U1_cG xhfLJ )AB6([3\R*v\s}I)$6z>tI:e9 &UQO2 b0&z%],BnT%=w]mP@p}gN1Z !\n2WL<l^Hj`w<I3FIE& b1G2oMVaiL| {POG+5 n/C*e9.lb k{G/~ H{|imA<^,#'ZKCO/+~'j"BrKLm qh[WBP0 g /R['8qh3g*yM`JDp:+6(_A}x;"Eurls_NPX >CTJzd8pvUacdk.^W>.u,@F\c$i=?Q!4o7w|K# Xbk'9!M)t?5sH;p%&FDux_}f?~)-14 d@evQ6RVoR(k0~$h*>=S(fu2{7#sjS ` Z!tlJ8d-T"FSr ?aNnVv9H^z Miy.Y53O7|7DV-"8x`e;+=:;#<oAq 4E]Wa]cZSq-$gY@ Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s not accessable%s total, %s used, %s free (%.1f %%)%s: no handler for %s%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' is not a valid URI'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Non-regular file '%s' not changed 'Not changing type of directory '%s' 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), goingContents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change contents of '%s'??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAn item must be unlocked before it can be removed.AndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:BasqueBeep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.Bottom edgeBottom edge panelBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices have been moved from %s to the new location %s %sChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CommentCompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEject commandEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:EstonianEvery panel icon is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:ExecuteExecute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason, or %s is a link to an invalid directory; try deleting it)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Directories With FilesFilter Files...FindFind expression referenceFineFinnishFitFollow Symbolic LinksFont for displaying mono-spaced textFor all files of type `%s' (%s/%s)ForceForeground:FrenchGGbGermanGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKKbKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLeft edgeLeft edge panelLeft marginLeft-click to run %s. Right-click for a list of versions.Left: Show/hide hidden files Right: Show/hide thumbnailsLinkLink (absolute)Link (relative)Link target:Link...List ViewLockedLocking an item prevents it from being accidentally removedLook InsideMMIME typesMake the New column a copy of OldManage thumbnailsManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Mono fontMost window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount commandMount commandsMount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNon-local URL %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Only the pinboard is shown.Open As TextOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:PanelPanel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stylePanel width (thin)Panel: %sPanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PolishPortuguese (Brasil)Portuguese (Portugal)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRight edgeRight marginRight-edge panelRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Current Display Settings...ScaleScale the image to fit the backdrop area, regardless of image dimensions - overscaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Select the panel's position:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extended attribute indicatorShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The command used to eject removable media. If unsure, use "eject".The command used to mount a filesystem. If unsure, use "mount".The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of the panels.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop edgeTop marginTop-edge panelTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUkrainianUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnmount commandUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -U, --url=URL open file or directory in URI form -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to %s. Home page (including updated versions): http://rox.sourceforge.net/ Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsVietnameseView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of no-go area at left of screen.Width of no-go area at right of screen.Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou must unlock '%s' before removing itYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.5-20070224 Report-Msgid-Bugs-To: POT-Creation-Date: 2007-02-24 22:38+0100 PO-Revision-Date: 2007-02-24 22:40+0100 Last-Translator: Vincent Lefevre Language-Team: ROX Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Note : si c'est un programme que vous voulez lancer, vous devez positionner le bit d'exécution en choisissant « Permissions » dans le menu « Fichier ». --- Demande au processus fils de terminer... Processus terminé. Tentative de tuer (KILL) le processus résistant... (%u caché(s)) et affectera des objets sur le punaiseur ou le panneau - voulez-vous vraiment le supprimer ? affectera des objets sur le punaiseur ou le panneau - voulez-vous vraiment les supprimer ?!%s Impossible de copier '%s' !%s Impossible de déplacer %s vers %s !%s Le montage a échoué !%s Le démontage a échoué !%s L'éjection a échoué !'%s' est un lien symbolique !ERREUR : on ne peut pas copier d'objet dans lui-même !ERREUR : on ne peut pas déplacer/renommer d'objet dans lui-même !ERREUR : la destination existe déjà, mais n'est pas un répertoire !Condition de recherche invalide - changez-la et réessayez !Commande de mode invalide - changez-la et réessayez !Type invalide - changez-le et réessayez !Pas de point de montage sélectionné ! %%d répertoires n'ont pas pu être migrés%d objets%d noms correspondent, mais les résultats sont tous les mêmes%s '%s'%s (pour '%s')%s inaccessible%s total, %s utilisés, %s libres (%.1f %%)%s : pas de gestionnaire pour %s%u sélectionné(s) (%s)' Terminé ' Total : %s ('%s' n'est plus un lien symbolique'%s' n'est pas un URI valide'%s' n'est pas un répertoire'(semble maintenant être monté de toute façon) '(lors de la vérification de '%s') 'Changement des permissions de '%s' 'Changement du type de '%s' en '%s' 'Copie de %s vers %s 'Suppression de '%s' 'Répertoire '%s' supprimé 'Éjection de '%s' 'Lien de %s vers %s 'Montage de %s 'Déplacement de %s vers %s 'Fichier non ordinaire '%s' non changé 'Pas de changement du type du répertoire '%s' 'On essaie quand même de copier... 'On essaie quand même de déplacer... 'Démontage de %s (petites icônes) :(utf-8 incorrect)(cliquer pour fixer)(sauvegarde désactivée par CHOICESPATH)(épaisse)(utiliser le choix par défaut), en allantLe contenu indique...Permissions<étiquette manquante>Si vous êtes pressé Mettez simplement le nom du fichier que vous recherchez entre apostrophes (single quotes) : 'index.html' (pour trouver un fichier appelé 'index.html') Exemples '*.htm', '*.html' (trouve les fichiers HTML) EstRép 'lib' (trouve les répertoires nommés 'lib') EstOrd 'core' (trouve un fichier ordinaire nommé 'core') ! (EstRép, EstOrd) (n'est ni un répertoire, ni un fichier ordinaire) mtime après 1 jour passé et taille > 1Mo (gros, et récemment modifié) 'CVS' prune, estrép (un fichier ordinaire pas dans CVS) EstOrd system(grep -q fred \"%\") (contient le mot 'fred') Tests simples EstOrd, EstLien, EstRép, EstCar, EstBloc, EstPér, EstTube, EstSocket, EstPorte (types) EstSUID, EstSGID, EstSticky, EstLisible, EstInscriptible, EstExécutable (permissions) EstVide, EstÀMoi Un motif entre apostrophes est un motif style shell avec métacaractères. S'il contient un slash (barre de fraction), alors la correspondance se fait avec le chemin complet ; sinon elle se fait seulement avec le nom de fichier (feuille). Comparaisons <, <=, =, !=, >, >=, Après, Avant (compare deux valeurs) 5 octets, 1Ko, 2Mo, 3Go (tailles de fichiers) 2 sec|min|heures|jours|semaines|ans passé|futur (dates) atime, ctime, mtime, maintenant, taille, inode, nliens, uid, gid, blocs (valeurs) Fonctions spéciales system(commande) (vrai si 'commande' se termine avec un code nul ; un % dans 'commande' est remplacé par le chemin du fichier courant) prune (faux, et empêche de chercher dans un répertoire).?'%s' existe déjà - %s ??'%s' existe déjà - écraser ??Chercher encore??Changer le contenu de '%s' ??Changer les permissions de '%s' ??Changer le type de '%s' ??Vérifier '%s' ??Copier %s vers %s ??Compter le contenu de %s ??Supprimer %s'%s' ??Éjecter '%s' ??Lier %s vers %s ??Monter %s ??Déplacer %s vers %s ??Démonter %s ?TUn fichier nommé '%s' existe déjàUn fichier nommé '%s' existe déjà. Renommage en masse abandonné.Une action d'exécution existe déjà et est un assez gros programme - êtes-vous sûr de vouloir la supprimer ?Au sujet de ROX-Filer...Date d'accès :Fenêtres d'actionLes fenêtres d'action apparaissent quand vous lancez une opération en arrière-plan, comme une copie ou suppression de fichiers.Ajouter un nouveau signetAjoutez les noms du fichier et de l'image à votre liste personnelle. Ce choix sera perdu si l'image ou le fichier est déplacé.AprèsPasséTous, Autoriser le glisser-déposer vers des icônes dans les fenêtres du filerChanger aussi le contenu des sous-répertoiresChanger aussi le contenu des sous-répertoires.Toujours changer la tailleUn objet doit être déverrouillé avant qu'il puisse être enlevé.EtChaque fichier placé dans vos répertoires Templates apparaîtra dans le menu « Nouveau ». Choisir l'un d'eux en fera une copie comme nouveau fichier. Les répertoires suivants contiennent des patrons : %s %s Rép. App.ApparenceL'appliquette a quitté sans avoir créé de widget !Répertoire application :Application : C'est un répertoire application - vous pouvez l'exécuter en tant que programme ou l'ouvrir (maintenez la touche Shift enfoncée pendant l'ouverture). La plupart des applications fournissent leur propre aide ici, mais ce n'est pas le cas de celle-ci.Les applications comportent juste une image, le reste comporte une image et du texte.AppliquerÊtes-vous sûr de vouloir ouvrir %d fenêtres ?Arguments à passer (pour les exécutables) :Demande au gestionnaire de fenêtres de ne pas couvrir du tout les panneaux quand vous maximisez des fenêtres. Certains gestionnaires de fenêtres peuvent ne pas honorer cette fonctionnalité. Si désactivée, le filer demande que seules deux rangées de pixels au bord de l'écran restent visibles, de façon à ce que le passage au premier plan automatique fonctionne.Tentative d'invoquer la méthode SOAP inconnue '%s'Tentative de lecture d'un fichier XML en tant que fichier texte. Le fichier '%s' est peut-être altéré.Changement de taille automatique des fenêtres du filerCommencer immédiatement (silencieusement) ces actionsAutomatiqueMode taille automatiquePetites icônes auto :OImage de fond...Fond :BasqueBip si la complétion par échoueBip s'il y a plusieurs complétionsAvantComportementIcônes plus grandesCompatibilité binaireHack des menus racine de BlackboxBlackbox, Fluxbox et les gestionnaires de fenêtres similaires ne fonctionnent pas encore bien avec le punaiseur de ROX-Filer. Ces gestionnaires de fenêtres devraient changer leur comportement dans leurs nouvelles versions de manière à ce que ceci ne soit pas nécessaire.Fichier videPériph. blocPériphérique bloc :SignetsMenu des signetsUn panneau et le punaiseur sont tous deux visibles.En basPanneau situé sur le bord inférieurMarge basseBrefLien symbolique incorrect (ou pas de permission pour le suivre) : %sRenommage en masse de fichiersOctetOctetsImpossible d'accéder à '%s' : %sImpossible de mettre en signets des répertoires non locaux comme '%s'Impossible de mettre en signet la ressource non locale '%s' Impossible de supprimer '%s' : %sImpossible de supprimer les vignettes dans %s : %sImpossible d'obtenir les données de la machine distante (application/octet-stream non fourni)Impossible d'ouvrir le répertoire : %sImpossible de supprimer %s : %sImpossible de faire un stat du répertoire : %sAnnulerNoms avec majuscule en premier (pour le tri par nom)CentrerCentrer l'image sans changer sa tailleChanger à :Changer le contenu des sous-répertoiresChanger la taille des icônesRéférence du changement des permissionsChanger le critère de triDate de changement :Aller au répertoire personnelAller au répertoire pèreLes changements prendront effet la prochaine fois que le filer sera lancé.Le fait de changer la taille des icônes ou les détails à afficher provoquera un changement automatique de la taille de la fenêtre.Périph. car.Périphérique caractère :Chinois (simplifié)Chinois (traditionnel)Les choix ont été déplacés de %s à leur nouvel emplacement %s %sLa sauvegarde des choix est désactivée par la variable CHOICESPATHLes choix seront sauvés sous : %sChoisissez un style et faites glisser une image dans :Choisir entre la méthode rapide et la lente pour redimensionner les images de fond. La méthode lente peut donner de meilleurs résultats.Oublier la sélectionCliquer sur un objet l'ouvre si cette option est choisie. Enfoncez Control pour sélectionner l'objet à la place. Si option non choisie, cliquer une fois sélectionne l'objet; double-cliquez pour ouvrir des choses.Un clic sur l'icône ouvre :Cliquer avec le bouton 1 (habituellement le bouton de gauche) ouvre un répertoire dans une nouvelle fenêtre avec ceci activé. Cliquer avec le bouton 2 (milieu) réutilisera la fenêtre courante.FermerFermer la fenêtreFermer la fenêtre du filerLargeMettre les fichiers en couleur en fonction de leur typeCouleursCommande :CommentaireCompatibilitéCompilé avec GTK version %s Confiner à un moniteur XineramaCopierCopier ... ?Copier des fichiers sans confirmation.Copier l'image dans le répertoireCopier les fichiersCopier l'image dans le répertoire comme fichier caché '.DirIcon'. Tous les utilisateurs verront alors l'icône et vous pourrez déplacer le répertoire sans risque. C'est généralement la meilleure option si vous avez le droit d'écrire dans le répertoire.Copier...Copyright (C) 2005 Thomas Leonard. ROX-Filer est fourni SANS GARANTIE AUCUNE, sans préjudice des termes prévus par la loi. Vous pouvez redistribuer des copies de ROX-Filer selon les termes de la GNU General Public License. Pour plus d'information à ce sujet, voir le fichier « COPYING ». Impossible de changer les permissions : %sImpossible de lire le lien : %sImpossible d'envoyer les données au programme : %sCompterCalculer la taille de ... ?CréerCréer des liens vers des fichiers sans confirmation.PersonnaliserPersonnaliser le menu...TchèqueSUPPRIMER ... ?DanoisDateJourJoursDétails par défaut :Options par défautOptions par défaut pour les nouvelles fenêtresTaille par défaut :SupprimerSupprimer des fichiers sans confirmation.La suppression d'objets comme La suppression de l'objet La suppression des objets BureauDétailsRép.Les répertoires sont listés en premier (pour le tri par nom)Les répertoires surgissentRépertoireLe répertoire '%s' n'est pas accessibleRépertoire '%s' non trouvé.Répertoire manquant/suppriméRépertoire :Désactivez cette option si le panneau reste au-dessus des autres fenêtres contre votre volonté. Demande un redémarrage pour prendre effet.Occupation du disqueAffichageStyle d'affichageSupport dnotifyFaire un chercher-remplacer dans la colonne Nouveau. Les fichiers ne sont pas réellement renommés jursqu'à ce que vous cliquiez sur le bouton Renommer ci-dessous.Ne pas couvrir le panneauVoulez-vous démonter ce fichier de périphérique (« device ») ? Démonter un fichier de périphérique permet d'enlever le disque de manière sure.Ne pas confirmer la suppression d'objets protégés contre l'écritureNe pas confirmer la suppression d'objets protégés contre l'écriture.Ne pas confirmer chaque opérationAfficher le minimum d'informations dans la zone des messages.Ne pas lister les fichiers traitésNe pas lister chaque fichier déplacéNe pas utiliser les attributs étendusNe pas utiliser de nom d'hôtePorteLes portes sont un peu comme les sockets ou les tubes, et n'ont été vues que sous Solaris.Porte :Un double-clic sur le fond change la tailleGestionnaire de téléchargementFaites glisser ici un répertoire pour le mettre en signet.Glisser-déposerGlisser-déposerFaites glisser l'icône vers une fenêtre répertoire (ou entrez un chemin complet)Glisser vers icônesFaites glisser ici une application adéquateFaites glisser ici un fichier d'icôneFaites glisser ici une imageNéerlandaisERREURERREUR de lectureChaque fenêtre du filer est contrainte à être suffisamment large pour que la barre d'outils apparaisse en entierÉditer les signetsÉditer l'objetÉditer les règles MIMEÉjecterCommande d'éjectionAnglais (pas de traduction)Entrer un chemin...Entrez un motif de nom de fichier pour sélectionner tous les fichiers correspondants : ? pour n'importe quel caractère * pour n'importe quelle séquence de caractères (0 ou plus) [aA] pour « a » ou « A » [a-z] pour n'importe quel caractère de a à z (minuscule) *.png pour n'importe quel nom se terminant par « .png »Entrez un motif correspondant aux fichiers à montrer. Un filtre vide désactive le filtrage.Entrez une commande shell à exécuter. Cliquez sur un fichier pour l'ajouter au buffer.Entrez une commande shell qui chargera "$@" dans un programme approprié. Ex. : gimp "$@"Entrez une commande shell :Entrez le nom d'un fichier à afficher. Appuyez sur pour compléter avec la plus longue correspondance. pour fermer le minibuffer.Entrez le nom du panneau à montrer.Entrez le nom du punaiseur à montrer.Erreur lors de la création de '%s' : %sErreur lors de la création du fichier : impossible de trouver le modèle pour %sErreur lors de la création de l'image '%s' : %sErreur lors du chargement de la liste des fichiers : %sErreur dans le fichier '%s' à la ligne %d : "%s" Cela peut être dû à la mise à jour depuis une version antérieure de ROX-Filer. Ouvrez la fenêtre « Options » et essayez de changer quelque chose puis de le remettre à la valeur voulue (pour que le fichier soit resauvé). Les erreurs suivantes seront ignorées.Erreur dans le gestionnaire %s : %sErreur lors du chargement de l'image de fond : %s Image de fond enlevée.Erreur lors de l'exécution de l'appliquette : %sErreur lors de la sauvegarde de %s : %sErreur lors de la sauvegarde du fichier : %sErreur lors de la sauvegarde du panneau %s : %sErreur lors de la sauvegarde du punaiseur %s : %sErreur lors de la lecture de '%s' : %sErreur lors de la lecture de '%s' : %s Erreur, comme un lien qui pointe vers un fichier inexistant, ou un fichier que le filer n'a pas la permission d'examiner.Erreur :EstonienChaque icône du panneau comporte une image et du texte.ExécutionL'exécutable '%s' a un accès en écriture pour tout le monde ! Je refuse de le lancer. Veuillez changer les droits d'accès dès maintenant (ce problème a pu être causé par un bug dans d'anciennes versions du filer). Avoir des actions d'exécution (qui ne sont pas des liens symboliques) à accès en écriture pour tout le monde signifie que d'autres utilisateurs de votre ordinateur peuvent remplacer vos actions d'exécution par des versions malveillantes. Si vous faites confiance à tous ceux qui peuvent écrire dans ces fichiers, vous n'avez pas à vous inquiéter. Dans le cas contraire, vous devez vérifier, ou même juste supprimer, toutes les actions d'exécution existantes.Fichier exécutable :ExécuterExécuter le fichierExpression :Support des attributs étendusAttributs étendusLes attributs étendus, utilisés pour stocker des types, ne sont pas supportés pour ce ou ces fichiers. Ceci peut être dû à l'absence de support pour le système de fichiers ou la bibliothèque C, ou bien le système de fichiers doit simplement être monté avec la bonne option (« user_xattr » sous Linux).Attributs étendus :Impossible d'ajouter certains objets sur le punaiseur, parce qu'ils sont sur une machine distante. Par exemple : %sImpossible de créer le lien symbolique '%s' : %s (ceci peut vouloir dire que le thème ROX existe déjà ici, mais que l'icône « mime-application:postscript » n'a pas pu être chargée pour une raison quelconque, ou %s est un lien vers un répertoire invalide; essayez de le supprimer)Impossible de créer le lien symbolique depuis '%s' : %s (note: l'ancien lien a été supprimé)Impossible de récupérer l'événement clavier !Impossible de charger l'image '%s' : raison inconnue, probablement un fichier d'image corrompuImpossible de faire un mmap du fichier '%s' : %sImpossible d'ouvrir et de faire un stat sur le fichier '%s' : %sImpossible d'ouvrir le fichier '%s' : %sImpossible de lire la tailleImpossible de renommer '%s' en '%s' : %s Renommage en masse abandonné.Impossible de lireImpossible de supprimer le lien '%s' : %sChangement rapide de la taille des imagesFichierCe fichier est inexistant ou inaccessible : %sMenu « Fichier » par clic droitCouleurs des types de fichierLes noms de fichier (et les détails) sont mis en couleur en fonction du type du fichier.Fenêtres du filerFiltreFiltrer les répertoires avec les fichiersFiltrer des fichiers...ChercherRéférence de la recherche par expressionFinFinnoisAjusterSuivre les liens symboliquesFonte pour afficher du texte à chasse fixe (monospace)Pour tous les fichiers de type `%s' (%s/%s)ForcerEncre :FrançaisGGoAllemandGlob (%s), Aller à :GroupeLe groupe %s n'est pas défini. Sélectionnez des fichiers et appuyez sur +%s pour le définir. Appuyez seulement sur %s pour resélectionner ces fichiers à l'avenir. Assurez-vous que NumLock est activé si vous utilisez le pavé numérique.Hauteur de l'aire interdite en bas de l'écran.Hauteur de l'aire interdite en haut de l'écran.AideFuturCachésPersoRépertoire personnelHeureHeuresÉnormes icônesHongroisJe ne peux pas vous montrer l'objet actuellement fixé, parce que rien n'est fixé actuellement. Faites glisser quelque chose ici !Je ne sais pas comment ouvrir '%s'Je vais maintenant vous montrer votre répertoire SendTo (« envoyer à ») ; vous devez y lier (faire glisser avec et enfoncées) les applications voulues.Je vais maintenant vous montrer votre répertoire Templates ; vous devez y placer les fichiers patrons voulus.Vue « icônes »Pas de la grille pour les icônes :Thème d'icônesLe thème d'icônes '%s' ne contient pas d'icônes MIME. Utilisation du thème par défaut de ROX.Fenêtres iconifiéesIconifier enIcônesIcônes seulementIcônes, avec...Si un gestionnaire n'est pas fixé pour le type spécifique, utiliser celui-ci par défaut.Si activée, un double-clic sur le fond d'une fenêtre change la taille de la fenêtre, exactement comme un clic sur le bouton Mode taille automatique de la barre d'outils.Si activée, tous les noms de fichier commençant par une lettre majuscule viennent avant ceux commençant par une minuscule.Si activée, le lien symbolique sera relatif au répertoire du fichier cible. Utiliser ceci si le lien et la cible seront déplacés ensemble. Si désactivée, le lien symbolique est absolu - utiliser ceci si le lien peut être déplacé sans que la cible bouge.Si cette option est choisie, alors les titres des colonnes seront montrés lors de l'affichage sous forme de liste.Si cette option est choisie, alors les répertoires apparaîtront toujours avant les autres objets quand le tri se fait par nom.Lorsque cette option est activée, les options d'affichage de chaque nouvelle fenêtre sont héritées de la fenêtre source si possible, sinon elles sont fixées aux valeurs par défaut données ci-dessous.Lorsque cette option est activée, les fichiers qui ont un ou plusieurs attributs étendus auront un emblème pour indiquer cela.Lorsque cette option est activée, les fichiers dont le nom commence par un point sont aussi montrés, sinon ils sont cachés.Si cette option est choisie, alors la description complète du type de chaque objet sera montrée au lieu d'un résumé du type de base.Si cette option est active, les icônes du punaiseur sont toujours gardées complètement à l'intérieur des limites de l'écran, étiquette comprise.Si cette option est choisie, le filer ne montrera que les fenêtres iconifiées associées à l'espace de travail courant.Si cette option est choisie, le filer montrera chaque fenêtre iconifiée sous forme d'un petit bouton sur le punaiseur. Cela nécessite un gestionnaire de fenêtres compatible, et le punaiseur doit être actif.Si cette option est choisie, alors les grandes icônes sont arrangées en colonnes, et non en lignes.Si cette option est choisie, alors les petites icônes sont arrangées en colonnes, et non en lignes.Si vous avez une configuration multimoniteur Xinerama, utilisez cette option pour confiner les panneaux à un seul moniteur au lieu de les répartir.Lorsque vous ouvrez un répertoire et que ce répertoire est déjà affiché dans une autre fenêtre, cette option provoque la fermeture de cette autre fenêtre.Image et texteImage seuleImage seule pour les applicationsFin de ligne incorrecte ou manquante dans les données text/uri-listHériter les options de la fenêtre sourceErreur interne - mauvais type d'infoErreur interne : %s illisibleFichier de traduction .gmo invalide (nombre magique GNU non trouvé) : %sFichier de traduction .gmo invalide (trop court) : %sCondition de recherche invalideApplication %s invalide (mauvais AppRun)Inverser la sélectionEstBlocEstCarEstPérEstRépEstPorteEstVideEstExécutableEstLienEstÀMoiEstTubeEstLisibleEstOrdEstSGIDEstSUIDEstSocketEstStickyEstInscriptibleItalienL'objet n'existe plus !JaponaisKKoGarder les icônes à l'intérieur des limites de l'écranRaccourcis clavierLangueSupport des fichiers longsGrandes icônesPlus grande taille de fenêtre :Dernière _ModificationÀ gauchePanneau situé sur le bord gaucheMarge gaucheCliquer avec le bouton gauche pour lancer %s. Cliquer avec le bouton droit pour obtenir une liste de versions.Gauche: montrer/cacher les fichiers cachés Droit: montrer/cacher les vignettesLierLien (absolu)Lien (relatif)Cible du lien :Lier...ListeVerrouilléVerrouiller un objet l'empêche d'être accidentellement enlevéVoir à l'intérieurMTypes MIMEFaire de la colonne Nouveau une copie de AncienManipuler les vignettesManuelLargeur maxi (grandes icônes) :Largeur maximale du texte affiché à côté d'une petite icône.MoMoyenMenusMinMinibufferMin',' manquant après l'étiquette de l'icôneSymbole '=' manquant'>' manquant dans l'étiquette de l'icône'<' ou '>' manquant dans le fichier de config du panneauDate de modification :Fonte monoLa plupart des gestionnaires de fenêtres fournissent une méthode pour iconifier (ou « minimiser ») les fenêtres, et divers programmes, dont ROX-Filer, peuvent servir à afficher les fenêtres iconifiées.MonterMonter / DémonterMonter et démonter des systèmes de fichiers sans confirmation.Commande de montageCommandes de montagePoint de montagePoint de montage (%s)Point de montage pour %s (%s)DéplacerDéplacer des fichiers sans confirmation.Déplacer les fichiersNOTE : votre système ne supporte pas les options longues - vous devez utiliser les versions courtes à la place. NomNe jamais changer de taille automatiquementNouveauNouvelle fenêtreNouveau nomLe nouveau chemin n'est pas absoluNouvelle fenêtre avec le bouton 1NouveauRepNouveauFichierPlus récentClic suivantNonNon (apsymbols.h non trouvé)Pas d'icônesPas d'URI dans le text/uri-list (il n'y a rien à faire !)Pas de changementPas de détailsPas d'objet%sAucun punaiseur n'était utilisé... le punaiseur 'Default' a été sélectionné. Utilisez 'rox -p=Default' pour le choisir à l'avenir.Pas d'action d'exécution de définieAucune action d'exécution spécifiée pour les fichiers de ce type (%s/%s) - vous pouvez fixer une action d'exécution en choisissant « Fixer l'action d'exécution » depuis le menu « Fichier », ou vous pouvez juste faire glisser le fichier sur une application.%sPas d'ombreAucune chaîne (dans la colonne Nouveau) ne correspond à l'expression donnéePas de barre%s non exécutableURL %s non localeAucunAucun des noms n'a changé. Rien à faire !Aucun de ces fichiers n'est sur la machine locale - je ne peux pas traiter de multiples fichiers distants - désolé.Normalement ROX-Filer détermine le type d'un fichier ordinaire en comparant son nom à un motif. Pour changer le type du fichier, vous devez le renommer. De nouveaux systèmes de fichiers peuvent supporter quelque chose appelé « attributs étendus » qui peut être utilisé pour stocker des données supplémentaires pour chaque fichier en paramètres nommés. ROX-Filer utilise l'attribut « user.mime_type » pour stocker les types de fichier. Les types de fichier ne sont supportés que pour des fichiers ordinaires, pas pour des répertoires, fichiers de périphérique, tubes ou sockets, et seulement sur certains systèmes de fichiers et où c'est implémenté par le système d'exploitation. Normalement, cliquer sur le fond du bureau avec le bouton droit ouvre le menu du punaiseur et cliquer avec le bouton gauche efface la sélection. Activez cette option pour transmettre à la place les événements à votre gestionnaire de fenêtres. Les clics sur les icônes ne seront pas transmis.Normalement, il suffit de sélectionner une commande à partir du menu (cliquer sur la flèche à côté de la boîte de commande). Parfois, il vous faut plus... Le format d'une commande est : CHANGEMENT, CHANGEMENT, ... Chaque CHANGEMENT a la forme : QUI COMMENT PERMISSIONS QUI est une combinaison de u, g et o qui détermine s'il faut changer les permissions pour le propriétaire (User), le groupe (Group) ou les autres (Others). COMMENT est +, - ou = pour ajouter, enlever ou mettre exactement les permissions. PERMISSIONS est une combinaison des lettres rwxXstugo Du texte entre parenthèses et les espaces sont ignorés. Exemples u+rw : le propriétaire du fichier obtient la permission de lire et d'écrire g=u : les permissions du groupe sont mises comme celles du propriétaire o=u-w : les autres obtiennent les mêmes permissions que le propriétaire, mais sans la permission d'écrire a+x : tout le monde obtient la permission d'exécuter/accéder - identique à ugo+x a+X : les répertoires deviennent accessibles à tout le monde ; les fichiers qui étaient exécutables par quelqu'un le deviennent par tout le monde u+rw, go+r : deux commandes à la fois ! u+s : mettre le bit SetUID - n'a souvent aucun effet sur les scripts 755 : mettre directement les permissions Voir la page man chmod(1) pour tous les détails.NorvégienNonNon supportésNotez que vous pouvez toujours faire apparaître le menu par glisser-déposer tout en maintenant enfoncée.Notez que vous pouvez toujours faire apparaître le menu en glissant-déposant avec le bouton gauche tout en appuyant sur la touche .Noter que vous devez sauver vos choix et relancer le filer pour que la nouvelle langue soit entièrement supportée.RienMaintenantOUAncien nomUn nom correspond, mais le résultat est le mêmeSeul un panneau est visible.Seuls des fichiers (et certaines applications) peuvent être utilisés pour fixer l'image de fond.Seulement pour le fichier `%s'Seulement pour le type `%s' (%s/%s)Ne lister que les répertoires copiésNe lister que les répertoires supprimésÉcraser seulement si la source est plus récente que la destination.Seule l'image est affichée.Seul le punaiseur est visible.Ouvrir en texteOuvrir démontéOptionsOptions...Ordonner les grandes icônes verticalementOrdonner les petites icônes verticalementOutrepasser le contrôle du punaiseur et des panneaux par le WMPropriétairePropriétaire, groupe :PanneauOptions du panneauOptions du panneau...Panneau et punaiseurLe panneau est un « dock »Panneau seulStyle du panneauLargeur de panneau (fine)Panneau : %sPanneauxLes panneaux sont des barres d'icônes situées sur les côtés de l'écran. Voir le manuel pour toute information sur l'utilisation des panneaux.Père, nouvelle fenêtrePère, même fenêtrePasser tous les clics sur l'image de fond au gestionnaire de fenêtresCheminMotif :PermissionsPunaiseurComportement du punaiseurPunaiseur seulTubeTube :PolonaisPortugais (Brésil)Portugais (Portugal)PositionPrésentsAppuyer sur le raccourci désiré (e.g. Control+F1)Programme %s non trouvé - supprimé ?PropriétésPropriétés de ... ?Vider le cache disque des vignettesPlacez le curseur sur une entrée de la liste pour la déplacerSilencieuxApplication ROXROX-FilerROX-Filer ne supporte pas encore les points de montage sur votre système. Désolé.ROX-Filer a converti votre fichier Options au nouveau format XMLLectureVrai répertoire :Voulez-vous vraiment supprimer l'icône '%s' ?Récemment visitésRécursifRafraîchirFichier ordinaire :L'application distante ne peut pas ou ne veut pas m'envoyer les données - désoléL'application distante veut utiliser « Direct Save », mais je ne peux pas lire la propriété XdndDirectSave0 (type text/plain). Enlever le(s) objet(s)RenommerRenommer ... ?Renommer...Remplacer :Relire le contenu du répertoireRevenirChanger taille de la fenêtreChanger de taille quand vous changez le style d'affichageRécupérer tous les choix tels qu'ils étaient lorsque la boîte Options a été ouverte.InverséÀ droiteMarge droitePanneau situé sur le bord droitRoumainExécuter l'action :Exécution en tant qu'utilisateur '%s'Tournant avec GTK version %d.%d.%d RusseLSGIDSUIDComme la fenêtre couranteComme le choix par défautSauver sous :Sauver les options d'affichage courantes...RedimensionnerChanger la taille de l'image pour l'ajuster à la zone de fond, sans tenir compte des dimensions de l'image - surdimensionnementChanger la taille de l'image sans la déformer pour l'ajuster à la zone de fondLireLectureLecture, Chercher dans ... ?SecSecVoir la page man attr(5) pour les détails complets.Voir la page man fsattr(5) pour les détails complets.SélectionnerTout sélectionnerSélectionner si...Sélectionner si :Sélectionner le nom :Tout sélectionner/inverser la sélectionSélectionner par nom...Sélectionnez des propriétés d'affichage à sauverSélectionnez les boutons que vous voulez sur la barre :Sélectionnez la position du panneau :Envoyer ... à ... ?Envoyer à...Fixer l'icône...Fixer l'action d'exécution...Fixer le type...Fixer l'image de fondFixer en tant que défaut pour tout `%s/'Fixer l'icôneFixer l'icône pour ... ?Fixer l'icône pour tout `%s/'Fixer les raccourcis clavierFixer les permissions de ... ?Fixer l'action d'exécutionFixer l'action d'exécution pour ... ?Fixer le typeFixer le type de ... ?Référence de « fixer le type »Le choix des icônes est désactivé par CHOICESPATHChoix du type non supporté pour certains de ces fichiersCommande shell...Shell :Shift OuvrirShift Ouvrir ... ?Drapeaux de barre de titre courtsMontrerMontrer les signetsVoir les fichiers d'aideMontrer les fichiers cachésMontrerVoir l'emplacementMontrer l'aide de ROX-FilerVoir la cibleMontrer les vignettesVoir les fichiers d'_aideFaire apparaître un menu des actions possiblesMontrer les titres des colonnesMontrer l'indicateur des attributs étendusMontrer tous les détailsMontrer le type completMontrer les fichiers cachésMontrer les fichiers cachésMontrer les fenêtres iconifiéesMontrer les vignettesMontrer par espace de travailMontrer le menu « Fichier » au lieu du menu principal quand vous cliquez avec le bouton droit alors que des fichiers sont sélectionnés (le menu principal peut être obtenu en appuyant sur la touche « Control »).Montrer le choix courant dans une fenêtre du filerMontrer le nombre d'objets affichés dans une fenêtre du filer, ainsi que le nombre d'objets cachés (s'il y en a). Quand il y a une sélection, montrer le nombre d'objets sélectionnés et leur taille combinée.Afficher les nombres d'objetsNavigation en simple clicSimple clic pour ouvrirTailleTaille des icônes dans les menus :Taille :TaillesPetites icônesIcônes plus petitesSocketSocket :Certains des noms de « Nouveau » contiennent des caractères / (e.g. '%s'). Ceci causera le déplacement des fichiers dans des répertoires différents. Continuer ?Certains de ces fichiers sont sur une machine différente - ils seront ignorés - désoléQuelques applications parmi les plus anciennes ne supportent pas complètement le protocole XDND et peuvent nécessiter l'activation de cette option. Utilisez-la si le « glisser » de fichiers vers une application provoque bien l'apparition d'un signe '+' sur le pointeur mais que le « déposer » ne fonctionne pas.Certains gestionnaires de fenêtres (WM) ne supportent pas le nouveau système « Extended Window Manager Hints » et traitent ainsi le punaiseur et les panneaux comme des fenêtres normales. Activer cette option pour corriger les problèmes comme : le punaiseur passe au premier plan quand vous cliquez dessus, des barres de titre et autres décorations apparaissent autour des fenêtres, ou ces fenêtres apparaissent dans les listes de sélection de fenêtres.Parfois le filer ne connaît pas vos accessoires de bureau et place les fenêtres iconifiées sous le panneau de Gnome (par exemple). Vous pouvez définir une marge en haut ou en bas pour éviter d'y placer des icônes. Le filer connaît déjà son propre panneau.Désolé - j'ai besoin d'un type cible text/uri-list ou XdndDirectSave0.Désolé - j'ai besoin d'un type cible text/uri-list ou application/octet-stream.Désolé, je ne peux pas utiliser '%s' parce que ce n'est pas un fichier local.Désolé, impossible d'afficher un menu des actions pour un fichier distant / des données brutes.Désolé, vous devez faire glisser exactement un seul fichier sur la zone de dépôt.TrierTrier par dateTrier par groupeTrier par nomTrier par propriétaireTrier par tailleTrier par typeTri par dateTri par groupeTri par nomTri par propriétaireTri par tailleTri par typeTrier par :Type de tri et ordreTriEspagnolDonnez une expression rationnelle et une chaîne de remplacement correspondante.Délai de surgissement :StickyÉtirerÉtirer l'image pour remplir la zone de fondSuédoisRemplacer par un terminalLien symb.Lien symboliqueLien symbolique vers Lien symboliqueLien symbolique ... ?Faites un lien symbolique des programmes que vous voulez dans ce répertoire. Ils apparaîtront dans le menu pour tous les objets de ce type (%s/%s).Un lien depuis '%s' existe déjà. Le remplacer par un lien vers '%s' ?VTerminal iciProgramme d'émulateur de terminalTexte à côté des icônesOmbre du texte :Texte sous les icônesLe texte plus large que spécifié ici est découpé en deux lignes en mode « Grandes icônes ». En mode « Énormes icônes », le texte est passé à la ligne quand il est 50% plus large que ce qui est fixé ici.L'argument -o n'est plus utilisé. Vous pouvez activer cette option « override » de la boîte Options.Le menu `Envoyer à' fournit une manière rapide d'envoyer des fichiers à une application. Les applications listées sont celles contenues dans les répertoires suivants : %s %s Le menu `Envoyer à' peut être ouvert par + au-dessus d'un fichier. Utilisation avancée : Vous pouvez aussi créer des sous-répertoires appelés `.text_html', `.text', etc. qui n'apparaîtront que pour des fichiers de ce type. `.group' n'est montré que si plusieurs fichiers sont sélectionnés.Le gestionnaire d'image de fond doit être un répertoire application. Faites glisser un répertoire application dans la boîte de dialogue « Fixer l'image de fond » ou (pour les programmeurs) passez-le à la méthode SOAP SetBackdropApp.Commande utilisée pour éjecter des médias amovibles. En cas de doute, choisissez « eject ».Commande utilisée pour monter un système de fichiers. En cas de doute, choisissez « mount ».Commande utilisée pour démonter un système de fichiers. En cas de doute, choisissez « umount » (sans « n » avant le « m »).Le filer utilise un ensemble de règles pour deviner le type MIME correct de chaque fichier ordinaire et choisit ensuite une icône adéquate pour ce type.Le filer changera la taille des fenêtres à chaque fois qu'il lui semblera utile (c'est-à-dire quand le répertoire ou le style d'affichage est changé).La première correspondance dans chaque fichier sera remplacé par la chaîne. Il n'y a pas de caractères spéciaux.La fonte utilisée pour le texte affiché au-dessous des icônesLe raccourci clavier est :La plus grande taille, en pourcentage de la taille de l'écran, que pourra prendre une fenêtre après changement de taille automatique.L'emplacement doit contenir au moins un caractère !Le moniteur auquel les panneaux sont confinés en mode Xinerama (numéroté à partir de 0).Le chemin que vous avez donné n'existe pas. L'icône n'a pas été changée.Le programme à lancer quand vous choisissez « Terminal ici » dans le menu.Le gestionnaire de session active ces options à l'aide de l'argument -S ou --rox-session de rox.Taille des panneaux.Le texte affiché au-dessous de l'icône est :ThèmesLes thèmes doivent être placés dans le répertoire « ~/.icons ».Il n'y a pas de vignette à supprimerIl y a eu une erreur. Il y a eu %d erreurs. ÉpaisseFineCeci désactive l'utilisation des attributs étendus disponibles dans les nouveaux systèmes d'exploitation et systèmes de fichiers. Si cette option est choisie, l'entrée « Fixer le type » du menu est désactivée, le type MIME du fichier est seulement dérivé du nom du fichier et la fenêtre des propriétés ne rapporte pas les attributs étendus.Ce nom de fichier n'est pas en UTF-8 valide. Vous devriez le renommer. Ceci est une expression rationnelle à rechercher. ^ désigne le début d'un nom de fichier $ désigne la fin \. désigne un point \.htm$ correspond à « .htm » dans « index.htm », etc.C'est déjà le nom canonique de ce répertoire.Ce n'est pas un programme ! Donnez-moi une application à la place !Il s'agit du choix par défaut pour les nouvelles fenêtres. Utilisez le menu Affichage pour activer ou désactiver les vignettes pour des fenêtres particulières.Cet objet est déjà à la finCette option fixe le temps, en ms, pendant lequel vous devez laisser un fichier au-dessus d'un répertoire avant que ce dernier ne surgisse. L'option ci-dessus doit être active pour que ce réglage ait un effet.Cette option, qui requiert que l'option ci-dessus soit aussi active, permet au répertoire mis en valeur de « surgir » lorsque le fichier a été maintenu au-dessus pendant un instant.Ce programme (%s) ne peut pas tourner, car la commande 0launch n'est pas disponible. Elle peut être téléchargée d'ici : http://0install.net/injector.htmlVignettesCache des vignettesVignettes, PaverPaver la zone de fond avec l'imageDates & heuresTitrePour affecter un raccourci clavier à une entrée d'un menu : - ouvrir le menu au-dessus d'une fenêtre du filer, - déplacer le pointeur au-dessus de l'entrée voulue, - appuyer sur la touche que vous voulez attacher à l'entrée. La touche apparaîtra à côté de l'entrée du menu et vous pourrez à l'avenir juste appuyer sur cette touche, sans avoir à ouvrir le menu.Pour accélérer les choses, les vignettes générées sont stockées dans le répertoire caché « ~/.thumbnails ». Cliquez ici pour enlever toutes les vignettes du cache. Elles seront recréées lorsque cela sera nécessaire.Barre d'outilsType de barre d'outils :Outils/minibufferEn hautMarge hautePanneau situé sur le bord supérieurTraductionEssayer `ROX-Filer/AppRun --help' pour plus d'information. Essayer `ROX-Filer/AppRun -h' pour plus d'information. TypeType :TypesUkrainienImpossible de charger l'image -- peut-être est-ce un format que je ne comprends pas, ou peut-être que les permissions sont incorrectes ? L'icône n'a pas été changée.Fenêtres uniquesInconnuAction demandée inconnueType de détails inconnu '%s'Type de tri inconnu '%s'Style inconnu '%s'Cible inconnueType inconnu :DémonterCommande de démontageSansNomUntitledDataPèreSyntaxe : ROX-Filer/AppRun [OPTION]... [FICHIER]... Ouvre chaque répertoire ou fichier listé, ou le répertoire de travail courant si aucun argument n'est donné. -b, --border=PANNEAU ouvre PANNEAU comme panneau (sur un bord) -B, --bottom=PANNEAU ouvre PANNEAU en bas comme panneau -c, --client-id=ID utilisé pour la gestion de sessions -d, --dir=RÉPERTOIRE ouvre RÉPERTOIRE comme répertoire (pas application) -D, --close=RÉP ferme RÉPERTOIRE et ses sous-répertoires -h, --help affiche cette aide et quitte -l, --left=PANNEAU ouvre PANNEAU à gauche comme panneau -m, --mime-type=FICH affiche le type MIME de FICHIER et quitte -n, --new lance une nouvelle copie ; pour débugger le filer -p, --pinboard=PUN utilise le punaiseur PUN comme punaiseur -r, --right=PANNEAU ouvre PANNEAU à droite comme panneau -R, --RPC invoque la méthode d'appel lue sur stdin -s, --show=FICHIER ouvre un répertoire montrant FICHIER -S, --rox-session options par défaut de panneau et punaiseur, et -n -t, --top=PANNEAU ouvre PANNEAU en haut comme panneau -u, --user affiche le nom de l'utilisateur dans chaque fenêtre -U, --url=URL ouvre un fichier ou répertoire donné sous forme d'URI -v, --version affiche les info concernant cette version et quitte -x, --examine=FICH FICHIER a changé - le ré-examiner Rendre compte des bugs à %s. Page web (dont les versions mises à jour): http://rox.sourceforge.net/ Utiliser une grille avec pas de 16 pixels pour le positionnement des icônes sur le bureau.Utiliser une grille avec pas de 2 pixels pour le positionnement des icônes sur le bureau.Utiliser une grille avec pas de 32 pixels pour le positionnement des icônes sur le bureau.Utiliser une copie de l'image comme choix par défaut pour tous les fichiers de ces types MIME.Utiliser une copie de l'image pour tous les fichiers de ce type MIME.Utiliser la fonte :Utiliser des lettres simples au lieu de mots pour les indicateurs Lecture, Tous et Vignettes dans la barre de titre.Utilisez la boîte de dialogue « Fixer l'icône... » pour fixer l'icône pour chaque type MIME. Notez que les icônes fixées de cette façon ont la priorité sur celles du thème sélectionné.Utiliser la variable d'environnement LANGUtiliser cette application pour tous les fichiers ayant ce type MIME.Les raccourcis utilisateur sont désactivés par défaut dans Gtk2 et vous ne les avez pas activés. Vous pouvez activer cette fonctionnalité : 1) en utilisant un gestionnaire XSettings, comme ROX-Session ou gnome-settings-daemon ou 2) en ajoutant cette ligne à ~/.gtkrc-2.0 : gtk-can-change-accels = 1 (ceci ne marche que si XSETTINGS n'est PAS utilisé)Vignettes vidéoVietnamienType de vue :PROTÉGÉ CONTRE L'ÉCRITURE Nous avons eu une erreur BadWindow du serveur X. Ceci peut être dû au bug de GTK (pendant le glisser-déposer ?) : http://bugzilla.gnome.org/show_bug.cgi?id=152151 Essayons de continuer...SemaineSemainesQuand le choix automatique de la taille des icônes est sélectionné : si le répertoire contient au moins autant d'objets, alors il sera affiché avec de petites icônes, sinon de grandes icônes seront utilisées.Quand vous glissez-déposez des fichiers avec le bouton gaucheQuand vous glissez-déposez des fichiers avec le bouton du milieuLorsqu'il est lancé par un gestionnaire de session (comme ROX-Session), le filer peut ouvrir un panneau et/ou le punaiseur. Vous devez configurer cela ici.Quand cette option est activée, vous pouvez faire glisser un fichier au-dessus d'un sous-répertoire ou programme dans une fenêtre du filer. La cible sera mise en valeur et lâcher le fichier dessus le mettra dans ce répertoire, ou le chargera dans ce programme.Quand les vignettes sont activées, chaque fichier image dans un répertoire est chargé et une image réduite est affichée.Quand vous utilisez un punaiseur, vous pouvez faire glisser des fichiers et des applications sur le fond du bureau pour créer des raccourcis vers eux.Quand vous utilisez le minibuffer « Entrer un chemin... » et que vous appuyez sur , bip si rien ne se passe (e.g., parce qu'il y a plusieurs possibilités et que la lettre suivante varie).Quand vous utilisez le minibuffer « Entrer un chemin... » et que vous appuyez sur , un bip est émis s'il y a plusieurs fichiers qui conviennent, même si des lettres ont été ajoutées.Lorsque vous faites glisser un fichier depuis un navigateur web ou autre source distante, ce programme sera exécuté pour le télécharger. $1 est l'URI glissé sur le filer, et le répertoire courant est la destination. Par exemple : xterm -e wget $1Largeur de l'aire interdite à gauche de l'écran.Largeur de l'aire interdite à droite de l'écran.La largeur de la barre d'outils fixe la largeur minimale de la fenêtreFenêtreComportement relatif aux fenêtresProblèmes de WM (gestionnaires de fenêtres)par :MondeÉcritureErreur de protocole XDS : le nom de fichier ne doit pas contenir '/' Erreur de protocole XDS : le code de retour devrait être 'S', 'F' ou 'E' Cible XdndDirectSave0 fournie, mais l'atome XdndDirectSave0 (type text/plain) ne contenait pas de nom de fichier (feuille) XineramaMoniteur Xinerama %d non disponibleAnAnsOuiOui (peut tourner avec des versions plus anciennes de la glibc)Vous ne pouvez fixer l'image de fond que sur une image ou sur un programme qui sait comment manier l'image de fond de ROX-Filer. Programmeurs : le fichier AppInfo.xml de l'application doit contenir l'élément CanSetBackdrop, comme indiqué dans le manuel de ROX-Filer.Vous ne pouvez fixer l'action d'exécution que pour un fichier ordinaireVous ne pouvez pas ouvrir une seconde vue de ce répertoire parce que l'option « Fenêtres Uniques » est activée dans la fenêtre « Options ».Vous ne pouvez pas appliquer cette action à plus d'un objet à la foisVous ne semblez pas avoir de support par le système d'exploitation.Vous avez essayé de fermer un panneau avec le gestionnaire de fenêtres - je considère généralement cette action comme accidentelle... Voulez-vous vraiment le fermer ?Vous devez d'abord sélectionner des objets à enleverVous devez ouvrir le menu au-dessus d'un objetVous devez déverrouiller '%s' avant de l'enleverVous devez sélectionner des objets à compterVous devez sélectionner des objets pour la rechercheVous devez sélectionner les objets dont vous voulez changer les permissionsVous devez sélectionner les objets dont vous voulez changer le typeVous devez cliquer avec Menu, touche Shift enfoncée, au-dessus d'un fichier pour l'envoyer quelque partVous devez d'abord sélectionner des rangées à supprimerVous devrez changer manuellement la taille des fenêtres, via le gestionnaire de fenêtres, l'entrée du menu « Changer taille de la fenêtre » ou en double-cliquant sur le fond de la fenêtre.Le contenu de votre variable CHOICESPATH ne permet pas la personnalisation - désolé.Votre vieux fichier de panneau a été converti au nouveau format XML.Votre vieux fichier de punaiseur a été converti au nouveau format XML._Groupe_Nom_Propriétaire_Droits d'accès_Silencieux_Lien relatif_Renommer_Remplacer_Revenir_Taille_Type_Utiliser la commandea+x (Rendre exécutable/cherchable)a-x (Rendre non-exécutable/non-cherchable)croissantatimeblocsbas à gauchebas à droiteoctetoctetsctimedécroissantrépertoiresrépertoirefonctionnalités fixées à la compilationfichierfile(1) dit... %sfichiersgidgo-rwx (Privé - accès par le propriétaire uniquement)go-w (corriger un problème de sécurité)go=u-w (Accès public, sauf écriture)horizontalementinodeobjetobjetslstat(2) a échoué : %sfusionner les contenusmontémsmtimenlienspas de répertoires) écraserpixelsprunetaillesystemhaut à gauchehaut à droiteu+rw (Donner au propriétaire lecture+écriture)uiddémontéverticalementrox-2.11/ROX-Filer/Messages/gl/000077500000000000000000000000001230207736700161345ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/gl/LC_MESSAGES/000077500000000000000000000000001230207736700177215ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/gl/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003112041230207736700217660ustar00rootroot00000000000000 :`MaMM&MN$-N RN_NDeNFNN O'O9OMO_O&yO-O;O2 P0=P(nPPP$PP3PQ Q-Q?Q$NQsQQQ QQQQ"QR6RURuRRR RR RR#R%S;SSSkS{S SS S SSSS TT*.T&YTTTT T TTZ!ZZZZ[ [)[9[P[ `[m[ }[[ [[![8[\\_\ r\\\d\\ ]s]]]](]&]'] ^2^R^V^_ _+*_V_m_Z/``)`<`$`a a*aGb\b vb bbbb b bb!c%c ,c 6cCcXcqc bd md wd dd&dd d dd>d+e=eBeHe.^e'ee!eJe8fQfef~f*ff#f f!fgg6g KgXgqg8g]g#h,h<>h2{hh$hlh]imi j#jj jjj!k#k+k4k ^ss ssss tStbt qt{tt t ttVuJuR,vv}vjw,ww7wwx6x-y2Eyxyyyyyy z|#zz>zzz|| | ||} &}4~`I~!~H~J2}%7)8Ri,n>B HV]{$Ɂ" #% (4:@)&<AGNSbg mbxۃpcj ΄؄   *I9gxBw\s_ydg^ƊIpI`  5%"[~ˍ#&,29 ANU\ cnt{  Ϗޏ 983lq  ;  ! .Α/03:@ DOT q}# ȒҒrx7 Γ ݓ$<]Kɔ ͔ؔ$ *58S-\ q2 ; .9K\.a` OƟnl- 8NO'ԡ"40T ̢ Ԣߢ:T Zh y ȣ ۣ0?D6M  ŤΤ+֤ "-A1] B?2GY^n Ʀ2Ԧnv  ӧ ٧&ET] c n {"ƨ˨ T"?w ũЩ*,E L W d o}!ͪ'  *6 H T#a «٫#5$H2m ìԬ  #1: NZj{!ҭ )?R)߮ įٯ #) / ;IP}XMְ$N6D)Mn6D<8u z ʵ ׵ #7L? +ն  s'Aݷ ߷ &7bBj?_MkԼ@47dQ1ZDCD]Ϳ+%Ci6p!8W66-wdF %#(.4Q -1 :4E0zE]t  )1A IVY98T9I8J\[7B5z .50dmsau &'-*X_p1:ks'2x2Y%p*##N'r&/A:3<n+Bh=@*17 >KRairz (     ) 5?\atz$~! "*-3: KU\bejq z jB+."1W5X!7P"i5=5G6;~3"% 96F}& ')Qn2!$4Td x)),=ObBw 8 +Y { !3N`p !EZ(m9 Rv`++'Em2 2K$*,;W) 3Z-M({   % (0Y _m| &%LSbqDzD>I*X%(N2j; $8%Q w H_,@NO)ov"' (Gc j(w *' /= m u  7         9 +W   (        % 50 &f  %         2 S   Z =T 9  2 "1? qW%4;HD$#%I`en}*3F5[aTJH o=/"M+N2z2&A4I"~)*.%%&Kr8;:D )UPhf-NLcf#/%DG\4,/ Q\  P !-!!4!V!k!%r!!!!%!"! ""!"#" &"1"7"="7##7[#########x#Y$u$b$b%r%%%%% %%a%R&&Qi'S(a)q) *p**i}+l+T,U,VM-f-j . v. ..>. . /0*/+[//2/// / 0 00 &0 00 =0H0 O0 Z0 d0o0v0}0 0 00000/001+12242K2T2c2\r2K23$3>3X3 m3y3 3@333 3:3!444 55&5\5_5e5l5 s5~5%5 5535 66(667@7U7e7x7777'77n7l8"q88 8 8888 89 999 :90E9 v9 99{91:M: :D;J;c;u;;1;f;{.<>?[D_DenDxD|MEEEE E.EFW(FF F0F1F;G)YG%GGGGG G%G&HD>H HHHHHHH I#I4I!EI"gI=III=IJ J(JCJ SJaJ pJzJ(J%J JJ!J3K IKTK cKUqKCK" L.LELILZLuL#L L LLHLvMMMMM M M"M NN.-NK\N NN N NNN%N%O'O,O1O@O OO#[OOPO>OP !P ,P8POPWP5`P7P PPPPQ& QGQ7_Q!Q-QQ QRR9R IR*WR RR*RRRS#&S JSWS&mSS=SSSTT!0TRTYToTT TTTTTT U$(U"MU&pUUUUUU VV;V2VW WX6XMXUXrX{XXXXXXW9YYmiZ[L\T]@n]^]B^Q^Y^j^|^^^^^^^^_*_ ;_H_ g_]q_#_ __"`*`B`V`j````K3aaaaaaaac{bbdRFeJeieNfrfXg,Khxhrh4iE8i5~iLitjvj!jj9jj k k7k=kEk<_ll2bm,mmNnln3op pp pp,pqq qWqkr,s>s[srsyss8s4st tt}ttttt t$t"#u Fu%Suyuuu uuu uuuA{@|AH|V|A|#}w?}}C]~W~ 266voYvɃ@8q7E(0IintL}Qʇv#3ĈBމ!,?nl1ۋ& &48[<Aь8RL,̍Z|?׎9QX ^ k u    ÏЏ& "(/ARW] c o {& ϐِ5ݐ$&8 _jq z ȑ ݑ  #74l p{+G{LkxSmQS]y?U=pH R~>(0tIZiY9Jp#B2C2JO^^8N3j9</cc-MtnZDs qxY~I9.'?8g,h(EB"OOA(VH#F+uw}az&C*[.'gpcF3q:2PRNmoD@[`#vg4AD=y%6lqPv;+l\WJ+@7 LXsQ$ _|})5fI k/BKK.Rb:2L1_T  TK7jbV Xtz-`G8 a[ 6\@v0sw|4?4Vw: Me7bzk{zSN a&:SE]Z51o xy/r=<dh!<*&v6o sQ]%n>y!l^!wuUx \>kYi\c,G{uF POP`*jf0_U1YA}l_ >-~9-5^X|`M]e"r,?@u$Z"&nJV}Ar(bdn~d6pX{KC#H5f1e edWMWoGCQjrTf%h  'a)I< 7;0h|;)E%!.i'iq$FTR43$LB3m/m  U)NtW*HgD;",= E8[ Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s not accessable%s on %d items%s total, %s used, %s free (%.1f %%)%s: no handler for %s%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' is not a valid URI'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Non-regular file '%s' not changed 'Not changing type of directory '%s' 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(use default), goingContents indicate...Panel stylePermissionsPositionSave display settings for directoryWhen all directories are closedXineramaQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change contents of '%s'??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:ActionAction windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd PanelAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAn item must be unlocked before it can be removed.AndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications in this panel have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Are you sure you want to remove this panel from the desktop?Arguments to pass (for executables):AskAsk the window manager not to cover this panel when maximising windows, otherwise leave just 2 pixels at the edge of the screen to allow auto-raising. Some window managers may not honour this setting.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.BottomBottom edgeBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Choices have been moved from %s to the new location %s %sChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CommentCompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...DELETE ... ?DateDayDaysDefaultDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo nothingDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEject commandEnter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here. This option is now only used when upgrading from an old version.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every icon on this panel is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:ExecuteExecute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %sFailed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile system table "%s" not found, cannot monitor system mountsFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Directories With FilesFilter Files...FindFind expression referenceFineFitFollow Symbolic LinksFont for displaying mono-spaced textFor all files of type `%s' (%s/%s)ForceForeground:GGbGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.If you use multiple monitors with Xinerama, use this option to confine the panel to one monitor.Image and TextImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInotify supportInternal error - bad info typeInternal error: %s unreadableInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItemItem no longer exists!KKbKeep icons within screen limitsKeeps the panel above other windows. Enable this option to make sure the dock option works correctly in some versions of compiz. May require a restart to take effect.Keyboard shortcutsLarge File SupportLarge IconsLargest window size:Last _ModifiedLeftLeft edgeLeft marginLeft-click to run %s. Right-click for a list of versions.Left: Show/hide hidden files Right: Show/hide thumbnailsLinkLink (absolute)Link (relative)Link target:Link...List ViewLockedLocking an item prevents it from being accidentally removedLook InsideMMIME typesMake the New column a copy of OldMakes sure panels stay against screen edges. Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Manage thumbnailsManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Mono fontMost window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount commandMount commandsMount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNon-local URL %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown for icons in this panel.Only the pinboard is shown.Open As TextOpen DirectoryOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:Panel (obsolete)Panel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stays on topPanel widthParent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:Perform the same action in future for this mount pointPermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatROX-Filer log viewerROX-Filer startedReadReal directory:Really delete icon '%s'?Recently VisitedRecently performed actions...RecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)Remove PanelRenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRightRight edgeRight marginRun action:Running as user '%s'Running with GTK version %d.%d.%d SSGIDSUIDSame as current windowSame as defaultSave As:Save Current Display Settings...ScaleScale the image to fit the backdrop area, regardless of image dimensions - overscaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect settings to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow LogShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extended attribute indicatorShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The command used to eject removable media. If unsure, use "eject".The command used to mount a filesystem. If unsure, use "mount".The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. The only special characters are back-references from \0 to \9. To use them literally, they have to be escaped with a backslash.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor this panel is confined to when using Xinerama. The numbering starts from zero.The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of this panel.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimeTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTopTop edgeTop marginTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unable to read '%s': %sUnable to replace '%s'Unable to save '%s'Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sideUnknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnmount commandUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -U, --url=URL open file or directory in URI form -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to %s. Home page (including updated versions): http://rox.sourceforge.net/ Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of no-go area at left of screen.Width of no-go area at right of screen.Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou must unlock '%s' before removing itYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunepxsizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: rox-filer-2.9 galego Report-Msgid-Bugs-To: POT-Creation-Date: 2009-09-16 08:51+0200 PO-Revision-Date: 2009-10-22 19:59+0100 Last-Translator: Miguel Anxo Bouzada Language-Team: Galician MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Poedit-Language: Galician X-Poedit-Country: SPAIN Nota: Se se trata de executar un aplicativo, necesita axustar o bit de execución no menú «Permisos». --- Solicitando proceso fillo para rematar... Proceso rematado. Tentando deter (KILL) procesos desbocados... (%u agochado) e vai a afectar a algúns elementos no taboleiro ou no panel - quere borralo igualmente? vai a afectar a algúns elementos no taboleiro ou no panel - quere borralos igualmente?!%s Fallou ao copiar '%s' !%s fallou ao mover %s para %s !%s Fallou a montaxe !%s Fallou a desmontaxe !%s fallou a expulsión !'%s' é unha ligazón simbólica !ERRO: Non se pode copiar un obxecto cara a el mesmo !ERRO: Non se pode mover/renomear un obxecto cara a el mesmo !ERRO: O destino xa existe pero non é un directorio !A condición de busca non é válida - debe cambiala e probar de novo !Orde de modo non válida - debe cambiala e probar de novo !Tipo non válido - debe cambialo e probar de novo !Punto de montaxe sen selecionar! %Non foi posible migrar %d directorios%d elementos%d nomes coinciden, pero os resultados foron os mesmos%s '%s'%s (para '%s')%s non é accesible%s en %d elementos%s total, %s usado, %s libre (%.1f %%)%s: non é manexado por %s%u seleccionado (%s)' Feito ' Total: %s ('%s' xa non é unha ligazón simbólica'%s' non é unha URI válida'%s' non é un directorio'(de cal queira xeito agora parece estar montado) '(ao verificar '%s') 'Cambiando permisos de '%s' 'Cambiando o tipo de '%s' a '%s' 'Copiando %s en %s 'Borrando '%s' 'O directorio '%s' foi borrado 'Expulsar '%s' 'Ligando %s con %s 'Montando %s 'Movendo %s para %s 'Ficheiro non regular '%s' non se cambia 'O tipo de directorio '%s non se cambia' 'Tentando copiar ainda asi... 'Tentando mover ainda asi... 'Desmontando %s (Iconas pequenas)(utf-8 incorrecto)(prema para definir)(Non está dispoñible gardar por CHOICESPATH -elección da ruta-)(predefinido), enO contido indica...Estilo de panelPermisosPosiciónGardar axustes de visualización para o directorio/b>Cando se pechan todos os directoriosXineramaInicio rápido Poña só o nome do ficheiro que quere buscar entre comiñas: 'index.html' (Para atopar 'index.html') Exemplos '*.htm', '*.html' (Atopa HTML) IsDIr 'lib' (Atopa directorios 'lib') IsReg 'core' (atopa un ficheiro regular chamado 'core') ! (IsDir, IsReg) (Non é un directorio ou ficheiro regular) mtime after 1 day ago and size > 1Mb (Con 1 mb e modificado recentemente) 'CVS' prune, isreg (ficheiro regular non está en CVS) IsReg system(grep -q fred "%") (conten a palabra 'fred') Probas sinxelas IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permisos) IsEmpty, IsMine Un patrón entre comillas simples é un patrón comodin estilo terminal. Si conten unha barra despois do espazo rompe a ruta completa, pola contra rompe o nome da folla. Comparacións <, <=, =, !=, >, >=, After, Before (compara dous valores) 5 bytes, 1Kb, 2Mb, 3Gb (tamaños de ficheiros) 2 secs|mins|hours|days|weeks|years ago|hence (veces) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (valores) Especiais system(command) (verdadeiro se «orde» devolve un cero de saida; % na «orde» é substituido por a ruta ao actual ficheiro) prune (falso, e impide a busca de contido nun directorio).?'%s' xa existe - %s??'%s' xa existe - sobreescribir??Outra busca??Cambiar o contido de '%s'??Cambiar permisos de '%s'??Cambiar o tipo de '%s'??Verificar '%s'??Copiar %s en %s??Calcular o contido de %s??Eliminar %s'%s'??Expulsar '%s'??Crear ligazón para %s con %s??Montar %s??Mover %s para %s??Desmontar %s?TO ficheiro chamado '%s' xa existeXa existe un ficheiro chamado '%s'. Abandonando o renomeado en grupo.Xa está especificada unha acción e é un programa - está seguro de que quere eliminalo?Acerca de «ROX-Filer»...Hora de aceso:AcciónAccións nas fiestrasA caixa de accións aparece cando se inicia unha operación en segundo plano como copiar ou borrar ficheiros.Engadir a marca páxinasEngadir panelEngadir o ficheiro e nomes de ficheiro de imaxe a tua lista persoal. Isto perderase se a imaxe ou o ficheiro se moven.DespoisAntesTodos, Permite arrastar iconas a fiestra do xestorCambiar tamén o contido dos subdirectoriosTamén cambia o contido dos directoriosRedimensionar sempreO elemento debe ser desbloqueado antes de quitalo.ECal queira ficheiro colocado no seu directorio de plantillas aparecerá no menú «Novo». Escollendo un deles creará unha cópia deste como un novo ficheiro. " Os seguintes directorios conteñen plantillas: %s %s Directorio de aplicativosAparenciaO miniaplicativo pechouse sen crear un «widget»!Directorio de aplicativo:Aplicativo: Tratase de un directorio de aplicativo - pode executalo como un programa, ou abrilo (prema «Maiús» mentres o abre). A maioría dos aplicativos fornecen a súa propia axuda aquí, pero este non o fai.Só os aplicativos teñen imaxe, todo o demáis ten tanto imaxe como texto.AplicarQuere confirmar a apertura de %d fiestras?Esta seguro de que quere eliminar este panel do escritorio?Argumentos necesarios (para executables):PreguntarIndicarlle o xestor de fiestras que non cubra este panel cando se máximizan ás fiestras, do contrario, deixe a só 2 píxeles o bordo da pantalla para permitir o redimensionado. Algún xestor de fiestras no poderá fornecer esta configuración.Intento de invocar o método '%s' SOAP descoñecidoTentando ler un ficheiro XML como un ficheiro de texto. O ficheiro '%s' pode estar danado.Axustar automaticamente as fiestras do xestorIniciar (silenciosamente) estas acciónsAutomáticoTamaño automáticoIconas pequenas automáticamenteBFondo de pantalla...Segundo planoPitido se falla completar con «Tab»Yon de aviso se hai varias coincidenciasAntesComportamentoIconas grandesCompatibilidade bináriaMenus de «Blackbox» cortadosBlackbox, Fluxbox e xestores de fiestras similares ainda non traballan ben co taboleiro de ROX-Filer. Esta opción soluciona algúns problemas. Agardamos que estos xestores de fiestras muden o seu comportamento en novas versions de xeito que isto non sexa necesario.Ficheiro en brancoDispositivo de bloqueDispositivo de bloque:Marca páxinasMenu de marca páxinasAmosase tanto o panel como o taboleiroAbaixoBordo inferiorMarxe inferiorRexistroLigazón simbólica rota (ou vostede non ten permiso para usala): %sRenomear ficheiros en grupoByteBytesNon se pode aceder a '%s': %sNon é posible gardar nos favoritos directorios non locais como '%s'Non é posible gardar nos favoritos un recurso non local '%s' Non se pode borrar '%s': %sNon se poden eliminar miniaturas en %s: %sNon é posible obter datos da máquina remota (application/octet-stream non dispoñible)Non é posible abrir o directorio: %sNon se pode eliminar %s: %sNon é posible ver estatísticas do directorio: %sCancelarNomes en maiúscula van antes (para ordenamento por nomes)CentradoCentrar a imaxe sen escalalaCambiar a:Cambiar o contido dos subdirectoriosCambiar tamaño da iconaReferéncia para o cambio de permisosCambiar critério de ordenamentoCambiar data:Cambiar a directorio de inicioCambiar a directorio superiorOs cambios só terán efecto despois de que inicie de novo «ROX-Filer»Cambia o tamaño das iconas ou detalles que se amosan cando redimensiona o tamaño da fiestra.Dispositivo de carácterDispositivo de carácter:A selección foi movida de %s para a nova localización %s %sA opción gardar foi desactivada pola variable CHOICESPATH (elección da ruta)As opcións gardaranse como: %sElixa un estilo e arrastre unha imaxe en:Escolla entre o método rápido ou lento de escalado de imaxes de fondo. O método lento pode dar mellores resultados.Limpar selecciónFacer clic unha vez abre o elemento sobre o que se atope. Para seleccionalo empregue a tecla «Ctrl». Se esta opción esta desactivada cun só clic selecciona e con dous o abre.Premer na icona abre:Activando esta opción ao facer clic no botón 1 (normalmente o esquerdo) abre o directorio nunha fiestra nova. Facer clic co botón 2 (o do medio) fará que se abra na fiestra actual.PecharPechar fiestraPechar fiestra do xestorGrosaColorar os ficheiros según estos tiposCoresOrde:ComentarioCompatibilidadeCompilado con GTK versión %s Asignar un monitor XineramaCopiarCopiar ... ?Copiar ficheiros sen pedir confirmaciónCopie a imaxe a este directorioCopiar os ficheirosCopiar a imaxe dentro do directorio, como un ficheiro agochado chamado |. DirIcon ». Todos os usuarios verán a icona, e poden mover o directorio con seguridade. Esta adoita ser a mellor opción se vostede pode escribir no directorio.Copiar...Copyright (C) 2005 Thomas Leonard. «ROX-Filer» non ten ABSOLUTAMENTE NINGUNHA GARANTIA, en toda a estensión permitida pola lei. Vostede pode redistribuir copias de «ROX-Filer» baixo os termos da GNU General Public License. Para mais información sobre a licencia, vexa o ficheiro «COPYING». Non foi posible cambiar os permisos: %sNon se pode ler a ligazón: %sNon se puideron enviar os datos ao programa: %sTamañoCalcular o tamaño de ... ?CrearCrear ligazóns á os ficheiros sen pedir confirmaciónPersonalizarPersonalizar o menú...BORRAR ... ?DataDíaDíasPredeterminadoDetalles predeterminadosConfiguración predeterminadaAxustes predeterminados para fiestras novasTamaño predeterminado:BorrarBorrar ficheiros sen pedir confirmaciónBorrar elementos tales comoBorrando o elementoBorrando os elementosEscritorioDetallesDirectorioOs directorios van antes (para ordenamento por nomes)Abrir directorios de xeito automáticoDirectorioNon se pode aceder ao directorio '%s'Non se atopa o directorio '%s'.Directorio ausente/borradoDirectorio:Uso de discoAmosarEstilo de visualizaciónCompatibilidade para «dnotify»buscar e substituir nos ficheiros da coluna Novo. Os ficheiros non son realmente renomeados até premer no boton Renomear, en baixo.Non tapar o panelNon facer nadaDesexa desmontar este dispositivo? Desmontar un dispositivo fai que sexa seguro extraelo.Non confirme ao borrar en elementos sen permisos de escrituraNon confirmar a eliminación de elementos non escribiblesNon confirme cada operaciónNon amosar moita información na área de mensaxesNon listar os ficheiros procesadosNon crear rexistro de cada ficheiro ao ser movidoNon usar os atributos estendidosNon usar nomes de hostPortaFicheiros de porta son como «sockets» ou «canalizacións» e só se usan en Solaris.Porta:Dobre clic sobre o fondo redimensionaXestor de descargasArrastre un directorio aquí para engadilo a marca páxinasArrastrar e pegarArrastrar e pegarArraste a ícona cara a un directorio (ou introduza a ruta completa)Arrastrar á iconaArrastre o aplicativo axeitado aquíArrastre un ficheiro de icona aquíSolte unha imaxe aquíERROAtopouse un ERRO ao lerAs fiestras son obligadas a ser o suficientemente amplas como para amosar a totalidade da barra de ferramentasEditar marca páxinasEditar o elementoEditar as regras MIMEExpulsarOrde de expulsiónIntroducir a ruta...Introduza un patrón de nome de ficheiro para seleccionar os coincidentes: ? equivale a cal queira carácter * equivale a cero ou a máis carácteres [aA] equivale a «a» ou «A» [a-z] equivale a cal queira caráter desde a «a» a «z» (minúscula) *.png equivale a cal queira nome que remate en «.png»Introduza un patrón para os ficheiros que se amosan. Un filtro baleiro é un filtro desactivado.Introduza unha orde de terminal para executar. Faga clic nun ficheiro para asignalo.Introduza a orde para cargar "$@" con un programa axeitado. Ex: gimp "$@"Introduza unha orde de terminal:Introduza o nome de un ficheiro para ser amosado polo xestor, Prema TAB para completar con a selección máis próxima, Esc para pechar.Poña o nome do panel que vai ser amosado. Esta opción agora só se usa se actualizou dunha versión anterior.Poña o nome do taboleiro que vai a ser amosadoAtopouse un erro ao crear '%s': %sAtopouse un erro ao crear o ficheiro: non foi posible atopar o modelo para %sProduciuse un erro creando a imaxe '%s': %sAtopouse un erro ao obter a lista de ficheiros: %sAtopouse un erro no ficheiro '%s' na liña %d: "%s" Isto pode ser debido a ter actualizado desde unha versión antiga do «ROX-Filer». Abra a fiestra «Opcións» probe a cambiar cal queira cousa para darlle o valor desexado (para que o ficheiro volva a ser gardado). Os próximos erros serán ignorados.Produciuse un erro en: %s manexando %sProduciuse un erro cargando a imaxe de fondo: %s Fondo eliminado.Produciuse un erro executando o miniaplicativo: %sa Produciuse un erro gardando %s: %sAtopouse un erro ao gardar o ficheiro: %sProduciuse un erro gardando o panel %s: %sProduciuse un erro gardando o taboleiro %s: %sAtopouse un erro ao explorar '%s': %sAtopouse un erro ao explorar '%s': %s Produciuse un erro, a ligazón simbólica apunta a un ficheiro que non existe ou a un ficheiro que o xestor nos ten permisos para aceder.Erro:Cada icona no panel é amosada como imaxe e algún textoExecutarO executable '%s' é escribible por todos! Refusase a súa execución. Por favor cambie os permisos agora (este problema puido ser causado por un fallo nas versións anteriores do xestor). Hai executables (non ligazóns simbólicas) escribibles por todos, eso significa que cal queira persoa que manexe a súa computadora pode substituír oa seus aplicativos por outros con código malicioso. Si vostede confía en quen poida escribir nestos ficheiros non debe preocuparse. Senón, debería comprobar, ou suprimir, todos os permisos que afecten ficheiros executables.Ficheiro executable:ExecutarExecutar ficheiroExpresión:Compatibilidade para atributos estendidosAtributos estendidosOs atributos estendidos, usados para gardar os tipos de ficheiro, non son compatibles con este(s) ficheiro(s). Isto pode ser debido a falta de compatibilidade por parte do sistema de ficheiros ou da biblioteca de C, ou pode simplemente ser necesario montar o sistema de ficheiros con as opcións de montaxe correctas ('user_xattr' en Linux).Atributos estendidos:Fallou ao engadir algúns elementos ao taboleiro, xa que están nunha máquina remota. Por exemplo: " %sFallou creando a ligazón simbólica '%s': %sFallou ao crear a ligazón de '%s': %s (nota: a ligazón antiga foi eliminada)Falla o aceso ao teclado!Fallou ao cargar a imaxe '%s': razón descoñecida, é probable que o ficheiro de imaxe este danadoFallou mapeando o ficheiro '%s': %sFallou abrindo e analisando o ficheiro '%s': %sNon se pode abrir o ficheiro '%s': %sFallou ao ler o tamañoFallou ao renomear '%s' como '%s': %s Abandonando o renomeado en grupo.Fallou a exploraciónFallou ao desligar '%s': %sEscalado rápido de imaxesFicheiroO ficheiro: %s non existe ou non se pode aceder a elMenú de ficheiro con clic no botón dereitoNon se atopa a táboa de sistema de ficheiros "%s", non se supervisan as montaxesCores de tipos de ficheiroOs nomes de ficheiro (e os detalles) hanse colorar de acordo co tipo do ficheiroFiestras do xestorFiltroFiltrar directorios con ficheirosFiltrar ficheiros...BuscarReferéncia para expresións de buscaFinaAxustarSeguir ligazóns simbólicasFonte para amosar texto mono espazadoPara todos os do tipo `%s' (%s/%s)ForzarPrimeiro planoGGbGlob (%s),Ir a:GrupoO grupo %s non está definido. Seleccione algúns ficheiros e prema en Ctrl+%s para definir o grupo. Prema só %s para seleccionar os ficheiros mais tarde. Asegúrese de que «BloqNum» está activado ao usar o teclado numérico.Altura de zona prohibida no bordo inferior da pantalla.Altura de zona prohibida no bordo superior da pantalla.AxudaDesdeAgochadoInicioDirectorio persoalHoraHorasIconas moi grandesNon se pode amosar o elemento definido actualmente, xá que non hai nada definido actualmente. Arrastre algo cara aquí!Non se sabe como abrir '%s'Agora amosarase o directorio «Enviar a»; nel deberá crear ligazóns simbólicas (Ctrl+Mayús arrastar) para os aplicativos que queira.Agora amosarase o directorio de plantillas; nel deberá colocar os ficheiros-plantilla que queira.Ver como iconasRella de separación de iconasTema de iconasFiestras como iconasPoñer as iconasVista de iconasSó iconasIconas, con...Se o programa usado para este tipo de ficheiro non está definido, usar este como predeterminado.Si fai dobre clic sobre o fondo de fiestra redimensiona a fiestra, como se fixera clic na icona de tamaño automático na barra de tarefas.Activada esta opción os ficheiros cuxos nomes comezan con unha maiúscula van antes que os ficheiros cuxos nomes comezan con minúsculas.Si esta activado, a ligazón simbólica gardará o camiño desde esta ao ficheiro de destino. Usalo deste modo se a ligazón e o destino moveranse xuntos. Si esta desactivado, a ligazón gardará o camiño a partir do directorio de raíz - usalo deste modo se a ligazón poderá moverse pero o destino deberá permanecer no mesmo sítio.Activando esta opción os encabezamentos das columnas amosaranse na vista de lista.Activada esta opción os directorios aparecerán antes que os ficheiros cando se ordena por nome.Activando esta opción as fiestras novas herdan os axuste da fiestra orixe, se é posible, do contrario toman de xeito predeterminado o aquí definido .Si está activada a opción, os ficheiros que teñen un ou máis atributos estendidos terán un emblema engadido para indicalo.Si está activada os ficheiros cuxos nomes comezan con un punto amosaranse, por a contra permaneceran agochados.Activando esta opción, a descrición completa de cada tipo de obxecto non se amosa máis que como un resume do seu tipo básico.Activada esta opción, as iconas manteranse sempre dentro dos límites da pantalla, incluindo a etiqueta.Activada esta opción, o xestor só amosará como iconas as fiestras asociadas co actual espazo de traballo.Activada esta opción, o xestor amosa cada fiestra como un pequeno botón no taboleiro. Require un xestor de fiestras compatible, e o taboleiro debe estar en uso.Si se activa esta opción, as iconas grandes amosaranse en columnas, senón en filas.Si se activa esta opción, as iconas pequenas amosaranse en columnas, senón en filas.Se abre un directorio que xa está aberto noutra fiestra, isto fará que a outra fiestra sexa pechada.Se utiliza múltiples monitores con «Xinerama», utilice esta opción para asignar o panel a un monitor .Imaxe e textoSó imaxeImaxe só para aplicativosCreba de liña incorrecta ou faltan os datos «text/uri-list»Herdar opcións da fiestra orixeCompatibilidade para «Inotify»Atopouse un erro interno - «info» non válidoatopouse un erro interno: %s non é lexibleCondición de busca non válidaO aplicativo %s non é válido (AppRun defectuoso)Inverter selecciónÉBloqueÉCarácterÉDispositivoÉDirectorioÉPortaÉBaleiroÉExecutableÉLigazónÉOmeuÉTuberíaÉLexibleÉRexistroÉSGIDÉSUIDÉSocketÉPegañentoÉEscribibleElementoO elemento xa non existe!KKbManter as iconas dentro dos limites da pantallaManten o panel por enriba de outras fiestras. Active esta opción para asegurarse de que a opción acoplar funciona correctamente en algunhas versións de compiz. Pode requerir un reinicio para ter efecto.Atallos de tecladoCompatibilidade para ficheiros longos (LFS)Iconas grandesTamaño da fiestra máis grandeÚltima _modificaciónEsquerdaBordo esquerdoMarxe esquerdoPrema no botón esquerdo para executar %s. Prema no botón dereito para listar as versións.Esquerda: Amosa/agocha ficheiros agochados Dereita: Amosa/agocha miniaturasLigazónCrear ligazón (absoluta)Crear ligazón (relativa)Destino da ligazón:Ligazón...ListaBloqueadoO bloqueo dun elemento impide que sexa eliminado accidentalmenteAmosar contidoMTipos MIMEFacer na columna «Novo» unha copia da columna «Antigo»Asegura que os paneles se manteñen nos bordos da pantalla. Desactive esta opción se o panel se manten por eriba de outras fiestras en contra dos seus desexos. Require un reinicio para ter efecto.Xestión de miniaturasManualLargura máxima (iconas grandes)Largura máxima para o texto baixo as iconas pequenasMbMediaMenúsMinutoMini buferMinutosFalta ',' despos da etiqueta da iconaFalta '='Falta '>' na etiqueta da iconaFalta < or > no ficheiro de configuración do panelModificar data:Fonte «Mono»A maioría de xestores de fiestras proporcionan unha forma de «iconificar» (ou «minimizar»), as fiestras, e diversos programas, entre eles «ROX-Filer», poden utilizar para amosar as fiestras coma iconas.MontarMontar / DesmontarMontar e desmontar sistemas de ficheiros sen pedir confirmaciónOrde de montaxeOrdenes de montaxePunto de montaxePunto de montaxe (%s)Punto de montaxe para %s (%s)MoverMover ficheiros sen pedir confirmaciónMove os ficheirosNOTA: O seu sistema non é compatible con opcións longas - no seu lugar debe utilizar as versións curtas. NomeNon axustar nunca automáticamenteNovoNova fiestraNome novoA nova ruta non é absolutaFiestra nova en botón 1NovoDirectorioNovoFicheiroRecenteSeguinte clicNonNon (non se atopa apsymbols.h)Sen iconasNon hai URI's no text/uri-list (non facer nada!)Sen cambiosSen detallesSin elementos%sNon hai un taboleiro en uso... o taboleiro «Default» está seleccionado. Utilice «rox -p=Default» cando queira activaloNon está definida ningunha acción para executarNon se especificou ningunha acción para ficheiros de este tipo (%s/%s) - Defina a acción Executar no menú «Seguinte clic» ou arrastre este ficheiro á un aplicativo.%sSen sombraNingunha expresión (na coluna Novo) coincide con a expresión dadaSen barra de ferramentasNon executable %s%s non é una URL localNingúnNingún dos nomes foi cambiado. Non se fai nada!Ningún destes ficheiros está na máquina local - non se pode operar en múltiples ficheiros remotos.Normalmente «ROX-Filer» determina o tipo dun ficheiro regular buscando un patrón no seu nome. Para cambiar o tipo do ficheiro ten que renomeá-lo. Algúns sistemas novos de ficheiros son compatibles con algo chamado 'Atributos Estendidos' que poden ser usados para gardar datos adicionais de cada ficheiro como parámetros nomeados. «ROX-Filer» usa o atributo «user.mime_type» para gardar os tipos de ficheiro. Os tipos de ficheiro só son compatibles con ficheiros regulares, e non para directorios, dispositivos, tuberias (pipes) ou «sockets», polo tanto só en certos sistemas de ficheiros e cando o S.O. os implementa. Normalmente, facer click dereito no fondo de escritorio abre o menú e no esquerdo limpa a selección. Active esta opción se desexa enviar estos eventos ao xestor de fiestras. Os clics nas iconas non van ser enviados.Normalmente é abondo con seleccionar unha opción do menú despregable, pero as veces necesitase precisar un pouco máis... O formato de unha orde é CAMBIO,CAMBIO,... Cada CAMBIO é: QUEN COMO PERMISOS QUEN é algunha combinación de u, g, o que determina se se van a cambiar os permisos para O Usuario (propietario), Grupo ou Outros. COMO é +,- o - para engadir, quitar ou manter permisos. PERMISOS son combinacións das letras rwxXstugo Os textos entre parénteses e os espazos son ignorados Exemplos u+rw: concede permisos de lectura e escritura ao propietario g=u: os permisos para grupo son os mesmos que os de usuario(s) o=u-w: outros teñen os mesmos permisos que o propietario menos o de escritura a+x: aPermisos de acceso/execución - o mesmo que ugo+x a+X: os directorios fanse accesibles para todos; os ficheiros fanse executables para todos u+rw, go+r: duas ordes á vez! u+s: poñer o bit SetUID - normalmente non ten efeto en ficheiros de escritura 755: configura permisos directamente Vexa a páxina de axuda (man) chmod(1) para ver máis detalles.NonNon compatibleObserve que pode obter o menú despregable, arrastrando ao tempo que mantén premida a tecla «Alt».Observe que pode obter o menú despregable, arrastrando co botón esquerdo ao tempo que mantén premida a tecla «Alt».Fíxese en que ten que gardar a súa selección e reiniciar o xestor para que as novas definicións de idioma teñan efecto.NadaAgoraOUNome antigoUn nome coincide, pero o resultado foi o mesmoSó se amosa o panelSó se poden utilizar ficheiros (e algúns aplicativos) para fixar unha imaxe de fondo.Só para o ficheiro `%s'Só para os do tipo `%s' (%s/%s)Crear rexistro de directorios só o ser copiadosSó crea rexistro dos directorios ao ser borradosSobreescribir só se a fonte é máis recente que o destinoSó se amosa a imaxe para iconas no panelSó se amosa o taboleiro (escritorio)Abrir Como TextoAbrir directorioAbrir desmontadoOpciónsOpcións...Ordenar as iconas grandes en verticalOrdenar as iconas pequenas en verticalSobrescribir o xestor de fiestras co control do taboleiro e do panelPropietarioPropietario, Grupo:Panel (obsoleto)Opcións do panelOpcions do panel...Panel e taboleiroO panel é «ancorado»Só o panelO panel permanece en primeiro planoLargura do panelDirectorio anterior, nova fiestraDirectorio anterior, mesma fiestraEnviar os clics do rato no escritorio á o xestor de fiestrasRutaPatrón:Realizar a mesma acción no futuro para este punto de montaxePermisosEscritorioComportamento do taboleiroSó o taboleiroCanalizaciónCanalización:PosiciónPresentePrema o atallo desexado (ex. Control+F1)O programa %s non se atopa - borrado?PropiedadesPropiedades de ... ?Eliminar miniaturas da «caché»Sitúe o punteiro nunha entrada da lista para moverSilenciosoAplicativo ROX«ROX-Filer»«ROX-Filer» ainda non é compatible con puntos de montaxe no seu sistema. Desculpe.ROX-Filer converteu o seu ficheiro de opcións a o novo formato XMLVisor do rexistro de «ROX-Filer»«ROX-Filer» activadoLerDirectorio real:Quere borrar a icona '%s'?Visitado recentementeAccións realizadas recentemente---RecursivoActualizarFicheiro regular:Desculpe - O aplicativo remoto non consigue ou non quere enviar os datosO aplicativo remoto quere usar «Direct Save», pero non se pode ler a propriedade XdndDirectSave0 (type text/plain). Eliminar elemento(s)Eliminar panelRenomearRenomear ... ?Renomear...Substituir:Actualizar o contido do directorioRestaurarRedimensionar fiestraRedimensionar cando cambie o estilo de fiestraRestaurar todas as opcións a como estaban cando abriu o cadro de opcións.Orde inversaDereitaBordo dereitoMarxe dereitoAcción:Executando como usuario '%s'Executando con GTK versión %d.%d.%d ESGIDSUIDFiestra actualPredeterminadoGardar comoGardar axustes de visualización...EscaladoEscala a imaxe para adaptala ao tamaño do fondo, independente das dimensións -Escalar a imaxe para que cubra todo o fondo, sen distorsionalaAnalisarExplorandoExplorando,Buscar dentro de ... ?SegundoSegundosVexa a páxina do manual attr(5) para máis detalles.Vexa a páxina do manual fsattr(5) para máis detalles.SeleccionarSeleccionar todosSeleccionar si...Seleccionar se:Seleccionar nome:Seleccionar todo/inverter a selecciónSeleccionar por nome...Seleccione as propiedades de visualización para gardarSeleccione os axustes para gardarSeleccione os botóns que desexe ter na barraEnviar ... a ... ?Enviar a...Definir a icona...Definir a acción a executar...Definir tipo...Definir fondoPredeterminar para todos `%s/'Definir iconaDefinir ícona de ... ?Predeterminar para todos `%s/'Definir atallos de tecladoDefinir permisos de ... ?Definir acción para executarDefinir acción executar para ... ?Definir tipoDefinir tipo de ... ?Referéncia para a definición de tipo-elección da ruta-Definir o tipo non é compatible con algúns destes ficheirosOrde de terminal...Orde:Abrir Con «Mayús»Abrir con «Mayús» ... ?Marcas de barra de título cortasAmosarAmosar marca páxinasAmosar ficheiros de axudaAmosar agochadosInformaciónAmosar a localizaciónAmosar rexistroAmosar axuda de «ROX-Filer»Amosar destinoAmosar miniaturasAmosar fic_heiros de axudaAmosar un menú de accións posiblesAmosar encabezamentos das columnasAmosar indicador de atributo estendidoAmosar detalles extraAmosar todos os tiposAmosar agochadosAmosar ficheiros agochadosAmosar fiestras como iconasAmosar miniaturasAmosar por espazo de traballoAmosa o menú de ficheiro no lugar do principal premendo o botón dereito do rato con ficheiros seleccionados (Para aceder ao menú principal manteña premida a tecla «Ctrl».Amosar a selección actual nunha fiestra do xestorAmosa o número de elementos que aparece nunha fiestra do xestor, así como o número de elementos agochados (no seu caso). Cando hai una selección, amosa o número de elementos seleccionados e o seu tamaño combinado.Amosa a totalidade dos elementosNavegación cun só clicUn só clic para abrirTamañoTamaño das iconas no menú:Tamaño:TamañosIconas pequenasIconas pequenasSocketSocket:Algúns dos novos nomes conteñen o carácter / (ex. '%s'). Isto fará que os ficheiros rematen en directorios diferentes. Continuar?Desculpe - Algúns destes ficheiros están nunha máquina diferente - van ser ignoradosAlgúns aplicativos antigos non son compatibles con «XDND» e poden precisar que esta opción esté activada. Use esta opción se ao arrastrar un ficheiro ao aplicativo amosa un «+» no punteiro pero non traballa.Algúns xestores de fiestras non son compatibles co novo sistema «Extended Window Manager Hints» e tratan os taboleiros e paneis como fiestras normais. Active esta opción para solucionar problemas como que o taboleiro se veña a primeiro plano cando preme nel, barras de título e outras decoracións de fiestras, ou que teñan que aparecer na lista de fiestras.As veces o xestor non sabe dos seus obxectos no escritorio e pon fiestras en miniatura baixo (por exemplo) o panel de Gnome. Vostede pode definir unha marxe inferior para evitar colocar as iconas alí. O xestor xa sabe así do seu propio panel.Desculpe - é necesario un destino do tipo text/uri-list ou XdndDirectSave0.Desculpe - É necesario o destino do tipo text/uri-list ou application/octet-stream.Desculpe, non se pode usar '%s' porque non é un ficheiro local.Desculpe, non é posible amosar un menú de accións para un ficheiro remoto / datos en brutoDesculpe, debe soltar un ficheiro exactamente na área de destino.OrdenarOrdenar por dataOrdenar por grupoOrdenar por nomeOrdenar por propietarioOrdenar por tamañoOrdenar por tipoOrdenar por dataOrdenar por grupoOrdenar por nomeOrdenar por propietarioOrdenar por tamañoOrdenar por tipoOrdenar por:Ordenar por tipo e propietarioOrdenandoEspecifique unha expresión regular para coincidencias, e unha expresión para substituílas.Retardo de «apertura automática»PegañentoEstiradaEstira a imaxe para encher o fondoCambiar a unha terminalLigazón simbólicaLigazón simbólicaLigazón simbólica a Crear ligazónCrear ligazón ... ?Cree as ligazóns simbólicas para os programas que precise neste directorio. Apareceran no menú para todos os elementos deste tipo (%s/%s).A ligazón a partir de '%s' xa existe. Substituir por unha ligazón a '%s'?MAbrir aquí unha terminalPrograma emulador de terminalTexto a veira das iconasTexto sombreadoTexto baixo as iconasSe o texto é moi amplo, con iconas grandes, cortase en duas liñas. con iconas moi grandes cortase cando supera o 50% do tamañoO argumento -o xa non se usa. Pode no seu lugar activar «override» a partir da caixa de Opcións.O menu «Enviar a...» permite enviar facilmente ficheiros para un aplicativo. Os aplicativos listados son os dos seguintes directorios: %s %s O menu «Enviar a...» pode ser aberto con Shift+Clic de Menu sobre un ficheiro. Uso avanzado: Pode tamén crear subdirectorios chamados «.text_html», «.text», etc que serán presentados só para ficheiros dese tipo. «.group» é amosado só cando sexan seleccionados varios ficheiros.O xestor do fondo debe ser un directorio de aplicativo. Arrastre un aplicativo do directorio á caixa de diálogo, ou (para programadores) asignalo a SetBackdropApp método SOAP.Orde usada para expulsar dispositivos extraibles, se non esta seguro use «eject»Orde para montar o sistema de ficheiros, se non está seguro use «mount»Orde para desmontar o sistema de ficheiros, se non está seguro use «umount»(si, sen o primeiro «n»).O xestor de ficheiros usa un xogo de regras para buscar o tipo MIME correcto para cada ficheiro regular e logo escolle a icona axeitada para ese tipo.O xestor redimensionará fiestras sempre que pareza útil (é dicir cambiando o directorio ou o estilo de amosar).A primeira coincidencia en cada nome de ficheiro será substituida por esta expresión. Os únicos caracteres especiais son copias das referencias de \0 a \9. Para usalos, literalmente, teñen que ser escapados con unha barra invertida «\».Fonte utilizada para o texto baixo as iconasO atallo de teclado é:Maior tamaño, como un porcentaxe do tamaño de pantalla, ao que se redimensionará automáticamente unha fiestra.A localización debe conter polo menos un carácter!Monitor do panel asignado con Xinerama. A numeración comeza de cero.A ruta indicada non existe. A icona non foi cambiada.Este programa iniciaráse cando elixa no menú «Abrir aquí unha terminal»O administrador de sesións activa estas opcións empregando «-S» ou «--rox-session» como argumentos de «rox».Tamaño de este panelO texto amosado baixo a icona é:TemasOs temas de iconas deben estar no directorio «~/.icons»Non hai miniaturas para borrarAtopouse un erro. Atopáronse %d erros. GrosoDelgadoEsto desactiva o uso de atributos estendidos dispoñible nos novos sistemas operativos e sistemas de ficheiros. Con esta opción o «Definir tipo» no menú de entrada está desactivado, e o tipo MIME dos ficheiros é o derivado do nome e a caixa das propiedades non informa delas.O nome do ficheiro non é un UTF-8 válido. Debe renomealo. Esta é unha expresión regular para ser buscada. ^ coincidencia ao inicio de un nome de ficheiro $ coincidencia ao fin \. coincidencia a un punto \.htm$ coincidencia ao '.htm' en 'index.htm', etcEste xá é o nome canónigo para este directorio.Non é un aplicativo ou ficheiro executable!Esta é a configuración predeterminada para as fiestras novas. Use o menú despregable para activar/desactivar as miniaturas nas fiestras.Este elemento xa está no finNesta opción indicase canto tempo, en ms, debe manterse un ficheiro sobor dun directorio antes de que adopte «apertura automática». Esa opción debe ter sido activada para que isto teña efecto.Esta opción, que require que a opción de acima sexa actvada tamén , fai que o directorio pase a foco con «apertura inmediata» durante un breve tempo despois de que o ficheiro sexa desprazado sobre el.Este aplicativo (%s) non pode executarse, xa que a orde «0launch» non está dispoñible. Pode descargalo desta ligazón: http://0install.net/injector.htmlMiniaturasCaché de miniaturasMiniaturas,MosaicoFai un mosaico coa imaxe para encher o fondoHoraDatasTítuloPara definir un atallo de teclado para un elemento do menu: - Abra o menú sobre unha fiestra do xestor de ficheiros, - Mova o punteiro sobre o elemento que quere usar, - Presione a tecla que quere asociar ao menú. A tecla aparecerá ao lado do elemento do menú, e no futuro poderá simplemente premer nesa tecla sen ter que abrir o menú.Para acelerar o traballo, as miniaturas xeradas son almacenadas no directorio agochado ~/.thumbnails. Faga clic aquí para eliminar a caché das miniaturas. Se é necesario volveran a crearse.Barra ferramentasTipo de barra de ferramentasFerramentas/Mini buferArribaBordo superiorMarxe superiorUse «ROX-Filer/AppRun --help» para mais información. Use «ROX-Filer/AppRun -h» para mais información. TipoTipo:TiposNon é posible cargar a imaxe -- ou está nun formato descoñecido ou non ten os permisos axeitados A icona non foi cambiada.Incapaz de ler '%s': %sNon se pode substituir '%s'Non se pode gardar '%s'Fiestras únicasDescoñecidoA acción solicitada é descoñecidaDetalles do tipo '%s' decoñecidosDescoñecidoTipo de ordenamento '%s' descoñecidoEstilo '%s' descoñecidoDestino descoñecidoTipo descoñecido:DesmontarOrde de desmontaxeSen nomeDatosSenNomeSubirUso: ROX-Filer/AppRun [OPCIÓN]... [FICHEIRO]... Abrir cada directorio ou ficheiro listado, ou o directorio de traballo actual se non se fornece ningún argumento. -b, --border=PANEL abrir PANEL como un panel de bordo -B, --bottom=PANEL abrir PANEL como un panel no bordo inferior da pantalla -c, --client-id=ID usado para a xestión da sesión -d, --dir=DIR abrir DIR como un directorio (non como aplicativo) -D, --close=DIR pechar DIR e os seus subdirectorios -h, --help amosar esta axuda e sair -l, --left=PAINEL abrir PANEL como un panel no bordo esquerdo da pantalla -m, --mime-type=FILE imprime o tipo MIME de FILE e saet -n, --new inicia unha nova copia; para debug do filer -p, --pinboard=PIN usar o taboleiro PIN como escritorio -r, --right=PANEL abrir PANEL como un panel no bordo dereito da pantalla -R, --RPC invocar method call read from stdin -s, --show=FILE abrir o directorio amosando FILE -S, --rox-session usar as opcións predeterminadas de panel e escritorio, e -n -t, --top=PANEL abrir PANEL como un panel no bordol superior da pantalla -u, --user amosar o nome de usuario en cada fiestra -v, --version amosa información da versión e sae -x, --examine=FILE FICHEIRO cambiou - volver a analisar Informar de erros a %s. Páxina web (incluindo versións actualizadas): http://rox.sourceforge.net/ Usar rella de 16 píxeles para posicionar as iconas no escritorioUsar rella de 2 píxeles para posicionar as iconas no escritorioUsar rella de 32 píxeles para posicionar as iconas no escritorioUse unha copia da imaxe como predeterminado para todos os ficheiros de este tipo MIME.Use unha copia da imaxe para todos os ficheiros de este tipo MIMEUsar fontes personalizadas:Emprego de marcas no lugar de palabras para exploración, indicadores de «Todo» e «Miniaturas» na barra de título.Utilice a caixa «Definir iconas...» para configurar a icona para cada tipo MIME. Teña en conta que as iconas definidas deste xeito anulan as do tema seleccionado.Utilizar este aplicativo para todos os ficheiros do mesmo tipo MIMEOs atallos definíbles polo usuario están desactivados por omisión no Gtk2, e vostede non os activou. Pode activar esta característica ao: 1) usar un xestor de XSettings, tal como o ROX-Session ou o gnome-settings-daemon, ou 2) engadindo esta liña ao ~/.gtkrc-2.0: gtk-can-change-accels = 1 (isto funciona se NON se utiliza XSETTINGS)Miniaturas de videoVer tipo:PROTEXIDO CONTRA ESCRITURAObtivemos o erro BadWindow do servidor X. Isto pode ser debido a este bug do GTK (ao facer arrastar-e-soltar?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Tentando continuar...SemanaSemanasCando se selecciona o tamaño automático: Se o directorio conten moitos elementos amosará iconas pequenas, senón amosará iconas grandes.Cando arrastra os ficheiros co botón esquerdo de ratoCando arrastra os ficheiros co botón do medio do ratoCando se executa un administrador de sesións (como ROX-Session) o xestor pode abrir un panel e/ou un taboleiro. Configureo aquí.Con esta opción activada vostede pode arrastrar un ficheiro á fiestra dun subdorectorio ou á un programa. O elemento porase en foco cando vostede fai iso e soltando nel o elemento deixalo ahí ou cargar/executar o programa.Cando se activan as miniaturas, cada ficheiro de imaxe dun directorio carga unha pequena miniatura para amosar.Usando un taboleiro, vostede pode arrastrar ficheiros e aplicativos no fondo de escritorio para crear acesos rápidos.Cando se emprega «Introducir a ruta...» e se preme «Tab», se se escoita un ton de aviso non ocorre nada (Ex.: porque hai varias posibilidades e a seguinte letra varía).Cando se emprega «Introducir a ruta...» e se preme «Tab», se se escoita un ton de aviso e non ocorre nada é porque hai máis dun ficheiro, engada máis letras.Cando vostede arrastra un ficheiro dun navegador de web ou outra fonte remota, este programa será o encargado de descargalo. $1 é a URI arrastrada ao xestor, e o directorio actual será o de destino. Ex: xterm-e wget $1Largura de zona prohibida no bordo esquerdo da pantalla.largura de zona prohibida no bordo dereito da pantalla.A Largura da barra de ferramentas establece o ancho minimo da fiestraFiestraComportamento da fiestraProblemas no xestor de fiestrasPor:MundoEscribirAtopouse un erro no protocolo XDS: o nome de unha folla non pode conter '/' Houbo un erro no protocolo XDS: o código de retorno deberia ser 'S', 'F' ou 'E' Destino XdndDirectSave0 dispoñible, pero o elemento XdndDirectSave0 (tipo texto/simple) non contén un nome de folla Monitor Xinerama %d non dispoñibleAnoAnosSíSi (pode executarse con versións antigas do glibc)Só poderá crear un fondo con unha imaxen o un programa para que «ROX-Filer» saiba como manexala. Programadores: o aplicativo AppInfo.xml debe conter o elemento CanSetBackdrop, tal como se describe no manual de «ROX-Filer».Só se pode definir a acción de executar para un ficheiro regularNon é posible abrir unha segunda vista para este directorio porque a opción «fiestras únicas» está activada na caixa Opcións.Isto só é posible facelo con un elemento de cada vez. Rox ten unha política moi visual, arrastre directamente os elementos cara a fiestra de destino.Parece que non ten compatibilidade para S.O.Tratou de pechar o panel dende o xestor de fiestras - Normalmete eso é accidental... realmente quere pechalo?Antes de quitalo debe seleccionar algún elementoHai que abrir o menú sobre o elementoDebe desbloquear '%s' antes de quitaloÉ necesario seleccionar algúns elementos para calcularÉ preciso seleccionar algúns elementos para buscar en elesÉ necesario escoller os elementos cuxos permisos quere modificarTen que seleccionar o elemento cuxo tipo quere modificarPrema a tecla «Mayús» e faga clic sobre un ficheiro para envialo a algún sitioDebe seleccionar algunhas liñas para borrarTerá que cambiar o tamaño das fiestras manualmente, utilizando o xestor de fiestras, na entrada do menú «Redimensionar fiestra» ou facendo dobre clic no fondo da fiestra.Desculpe - A súa variable CHOICESPATH -elección da ruta- non permite a personalización.O antiguo ficheiro de panel foi convertido ao novo formato XML.O seu antigo taboleiro foi convertido ao novo formato XML_Grupo_NomeP_ropietario_Permisos_SilenciosoLigazón _relativa_Renomear_Substituir_Reverter_Tamaño_Tipo_Usar a ordea+x (Facer executable/buscable)a-x (Facer non executale/non buscable)ascendenteatimebloqueabaixo a esquerdaabaixo a dereitabytebytesctimedescendentedirectoriosdirectoriocaracterísticas definidas ao compilarficheiroo ficheiro(1) dice... %sficheirosgidgo-rwx (Privado - aceso permitido só ao propietario)go-w (Evita problemas de seguridade)go=u-w (Aceso público, sen escritura)horizontalnodo-ielementoelementosFallo en lstat(2): %smisturar contidosmontadomsmtimenligazónsningún directorio) sobreescribirpíxelesdescartarpxtamañosistemaarriba a esquerdaarriba a dereitau+rw (Dar ao propietario permisos de lectura escritura)uiddesmontadoverticalrox-2.11/ROX-Filer/Messages/hu/000077500000000000000000000000001230207736700161465ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/hu/LC_MESSAGES/000077500000000000000000000000001230207736700177335ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/hu/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003101531230207736700220020ustar00rootroot00000000000000:pMqMM&N'N$=N bNoNDuNFNOO7OIO]OoO&O-O;O2P0MP(~PPP$PP3P'Q /Q=Q$OQtQQQ QQQQ"QR7RVRvRRR RR RR#R%SIddddd.d'de!(eJJeeeee*e f#f 8f!Cfefvff fff8f]"ggggg<g2h6h$Shlxhhhii\j bjojj!jjjj jjj k k$kAk[kjkFlNl amm"mmmm/m nn.n 4nAnHnMnQnVngn xn nn&nnnooo$o)(oRo jo tooo oro GpRp ZphpyxppZq-`q.qq6qr"-rPrnrrOrr"rs%s 7s Es>Sss sssss sS t]t ltvtt tt ttVuJuR@vv}v)(w,Rww7www xy2yKydyxyyyyy|yszzz>zzz|| | ||| }~`%~|~HLJi%7(`o,ҀB @NUs$Ł" &(+ 2>DJ)&FKQX]lq w bp c~   ( 3>IMg$B\·+s_3yd grڊII΋_ 58"n>΍- ;#Rv Ŏ̎ ӎގ /8:=]py  Ə9ҏ8 EJZ jw ; ̐ؐ ڐ! /9ilsy } #Б  7  "3K$Pu] 7NU] cnq- Ô ͔ ؔqUk !;+ gr.`ɖ*?$  O nYlȟ5=AD-M{N'"?4b0ȡ  "?:\  Т  03di r~ Σ+! AL`1| ĤBΤ?Qfx}եݥ 2n& ¦˦ &E f o z "ԧܧާ 9?? *,   , 7Ea!s' ϩ ک #5> QrʪӪ$2Pa hs ɫ ӫ  +K!` ¬٬)tӮٮ ߮ }MԯNDٲM6lD<% * 7 E R ` m z ʴӴL DRY+a ѵ ٵsA[ Ƕ ٶbx۷sB*?m_ kb4cd1ZIDD].%ʾ6Ѿ!*@W]b86W6w=] 4?PY%^b jx 40 ** 9GO_ gtw988r9I8/h\y!`75  (.0jm>s V&&'M-u1:kR'2x+2%p*n#'&/ A<:~<+"B=@4u|  ( (28 ? KX]c i t $! ,9?DJ^mux~   6<!5 O]McS"1(Zv""1/(FXG8# D)Fp4x- (;DVm"&.,FWt5.0Lk }! /EX hu+" "<_ | ";RTBsT $9Krx|3+,:&ae1 A-M{P *.5IO-9 7C[r t 5#  #%I LXh y% >8=C;[:?Y,".A :4Dy+1!(=ZPx`*=QkC: ?!}a '  &,6c  =   +">.a >   ) . = B I M R o    <  + > U  \  g :r   " "   5 A       P > =C ' / % & ,&So[t/2 K YCg!Z, !u=nb"(L+u=%&$Ki> !$;`{5;9A {x # 4(@i:b@O/'QW)9) $7S\  - ': b Rx    !!&!F!L!Q!2o!$!! !!!!!!" ""2)#4\# #########_#'O$w$L% [%f% }%%% % % %G%&W&"'@3(ct((d)p)rZ*Z*](++C',Bk,,oE-- --?-//. _..A.1.!/05/f/////// //// ////// / 00+0204070S0d0j0 000 0 0B041 M1W1m1 1 1 113111 1/ 2;2 S2_2422222 22'2 3%3573m3%33 _4i4I444455 25@?55q5 6 6/6 36=6$F6k6 666666696"7*7?7H7778B89%9=9O92U9]9P97<d)=BBBlB|CwC DDD D/&DVDVmDD$D*E).E;XE0EEEEF-F5N tNNNNN4NO*9O7dO O OOOOP$P?PUP$kPP$PPPQQ*iSibiiiGqi<jj+k2kl,llmRn nn n o#o:oCoDHop Zqfq|qq q q>q:q,r3r;rDrKrr rr$s /3sc-׈,|2'#׉B?>0~PJmK&B:=Yb ht {  ō,ڍ' /9? F P[`e k v (ӎَ.ݎ" +/ [iotyÏ ܏  , M Q\*D|JmdyiOQ^>S>rI O?'/FWdV{:Lk;C11P[_;K2l8;.yc+},OuoYCnrr\H<1DB7i,c&BA#LQBn'WGqI*px~s' )\-&/beqNE3l95N-SLoqACXx!qh3@E<z$7mrRw[y_nXK )?6WUR# `u~(4fKf2MI,T^RI0_U UH6J:djTZu{,aF7 b^ 9]A/tx1}3e4Xx= Ke8~c{lt{POza%!9TFZ]60jz.[t<;fh=)%w5pg tS]&pAz m5@^ XMvky"\$=l[WiY0+H|vC QMMc(eh/bV4Z @ g` =-w8+4aY}\2`g!s*>?  v|# $oGSvDs(b~.id5V|LF"E8w0` _TJYpJBNkumQa$j%]'?::3} >f(H#"-j&ks"G P72%NE6h.n R)PoU*gVG<!+@ D9Z  Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s not accessable%s total, %s used, %s free (%.1f %%)%s: no handler for %s%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' is not a valid URI'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Non-regular file '%s' not changed 'Not changing type of directory '%s' 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(use default), goingContents indicate...Panel stylePermissionsPositionXineramaQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change contents of '%s'??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAn item must be unlocked before it can be removed.AndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications in this panel have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover this panel when maximising windows, otherwise leave just 2 pixels at the edge of the screen to allow auto-raising. Some window managers may not honour this setting.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:BasqueBeep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.Bottom edgeBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices have been moved from %s to the new location %s %sChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CommentCompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEject commandEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:EstonianEvery icon on this panel is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:ExecuteExecute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that %s already exists as a link to an invalid directory; try deleting it)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Directories With FilesFilter Files...FindFind expression referenceFineFinnishFollow Symbolic LinksFont for displaying mono-spaced textFor all files of type `%s' (%s/%s)ForceForeground:FrenchGGbGermanGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.If you use multiple montors with Xinerama, use this option to confine the panel to one monitor.Image and TextImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItalianItem no longer exists!JapaneseKKbKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLeft edgeLeft marginLeft-click to run %s. Right-click for a list of versions.Left: Show/hide hidden files Right: Show/hide thumbnailsLinkLink (absolute)Link (relative)Link target:Link...List ViewLockedLocking an item prevents it from being accidentally removedLook InsideMMIME typesMake the New column a copy of OldManage thumbnailsManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Mono fontMost window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount commandMount commandsMount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNon-local URL %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown for icons in this panel.Only the pinboard is shown.Open As TextOpen DirectoryOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:PanelPanel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel widthParent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PolishPortuguese (Brasil)Portuguese (Portugal)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatROX-Filer log viewerROX-Filer startedReadReal directory:Really delete icon '%s'?Recently VisitedRecently performed actions...RecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRight edgeRight marginRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSGIDSUIDSame as current windowSame as defaultSave As:Save Current Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow LogShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extended attribute indicatorShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The command used to eject removable media. If unsure, use "eject".The command used to mount a filesystem. If unsure, use "mount".The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor this panel is confined to when using Xinerama. The numbering starts from zero.The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of this panel.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop edgeTop marginTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUkrainianUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnmount commandUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -U, --url=URL open file or directory in URI form -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to %s. Home page (including updated versions): http://rox.sourceforge.net/ Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsVietnameseView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of no-go area at left of screen.Width of no-go area at right of screen.Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou must unlock '%s' before removing itYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunepxsizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.4.1 Report-Msgid-Bugs-To: POT-Creation-Date: 2007-09-17 09:37+0200 PO-Revision-Date: 2007-09-17 11:26+0100 Last-Translator: András Mohari Language-Team: Hungarian MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Megjegyzés: Ha ez egy futtatható program, akkor a futtatásához be kell állítani a végrehajtható bitet a "Fájl" menü "Jogosultságok" parancsával. --- Gyerekprocessz leállítása... A processz leállt. Kísérlet az elszabadult processz KILÖVÉSÉRE... (%u rejtett) és ) a törlése hatással van az asztal vagy panel elemeire. Tényleg törlöd?) a törlése hatással van az asztal vagy panel elemeire. Tényleg törlöd őket?!%s Nem sikerült "%s" másolása !%s Nem sikerült "%s" áthelyezése "%s" néven !%s Nem sikerült csatolni !%s Nem sikerült lecsatolni !%s nem sikerült kiadni a lemezt !"%s" egy szimbolikus link !HIBA: Nem másolható önmagába !HIBA: Nem helyezhető/nevezhető át önmagába !HIBA: A cél már létezik, de nem könyvtár !Érvénytelen keresési kifejezés - javítsd ki és próbáld újra !Érvénytelen módosítási parancs - javítsd ki és próbáld újra !Érvénytelen típus - javítsd ki és próbáld újra !Nincs kijelölve csatolási pont! %%d könyvtárat nem sikerült áthelyezni%d elem%d név egyezett, de az eredmények ugyanazok voltak%s: "%s"%s (kifejezés: "%s")%s nem elérhető%s összesen, %s foglalt, %s szabad (%.1f %%)%s: nincs kezelő ehhez: %s%u kijelölve (%s)' Kész ' Összesen: %s ("%s" már nem szimlinkÉrvénytelen URI: "%s""%s" nem könyvtár'(úgy tűnik, már csatolva van) '("%s" feldolgozásakor) '"%s" jogosultságainak módosítása '"%s" típusának módosítása "%s" típusra '%s másolása %s néven '"%s" törlése 'Könyvtár törölve: "%s" '"%s" kiadása '%s linkelése %s néven '%s csatolása '%s áthelyezése %s néven 'Ez a nem közönséges fájl ki lett kihagyva: "%s" 'Nem módosítom e könyvtár típusát: "%s" 'Megpróbálom másolni... 'Megpróbálom áthelyezni... '%s lecsatolása (Kis ikonok):(hibás utf-8)(kattints a beállításhoz)(a mentést tiltja a CHOICESPATH)(alapérték) sarokba, elhelyezés:Tartalma szerint...Panel stílusaJogosultságokElhelyezésXineramaRövid bevetezés Csak írd szimpla idézőjelek közé a keresett fájl nevét: 'index.html' ("index.html" nevű fájlt keres) Példák '*.htm', '*.html' (HTML fájlokat keres) IsDir 'lib' ("lib" nevű könyvtárakat keres) IsReg 'core' ("core" nevű közönséges fájlt keres) ! (IsDir, IsReg) (se nem könyvtár, se nem közönséges fájl) mtime after 1 day ago and size > 1Mb (nagy, és nemrég módosított) 'CVS' prune, isreg (közönséges fájl, de nem a CVS könyvtárban) IsReg system(grep -q fred "%") ("fred" szót tartalmazó fájlok) Egyszerű vizsgálatok IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (fájltípusok) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (jogosultságok) IsEmpty, IsMine Szimpla idézőjelek között a shellből ismert névminta lehet. Ha a minta perjelet tartalmaz, akkor a teljes útvonalra illeszkedik; máskülönben csak a fájlnévre. Összehasonlítások <, <=, =, !=, >, >=, After, Before (két érték összehasonlítása) 5 bytes, 1Kb, 2Mb, 3Gb (fájlméretek) 2 secs|mins|hours|days|weeks|years ago|hence (idők) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (értékek) Különleges vizsgálatok system(parans) (igaz, ha "parancs" visszatérési értéke nulla; a parancsban a % jel az éppen vizsgált fájlt jelenti) prune (hamis; továbbá megakadályozza a könyvtár átvizsgálását).?"%s" már létezik - %s??"%s" már létezik - felülírod??Újabb keresés??Módosítod "%s" tartalmát??Módosítod "%s" jogosultságait??Módosítod "%s" típusát??Mehet "%s"??Másolod? Forrás: %s Cél: %s?Megméred %s tartalmát??Törlöd? %s"%s"?Kiadod? "%s"?Linkeled? Forrás: %s Cél: %s?Csatolod ezt: "%s"??Áthelyezed? Forrás: %s Cél: %s?Lecsatolod ezt: "%s"?MMár létezik "%s" nevű fájlMár létezik "%s" nevű fájl. Tömeges átnevezés megszakítva.Már van hozzárendelve program, és elég nagy méretű. Tényleg törölni akarod?A ROX-Filer névjegye...Hozzáférési idő:Műveleti ablakokA műveleti ablakok a háttérben futó műveletek indításakor jelennek meg (például fájlok másolásakor vagy törlésekor).Új könyvjelző hozzáadásaA saját listádhoz adja a fájl és a képfájl nevét. A beállítás hatástalanná válik, ha a képet vagy a fájlt áthelyezed.AfterAgoMind, Engedélyezi a könyvtárablakok ikonjaira húzástAz alkönyvtárak tartalmát is feldolgozzaAz alkönyvtárak tartalmát is feldolgozza.Mindig méretezze átCsak akkor törölhetők ez elemek, ha nincsenek zárolva.AndA sablonkönyvtáradban (Templates) levő fájlok fognak megjelenni az "Új" menüben. A menüből kiválasztott fájl másolata lesz az új fájl. A következő könyvtárakban vannak sablonok: %s %s Alk. könyvtárMegjelenésAz applet kilépett mielőtt megjelent volna!Alkalmazási könyvtár:Alkalmazás: Ez egy alkalmazási könyvtár, amely futtatható programként, vagy megnyitható (a megnyitáshoz tartsd nyomva a Shiftet). Az alkalmazások többnyire itt tárolják a dokumentációjukat is, de ezé az alkalmazásé nincs itt.Az alkalmazásoknál csak kép jelenik meg, minden másnál kép és szöveg is.AlkalmazásTényleg megnyitsz %d ablakot?Argumentumok (végrehajtható fájlokhoz):Azt kéri az ablakkezelőtől, hogy a maximalizált ablakok ne takarják el ezt a panelt. Ha nincs beállítva, akkor 2 képpontnyi margó marad a képernyő szélén, hogy a panelt az előtérbe lehessen hozni. Néhány ablakkezelő figyelmen kívül hagyhatja ezt a beállítást.Kísérlet ismeretlen SOAP-metódus hívására: "%s"A beolvasandó szöveges fájl egy XML dokumentum. A fájl (%s) sérült lehet.Könyvtárablakok automatikus átméretezéseAutomatikusan (Csendben) kezdi a következő műveleteketAutomatikusAutomatikus méretezésKis ikonokra váltás:BHáttér...Háttér:BaszkHangjelzés a fájlnevek sikertelen kiegészítéskorHangjelzés több fájlnév eseténBeforeViselkedésNagyobb ikonokBináris kompatibilitásA Blackbox menüjének "javítása"A Blackbox, Fluxbox és hasonló ablakkezelők még nem működnek jól a ROX-Filer pinboardjával. Ez a beállítás segít ezen. Ezen ablakkezelők újabb változatai várhatóan máshogyan fognak működni, így ez a beállítás szükségtelenné válik.Üres fájlBlokkos eszközBlokkos eszköz:KönyvjelzőkKönyvjelzők menüA panelt és a pinboardot is mutatja.AlulAlsó margóTömörRossz szimlink (vagy nincs jogosultságod a követésére): %sFájlok tömeges átnevezéseByteBytes"%s" nem elérhető: %sNem adhatók távoli könyvtárak a könyvjelzőkhöz: "%s"Távoli erőforrás nem adható a könyvjelzőkhöz: "%s" "%s" nem törölhető: %sNem tudom törölni a bélyegképeket a könyvtárból (%s): %sNem lehet adatokat fogadni a távoli gépről (az application/octet-stream nincs megadva)Nem nyitható meg a könyvtár: %s%s nem törölhető: %sNem kérdezhető le a könyvtár állapota: %sMégsemA nagy kezdőbetűsek elöl legyenek (név szerinti rendezéskor)KözépreKözépre igazítja a képet átméretezés nélkülVáltás határa:Az alkönyvtárak tartalmát is feldolgozzaIkonméret megváltoztatásaSegítség a jogosultságok megváltoztatásáhozRendezési mód megváltoztatásaVáltoztatási idő:Ugrás a saját könyvtárbaUgrás a szülő könyvtárbaEzek a változtatások a fájlkezelő következő indításakor lépnek életbe.Az ikonméret megváltoztatása vagy a részletes nézet kapcsolgatása átméretezi az ablakot.Karakteres eszközKarakteres eszköz:Kínai (egyszerűsített)Kínai (hagyományos)A beállítások átkerültek innen: %s ebbe a könyvtárba: %s %sA beállítások mentését tiltja a CHOICESPATH változóA beállításokat ide menti: %sVálaszd ki a megjelenítés módját, és dobj ide egy képet:Választani lehet a háttérképek gyors vagy lassú átméretezése között. A lassú módszer szebb képet eredményezhet.Kijelölés megszüntetéseEgyetlen kattintás egy elemre megnyitja azt. Ilyenkor a kijelöléshez nyomva kell tartani a Control billentyűt. Ha ez a beállítás nincs engedélyezve, akkor a megnyitáshoz duplán kell kattintani.Az ikonhoz rendelt útvonal:Az 1-es (általában a bal) gombbal kattintva a könyvtár tartalma egy új ablakban jelenik meg. A 2-es (középső) gombbal kattintva a könyvtár tartalma az aktuális ablakban jelenik meg.BezárásAblak bezárásaKönyvtárablak bezárásaDurvaFájlok színezése a típusuk alapjánSzínekParancs:MegjegyzésKompatibilitásA fordításhoz használt GTK verziója: %s Xinerama monitorra korlátozásMásolásMit másolsz?Megerősítő kérdés nélkül kezdi a fájlok másolását.Kép könyvtárba másolásaMásolja a fájlokatA könyvtárba másolja a képet ".DirIcon" nevű rejtett fájlként. Minden felhasználónál ugyanez a kép jelenik meg, a könyvtár pedig bárhová áthelyezhető. Általában ez legjobb választás, ha van írási jogod a könyvtárra.Másolás...Copyright (C) 2005 Thomas Leonard. A ROX-Filerre NINCS SEMMIFÉLE GARANCIA, amennyiben erről a törvény másként nem rendelkezik. A ROX-Filer a GNU General Public License hatálya alatt terjeszthető. Bővebb felvilágosításért lásd a COPYING nevű fájlt. Nem sikerült megváltoztatni a jogokat: %sNem sikerült a link olvasása: %sNem sikerült adatot küldeni a programnak: %sMéretMinek a méretét akarod tudni?LétrehozásMegerősítő kérdés nélkül kezdi a linkek készítését.TestreszabásMenü testreszabása...CsehMit TÖRÖLSZ?DánDátumDayDaysAlapértelmezett részletek:Alapértelmezett beállításokÚj ablakok alapbeállításaiAlapértelmezett méret:TörlésMegerősítő kérdés nélkül kezdi a fájlok törlését.Az ehhez hasonló elemeknek (Ennek az elemnek (Ezeknek az elemeknek (AsztalRészletekKönyvtárA könyvtárak elöl legyenek (név szerinti rendezéskor)Könyvtárak megnyitásaKönyvtárNem érhető el a könyvtár: "%s"Nem található a könyvtár: "%s"Hiányzó/törölt könyvtárKönyvtár:Tiltsd le ezt a beállítást, ha nem akarod, hogy a panel a többi ablak fölött legyen. Újra kell indítani hozzá a programot.Felhasznált lemezterületNézetNézet stílusaDnotify támogatásaKeresést és cserét hajt végre az "Új" oszlopban. A fájlokat csak akkor nevezi át ténylegesen, ha rákattintasz az "Átnevezés" gombra.Ne takarja el a paneltLecsatolod ezt az eszközt? Lecsatolás után biztonságosan kivehető a lemez.Ne kérjen megerősítést a nem írható elemek törléséhezNem kér megerősítést a nem írható elemek törléséhez.Nem kell jóváhagyni minden műveletetKevesebb üzenetet ad műveletvégzés közben.Ne listázza a feldolgozott fájlokatNe listázza az áthelyezett fájlokatNe használjon kiterjesztett attribútumokatNe használjon hosztneveketDoorA door fájlok hasonlóak a socketekhez vagy pipe-okhoz, és csak Solarison fordulnak elő.Door:Átméretezés dupla kattintással a háttérreLetöltéskezelőDobd ide a könyvjelzőkhöz adandó könyvtárat.Fogd és viddFogd és viddDobd az ikont egy könyvtárablakba (vagy írj be egy teljes nevet)Ikonok fölé húzásDobj ide egy megfelelő programotDobj ide egy ikonfájltDobj ide egy képetHollandHIBAOlvasási HIBA:Minden könyvtárablak elég széles lesz ahhoz, hogy az egész eszköztár látszódjék.Könyvjelzők szerkesztéseElem szerkesztéseMIME-szabályok szerkesztéseKiadásLemezkiadási parancsAngol (nincs fordítás)Útvonal megadása...Írj be egy mintát a rá illeszkedő fájlok kijelöléséhez: A ? tetszőleges karaktert jelent. A * egy vagy több karaktert jelent. Az [aA] az "a" vagy "A" karaktert jelenti. Az [a-z] az összes karaktert jelenti a-tól z-ig (kisbetűk). A *.png a ".png" végű neveket jelenti.Adj meg egy mintát a rá illeszkedő fájlok megjelenítéséhez. A szűrést üres kifejezéssel lehet kikapcsolni.Írd be a végrehajtandó shell parancsot. Kattints egy fájlra, ha a nevét be akarod szúrni a parancssorba.Írd be a shell parancsot a "$@" megfelelő programba való betöltéséhez. Például: gimp "$@"Adj meg egy shell parancsot:Írd be a megjelenítendő fájl nevét (a Tab leütésével egészítheted ki a leghosszabb illeszkedő névre). A beviteli sort az Escape billentyűvel tudod bezárni.Add meg a megjelenítendő panel nevét.Add meg a megjelenítendő pinboard nevét.Hiba "%s" létrehozásakor: %sHiba a fájl létrehozásakor: nincs meg hozzá a sablon (%s)Hiba a kép (%s) létrehozásakor: %sHiba a fájllista lekérdezésekor: %sHiba a fájl (%s) %d. sorában: "%s" Előfordulhat, hogy a fájl a ROX-Filer egy korábbi verziójából származik. Nyisd meg a Beállítások ablakot, változtass meg valamit, majd állítsd vissza (hogy a fájl újra el legyen mentve). A további hibákat figyelmen kívül hagyom.Hiba a kezelőben (%s): %sHiba a háttérkép betöltésekor: %s Háttér eltávolítva.Hiba az applet futtatásakor: %sHiba %s mentésekor: %sHiba a fájl mentésekor: %sHiba a panel (%s) mentésekor: %sHiba a pinboard (%s) mentésekor: %sHiba "%s" olvasásakor: %sHiba "%s" olvasásakor: %s Hiba: például nem létező fájlra mutató szimlink, vagy olyan fájl, amelynek nem lehet lekérdezni a tulajdonságait elegendő jogosultság hiányában.Hiba:ÉsztA panel minden ikonja képpel és szöveggel jelenik meg.VégrehajtásEzt a végrehajtható fájlt (%s) mindenki írhatja! Nem futtatom. Változtasd meg a jogosultságait (ezt a problémát a program egy korábbi változatában levő hiba is okozhatta). Ha a hozzárendelt programok futtatásához használt végrehajtható (nem szimlink) fájlokat mindenki írhatja, akkor bárki, akinek hozzáférése van a gépedhez, könnyedén kártékony változtatokra cserélheti őket. Ha megbízol mindazokban, akik ezeket a fájlokat írhatják, akkor nincs baj. Máskülönben ellenőrizd (vagy egyszerűen csak töröld) a hozzárendelt programok futtatásához használt összes végrehajtható fájlt.Végrehajtható fájl:FuttatásFuttasd a fájltKifejezés:Kiterjesztett attribútumok támogatásaKiterjesztett attribútumokA fájlok típusának tárolásához használt kiterjesztett attribútumok nem használhatók ennél a fájlnál, vagy ezeknél a fájloknál. Talán a fájlrendszer vagy a C könyvtár ezt nem támogatja, de az is lehet, hogy csak a megfelelő opcióval kell csatolni a fájlrendszert (Linuxon ez a "user_xattr").Kiterjesztett attribútumok:Néhány elemet nem sikerült a pinboardra helyezni, mert egy másik gépen vannak. Például: %sNem sikerült létrehozni a szimlinket (%s): %s (talán egy érvénytelen könyvtárra mutat az esetleg már létező "%s" link; próbáld törölni)Nem sikerült szimlinket készíteni innen: "%s" %s (a régi linket töröltem)Nem sikerült kisajátítani a billentyűzetet!Nem sikerült betölteni a képet (%s): az ok ismeretlen, talán sérült a fájlNem sikerült mmap-olni a fájlt (%s): %sNem sikerült megnyitni és stat()-olni a fájlt (%s): %sNem sikerült megnyitni a fájlt (%s): %sNem sikerült lekérdezni a méretetSikertelen átnevezés. Régi: "%s" Új: "%s" %s Tömeges átnevezés megszakítva.Nem sikerült beolvasni"%s" törlése nem sikerült: %sKépek gyors átméretezéseFájlA fájl nem létezik vagy nem érhető el: %sFájl menü a jobb gombbal kattintásraFájltípusok színeiA fájlnevek (és a részletek) a fájltípusnak megfelelő színnel jelennek meg.KönyvtárablakokSzűrőSzűrő a könyvtárakra isFájlok szűrése...KeresésSegítség a keresési kifejezésekhezFinomFinnSzimbolikus linkek követéseA rögzített szélességű szöveg betűkészleteCsak ehhez a típushoz: "%s" (%s/%s)KényszerítésElőtér:FranciaSzGbNémetSzűrő (%s), Ugrás:CsoportNincs ilyen csoport: %s. Jelölj ki néhány fájlt, majd a Ctrl+%s leütésével hozd létre a csoportot. A szám (%s) leütésével a fájlok kijelölése később visszaállítható. Ügyelj rá, hogy a NumLock be legyen kapcsolva a numerikus billentyűzet használatakor.A szabadon hagyandó terület a képernyő alján.A szabadon hagyandó terület a képernyő tetején.SegítségHenceRejtettSaját könyvtárSaját könyvtárHourHoursÓriás ikonokMagyarNem tudom megmutatni a jelenlegi beállítást, mert nincs beállítva semmi. Dobj ide valamit!Nem tudom, hogyan nyissam meg ezt: "%s"Most megnyitom a saját "Küldés" (SendTo) könyvtárad, amelyben létrehozhatsz szimlinkeket a kívánt alkalmazásokra (Ctrl+Shift-tel húzással).Most megnyitom a sablonjaid könyvtárát; ide helyezd el a sablonfájlokat.IkonnézetIkonrács felosztása:IkontémaIkonizált ablakokIkonizálás aIkonnézetCsak ikonokIkonok és...Ha a teljes típushoz nincs hozzárendelve semmi, akkor ezt használja.Az ablakokat át lehet méretezni duplán kattintva a hátterükre. Ez ugyanazt eredményezi, mint az eszköztár "Automatikus méretezés" gombjára kattintás.Engedélyezésével a nagy kezdőbetűs fájlnevek a kis kezdőbetűsek elé kerülnek.Bekapcsolt állapotban a szimlinkhez viszonyított útvonalat tárolja. Akkor hasznos, ha a szimlink és a cél egymáshoz viszonyított helyzete nem változik. Kikapcsolt állapotban a cél teljes útvonalát tárolja. Akkor hasznos, ha a szimlink bárhol lehet, de a cél a helyén marad.Engedélyezésekor látszanak az oszlopfejlécek listanézetben.Engedélyezésével a könyvtárak mindig a többi fájl elé kerülnek név szerinti rendezéskor.Engedélyezésekor az új ablakok lehetőség szerint az előző ablaktól öröklik a nézet beállításait, máskülönben az alábbi alapbeállításokat használják.Ha be van kapcsolva, akkor a fájloknál egy matrica jelzi a kiterjesztett attribútumok meglétét.Engedélyezésekor azok a fájlok is látszanak, amelyeknek neve ponttal kezdődik, egyébként rejtve maradnak.Engedélyezésekor listanézetben a fájltípusok teljes leírása látható, nem pedig az alaptípus rövid neve.Engedélyezésekor a pinboard ikonjai (és azok címkéi) nem lógnak ki a képernyőről.Engedélyezésekor csak az aktuális munkaterülethez tartozó ikonizált ablakok látszanak.Engedélyezésekor az asztalon kis gombokként megjelennek az ikonizált ablakok. Ehhez megfelelő ablakkezelő szükséges, és be kell kapcsolni a pinboardot.Engedélyezésekor a nagy ikonokat oszlopokba rendezi, nem sorokba.Engedélyezésekor a kis ikonokat oszlopokba rendezi, nem sorokba.Ha megnyitsz egy könyvtárat, amelyik egy másik ablakban már meg van nyitva, akkor ennek a beállításnak a hatására a másik ablak bezáródik.Ha többmonitoros Xineramát használsz, akkor itt egyetlen monitorra korlátozhatod a panel megjelenítését.Kép és szövegCsak képAz alkalmazásoknál csak képHelytelen vagy hiányzik a sortörés a text/uri-list adatokbanBeállítások öröklése az előző ablaktólBelső hiba - rossz infó típusBelső hiba: %s nem olvashatóÉrvénytelen .gmo nyelvi fájl (nincs meg a GNU azonosító): %sÉrvénytelen .gmo nyelvi fájl (túl rövid): %sÉrvénytelen keresési feltételÉrvénytelen alkalmazás: %s (hibás az AppRun)Kijelölés megfordításaIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableOlaszAz elem már nem létezik!JapánKKbIkonok képernyőn tartásaGyorsbillentyűkNyelvNagy fájlok támogatásaNagy ikonokLegnagyobb ablakméret:_Utolsó módosításBal oldalonBal margóBal kattintás: %s futtatása. Jobb kattintás: verziók listája.Bal: Rejtett fájlok be/ki Jobb: Bélyegképek be/kiLinkelésLinkelés (abszolút)Linkelés (relatív)Link célja:Linkelés...ListanézetZároltA zárolt elemeket nem lehet véletlenül törölniKönyvtár megnyitásaMMIME-típusokAz "Új" oszlopba másolja a "Régi" tartalmátBélyegképek kezeléseKézikönyvMax. szélesség (nagy ikonok):A kis ikonok utáni szöveg maximális szélessége.MbKözepesMenükMinMinipufferMinsHiányzik a "," az ikon címkéje utánHiányzó "="Hiányzik a ">" az ikon címkéjébenHiányzik a < vagy > a panel konfigurációs fájlbanMódosítási idő:Rögzített szélességű betűtípusA legtöbb ablakkezelő képes az ablakok ikonizálására (vagy "minimalizálására"), és különféle programok (köztük a ROX-Filer) meg tudják jeleníteni ezeket az ablakokat.CsatolásCsatolás / LecsatolásMegerősítő kérdés nélkül kezdi a fájlrendszerek (le)csatolását.Csatolási parancsCsatolási parancsokCsatolási pontCsatolási pont (%s)%s csatolási pontja (%s)ÁthelyezésMegerősítő kérdés nélkül kezdi a fájlok áthelyezését.Áthelyezi a fájlokatMEGJEGYZÉS: Ezen a rendszeren nem használhatók a hosszú opciók -- a rövid változatukat kell használni. NévNincs automatikus átméretezésÚjÚj ablakÚj névAz új elérési útvonal nem teljesÚj ablak az 1-es gombraÚjKönyvtárÚjFájlÚjabbKövetkező kattintásNemNem (nincsen apsymbols.h)Nincsenek ikonokNem tartalmaz URI-t a text/uri-list (nincs semmi dolgom!)MégsemNincsenek részletek0 elem%sNem volt használatban pinboard... kijelöltem a "Default" nevű pinboardot. Ezt a későbbiekben a "rox -p=Default" paranccsal használhatod.Nincs hozzárendelve programNincs hozzárendelve program ehhez a fájltípushoz (%s/%s). Rendelj hozzá egy programot a "Fájl" menü "Program hozzárendelése" parancsával, vagy pedig egyszerűen dobd rá a fájlt egy programra.%sNincs árnyékNincs a megadott mintára illeszkedő szöveg (az "Új" oszlopban)Nincs eszköztárNem végrehajtható: %sNem helyi URL: %sNincsEgyik név sem változott meg. Nincs semmi dolgom!Egyik fájl sincs a helyi gépen. Sajnos nem tudok egyszerre több távoli fájllal dolgozni.A ROX-Filer a közönséges fájlok típusát általában a nevük alapján határozza meg. Egy fájl típusának megváltoztatásához át kell nevezni a fájlt. Az újabb fájlrendszereken lehetőség van az ún. "kiterjesztett attribútumok" használatára, amelyek további adatokat tárolhatnak a fájlokról. A ROX-Filer a "user.mime_type" attribútumban tárolja a fájlok típusát. A könyvtáraknak, eszközfájloknak, pipe-oknak és socketeknek nincs típusuk, csak a közönséges fájloknak, de ezeknek is csak akkor, ha a fájlrendszer és az operációs rendszer támogatja. Alapesetben az asztalon jobb gombra megnyílik a pinboard menüje, bal gombra pedig törlődik a kijelölés. Ha ez a beállítás engedélyezve van, akkor a kattintásokat az ablakkezelő kapja meg. Az ikonokra kattintás kivétel ez alól.Általában elegendő kiválasztani a módosító parancsot a menüből (a parancssor melletti nyilra kattintva). Néha azonban többre van szükség... A módosító parancs formája: MÓDOSÍTÁS, MÓDOSÍTÁS, ... A MÓDOSÍTÁS formája: KI HOGYAN ENGEDÉLYEK A KI az u, g és o betűk kombinációja, amely meghatározza, hogy a felhasználó (tulajdonos), csoport vagy a többiek elérési jogai módosítandók-e. HOGYAN: +, - vagy = a jogok adásához, megvonásához vagy pontos beállításához. ENGEDÉLYEK: az rwxXstugo betűk kombinációjából áll. Zárójeles kifejezések illetve a szóközök nem számítanak. Példák u+rw: olvasási és írási jogot ad a tulajdonosnak g=u: a csoport jogai megegyeznek a tulajdonoséval o=u-w: a többiek az írási jog kivételével a tulajdonos jogait kapják a+x: végrehajtási/elérési jog mindenkinek - ugyanaz, mint az ugo+x a+X: mindenki elérheti a könyvtárakat; mindenki futtathatja a korábban bárki által futtatható fájlokat u+rw, go+r: két parancs egyszerre! u+s: beállítja a SetUID bitet - parancsfájloknál általában hatástalan 755: jogok közvetlen beállítása Lásd a chmod(1) parancs kézikönyvét részletes leírásért.NorvégNotNem támogatottA menüt még így is meg lehet jeleníteni, ha a fájlok húzása közben nyomva tartod az Alt billentyűt.A menüt még így is meg lehet jeleníteni, ha nyomva tartod az Alt billentyűt miközben a bal gombbal húzod a fájlokat.Az újonnan kijelölt nyelv használatához menteni kell a beállításokat, majd újra kell indítani a fájlkezelőt.SemmiNowVAGYRégi névEgy név egyezett, de az eredmény ugyanaz voltCsak a panelt mutatja.Csak fájlok (és bizonyos alkalmazások) adhatók meg háttérkép beállításához.Csak ehhez a fájlhoz: %sCsak ehhez a típushoz: "%s" (%s/%s)Csak a könyvtárak másolását listázzaCsak a könyvtárak törlését listázzaCsak akkor írja felül a célt, ha a forrás újabb nála.Csak az ikonok képe jelenik meg ezen a panelen.Csak a pinboardot mutatja.Megnyitás szövegkéntKönyvtár megnyitásaMegnyitás csatolás nélkülBeállításokBeállítások...A nagy ikonokat függőlegesen rendezze elA kis ikonokat függőlegesen rendezze elA pinboardot és a paneleket ne kezelje az ablakkezelőTulajdonosTulajdonos, csoport:PanelPanel beállításaiPanel beállításai...Panel és pinboardA panel egy "dokk"Csak a panelPanel szélességeSzülő (új ablak)Szülő (ez az ablak)Háttérre kattintások átadása az ablakkezelőnekÚtvonalMinta:JogosultságokPinboardPinboard viselkedéseCsak a pinboardPipePipe:LengyelPortugál (Brazília)Portugál (Portugália)PozícióJelenÜsd le a kívánt billentyűt (pl. Control+F1)A program (%s) nem található. Törölték?TulajdonságokMinek a tulajdonságaira vagy kiváncsi?Bélyegképek gyorstárának kiürítéseJelöld ki a lista áthelyezendő bejegyzésétCsendbenROX-alkalmazásROX-FilerA ROX-Filer sajnos még nem támogatja a csatolási pontokat ezen a rendszeren.Az Options fájl az új XML formátumba lett alakítvaROX-Filer naplónézőA ROX-Filer elindultOlvasásValódi könyvtár:Tényleg törlöd az ikont (%s)?Legutóbbi könyvtárakA legutóbb végrehajtott műveletek...RekurzívFrissítésKözönséges fájl:A távoli alkalmazás nem küldött adatotA távoli alkalmazás Direct Save protokollt használ, de nem sikerült kiolvasni a text/plain típusú XdndDirectSave0 atomot. Elemek törléseÁtnevezésMit nevezel át?Átnevezés...Csere:Könyvtár tartalmának újraolvasásaVisszaállításAblak átméretezéseÁtméretezés a nézet megváltoztatásakorVisszaállítja az ablak megnyitásakor érvényes beállításokat.FordítvaJobb oldalonJobb margóRománMegnyitás:Felhasználó: "%s"A jelenlegi GTK verziója: %d.%d.%d OroszFSGIDSUIDMint az aktuális ablakbanAlapértelmezés szerintiMentés másként:Aktuális nézet mentése...ÁtméretezveAz asztalhoz méretezi a képet torzítás nélkülFrissítésOlvasásFrissítés, Hol akarsz keresni?SecSecsLásd az attr(5) kézikönyv oldalt részletes leírásért.Lásd az fsattr(5) kézikönyv oldalt részletes leírásért.KijelölésAz összes kijelöléseFeltételes kijelölés...Feltételes kijelölés:Kijelölés név alapján:Az összes kijelölése / Kijelölés megfordításaKijelölés név alapján...Válaszd ki a nézet mentendő jellemzőitVálaszd ki az eszköztáron megjelenítendő gombokat:Mit küldesz?Küldés...Ikon hozzárendelése...Program hozzárendelése...Típus beállítása...Háttér beállításaMinden ilyen típushoz: %s/Ikon hozzárendeléseMihez rendelsz ikont?Minden ilyen típushoz: %s/Gyorsbillentyűk beállításaMinek a jogosultságait módosítod?Program hozzárendeléseMihez rendelsz programot?Típus beállításaMinek a típusát állítod be?Segítség a fájltípus beállításáhozAz ikon beállítását tiltja a CHOICESPATH változóNéhány fájlnak nem lehet beállítani a típusátShell parancs...Shell:Megnyitás máskéntMit nyitsz meg másként?Rövid jelzők a címsorbanMegjelenítésKönyvjelzők mutatásaHelp könyvtár megnyitásaRejtett fájlok mutatásaInformáció mutatásaHely megmutatásaNapló megtekintéseROX-Filer dokumentációCél mutatásaBélyegképek mutatása_Help könyvtár megnyitásaMegjeleníti a lehetséges műveletek menüjétOszlopfejlécek mutatásaKiterjesztett attribútumok jelzéseRészletes nézetTeljes típus mutatásaRejtett fájlok mutatásaRejtett fájlok mutatásaIkonizált ablakok mutatásaBélyegképek mutatásaCsak egy munkaterület ablakait mutassaKijelölt fájlok meglétekor a jobb gombbal kattintás a Fájl menüt nyitja meg, és nem a főmenüt (utóbbi ilyenkor a Control nyomva tartásával érhető el).Megmutatja a jelenlegi beállítást egy könyvtárablakbanKijelzi a könyvtárablakban megjelenített (valamint ez esetleges rejtett) elemek számát. Kijelölés esetén a kijelölt elemek számát és összegzett méretét mutatja.Elemek számának megjelenítéseMegnyitás egy kattintásraMegnyitás egy kattintásraMéretIkonok mérete a menükben:Méret:MéretekKis ikonokKisebb ikonokSocketSocket:Az új nevek némelyike "/" karaktert tartalmaz (például "%s"). Ezek a fájlok más könyvtárakba kerülnek. Folytatod?A fájlok némelyike egy másik gépen van - ezek sajnos kimaradnakNéhány régebbi (az XDND protokollt csak részben támogató) program esetén lehet szükséges ez a beállítás. Kapcsold be, ha egy fájlt egy programra húzva megjelenik a "+" jel az egérmutatóban, de a rádobás mégsem működik.Egyes ablakkezelők nem támogatják az új "Extended Window Manager Hints" rendszert, ezért a pinboardot és a paneleket normál ablakokként kezelik. Ez a beállítás akkor segít, ha a pinboard előtérbe ugrik minden rákattintáskor, ha címsor vagy egyéb dekoráció veszi körül az ablakokat, vagy ha szerepelnek az ablaklistákban.A fájlkezelő néha nem ismeri fel az asztal elrendezését, ezért az ikonizált ablakokat (például) a Gnome panelje alá helyezi. Itt adható meg az a felső és alsó margó, ahová nem kerülnek ikonok. A fájlkezelő a saját paneljeinek helyét már ismeri.Sajnálom, csak text/uri-list vagy XdndDirectSave0 típusú célt fogadok.Sajnálom, csak text/uri-list vagy application/octet-stream típusú célt fogadok.Sajnos "%s" nem használható, mert nem helyi fájl.Távoli fájloknál / nyers adatoknál nem jeleníthető meg a műveleti menü.Csak egyetlen fájlt dobhatsz a célterületre.RendezésRendezés dátum szerintRendezés csoport szerintRendezés név szerintRendezés tulajdonos szerintRendezés méret szerintRendezés típus szerintRendezés dátum szerintRendezés csoport szerintRendezés név szerintRendezés tulajdonos szerintRendezés méret szerintRendezés típus szerintRendezés:Rendezési szempont és irányRendezésSpanyolAdd meg a keresendő reguláris kifejezést, és a találatokat helyettesítő karaktersorozatot.Megnyitás késleltetése:StickyNyújtvaA kép teljesen kitölti a hátteretSvédVáltás terminálraSzimlinkSzimbolikus linkSzimbolikus link ehhez: SzimlinkMit linkelsz?Készíts linkeket ebben a könyvtárban a kívánt programokra. Ezek fognak megjelenni a menüben az ilyen típusú fájloknál (%s/%s).A szimlink (%s) már létezik. Az új célra mutasson (%s)?BTerminálTerminálemulátor programSzöveg az ikonok mellettSzöveg árnyéka:Szöveg az ikonok alattAz ennél hosszabb szöveg két sorban jelenik meg a nagy ikonok alatt. Óriás ikonok esetén az ennél 50%-kal szélesebb szöveg lesz két sorba törve.Az "-o" opció már nem használatos. A Beállítások ablakban adható meg, hogy az ablakkezelők ne kezeljék a pinboardot és a panelt.A "Küldés" menü segítségével a kijelölt fájlok egyszerűen átadhatók egy alkalmazásnak. A menüben felsorolt alkalmazások a következő könyvtárakból kerülnek ki: %s %s A "Küldés" menü megnyitásához tartsd nyomva a Shift billentyűt miközben egy fájlra kattintasz. Haladóknak: ".text_html", ".text" stb. nevű alkönyvtárak is készíthetők; ezek csak a megfelelő fájltípusnál jelennek meg. A ".group" csak több kijelölt fájl esetén jelenik meg.A háttérkezelőnek alkalmazási könyvtárnak kell lennie. Dobj egy alkalmazási könyvtárat a "Háttér beállítása" párbeszédablakba. (Programozóknak: Add át a SetBackdropApp SOAP-metódusnak paraméterként.)A cserélhető adathordozók kiadását végző parancs. Kétség esetén használd az "eject" parancsot.A fájlrendszerek csatolását végző parancs. Kétség esetén használd a "mount" parancsot.A fájlrendszerek lecsatolását végző parancs. Kétség esetén használd az "umount" parancsot (igen, hiányzik az első "n").A fájlkezelő különféle szabályok alapján határozza meg egy fájl MIME-típusát, aztán a típus alapján választja ki a megfelelő ikont.Az ablak minden szükséges esetben át lesz méretezve (könyvtárváltáskor, illetve a nézet megváltoztatásakor).Erre a karaktersorozatra cseréli le a fájlnevekben az első egyező részt. Itt nincsenek különleges karakterek.Az ikonok alatti szöveg betűtípusaA hozzárendelt billentyű:A legnagyobb méret, amelyet egy ablak az automatikus átméretezés során felvehet. (A képernyő méretének százalékában értendő.)Az elérési út nem maradhat üresen!Xinerama használatakor ezen a monitoron legyen a panel. A számozás 0-val indul.A megadott elérési út nem létezik. Az ikon változatlan marad.A menü "Terminál" parancsára futtatandó program.A munkamenet-kezelő az "-S" vagy "--rox-session" opciókat használva engedélyezi ezeket a beállításokat.A panel mérete.Az ikon alatt megjelenő szöveg:TémákA témákat az ~/.icons könyvtárban kell elhelyezni.Nincsenek törlendő bélyegképekEgyetlen hiba volt. %d hiba volt. VastagVékonyLetiltja az újabb operációs rendszerek és fájlrendszerek által támogatott kiterjesztett attribútumok használatát. Engedélyezésekor nem érhető el a "Típus beállítása" menüpont, a fájlok MIME-típusát csak a nevük határozza meg, a tulajdonságok ablakban pedig nem láthatók a kiterjesztett attribútumok.Ez a fájlnév nem UTF-8 kódolású. Nevezd át, ha lehet. Ez a keresendő reguláris kifejezés. ^ a fájlnév elejére illeszkedik $ a végére illeszkedik \. a pont karakterre illeszkedik \.htm$ a ".htm" részre illeszkedik az "index.htm" stb. névbenEz már a könyvtár egyszerűsített neve.Ez nem program. Adj meg egy futtatható programot!Alapesetben ezt a beállítást használják az új ablakok. Az egyes ablakoknál külön-külön kapcsolgathatók a bélyegképek a "Nézet" menüben.Ez a bejegyzés már szélső helyzetben vanA könyvtárak megnyitásának késleltetése ezredmásodpercekben. Ennyi ideig kell egy fájlt a könyvtár felett tartani a könyvtár automatikus megnyitásához. A fenti beállítást is engedélyezni kell a használatához.Ha a fenti beállítás is engedélyezve van, akkor a könyvtárak bizonyos idő után automatikusan megnyílnak, ha fájlt húzol föléjük.Nem futtatható ez a program (%s), mert nem található a 0launch parancs. Innen lehet letölteni: http://0install.net/injector.htmlBélyegképekBélyegképek gyorstáraBélyeg, TapétakéntTapétaként jeleníti meg a képetDátumokCímBillentyűk hozzárendelése a menüpontokhoz: - Nyisd meg a menüt egy könyvtárablakban. - Vidd az egérmutatót a kívánt menüpontra. - Üsd le a billentyűt, amelyet hozzá akarsz rendelni. A kiválasztott menüpont után megjelenik a billentyű, amelyet attól kezdve elég leütni a menü megnyitása nélkül is.A gyorsabb működés érdekében az elkészült bélyegképek a rejtett ~/.thumbnails könyvtárban tárolódnak. Kattints ide a bélyegképek törléséhez. Szükség esetén újra létre lesznek hozva.EszköztárEszköztár fajtája:Eszközök/MinipufferFelülFelső margóFordításFuttasd a "ROX-Filer/AppRun --help" parancsot segítségért. Futtasd a "ROX-Filer/AppRun -h" parancsot segítségért. TípusTípus:TípusokUkránNem sikerült betölteni a képfájlt -- talán ismeretlen a formátuma, vagy rosszul vannak beállítva a jogosultságai. Az ikon változatlan marad.Egyedi ablakokIsmeretlenIsmeretlen műveletkérésIsmeretlen részletezési mód: "%s"Ismeretlen rendezési mód: "%s"Ismeretlen stílus: "%s"Ismeretlen célIsmeretlen típus:LecsatolásLecsatolási parancsNévtelenNévtelenAdatFelHasználat: ROX-Filer/AppRun [OPCIÓ]... [FÁJL]... Megnyitja a felsorolt könyvtárakat vagy fájlokat, argumentumok hiányában pedig az aktuális könyvtárat. -b, --border=PANEL oldalpanelként jeleníti meg a panelt -B, --bottom=PANEL megjeleníti a panelt a képernyő alján -c, --client-id=ID munkamenet-kezelésnél használatos -d, --dir=KÖNYVTÁR megnyitja a könyvtárat -D, --close=KÖNYVTÁR bezárja a könyvtárat és alkönyvtárait -h, --help kiírja ezt a szöveget, majd kilép -l, --left=PANEL megjeleníti a panelt a képernyő bal oldalán -m, --mime-type=FÁJL kiírja a fájl MIME-típusát, majd kilép -n, --new új példányt indít (nyomkövetéshez) -p, --pinboard=PIN a PIN nevű pinboardot használja asztalként -r, --right=PANEL megjeleníti a panelt a képernyő jobb oldalán -R, --RPC végrehajtja a stdin-ről olvasott metódushívást -s, --show=FÁJL megmutatja a fájlt a könyvtárában -S, --rox-session a panel és pinboard alapbeállításait, illetve az -n opciót használja -t, --top=PANEL megjeleníti a panelt a képernyő tetején -u, --user minden ablakban kijelzi a felhasználónevet -U, --url=URL megnyitja az URI-ként megadott fájlt vagy könyvtárat -v, --version kiírja a program verzióját, majd kilép -x, --examine=FÁJL a fájl megváltozott -- frissíti a fájlinformációt A hibákat ezen a címen jelentsd: %s. Honlap (újabb verziókkal): http://rox.sourceforge.net/ Az ikonok 16 képpont méretű rácshoz igazodnak.Az ikonok 2 képpont méretű rácshoz igazodnak.Az ikonok 32 képpont méretű rácshoz igazodnak.A kép másolatát használja az összes fájlhoz, melynek ez a MIME-típusa.A kép másolatát használja az összes ilyen MIME-típusú fájlnál.Egyéni betűtípus használata:A címsorban betűket használ a "Frissítés", "Mind" és "Bélyeg" szavak helyett.Használd az "Ikon hozzárendelése..." párbeszédablakot az egyes MIME-típusokhoz tartozó ikonok beállítására. Az így beállított ikonok fognak megjelenni az ikontéma megfelelő ikonjai helyett.A LANG környezeti változó alapjánA megadott programot használja ehhez a MIME-típushoz.A GTK2 alapesetben tiltja a gyorsbillentyűk menet közbeni módosítását, és ez nálad is tiltva van. Ha engedélyezni akarod: 1) használj egy XSettings kezelőt, mint például a ROX-Session vagy a gnome-settings-daemon; vagy 2) add ezt a sort a ~/.gtkrc-2.0 fájlhoz: gtk-can-change-accels = 1 (ez csak akkor működik, ha NEM használsz XSETTINGS kezelőt)Video bélyegképekVietnámiNézet:(ÍRÁSVÉDETT) BadWindow hibát jelzett az X-szerver. Ezt a következő GTK-hiba okozhatta (drag-and-drop közben?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Megpróbálom folytatni...WeekWeeksAmikor engedélyezve van az ikonok automatikus méretezése: Ha ennél több elem van a könyvtárban, akkor kis ikonokat használ, máskülönben nagyokat.Fájlok bal egérgombbal húzásaFájlok középső egérgombbal húzásaAmikor egy munkamenet-kezelő program (például a ROX-Session) indítja el a fájlkezelőt, akkor egy panel és/vagy a pinboard is megjeleníthető. Itt választhatod ki, hogy melyiket mutassa.Engedélyezésekor a fájlokat rá lehet húzni a könyvtárablakokban az alkönyvtárakra vagy programokra. Ha a fájlt elengeded, akkor az alatta levő könyvtárba kerül. Ha program felett engeded el, akkor betöltődik a programba.Amikor a bélyegképek engedélyezve vannak, akkor a könyvtárban levő képekfájlok ikonjai a képeket mutatják.A pinboard használatakor fájlokra és alkalmazásokra mutató ikonok helyezhetők az asztalra.Hangjelzést ad, ha az "Útvonal megadása..." parancs használatakor a Tab leütésére semmi sem történik (például mert több lehetséges kiegészítés is van, és a következő betűjük eltérő).Hangjelzést ad, ha az "Útvonal megadása..." parancs használatakor a Tab leütésére még akkor is több fájlnév jöhet szóba kiegészítésként, ha megadtál pár betűt.Amikor egy webböngészőből vagy máshonnan egy másik gépen levő fájlt húzol át egy könyvtárablakba, akkor ez a program fogja azt letölteni. $1 az ablakba húzott URI, a célkönyvtár pedig az aktuális könyvtár. Például: xterm -e wget $1A szabadon hagyandó terület a képernyő bal oldalán.A szabadon hagyandó terület a képernyő jobb oldalán.Az eszköztár szélessége megszabja az ablak legkisebb szélességétAblakAblakok viselkedéseAblakkezelőkkel kapcsolatos problémákErre:TöbbiekÍrásXDS protokoll hiba: a fájlnévben nem lehet "/" XDS protokoll hiba: a visszatérési érték csak "S", "F" vagy "E" lehet Az XdndDirectSave0 cél meg van adva, de a text/plain típusú XdndDirectSave0 atom nem tartalmazott fájlnevet Nem érhető el a Xinerama monitor (%d)YearYearsIgenIgen (régebbi glibc-vel is működik)Háttérnek csak kép, vagy pedig a ROX-Filer hátterét kezelni képes program adható meg. Programozóknak: Az alkalmazás AppInfo.xml fájljában szerepelnie kell a CanSetBackdrop elemnek, ahogy az a ROX-Filer kézikönyvében le van írva.Program csak közönséges fájlhoz rendelhetőNem lehet másik ablakban is megnyitni ezt a könyvtárat, mert az "Egyedi ablakok" beállítás engedélyezve van.Ezt egyszerre csak egy elemmel lehet megtenniÚgy tűnik, az op. rendszer nem támogatja.Az ablakkezelőn keresztül próbáltad bezárni a panelt. Ez általában nem szándékosan történik... Tényleg bezárod?Előbb jelöld ki a törlendő elemeketA menüt elem felett kell megnyitni"%s" eltávolításához előbb meg kell szüntetni a zárolásátKi kell jelölnöd az elemeket a méretük megállapításáhozKi kell jelölnöd néhány elemet a kereséshezKi kell jelölnöd az elemeket, amelyeknek a jogosultságait módosítani akarodKi kell jelölnöd a fájlokat, amelyeknek a típusát módosítani akarodHa fájlt akarsz küldeni egy alkalmazásnak, akkor tartsd nyomva a Shift billentyűt a menü megnyitásakor.Előbb jelöld ki a törlendő sorokatAz ablakot kézzel kell átméretezni: vagy az ablakkezelő segítségével, vagy az "Ablak átméretezése" menüpont használatával, vagy pedig dupla kattintással az ablak hátterére.A CHOICESPATH változó sajnos tiltja a beállítások mentését.A régi panel fájl az új XML formátumba lett alakítva.A régi pinboard fájl az új XML formátumba lett alakítva._Csoport_NévTu_lajdonos_Jogok_Csendben_Relatív linkÁtnevezésC_sere_Visszavonás_Méret_Típus_Parancs használataa+x (Engedélyezi a végrehajást/elérést)a-x (Tiltja a végrehajtást/elérést)növekvőatimeblocksbal alsójobb alsóbytebytectimecsökkenőkönyvtárkönyvtárfordításkor beállított támogatásokfájlA file(1) szerint... %sfájlgidgo-rwx (Privát - tulajdonos fér csak hozzá)go-w (Biztonsági hiba javítása)go=u-w (Nyilvános elérés, írás tiltva)vízszinteseninodeelemelemlstat(2) hiba: %sösszefésülöd a tartalmukatcsatolvamsmtimenlinksnincsenek könyvtárak) felülírodpixelpruneképpontsizesystembal felsőjobb felsőu+rw (Olvasási+írási jog a tulajdonosnak)uidlecsatolvafüggőlegesenrox-2.11/ROX-Filer/Messages/it/000077500000000000000000000000001230207736700161465ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/it/LC_MESSAGES/000077500000000000000000000000001230207736700177335ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/it/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003124421230207736700220050ustar00rootroot00000000000000 :`MaMM&MN$-N RN_NDeNFNN O'O9OMO_O&yO-O;O2 P0=P(nPPP$PP3PQ Q-Q?Q$NQsQQQ QQQQ"QR6RURuRRR RR RR#R%S;SSSkS{S SS S SSSS TT*.T&YTTTT T TTZ!ZZZZ[ [)[9[P[ `[m[ }[[ [[![8[\\_\ r\\\d\\ ]s]]]](]&]'] ^2^R^V^_ _+*_V_m_Z/``)`<`$`a a*aGb\b vb bbbb b bb!c%c ,c 6cCcXcqc bd md wd dd&dd d dd>d+e=eBeHe.^e'ee!eJe8fQfef~f*ff#f f!fgg6g KgXgqg8g]g#h,h<>h2{hh$hlh]imi j#jj jjj!k#k+k4k ^ss ssss tStbt qt{tt t ttVuJuR,vv}vjw,ww7wwx6x-y2Eyxyyyyyy z|#zz>zzz|| | ||} &}4~`I~!~H~J2}%7)8Ri,n>B HV]{$Ɂ" #% (4:@)&<AGNSbg mbxۃpcj ΄؄   *I9gxBw\s_ydg^ƊIpI`  5%"[~ˍ#&,29 ANU\ cnt{  Ϗޏ 983lq  ;  ! .Α/03:@ DOT q}# ȒҒrx7 Γ ݓ$<]Kɔ ͔ؔ$ *58S-\ q2 ; .9K\.a` OƟnl- 8NO'ԡ"40T ̢ Ԣߢ:T Zh y ȣ ۣ0?D6M  ŤΤ+֤ "-A1] B?2GY^n Ʀ2Ԧnv  ӧ ٧&ET] c n {"ƨ˨ T"?w ũЩ*,E L W d o}!ͪ'  *6 H T#a «٫#5$H2m ìԬ  #1: NZj{!ҭ )?R)߮ įٯ #) / ;IP}XMְ$N6D)Mn6D<8u z ʵ ׵ #7L? +ն  s'Aݷ ߷ &7bBj?_MkԼ@47dQ1ZDCD]Ϳ+%Ci6p!8W66-wdF %#(.4Q -1 :4E0zE]t  )1A IVY98T9I8J\[7B5z .50dmsau &'-*X_p1:ks'2x2Y%p*##N'r&/A:3<n+Bh=@*17 >KRairz (     ) 5?\atz$~! "*-3: KU\bejq z [+6)Q-Q$*B%Z4B>97+q((* 6( _iy(,A]y"+8"8[ x$#5*4_})9"Il@,%+@ OYX#q!$$9Xm  "O?;{q0M_1.'/V:6ipx0*33-^a+& )Hg is<{0  "*> i t~ .MRrw!}FC *,KXx#/B2J}' .  +K_w;c3<:PK$4b1%]U\l %("Nq  # ' )    4 ,9  f s        .  + '3 ![ }     5    & 9 W  v      c{ZJH0&y6)<UJZ.< 2 @VN%m+6l?ZW_},)L4)*^L+:T%s2)*{!J TPa j vCh7mm1 `E  + $ #![#!D#f#n#u#G#'#$ $$$ $*$1$8$2%2N%%%%%%%% %%I&c&s& d'r' ''' ' ' 'Q'3(x(e)M*Z**+q+p^,\,s,-h- .G.H.w=/b/0 )070=V0-00+0 1 "1*C1n1111111 1111 111111 2 221232062g293Q3 j3!w33 3 33L3X 4 y44444 44:415D5 F5DS55\6o6!w6:66666 66'6 7%+75Q77 77i8o85~888889.9&59\9Sl992999 :!: ::[: d: n: {::: :-::: ;~;;; i<Lw<<<<<<h=n}=?`@TFXFegFFvSGGGG G1GHQ5HHH)H"HA I?NIIII III&I'JE:J JJJJJJJKK1K"HK#kKCKKK;K!L*L2LHLXL]L cLmL?vL-L LL M8#M\MbM sME}MCM#N+N=NEN#ZN~NN NNN9NOOOO O O O%OP P7#PP[P PPPPP P(Q+Q-Q2Q 7QXQ kQ3wQQ\QDRSR\R pR|RRR>R@R S(S8S HSVS$jSS7S$S.T1T CTNT_TqTTLT TT:U"AUdUUUUU(U;VF^GX_P_<_R.`L`````aa5aEaUagawaaa aa alaNbkbrb,xbb bbbbc.cOcc d d/dHdYdndn5eeygQJhJhLh4isi4j;j4k^Sk0kOk<3lOplcl!$m'Fmnm0sm"mmmmm;nQCoo4Op;pp_q{qJr s ss ss,s ttt@t]u6vLvkvvvv>v:vww%w*wwwwx $x0x#Mxqx&xxxxxx y y$y'yA9~@{~A~X~DW"k+AC"fz`ek>>S!~ hۇ9=CCLi ?Tڊa/&Ë9Ƌ8=>܍+#Ҏ%48Q@EˏG+Y5.GdR  %, C M Z frx"* ֒  * 41>pu/(. #)2;Pbjmsz  ǔ5Ք  +G{LkxSmQS]y?U=pH R~>(0tIZiY9Jp#B2C2JO^^8N3j9</cc-MtnZDs qxY~I9.'?8g,h(EB"OOA(VH#F+uw}az&C*[.'gpcF3q:2PRNmoD@[`#vg4AD=y%6lqPv;+l\WJ+@7 LXsQ$ _|})5fI k/BKK.Rb:2L1_T  TK7jbV Xtz-`G8 a[ 6\@v0sw|4?4Vw: Me7bzk{zSN a&:SE]Z51o xy/r=<dh!<*&v6o sQ]%n>y!l^!wuUx \>kYi\c,G{uF POP`*jf0_U1YA}l_ >-~9-5^X|`M]e"r,?@u$Z"&nJV}Ar(bdn~d6pX{KC#H5f1e edWMWoGCQjrTf%h  'a)I< 7;0h|;)E%!.i'iq$FTR43$LB3m/m  U)NtW*HgD;",= E8[ Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s not accessable%s on %d items%s total, %s used, %s free (%.1f %%)%s: no handler for %s%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' is not a valid URI'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Non-regular file '%s' not changed 'Not changing type of directory '%s' 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(use default), goingContents indicate...Panel stylePermissionsPositionSave display settings for directoryWhen all directories are closedXineramaQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change contents of '%s'??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:ActionAction windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd PanelAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAn item must be unlocked before it can be removed.AndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications in this panel have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Are you sure you want to remove this panel from the desktop?Arguments to pass (for executables):AskAsk the window manager not to cover this panel when maximising windows, otherwise leave just 2 pixels at the edge of the screen to allow auto-raising. Some window managers may not honour this setting.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.BottomBottom edgeBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Choices have been moved from %s to the new location %s %sChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CommentCompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...DELETE ... ?DateDayDaysDefaultDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo nothingDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEject commandEnter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here. This option is now only used when upgrading from an old version.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every icon on this panel is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:ExecuteExecute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %sFailed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile system table "%s" not found, cannot monitor system mountsFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Directories With FilesFilter Files...FindFind expression referenceFineFitFollow Symbolic LinksFont for displaying mono-spaced textFor all files of type `%s' (%s/%s)ForceForeground:GGbGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.If you use multiple monitors with Xinerama, use this option to confine the panel to one monitor.Image and TextImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInotify supportInternal error - bad info typeInternal error: %s unreadableInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItemItem no longer exists!KKbKeep icons within screen limitsKeeps the panel above other windows. Enable this option to make sure the dock option works correctly in some versions of compiz. May require a restart to take effect.Keyboard shortcutsLarge File SupportLarge IconsLargest window size:Last _ModifiedLeftLeft edgeLeft marginLeft-click to run %s. Right-click for a list of versions.Left: Show/hide hidden files Right: Show/hide thumbnailsLinkLink (absolute)Link (relative)Link target:Link...List ViewLockedLocking an item prevents it from being accidentally removedLook InsideMMIME typesMake the New column a copy of OldMakes sure panels stay against screen edges. Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Manage thumbnailsManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Mono fontMost window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount commandMount commandsMount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNon-local URL %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown for icons in this panel.Only the pinboard is shown.Open As TextOpen DirectoryOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:Panel (obsolete)Panel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stays on topPanel widthParent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:Perform the same action in future for this mount pointPermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatROX-Filer log viewerROX-Filer startedReadReal directory:Really delete icon '%s'?Recently VisitedRecently performed actions...RecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)Remove PanelRenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRightRight edgeRight marginRun action:Running as user '%s'Running with GTK version %d.%d.%d SSGIDSUIDSame as current windowSame as defaultSave As:Save Current Display Settings...ScaleScale the image to fit the backdrop area, regardless of image dimensions - overscaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect settings to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow LogShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extended attribute indicatorShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The command used to eject removable media. If unsure, use "eject".The command used to mount a filesystem. If unsure, use "mount".The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. The only special characters are back-references from \0 to \9. To use them literally, they have to be escaped with a backslash.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor this panel is confined to when using Xinerama. The numbering starts from zero.The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of this panel.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimeTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTopTop edgeTop marginTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unable to read '%s': %sUnable to replace '%s'Unable to save '%s'Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sideUnknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnmount commandUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -U, --url=URL open file or directory in URI form -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to %s. Home page (including updated versions): http://rox.sourceforge.net/ Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of no-go area at left of screen.Width of no-go area at right of screen.Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou must unlock '%s' before removing itYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunepxsizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.10.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2010-01-03 12:00+0100 PO-Revision-Date: 2010-01-03 12:00+0100 Last-Translator: Yuri Bongiorno http://yuri.bongiorno.googlepages.com <> Language-Team: Italian MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Nota: se è un programma che si desidera eseguire, è necessario renderlo eseguibile selezionando «Permessi» dal menù «File». --- Chiedo al processo figlio di terminare... Processo terminato. Invio il segnale KILL al processo fuori controllo... (%u nascosti) e influenzerà alcuni elementi della bacheca o del pannello. Eliminarlo veramente? influenzerà alcuni elementi della bacheca o del pannello. Eliminarli veramente?!%s Copia di «%s» fallita !%s Spostamento di %s in %s fallito !%s Montaggio fallito !%s Smontaggio fallito !%s Espulsione fallita !«%s» è un collegamento simbolico !ERRORE: impossibile copiare l'oggetto su se stesso !ERRORE: impossibile spostare o rinominare l'oggetto su se stesso !ERRORE: la destinazione esiste già, ma non è una directory !Condizione di ricerca non valida: cambiarla e riprovare !Comando non valido: cambiarlo e riprovare !Tipo non valido: cambiarlo e riprovare !Nessun punto di montaggio selezionato! %%d directory non possono essere trasferite%d elementi%d nomi corrispondono, ma i risultati erano gli stessi%s «%s»%s (per «%s»)«%s» non è accessibile%s su %d elementi%s totale, %s usati, %s liberi (%.1f %%)%s: nessun handler per %s%u selezionati (%s)' Fatto ' Totale: %s («%s» non è più un collegamento simbolico«%s» non è un URI valido«%s» non è una directory'(ora sembra montato) '(durante il controllo di «%s») 'Modifica dei permessi di «%s» in corso. 'Modifica del tipo di file da «%s» a «%s» in corso. 'Copia di %s come %s in corso. 'Eliminazione di «%s» in corso. 'Directory «%s» eliminata 'Espulsione di «%s» in corso. 'Collegamento di %s in %s in corso. 'Montaggio di %s in corso. 'Spostamento di %s in %s in corso. 'Il file non regolare·«%s»·non è stato cambiato 'Non cambiare il tipo di directory «%s» 'Provo comunque a copiare... 'Provo comunque a spostare... 'Smontaggio di %s in corso. (icone piccole):(errato utf-8)(fare clic per impostare)(salvataggio disabilitato da CHOICESPATH)(usa il valore predefinito), con andamentoIl contenuto sembra essere:Stile del pannelloPermessiPosizioneSalva le impostazioni di visualizzazione per la directoryQuando tutte le directory sono chiuseXineramaIn breve Basta mettere il nome del file che si cerca tra due apici singoli: 'index.html' (per cercare un file di nome «index.html») Esempi '*.htm', '*.html' (trova file HTML) IsDir 'lib' (trova la directory di nome «lib») IsReg 'core' (trova il file regolare di nome «core») ! (IsDir, IsReg) (né una directory, né un file regolare) mtime after 1 day ago and size > 1Mb (grande e modificato di recente) 'CVS' prune, isreg (file regolare non in «CVS») IsReg system(grep -q fred "%") (file regolare contenente la parola «fred») Condizioni semplici IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (tipi) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permessi) IsEmpty, IsMine Un modello in apici singoli corrisponde a un modello con metacaratteri in stile shell. Se il modello contiene una barra, la corrispondenza è sul percorso completo; altrimenti è solo sul nome. Confronti <, <=, =, !=, >, >=, After, Before (confronta 2 valori) 5 bytes, 1Kb, 2Mb, 3Gb (dimensioni dei file) 2 secs|mins|hours|days|weeks|years ago|hence (tempi) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (valori) Speciali system(comando) (vero se lo stato di uscita di «comando» è zero; un % in «comando» viene sostituito dal percorso del file corrente) prune (impedisce la ricerca del contenuto di una directory).?«%s» esiste già: %s??«%s» esiste già: sovrascrivere??Un'altra ricerca??Cambiare il contenuto di «%s»??Cambiare i permessi di «%s»??Cambiare il tipo di file di «%s»??Controllare «%s»??Copiare %s come %s??Calcolare il contenuto di %s??Eliminare %s«%s»??Espellere «%s»??Collegare %s come %s??Montare %s??Spostare %s in %s??Smontare %s?TUn file di nome «%s» esiste giàUn file di nome «%s» esiste già. La rinominazione multipla viene interrotta.Un'azione esiste già ed è un programma. Eliminarla veramente?Informazioni su ROX-FilerUltimo accesso:AzioneFinestre d'azioneLe finestre d'azione appaiono quando inizia un'operazione in background, come la copia o l'eliminazione dei file.Aggiungi un nuovo segnalibroAggiungi pannelloAggiunge il file e il nome dell'immagine alla lista personale. L'impostazione viene persa se il file o l'immagine vengono spostati.AfterAgoTutti, Permettere il trascinamento delle icone del filerCambia anche il contenuto delle sottodirectoryCambia anche il contenuto delle sottodirectory.Ridimensionare sempreUn elemento deve essere sbloccato prima di essere rimosso.AndOgni file della directory «Templates» appare nel menù «Nuovo». Selezionandone uno, viene creato un nuovo file copiandolo da quello selezionato. Le seguenti directory contengono i template: %s %s Dir appAspettoL'applet è terminata senza aver mai creato un widget.Directory applicativa:Applicazione: questa è una directory applicativa, è possibile eseguirla come se fosse un programma o aprirla come una directory (tenendo premuto il tasto «Shift» mentre si tenta di aprirla). Molte applicazioni forniscono qui il loro aiuto, ma questa no.Le applicazioni in questo pannello hanno solo un'immagine, tutto il resto ha sia l'immagine che il testo.ApplicaAprire veramente %d finestre?Rimuovere veramente questo pannello dal desktop?Argomenti da passare (per gli eseguibili):ChiediChiede al window manager di non coprire questo pannello quando le finestre sono massimizzate. Se disattivato, il filer chiede di lasciare scoperti un paio di pixel dal bordo dello schermo, in modo da permettere il sollevamento automatico. Alcuni window manager potrebbero non rispettare questa impostazione.È stato invocato un metodo SOAP sconosciuto «%s»Si prova a leggere un file XML come file di testo. Il file «%s» potrebbe essere danneggiato.Ridimensionamento automatico delle finestreEseguire automaticamente queste azioniAutomaticoModalità di ridimensionamento automaticoIcone automaticamente piccole:BSfondo...Sfondo:Segnale acustico se il completamento con il «Tab» fallisceSegnale acustico se esistono più corrispondenzeBeforeComportamentoIcone enormiCompatibilità binariaCompatibilità con BlackboxBlackbox, Fluxbox e altri window manager simili non funzionano ancora correttamente con la bacheca di ROX-Filer. Questa opzione abilita una soluzione al problema. Ci si aspetta che questi window manager cambino comportamento nella prossima versione e così questa opzione non sarà più necessaria.File vuotoBlock devDevice a blocchi:SegnalibriMenù segnalibriViene mostrato sia il pannello che la bacheca.In bassoIn bassoMargine in bassoBreveCollegamento simbolico interrotto (o non ci sono i permessi per seguirlo): %sRinominazione multipla dei fileByteBytesImpossibile accedere a «%s»: %sImpossibile aggiungere nei segnalibri directory non locali come «%s»Impossibile aggiungere nei segnalibri la risorsa non locale «%s» Impossibile eliminare «%s»: %sImpossibile eliminare le miniature in %s: %sImpossibile ottenere i dati dalla macchina remota (application/octet-stream non fornito)Impossibile aprire la directory: %sImpossibile eliminare %s: %sImpossibile effettuare stat sulla directory: %sAnnullaI nomi maiuscoli prima (nell'ordinamento per nome)CentraCentra l'immagine senza ridimensionarlaCambiare con:Cambia anche il contenuto delle sottodirectoryCambia le dimensioni delle iconeGuida alla modifica dei permessiCambia i criteri di ordinamentoUltimo cambiamento:Va nella directory homeVa nella directory genitoreLe modifiche avranno effetto al prossimo riavvio del filer.Cambiando le dimensioni delle icone o i dettagli da visualizzare, la finestra viene ridimensionata.Char devDevice a caratteri:Choices è stato spostato da %s alla nuova posizione %s %sIl salvataggio delle preferenze è disabilitato dalla variabile CHOICESPATHLe preferenze vengono salvate in: %sScegliere uno stile e trascinare dentro un'immagine:Sceglie tra il metodo veloce e lento per scalare le immagini. Quello lento dà risultati migliori.Annulla la selezioneSe attivata, un singolo clic su un elemento lo apre. Tenere premuto «Ctrl» per selezionarlo. Se disattivata, un singolo clic seleziona l'elemento, mentre un doppio clic lo apre.Facendo clic sull'icona viene aperto:Facendo clic con il pulsante 1 del mouse (solitamente quello sinistro) viene aperta la directory in una nuova finestra. Facendo clic con il pulsante 2 (quello centrale) viene invece usata la finestra corrente.ChiudiChiudi finestraChiude la finestra del filerGrossoColorare i file in base al tipoColoriComando:CommentoCompatibilitàCompilato con GTK versione %s Limitare il monitor di XineramaCopiaCopia... ?Copia i file senza chiedere conferma.Copiare l'immagine nella directoryCopiare i fileCopia l'immagine dentro la directory, con un nome di file nascosto chiamato «.DirIcon». Tutti gli utenti vedono l'icona ed è possibile spostare la directory in maniera sicura. Questa è normalmente la migliore opzione se è possibile scrivere nella directory.Copia...Copyright @ 2005 Thomas Leonard. ROX-Filer non fornisce ALCUNA GARANZIA, nei limiti permessi dalla legge. È possibile ridistribuire copie di ROX-Filer secondo i termini della GNU General Public License. Per ulteriori informazioni, vedere il file COPYING. Impossibile cambiare i permessi: %sImpossibile leggere il collegamento: %sImpossibile inviare dati al programma: %sSpazio usatoCalcolare la dimensione di... ?CreaCrea i collegamenti senza chiedere conferma.PersonalizzaPersonalizza il menù...ELIMINARE... ?DataDayDaysPredefinitoDettagli predefiniti:Impostazioni predefiniteImpostazioni predefinite per le nuove finestreDimensioni predefinite:EliminaElimina i file senza chiedere conferma.Eliminazione degli elementi come Eliminazione di Eliminazione di DesktopDettagliDirLe directory vengono sempre prima (ordinate per nome)Apertura automatica directoryDirectoryLa directory «%s» non è accessibileDirectory «%s» non trovata.Directory mancante o eliminataDirectory:Utilizzo discoVisualizzaStile di visualizzazioneSupporto a DnotifyFa un «Cerca e sostituisci» nella colonna «Nuovo nome». I file non vengono rinominati fino a quando si clicca sul pulsante «Rinomina» che c'è sotto.Non coprire il pannelloNon fare nullaSmontare veramente questo device? Smontare un device rende sicura la rimozione del disco.Non chiede conferma dell'eliminazione degli elementi protetti da scritturaNon chiede conferma dell'eliminazione di elementi protetti da scrittura.Non chiede conferma ad ogni operazioneNon visualizza troppe informazioni nell'area messaggi.Non elenca i file elaboratiNon elencare ogni file che viene spostatoNon usare gli attributi estesiNon usare i nomi di reteDoorI file door sono simili a socket o pipe e sono utilizzati solo in Solaris.Door:Ridimensionare con un doppio clic sullo sfondoGestore degli scaricamentiTrascinare qui una directory per aggiungerla nei segnalibri.TrascinamentoTrascinamentoTrascinare l'icona su un visualizzatore di directory (o inserire il percorso completo)Trascinamento iconeTrascinare qui un'applicazione adattaTrascinare qui un'iconaTrascinare qui un'immagineERROREERRORE in letturaCiascuna finestra del filer è obbligata a essere larga abbastanza da mostrare l'intera barra degli strumentiModifica segnalibriModifica elementoModifica regole MIMEEspelliComando di espulsioneInserisci percorso...Inserire un modello di nome per selezionare tutti i file che corrispondono: ? significa un qualunque carattere * significa zero o più caratteri [aA] significa «a» o «A» [a-z] significa un qualunque carattere dalla «a» alla «z» (in minuscolo) *.png significa un qualunque nome che termina per «.png»Inserire un modello per far corrispondere i file da visualizzare. Per disattivare, lasciare vuoto il filtro.Inserire un comando di shell da eseguire. Fare clic su un file per aggiungerlo nel buffer.Inserire un comando di shell per caricare «$@» in un programma adatto. Es: gimp "$@"Inserire un comando di shell:Inserire il nome di un file da visualizzare. Premere «Tab» per avere la migliore corrispondenza, «Esc» per chiudere il minibuffer.Inserire il nome del pannello da mostrare. Questa opzione è ora usata solo durante l'aggiornamento da una versione precendente.Inserire qui il nome della bacheca da usare.Errore durante la creazione di «%s»: %sErrore durante la creazione del file: impossibile trovare il template per %sErrore durante la creazione dell'immagine «%s»: %sErrore nell'ottenere la lista dei file: %sErrore nel file «%s» alla riga %d: «%s» Può essere dovuto all'aggiornamento da una precedente versione di ROX-Filer. Aprire la finestra «Opzioni» e provare a cambiare qualcosa, poi rimettere tutto come prima (così il file viene risalvato). Ulteriori errori verranno ignorati.Errore nell'handler %s: %sErrore durante il caricamento dell'immagine dello sfondo: %s Sfondo rimosso.Errore durante l'esecuzione dell'applet: %sErrore nel salvare %s: %sErrore nel salvare il file: %sErrore nel salvare il pannello %s: %sErrore durante il salvataggio della bacheca %s: %sErrore durante la scansione di «%s»: %sErrore durante la scansione di «%s»: %s Errore, come un collegamento simbolico che punta ad un file inesistente, o ad un file per il quale non si hanno i permessi.Errore:Ogni icona di questo pannello è visualizzata con un'immagine e del testo.EsecuzioneTutti hanno i permessi di scrittura sull'eseguibile «%s»: non deve essere eseguito! Cambiargli subito i permessi (questo problema può essere stato causato da un bug nelle versioni precedenti del filer). Avere eseguibili (escluso i collegamenti simbolici) che possono essere modificati da tutti significa che le altre persone che usano il vostro computer possono sostituire i vostri comandi con codice maligno. Se ci si fida di tutti quelli che possono modificare questi file, allora non bisogna preoccuparsi. Altrimenti, si devono controllare o addirittura eliminare tutti questi eseguibili.File eseguibile:EseguireEsegui fileEspressione:Supporto attributi estesiAttributi estesiGli attributi estesi, usati per memorizzare i tipi di file, non sono supportati per questo/i file. Ciò potrebbe essere dovuto alla mancanza di supporto da parte del file system o della libreria C, oppure potrebbe semplicemente essere che il file system deve essere montato con la giusta opzione («user_xattr» per Linux).Attributi estesi:Fallita l'aggiunta di alcuni elementi alla bacheca perché sono su una macchina remota. Per esempio: %sCreazione del collegamento simbolico «%s» fallita: %sFallita la creazione del collegamento simbolico «%s»: %s (nota: il vecchio collegamento è stato eliminato)Fallita la cattura della scorciatoia da tastiera.Caricamento dell'immagine «%s» fallito: motivo sconosciuto, probabilmente il file è corrotto.Mmap del file «%s» fallito: %sApertura e stat del file «%s» fallito: %sApertura del file «%s» fallita: %sFallita la lettura della dimensioneRinominazione di «%s» come «%s» fallita: %s La rinominazione multipla viene interrotta.Scansione fallitaScollegamento di «%s» fallito: %sScalare velocemente le immaginiFileIl file non esiste o non è accessibile: %sMenù file col clic destroTabella dei file system «%s» non trovata. Impossibile monitorare i mount di sistema.Colori per i tipi di fileI nomi dei file (e i dettagli) vengono colorati in base al tipo di file.Finestre del filerFiltroFiltra le directory con i fileFiltra i file...TrovaGuida alle espressioni di ricercaSottileRiempiSegui i collegamenti simboliciTipo di carattere da usare per visualizzare il testo a spaziatura fissaPer tutti i file di tipo «%s» (%s/%s)ForzaPrimo piano:FGbFiltro (%s), Vai a:GruppoIl gruppo %s non è impostato. Selezionare alcuni file e premere Ctrl+%s per impostare il gruppo. Premere %s sul gruppo per riselezionare i file in seguito. Se si usa il tastierino numerico, assucurarsi che NumLock sia acceso.Altezza dell'area vietata dal basso dello schermo.Altezza dell'area vietata dall'alto dello schermo.AiutoHenceNascostiHomeDirectory homeHourHoursIcone enormiNon è possibile mostrare attualmente l'elemento impostato, perché attualmente non è impostato nulla. Trascinare qualcosa qui sopra.Non so come aprire «%s»Adesso viene mostrata la directory «SendTo»; è possibile creare un collegamento simbolico (Ctrl+Shift trascina) a qualsiasi applicazione.Adesso viene mostrata la directory «Templates»: i file template che si desiderano devono essere messi qui dentro.Vista a iconePasso griglia:Tema iconeFinestre ridotte ad iconaRidurre ad icona inVista a iconeSolo iconeIcone, con...Se il gestore di un tipo specifico non è impostato, usa questo come predefinito.Se attivata, un doppio clic sullo sfondo della finestra la ridimesiona, come accade facendo clic sul pulsante «Modalità di ridimensionamento automatico» della barra degli strumenti.Se attivata, tutti i file che iniziano per lettera maiuscola vengono prima di quelli che iniziano per lettera minuscola.Se attivato, memorizza il percorso dal collegamento simbolico al file di destinazione. Da usare se il collegamento e la destinazione vengono spostati assieme. Se disattivato, memorizza il percorso assoluto. Da usare se il collegamento simbolico viene spostato, ma la destinazione no.Se attivata, le intestazioni delle colonne sono mostrate nella vista a lista.Se attivata, durante l'ordinamento per nome le directory vengono prima di ogni altra cosa.Se attivata, le opzioni di visualizzazione per una nuova finestra vengono ereditate dalla finestra da cui è stata generata, altrimenti vengono usate le impostazioni predefinite (vedere sotto).Se attivata, i file che hanno uno o più set di attributi estesi avranno un simbolo aggiunto per indicare questo.Se attivata, anche i file i cui nomi iniziano per punto («.») vengono mostrati, altrimenti rimangono nascosti.Se attivata, viene mostrata la descrizione completa del tipo di oggetto invece di una breve.Se attivata, le icone della bacheca e le loro etichette sono sempre tenute completamente all'interno dello schermo.Se attivata, il filer mostra sulla bacheca solo le finestre ridotte a icona dell'attuale area di lavoro.Se attivata, il filer mostra sulla bacheca ogni finestra ridotta a icona come un pulsante. Richiede un window manager compatibile e la bacheca deve essere attiva.Se attivata, le icone grandi vengono ordinate in colonne, non in righe.Se attivata, le icone piccole vengono ordinate in colonne, non in righe.Se si apre una directory che è già stata aperta in un'altra finestra, questa opzione fa chiudere la finestra vecchia.Se si usano più monitor con Xinerama, usare questa opzione per limitare il pannello a un monitor.Immagine e testoSolo immagineSolo icone per le applicazioniNon corretto o a capo mancante nei dati di tipo text/uri-listEreditare le opzioni dalla finestra d'origineSupporto a InotifyErrore interno: tipo di informazione erratoErrore interno: %s non leggibileCondizione di ricerca non validaApplicazione %s non valida (AppRun errato)Inverti la selezioneIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableElementoL'elemento non esiste più.KKbMantenere le icone dentro i limiti dello schermoTiene il pannello sopra le altre finestre. Abilitare questa opzione per assicurarsi che l'opzione "dock" funzioni correttamente con alcune versioni di compiz. Per avere effetto, potrebbe richiedere un riavvio.Scorciatoie da tastieraSupporto per file grandiIcone grandiLarghezza massima della finestra:Ultima _modificaA sinistraA sinistraMargine a sinistraClic sinistro per eseguire «%s». Clic destro per un elenco delle versioni.Clic sinistro: mostra/nasconde i file nascosti Clic destro: mostra/nasconde le miniatureCollegamentoCollegamento (assoluto)Collegamento (relativo)Il collegamento punta a:Collegamento...Vista a listaBloccatoBloccare un elemento ne previene la rimozione accidentale.Guarda all'internoMTipi di MIMERende la colonna «Nuovo nome» uguale alla colonna «Vecchio nome»Assicura che i pannelli stìano contro i bordi dello schermo. Disabilitare questa opzione se non si desidera che il pannello stìa sopra le altre finestre. Per avere effetto, richiede un riavvio.Gestione miniatureManualeLarghezza massima (icone grandi):Larghezza massima per il testo accanto alle icone piccole.MbMedioMenùMinMinibufferMinsManca «,» dopo l'etichetta dell'iconaManca «=»Manca «>» nell'etichetta dell'iconaMancano < o > nel file di configurazione del pannelloUltima modifica:Font monoLa maggior parte dei window manager permette di ridurre a icona (o «minimizzare») le finestre. Vari programmi, incluso ROX-Filer, possono essere usati per visualizzare le finestre ridotte a icona.MontaMonta / SmontaMonta e smonta i file system senza chiedere conferma.Comando di mountComandi per montare e smontarePunto di montaggioPunto di montaggio (%s)Punto di montaggio per %s (%s)SpostaSposta i file senza chiedere conferma.Spostare i fileNOTA: questo sistema non supporta le opzioni lunghe. Si devono usare quelle corte. NomeNon ridimensionare mai automaticamente le finestreNuovoNuova finestraNuovo nomeIl nuovo percorso non è assolutoNuova finestra con il pulsante 1NuovaDirNuovoFilePiù recenteProssimo clicNoNo («apsymbls.h» non trovato)Nessuna iconaNessun URI nel text/uri-list (niente da fare)Nessun cambiamentoNessun dettaglioNessun elemento%sNessuna bacheca era attiva: è stata selezionata la bacheca «Default». In futuro, digitare «rox -p=Default» per attivarla.Nessuna azione definitaNon è stata specificata alcuna azione per i file di questo tipo (%s/%s): impostarne una usando «Imposta azione...» dal menù «File» o trascinare il file su un'applicazione.%sNessuna ombraNessuna corrispondenza (nella colonna «Nuovo nome») per l'espressione dataNessuna%s non eseguibileURL %s non localeNessunoNessun nome viene cambiato.Nessuno di questi file si trova sulla macchina locale. Non è possibile operare su file remoti multipli.Normalmente ROX-Filer determina il tipo di MIME di un file regolare facendo corrispondere il suo nome con un modello. Per cambiarne il tipo, si deve rinominare il file. I file system più moderni hanno una proprietà chiamata «Attributi estesi» che può essere usata per memorizzare in ogni file informazioni addizionali come parametri di un certo nome. ROX-Filer usa l'attributo «user.mime_type» per memorizzare i tipi di file. Sono supportati solo i file regolari, non le directory, i device, le pipe o i socket, e funzionano solo su certi tipi di file system che devono essere implementati nel sistema operativo. Normalmente, facendo clic sul desktop col tasto destro del mouse si attiva il menù della bacheca e facendo clic col tasto sinistro si annulla la selezione. Attivare questa opzione per inviare gli eventi al window manager. I clic sulle icone non vengono inviati.Normalmente, basta selezionare un comando dal menù (fare clic sulla freccia accanto alla casella di comando). A volte, c'è bisogno d'altro. Il formato del comando è: CAMBIO, CAMBIO, ... Ogni CAMBIO significa:CHI COME PERMESSI CHI è una combinazione di u, g e o che determina se cambiare i permessi del proprietario (u), del gruppo (g) e degli altri (o). COME sta per +, - o = per aggiungere, rimuovere o impostare esattamente i permessi. PERMESSI è una qualsiasi combinazione delle lettere rwxXstugo Il testo fra parentesi e gli spazi vengono ignorati. Esempi u+rw: il proprietario del file ottiene i permessi in lettura e scrittura g=u: i permessi del gruppo sono impostati come quelli del proprietario o=u-w: gli altri ottengono gli stessi permessi del proprietario, tranne quello in scrittura a+x: tutti hanno il permesso di esecuzione e accesso: è uguale a ugo+x a+X: le directory diventano accessibili a tutti; i file che erano eseguibili da parte di qualcuno, diventano ora eseguibili da tutti u+rw, go+r: due comandi alla volta u+s: imposta il bit SetUID, spesso non ha effetto sugli script 755: imposta i permessi direttamente Vedere la pagina di manuale di chmod(1) per ulteriori dettagli.NotNon supportatoNotare che è ancora possibile far apparire il menù, trascinando e tenendo premuto il tasto «Alt».Notare che è ancora possibile far apparire il menù, trascinando i file con il pulsante sinistro e tenendo premuto il tasto «Alt».È necessario salvare le preferenze e riavviare il filer affinché le nuove impostazioni della lingua abbiano effetto.NullaNowOVecchio nomeUna corrispondenza, ma il risultato era lo stessoViene mostrato solo un pannelloSolo i file (e alcune applicazioni) possono essere usati per impostare lo sfondo.Solo per il file «%s»Solo per il tipo «%s» (%s/%s)Elenca solo le directory che sono copiateElenca solo le directory eliminateSovrascrive solo se l'origine è più recente della destinazione.Per le icone di questo pannello viene mostrata solo l'immagine.Viene mostrata solo la bacheca.Apri come testoApri directoryApri smontatoOpzioniOpzioniOrdinare verticalmente le icone grandiOrdinare verticalmente le icone piccoleIgnorare il controllo del window manager sulla bacheca e sui pannelliProprietarioProprietario, gruppo:Pannello (obsoleto)Opzioni pannelloOpzioni pannello...Pannello e bachecaIl pannello è un "dock"Solo il pannelloIl pannello sta in altoLarghezza del pannelloDirectory genitore, nuova finestraDirectory genitore, stessa finestraInviare al window manager tutti i clic del mouse fatti sullo sfondoPercorsoModello:Esegui la stessa azione in futuro per questo punto di mountPermessiBachecaComportamento bachecaSolo la bachecaPipePipe:PosizionePresenteDigitare la scorciatoia da tastiera desiderata (es. Control+F1)Programma %s non trovato. È stato eliminato?ProprietàProprietà di... ?Elimina la cache delle miniatureMettere il cursore su una voce della lista per spostarlaTuttiApplicazione ROXROX-FilerROX-Filer non supporta ancora i punti di montaggio su questo sistema.ROX-Filer ha convertito il file delle opzioni nel nuovo formato XMLVisualizzatore dei log di ROX-FilerROX-Filer avviatoLetturaDirectory effettiva:Eliminare veramente l'icona «%s»?Visitati di recenteAzioni eseguite recentemente...RicorsivoAggiornaFile regolare:L'applicazione remota non può o non vuole inviare i datiL'applicazione remota vuole usare Direct Save, ma non è possibile leggere la proprietà di XdndDirectSave0 (tipo text/plain). Rimuovi elementoRimuovi pannelloRinominaRinomina... ?Rinomina...Sostituisci:Aggiorna il contenuto della directoryAzzeraRidimensiona finestraRidimensionare al cambio dello stile di visualizzazioneRimette le preferenze come erano prima dell'apertura della finestra «Opzioni».InvertitoA destraA destraMargine a destraAzione:In esecuzione come utente «%s»In esecuzione con GTK versione %d.%d.%d SSGIDSUIDLe stesse della finestra attualeQuelle predefiniteSalva come:Salva le attuali impostazioni di visualizzazione...ScalaRidimensiona l'immagine fino a riempire lo sfondo, incurante delle dimensioni dell'immagine.Ridimensiona l'immagine fino a riempire lo sfondo, senza distorcerlaAggiornaScansione in corso.Scansione, Cercare all'interno... ?SecSecsVedere la pagina di manuale di attr(5) per ulteriori dettagli.Vedere la pagina di manuale di fsattr(5) per ulteriori dettagli.SelezionaSeleziona tuttoSeleziona se...Seleziona se:Seleziona per nome:Seleziona tutto/Inverte la selezioneSeleziona per nome...Selezionare le proprietà di visualizzazione da salvareSeleziona le impostazioni da salvareSelezionare i pulsanti da mettere sulla barra:Inviare... a... ?Invia a...Imposta icona...Imposta azione...Tipo di file...Imposta sfondoImpostare come azione predefinita per tutti i file di tipo «%s/»Imposta iconaImpostare l'icona per... ?Imposta l'icona per tutti i file di tipo «%s/»Imposta le scorciatoie da tastieraImpostare i permessi per... ?Imposta azioneImpostare l'azione per... ?Imposta il tipoImpostare il tipo di... ?Guida alle impostazioni del tipo di fileImpostazione icona disabilitata dalla variabile CHOICESPATHImpostazione del tipo di file non supportata per alcuni di questi fileComando shell...Shell:Apri con ShiftApri con Shift... ?Flag corti nella barra del titoloMostraMostra i segnalibriMostra i file di aiutoMostra nascostiMostra le informazioniMostra posizioneMostra i logMostra i file di aiuto di ROX-FilerMostra destinazioneMostra miniatureMostra i file di _aiutoMostrare un menù di azioni possibiliMostrare le intestazioni delle colonneMostra l'indicatore di attributi estesiMostra dettagli extraDescrizione completa del tipoMostra nascostiMostrare i file nascostiMostrare le finestre ridotte ad iconaMostrare le miniature delle immaginiArea di lavoro attualeMostra il menù «File» invece del menù principale col clic destro dei file selezionati (per avere il menù principale tenere premuto il tasto «Ctrl»).Mostra la scelta attuale in una finestra del filerMostra il numero di elementi visualizzati nella finestra del filer e, se ce ne sono, il numero di quelli nascosti. Quando c'è una selezione, mostra il numero di elementi selezionati e la loro dimensione.Mostrare il numero di elementiNavigazione a singolo clicSingolo clic per aprireDimensioniDimensione delle icone nei menù:Dimensione:DimensioniIcone piccoleIcone piccoleSocketSocket:Alcuni nomi in «Nuovo nome» contengono «/» (es. «%s»). Ciò sposterà i file in altre directory. Continuare?Alcuni di questi file sono su un'altra macchina e vengono ignoratiAlcune vecchie applicazioni non supportano completamente XDND e possono aver bisogno di questa opzione. Usarla se il trascinamento dei file su un'applicazione mostra il segno + sul puntatore, ma non funziona.Alcuni window manager non supportano il nuovo sistema di suggerimenti estesi e così trattano la bacheca e i pannelli come semplici finestre. Attivare questa opzione per risolvere problemi come la bacheca che viene davanti quando ci si fa clic sopra, le barre dei titoli e le altre decorazioni attorno alle finestre, o se queste appaiono nell'elenco delle finestre.A volte il filer non sa come è fatto il desktop e mette le finestre ridotte a icona, per esempio, sotto il pannello di Gnome. È possibile definire un margine in alto e uno in basso in modo da evitare di mettere lì le icone. Il filer conosce già le dimensioni dei suoi pannelli.È necessario una destinazione di tipo text/uri-list o XdndDirectSave0.È necessario una destinazione di tipo text/uri-list o application/octet-stream.Non è possibile usare «%s» perché non è un file locale.Non è possibile visualizzare un menù di azioni per un file remoto o di dati raw.È necessario trascinare esattamente un file dentro l'area di trascinamento.OrdinaOrdina per dataOrdina per gruppoOrdina per nomeOrdina per proprietarioOrdina per dimensioneOrdina per tipoOrdina per dataOrdina per gruppoOrdina per nomeOrdina per proprietarioOrdina per dimensioneOrdina per tipoOrdina per:Tipo di ordinamentoOrdinamentoSpecificare un'espressione regolare da far corrispondere e una stringa con cui sostituire le corrispondenze.Ritardo apertura automatica:StickyStiraAllunga l'immagine fino a riempire lo sfondoScambia con il terminaleColl. simb.Collegamento simbolicoCollegamento simbolico a Collegamento simbolicoCollegamento simbolico... ?Mettere in questa directory i collegamenti simbolici ai programmi. Appariranno nel menù degli elementi di questo tipo (%s/%s).Il collegamento simbolico «%s» esiste già. Sostituirlo con uno verso «%s»?MTerminale quiProgramma di emulatore terminaleTesto accanto alle iconeOmbra del testo:Testo sotto le iconeNella visualizzazione con icone grandi, il testo più largo del numero di pixel specificati viene spezzato su due righe. Con le icone enormi, il testo viene spezzato se supera del 50% questo limite.L'argomento -o non è più supportato. Nella finestra «Opzioni» si può decidere di ignorare la redirezione.Il menù «Invia a...» fornisce un modo rapido per inviare i file ad un'applicazione. Le applicazioni elencate sono quelle nelle seguenti directory: %s %s Il menù «Invia a...» può essere aperto tenendo premuto «Shift» e facendo clic col tasto destro del mouse. Uso avanzato: È possibile creare sottodirectory chiamate «.text_html», «.text», che sono mostrate solo per i file di quel tipo. «.group» è mostrata solo quando sono selezionati file multipli.Il gestore dello sfondo deve essere una directory applicativa. Trascinare una directory applicativa nella finestra di dialogo «Imposta sfondo», o (per i programmatori) passare al metodo SOAP SetBackdropApp.Il comando usato per espellere un media removibile. Gli insicuri usino «eject».Il comando usato per montare un file system. Gli insicuri usino «mount».Il comando usato per smontare un file system. Gli insicuri usino «umount».Il filer usa una serie di regole per stabilire il corretto tipo di MIME per ogni file regolare e poi sceglie un'icona adatta per quel tipo.Il filer ridimensiona la finestra ogni volta che lo ritiene utile (cambiando directory o stile di visualizzazione).La prima corrispondenza in ciascun nome verrà sostituita da questa stringa. Gli unici caratteri speciali sono i riferimenti da \0 a \9. Per usarli, devono essere preceduti dalla barra inversa \.Il carattere usato per visualizzare il testo sotto le iconeLa scorciatoia da tastiera è:La dimensione massima, come percentuale dello schermo, a cui la finestra sarà ridimensionata.La posizione deve contenere almeno un carattere.Questo pannello è limitato nella modalità Xinerama. Il conteggio inizia da 0.Il percorso specificato non esiste. L'icona non è cambiata.Il programma da lanciare quando si sceglie dal menù la voce «Terminale qui».Il manager di sessione attiva queste opzioni passando a rox l'argomento «-S» o «--rox-session».La dimensione di questo pannello.Il testo visualizzato sotto l'icona è:TemiI temi vanno messi nella directory «~/.icons».Non ci sono miniature da eliminareC'è stato un errore. Ci sono stati %d errori. SpessaSottileDisabilita l'uso degli attributi estesi disponibili nei nuovi sistemi operativi e nei nuovi file system. Se questa opzione è attiva, la voce di menù «Tipo di file...» viene disabilitata, il tipo di MIME del file viene dedotto solo dal nome del file e la finestra «Proprietà» non riporta gli attributi estesi.Il nome di questo file non è in formato UTF-8 valido. Bisognerebbe rinominarlo. È un'espressione regolare di ricerca. ^ corrisponde all'inizio del nome $ corrisponde alla fine del nome \. corrisponde a un punto \.htm$ corrisponde a «.htm» in «index.html», ecc.Questo è già il nome canonico di questa directory.Questa non è un'applicazione. Specificare un'applicazione.Questa è l'impostazione predefinita per le nuove finestre. Usare il menù «Visualizza» per attivare e disattivare le miniature per le finestre individuali.Questo elemento è l'ultimoQuesta opzione imposta per quanto tempo, in ms, si deve tenere un file sopra una directory prima che questa venga aperta automaticamente. Per avere effetto, deve essere stata attivata anche l'opzione sopra.Questa opzione, che per funzionare richiede anche l'opzione qui sopra, attiva l'apertura automatica della directory dopo che il file viene mantenuto sopra l'icona per un breve periodo di tempo.Questo programma (%s) non può essere eseguito: il comando «0launch» non è disponibile. Lo si può scaricare da qui: http://0install.net/injector.htmlMiniatureCache delle miniatureMiniature, AffiancaRipete l'immagine fino a ricoprire lo sfondoTempoTempiTitoloPer impostare le scorciatoie da tastiera per una voce di menù: - attivare il menù su una finestra del filer - mettere il puntatore sopra la voce desiderata - digitare il tasto da associare. Il tasto appare vicino alla voce di menù e da questo momento è possibile premere solo quel tasto anziché attivare il menù.Per rendere tutto più veloce, le miniature generate sono memorizzate nella directory nascosta «~/.thumbnails». Fare clic qui per rimuovere tutte le miniature in cache. Saranno create ancora se ce ne sarà bisogno.Barra degli strumentiTipo di barra degli strumenti:Strumenti/MinibufferIn altoIn altoMargine in altoUsare «ROX-Filer/AppRun --help» per ulteriori informazioni. Usare «ROX-Filer/AppRun -h» per ulteriori informazioni. TipoTipo:TipiImpossibile caricare l'immagine: è possibile che sia in un formato incomprensibile o che i permessi non siano corretti. L'icona non è cambiata.Impossibile leggere «%s»: %sImpossibile sostituire «%s»Impossibile salvare «%s»Finestre unicheSconosciutoAzione sconosciuta richiestaTipo di dettagli «%s» sconosciutoDimensione sconosciutaTipo di ordinamento «%s» sconosciutoStile «%s» sconosciutoDestinazione sconosciutaTipo sconosciuto:SmontaComando di umountSenzaNomeDatiSenzaNomeSuUso: ROX-Filer/AppRun [OPZIONE]... [FILE]... Apre ogni directory e file elencato, o l'attuale directory di lavoro se non sono forniti argomenti. -b, --border=PAN apre PAN come pannello sul bordo -B, --bottom=PAN apre PAN come pannello in basso -c, --client-id=ID usato per gestire le sessioni -d, --dir=DIR apre DIR come directory (non come applicazione) -D, --close=DIR chiude DIR e le sue sottodirectory -h, --help mostra questo aiuto ed esce -l, --left=PAN apre PAN come pannello a sinistra -m, --mime-type=FILE mostra il tipo di MIME di FILE ed esce -n, --new inizia una nuova copia; per il debugging del filer -p, --pinboard=PIN attiva la bacheca PIN -r, --right=PAN apre PAN come pannello a destra -R, --RPC invoca il metodo call read da stdin -s, --show=FILE apre la directory mostrando FILE -S, --rox-session usa il pannello e la bacheca definiti in «Opzioni» e l'argomento «-n» -t, --top=PAN apre PAN come pannello in alto -u, --user mostra il nome utente in ogni finestra -U, --url=URL apre file o directory nella forma URI -v, --version mostra le informazioni sulla versione ed esce -x, --examine=FILE FILE è cambiato e deve essere riesaminato Segnalare bug a %s. Pagina web (con le versioni aggiornate): http://rox.sourceforge.net/ Usa una griglia di 16 pixel per posizionare le icone sul desktop.Usa una griglia di 2 pixel per posizionare le icone sul desktop.Usa una griglia di 32 pixel per posizionare le icone sul desktop.Usa una copia dell'immagine come la predefinita per tutti i file di questo tipo di MIME.Usa una copia dell'immagine per tutti i file di questo tipo di MIME.Usare il carattere personalizzato:Usa una sola lettera al posto delle parole «Scansione», «Tutti» e «Miniature» nella barra del titolo.Usare la finestra di dialogo «Imposta icona...» per impostare l'icona di ogni tipo di MIME. Notare che le icone definite in questo modo prevalgono su quelle del tema selezionato.Usa questa applicazione per tutti i file con questo tipo di MIME.Le scorciatoie definite dall'utente sono normalmente disattivate in Gtk2 e non andrebbero abilitate. Si possono tuttavia attivare: 1) usando un manager per XSettings, come ROX-Session o gnome-settings-daemon 2) aggiungendo questa riga in «~/.gtkrc-2.0»: gtk-can-change-accels = 1 (funziona solo se NON si usa XSETTINGS)Miniature dei videoTipo di vista:PROTETTO DA SCRITTURA È avvenuto un errore di BadWindow dal X server. Potrebbe essere un bug delle GTK (durante il drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Si sta provando a continuare...WeekWeeksQuando è selezionato il ridimensionamento automatico delle icone: se la directory contiene molti elementi allora sono usate le icone piccole, altrimenti quelle grandi.Quando si trascinano i file con il pulsante sinistro del mouseQuando si trascinano i file con il pulsante centrale del mouseQuando viene eseguito da un manager di sessione (come ROX-Session), il filer può aprire un pannello e/o una bacheca. Qui si configura questo.Se attivata, è possibile trascinare un file sopra una sottodirectory o un programma in una finestra del filer. L'elemento viene evidenziato e rilasciandolo viene messo in quella directory, oppure viene caricato dal programma scelto.Se le miniature sono state attivate, in una directory ogni immagine viene caricata e viene mostrata una sua piccola miniatura.Se si attiva la bacheca, è possibile trascinare file e applicazioni sul desktop per creare scorciatoie.Quando viene usato «Inserisci percorso...» e viene premuto il tasto «Tab», viene emesso un segnale acustico per avvisare che non è accaduto niente (es. perché ci sono diverse possibilità al variare della lettera successiva).Quando viene usato «Inserisci percorso...» e viene premuto il tasto «Tab», viene emesso un segnale acustico per avvisare che c'è più di una corrispondenza, perfino se più lettere sono state aggiunte.Quando si trascina un file da un browser web o da un'altra sorgente remota, per scaricarlo viene eseguito questo programma. $1 è l'URI trascinato sul filer e la directory attuale è la destinazione. Es: xterm -e wget $1Larghezza dell'area vietata dalla sinistra dello schermo.Larghezza·dell'area·vietata·dalla·destra·dello·schermo.La barra degli strumenti imposta la larghezza minima della finestraFinestraComportamento delle finestreProblemi del window managercon:AltriScritturaErrore di protocollo XDS: il nome potrebbe non contenere «/» Errore di protocollo XDS: il codice restituito dovrebbe essere «S», «F» o «E» Target XdndDirectSave0 fornito, ma l'atom XdndDirectSave0 (tipo text/plain) non contiene un nome Monitor %d di Xinerama non disponibileYearYearsSiSi (si può eseguire con le precedenti versioni di glibc)Impostare come sfondo solo un'immagine o un programma che sa come gestire lo sfondo di ROX-Filer. Programmatori: l'applicazione AppInfo.xml deve contenere l'elemento CanSetBackdrop, come descritto nel manuale di ROX-Filer.È possibile impostare l'azione solo per i file regolariImpossibile aprire una seconda vista su questa directory perché nella finestra «Opzioni» è attiva l'opzione «Finestre uniche».Non è possibile fare questo a più di un elemento alla voltaNon sembra esserci il supporto da parte del sistema operativo.Tentativo di chiusura di un pannello attraverso il window manager. Solitamente questo avviene in maniera accidentale: chiuderlo veramente?Selezionare prima gli elementi da rimuovereAttivare il menù sopra un elementoSbloccare «%s» prima di rimuoverlo.È necessario selezionare alcuni elementi da contareÈ necessario selezionare alcuni elementi in cui cercareÈ necessario selezionare gli elementi a cui cambiare i permessiÈ necessario selezionare gli elementi a cui cambiare il tipo di MIMESi deve usare Shift+clic su un file per inviarlo a qualche applicazioneSelezionare prima alcune righe da eliminareLe finestre vengono ridimensionate manualmente, usando il window manager, la voce «Ridimensiona finestra» del menù o facendo doppio clic sullo sfondo della finestra.La variabile CHOICESPATH impedisce personalizzazioni.Il file del vecchio pannello è stato convertito nel nuovo formato XML.La vecchia configurazione della bacheca è stata convertita nel nuovo formato XML._Gruppo_NomeProprietari_o_Permessi_TuttiCollegamento _relativo_Rinomina_Sostituisci_RipristinaDimen_sioni_Tipo_Usa il comandoa+x (Rende eseguibile/ricercabile)a-x (Rende non eseguibile/non ricercabile)ascendenteatimeblocksbasso a sinistrabasso a destrabytebytectimediscendentedirectorydirectorycaratteristiche impostate in fase di compilazionefilefile(1) dice: %sfilegidgo-rwx (Privato - accesso solo al proprietario)go-w (Corregge il problema di sicurezza)go=u-w (Accesso pubblico, ma non in scrittura)orizzontaleinodeelementoelementilstat(2) fallito: %sunire i contenutimontatomsmtimenlinksnessuna directory) sovrascriverepixelprunepxsizesystemalto a sinistraalto a destrau+rw (Permette al proprietario di leggere e scrivere)uidsmontatoverticalerox-2.11/ROX-Filer/Messages/ja/000077500000000000000000000000001230207736700161245ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/ja/LC_MESSAGES/000077500000000000000000000000001230207736700177115ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/ja/LC_MESSAGES/ROX-Filer.mo000066400000000000000000003520501230207736700217620ustar00rootroot000000000000009M MM&MM$M MND NFRNNNNNNO&!O-HO;vO2O0O(P?P[P$]PP3PP PPP$PQ1QBQ JQXQtQQ"QQQQR0R@R YRfR yRR#R%RRRS#S 2S>S MS nS|SSSSS*STTT 'T 5T?TZ!Z?ZPZjZZ ZZZZ ZZ Z [ [&[!([8J[\[[ [\\d\{\ \s\ ]]](]&C]'j] ]2]]]^ ^+^^^Z_ `)`<;`$x``*faGaa a bb2bIb Kb Wbcb!bb b bbbb c c c d d&dBd Id Udcd>iddddd.d' e2e!HeJjeeeee*f-f#4f Xf!cffff fff8 g]Bggg<g2g+h$HhlmhhhiiQj Wjdjwj!~jjjj jjjk k$k6kPk_k;lCl Vmwm"mmmm/m nn #n0n5n9n>nFnWn hn nn&nnnno oo)oBo Zo dooo o oo ooyoopZp-p. q:q6Xqq"qqqqOrTr"Zr}r%r r r>rs !sBsYsls rsSss sss t ttVtJSuRuu}vjv,vw76wnwwwx2xxyy-yGydy|y|yz>zXz]z7|H| P| ]|i|| |}`}!~H>~~J~~% 2O7c, >&eBw Ȁπ!%$;"`  )]&łԂق ߂bMpkc܃ @J Zew IgB\,s_ydkgЉ8II,v`a p{5"͌=#Tx Ǎ΍ Ս .03S ,AP U _9k8ޏ  ";) eq s!~@RY/r Ƒ # - :D7 2@ O[l$] ; ?JSp Ŕ-Δ  q Z;d Ζ.Ӗ`cx]& *O8nldlps-|N''F"n40ơ  /> FQn:Ƣ ̢ڢ   /: MYl0 ˣԣ  += ]h|1ʤФ B?-m¥ӥ 2nB ͦ Ԧ  &"EI §"ק- 6WT]?  #*(,S ԩ!' H Z eq #ɪ ܪ-<U^p$2۫ $)8 H T ^lu ֬!  /;Mdz)D,AF^d j v}M_N"qDdM6D.<s ´ д ݴ   - ; HU^rLz ǵյܵ+# ,:L TsbAֶ (B TarbVB?_(k{4=rd1Z#D~Dþ]f%~6!17<8Y616hw7 *3%8^cioA IWhl u40 4G Vdl| 9U89I8L\7}5 .p0Zm.sF&'=-e1:kB'2x2%p*^#'&/A,:n<+B=@$elr y ( "( / ;HMS Y d pz$! )/4:N]ehnu   yN#T#x)__K0)2+\:GX NdYN 9\<ZFN#e ,. 8.V/++(#!Ln/!:%=` (8C| 4:JPn}( 66%,4R)* %6.\ @&&q=5Nho7JW9sHfvOz*L+IKuU7\IB<!-^v'4+`'g+ 93 I P W j ' S   ( B U 6t     u C b g 'm \ Q  D 1e u ( 64V599&1`.$;2nO1F(I;. *<0Ct x  ) <'Ai& 51Nd3$.N-g<0J ]jAn050*=[3.<N 'V 3~ - 9 !6!R!eW!!E!$ "Q."""m"&#?E#0#=# ##$%#%9%N%^%{%x%'(a)1,*^*%+?++P,_,1,z,,.P>.%..".).)/C/b/o/ /`/^0ue0222 33 63C3 4p5As5o5*%6|P6G667-L7z7d77>8*M8 x8F8-8r8m9e99 :6:$O:t:{: : :$:-:);,; 3;A;C;F;U; [;-h;-<-< <<= ==;=@=F=Y=(=>>?"??-? @)@<@O@~^@@ACBnC]4DDEt'FhFGG ;Hb\IbI"JJDK`K6sK;K6K9LWL&wLL4LLLMMMM!M )M6M=MDM KMVM\McMjMsM |MM!MMM$M=M$O>OVO"lOOOO OVOjP PPPP P PPKP6QFQ HQ5TQQRR3RKR,S/S 6SCSGSZS5_SS/SIS&T:TMT TUF&UmUUUU#UUIVMVcVV*W +W8WNW0^WAWWWW X X0*X[X@nX XXXX-YYZmZV[l[[[Z[\\@_`f!fggAhhh h hYh$Eiljii&iHjEbj3j<j*kDk`k*|kkk-k-k`)l llllll!m9mImhm0xm0m`m;n BnOnenunn n nn nAn@oPo`o*oKoop $p\.pZppq q!q(>q!gqqqqq]q%rrr rs s$s*8scsjs0s]st+t2t 9tFtWt&ptttt0t'tu*u IutVuwu CvPv bvnvvv4v6vv vw w )w47wlw!|ww@wwx+xAxZxlx%|xxx7x-y(>ygy%yyy"yJyiBzz zzz3{:{A{]{|{{{{{{ |%|$D|i|'|||||-}!F}!h}}9O~~'! ( + 6@V i vlWSāXNqU_EvRZ jtɈ߈1G]p ]*W1ي%;T/'$ƌ $f,|bM(6x_N؜T'T|Xѝ*ʞ. =-]*+zMkeB]b!h!x B ̪ҫ"& -6:2q  *w(˭*'C`pˮޮ-_4RQR9ETҶ"'JN ȻƼ˼ѼKKEIMm|0**BFV-o Vd~.@EK=R!KK3Q693um20HGHd0>oXTV\a r }   .-.\- & 9F3J"~Z   &:J]`f&m   ( E XEQSbRl(#:#8g%X'4'j/&4g8_Hh`GUw)0![:,WdH y8&Aw;:o~pcCbKu'p E0F{6yB[{"B93.$ozU}x$"/wfOV~NWm|~D]J  #w9xbi aPdsO<_b=-P-K>+?JY\BMm[k  !epLoj2 *]D[U:Tn>F#I ryvs` 6G_*/eD?6>d\5? ; 0,YqV!}1^`<%MLg9xQ1Zc.+}HMSZCt!H%I3k$PZ2ksaiQ=^(r=7\d@p7R((zqzrhj,_vYhGi{ *>n|2L0WrtuoCc3< C'jKFJ)lt3N7| qEJg1vTSi$Ra K 59)]~R }A67; 2@hv{-yT. 45<+m4O&;/,%*O`\ ^nl ek+) aWuX]8?z.qf@IflTXfnQIZ=A1LAtG|xFcVNYe-PV"D5uBs^@Mm&USN" Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. --- Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s '%s'%s (for '%s')%s not accessable%s on %d items%s total, %s used, %s free (%.1f %%)%s: no handler for %s%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' is not a valid URI'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Non-regular file '%s' not changed 'Not changing type of directory '%s' 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(use default), goingContents indicate...Panel stylePermissionsPositionSave display settings for directoryXineramaQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change contents of '%s'??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?AA file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:ActionAction windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd PanelAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAll, Allow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAn item must be unlocked before it can be removed.AndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications in this panel have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Are you sure you want to remove this panel from the desktop?Arguments to pass (for executables):Ask the window manager not to cover this panel when maximising windows, otherwise leave just 2 pixels at the edge of the screen to allow auto-raising. Some window managers may not honour this setting.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:Beep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox root menus hackBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.BottomBottom edgeBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Choices have been moved from %s to the new location %s %sChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CommentCompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...DELETE ... ?DateDayDaysDefaultDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEject commandEnter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here. This option is now only used when upgrading from an old version.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and try changing something and then changing it back (causing the file to be resaved). Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:Every icon on this panel is shown with an image and some text.ExecExecutable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:ExecuteExecute fileExpression:Extended attribute supportExtended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %sFailed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to mmap file '%s': %sFailed to open and stat file '%s': %sFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile system table "%s" not found, cannot monitor system mountsFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Directories With FilesFilter Files...FindFind expression referenceFineFitFollow Symbolic LinksFont for displaying mono-spaced textFor all files of type `%s' (%s/%s)ForceForeground:GGbGlob (%s), Goto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are arranged in columns, not rows.If this option is on, then small icons are arranged in columns, not rows.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.If you use multiple monitors with Xinerama, use this option to confine the panel to one monitor.Image and TextImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInotify supportInternal error - bad info typeInternal error: %s unreadableInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionIsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteableItemItem no longer exists!KKbKeep icons within screen limitsKeeps the panel above other windows. Enable this option to make sure the dock option works correctly in some versions of compiz. May require a restart to take effect.Keyboard shortcutsLarge File SupportLarge IconsLargest window size:Last _ModifiedLeftLeft edgeLeft marginLeft-click to run %s. Right-click for a list of versions.Left: Show/hide hidden files Right: Show/hide thumbnailsLinkLink (absolute)Link (relative)Link target:Link...List ViewLockedLocking an item prevents it from being accidentally removedLook InsideMMIME typesMake the New column a copy of OldMakes sure panels stay against screen edges. Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Manage thumbnailsManualMax width (Large icons):Maximum width for the text beside a Small Icon.MbMediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Mono fontMost window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount commandMount commandsMount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNon-local URL %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown for icons in this panel.Only the pinboard is shown.Open As TextOpen DirectoryOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:Panel (obsolete)Panel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stays on topPanel widthParent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatROX-Filer log viewerROX-Filer startedReadReal directory:Really delete icon '%s'?Recently VisitedRecently performed actions...RecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)Remove PanelRenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRightRight edgeRight marginRun action:Running as user '%s'Running with GTK version %d.%d.%d SSGIDSUIDSame as current windowSame as defaultSave As:Save Current Display Settings...ScaleScale the image to fit the backdrop area, regardless of image dimensions - overscaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect settings to saveSelect the buttons you want on the bar:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow LogShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extended attribute indicatorShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwitch to TerminalSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TTerminal HereTerminal emulator programText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The command used to eject removable media. If unsure, use "eject".The command used to mount a filesystem. If unsure, use "mount".The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. The only special characters are back-references from \0 to \9. To use them literally, they have to be escaped with a backslash.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor this panel is confined to when using Xinerama. The numbering starts from zero.The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Terminal Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of this panel.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimeTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTopTop edgeTop marginTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unable to read '%s': %sUnable to replace '%s'Unable to save '%s'Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sideUnknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnmount commandUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -U, --url=URL open file or directory in URI form -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to %s. Home page (including updated versions): http://rox.sourceforge.net/ Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of no-go area at left of screen.Width of no-go area at right of screen.Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname Xinerama monitor %d unavailableYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou must unlock '%s' before removing itYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Commanda+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunepxsizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.9 Report-Msgid-Bugs-To: POT-Creation-Date: 2009-05-30 10:33+0900 PO-Revision-Date: 2007-12-23 09:40+0900 Last-Translator: team OKATANA Language-Team: Japanese team OKATANA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 注意:もしこれが実行可能なプログラムなら、ファイルメニューの'パーミッション'、又は、'プロパティ' の項で、実行ビットをセットする必要が有ります。 --- 子プロセス終了処理中... プロセスが完了しました 暴走プロセス終了を試行中... (%u 個の隠しファイル) and ピンボードやパネルのアイテムに影響します - それでも削除しますか? ピンボードやパネルのアイテムに影響します - それでも削除しますか?!%s '%s'の コピーに失敗 !%s %s を %s として移動するのに失敗 !%s マウント失敗 !%s アンマウント失敗 !%s イジェクトに失敗しました !'%s' はシンボリックリンクです !エラー: コピー元へのコピーは出来ません !エラー: 元ファイルへの移動/リネームはできません !エラー: 対象が既に存在しますが、ディレクトリではありません ! 無効な検索条件です。条件を変更し再試行してください !無効なモードコマンドです - 設定を変更して再試行してください !無効なMIME形式です - 設定を変更して再試行してください !マウントポイントが選択されていません! %%d 個のディレクトリは移動できませんでした%d 個のアイテム%d 個のアイテムがパターンに一致しますが、変更の前後が同じです%s '%s'%s ('%s' において)'%s' にアクセスできません%s: %d 件%s 合計, %s 使用中, %s 空き (%.1f %%)%s: %s へのハンドラでは有りません%u 個を選択(%s)' 完了 ' 合計: %s ('%s' は既に symlink では無くなっています。'%s' は有効な URI では有りません。'%s' はディレクトリではありません'(マウントされているようです) '('%s' を検索中) ''%s' のパーミッションを変更中 'MIME形式 '%s' を '%s' に変更中' '?%s を %sとしてコピー中 ''%s' を削除中 'ディレクトリ '%s' を削除しました '%s' をイジェクト' '%s にリンク %s を作成中 '%s をマウント中 '%s を %s として移動中 通常ファイルでない '%s' は変更されません ディレクトリ '%s' の MIME形式を変更しません' 'とにかくコピーする... 'とにかく移動します... '%s をアンマウント中 (小さいアイコン):(不正なutf-8)(クリックでセット)(環境変数 CHOICESPATHにより保存できません)(デフォルトを使用), 並びかた項目を表示パネルスタイルパーミッション位置このディレクトリ表示設定の保存Xinerama<見当たらないラベル><未だ何も><なし>概略 検索する文字(検索対象名)は ''(シングルクォート)でくくってください: 'index.html' ('' 無しで index.html とだけ入力するとエラーになります) '[ir]*.html' ('i' か 'r' で始まる名前の HTML ファイル) '*.svg','*.png' (拡張子が 'svg' か 'png' の画像ファイル ※1) IsDir 'lib' ('lib' というディレクトリ) -d '*s*' (名前に 's' を含むディレクトリ) not -r -f 's*' (名前が 's' から始まる読み込み属性のないファイル) IsReg 'core' ('core' という名前の通常(IsReg)ファイル) ! (IsDir, IsReg) (ディレクトリと通常ファイル以外のファイル) mtime after 1 day ago and size > 1Mb (変更日時一日前以降、かつファイルサイズ 1MB 未満 ※2) 'CVS' prune, isreg ('CVS' ディレクトリ以外の通常ファイル ※3) 'b*' prune, '*.txt' ('b' で始まる名前のディレクトリ以外の *.txt ※4) IsReg system(grep -q fred "%") ('fred' という語句を含む通常ファイル ※5), 単純テスト IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (ファイルタイプ) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (パーミッション) IsEmpty, IsMine (シェルコマンドで使われる以下のテスト式も使用可能です。) '-f' '-l' '-d' '-c' '-b' '-D' '-p' '-S' '-O' '-u' '-g' '-k' '-r' '-w' '-x' '-z' '-o' シングルクォート内には、シェルのワイルドカードを含むパターンを書きます。 パターンがスラッシュを含んでいる場合、フルパス以外には一致しません。 それ以外は、パス名を含まないパターンと見做されます。 比較 → ※2 <, <=, =, !=, >, >=, After, Before (二値の比較) 5 bytes, 1Kb, 2Mb, 3Gb (ファイルサイズ) 2 secs|mins|hours|days|weeks|years ago|hence (日時) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (値) 特殊機能 system: syatem(commandline) (commandline の終了ステータスが 0 の場合、commandline に含まれる '%' は、 パターンにマッチしたファイル名に置き換えられます。→ ※5) prune : 'DIR' prune, 'ptrn' ('DIR' にマッチするディレクトリ以外から 'ptrn' を検索します。→ ※3,4) And (検索式の AND 条件結合。 式1 and 式2 は、両式が共に成立する 検索対象のみに一致します → ※2 , (検索式の OR 条件結合。 式1,式2 は、両式いずれか、又は両方 が成立する検索対象に一致します → ※1 Not (又は !) (直後の検索式の否定。 not 式 は、式の意味を反転します。?'%s' は既に存在しています - %sしますか??'%s'は既に存在します - 上書きしますか??他を検索??'%s' の項目を変更しますか??'%s' のパーミッションを変更しますか??'%s' のMIME形式を変更しますか??'%s' を調べますか??%s を %s としてコピーしますか??%s の内容を数えますか??%s'%s' を削除しますか??'%s' をイジェクトしますか?? %s へのリンク %s を作成しますか??%s をマウントしますか?? %s から %s に置き換え(移動/リネーム)しますか??%s をアンマウントしますか?A'%s' は既に存在しています。'%s' という名前のファイルは既に存在します。複数ファイルリネームは中断します。既に対応アプリが定義されており、かなり大きなプログラムになっています。本当に削除しますか?ROX-Filer について..アクセスした日時:操作確認ダイアログ確認ダイアログは、バックグラウンド操作(ファイルのコピーや削除など)を始めようとした時に表示されます。ブックマークに追加パネルを追加このファイルとアイコンの名前はユーザー用個人リストに追加登録されます。設定画像またはこのファイルを移動すると設定は失われます。Afterago全て ,ファイラーウィンドウでアイコンへのドラッグ動作を可能にするサブディレクトリ以下の内容も変更しますサブディレクトリ以下の内容にも、作動を適用します常にリサイズする削除出来るようにするには、先にアイテムをアンロックする必要が有りますAndテンプレート・ディレクトリーに置かれたファイルは、'新規作成'メニューに表示されます。 メニューからそれらを選択すれば、新規ファイルとして、そのコピーが作られます 。次のディレクトリーが、テンプレート専用として使用されます: %s %s アプリケーションディレクトリ外観アプレットはウィジェットを作成せずに終了されました!アプリケーションディレクトリ:アプリケーション: これはプログラムとして実行可能なアプリケーションディレクトリです(内容を 確認するには Shift キーを押しながらクリックします)。 ここには通常、アプリケーションのヘルプも格納されますが、これには含まれていません。このパネルでは、アプリケーションの場合はアイコンのみ、その他の場合はアイコンとテキストを表示します適用本当に %d 個のウィンドウを開きますか?本当にこのパネルをデスクトップから取り除きますか?プログラムに渡す引数(実行可能アイテムの場合):ウィンドウ最大化時にパネルを隠さないようウィンドウマネージャに依頼します。ウィンドウマネージャには、これに従わないものも有りますが、ウィンドウを2 ピクセルずらせばパネルをオートライズ(自動ポップアップ)が可能です。不明な SOAP 方式 '%s' を試します。XML ファイルをテキストファイルとして読み込めません。ファイル '%s' は壊れています。ウィンドウサイズの自動調整以下を実行するときに確認を求めない:自動ウィンドウのサイズを最適化小さいアイコンに自動的に変更:B背景を設定背景の色:タブ補完に失敗したときは警告音を鳴らす補完候補が複数あるときは音を鳴らすBefore動作アイコン拡大バイナリ互換性Blackbox の root メニューの改善Blackbox, Fluxbox などのウィンドウマネージャでは ROX-Filer のピンボードがうまく機能しない場合がありますが、ここを ON にすればいくらかは改善されます。これらのウィンドウマネージャの新版ではこのオプションが不要になるよう修正されるでしょう。空のファイルブロックデバイスブロックデバイス:ブックマークブックマークメニューパネルとピンボードを共に表示します。下端下端下端余白簡略壊れたシンボリックリンク(もしくはリンク元に対するパーミッションがありません): %s複数ファイルリネームByteBytes'%s' にアクセスできません: %s'%s' はローカルディレクトリではないのでブックマークできません。'%s' はローカルに存在しないのでブックマークできません。 '%s'を削除できません: %s%s のサムネイルを削除できません: %sリモートマシンからデータを取得できません(application/octet-stream が提供されていません)ディレクトリを開けません: %s%s を削除できません: %sディレクトリの情報が得られません: %sキャンセル大文字を先に表示(名前でソートの場合)中央イメージを背景エリア中央に、原寸で表示この数で変更:サブディレクトリ以下の内容も変更しますアイコンを拡大/縮小(左/右クリック)パーミッション変更 リファレンスソート条件を変更変更した日時:ホームディレクトリに移動親ディレクトリに移動変更は次回の rox 起動時に有効になります。アイコンサイズ変更時、詳細表示モード切替え時に、自動的に適切なサイズに調節(リサイズ)します。キャラクタデバイスキャラクタデバイス:Choices(貴方の既存の設定)は %s から %s に移動されました %s環境変数 CHOICESPATH により、選択は保存されません。設定は以下に保存されます: %sイメージをドラッグして表示方法を選択してください:'ON' の場合、背景画像のサイズ調整が高速になります。'OFF' の場合、速度は低下するがより高画質です。選択をキャンセル'ON' の場合、シングルクリックでアイテムを開き、アイテムを選択する場合はCtrlキーを押しながらクリック。'OFF' の場合は シングルクリックで選択、ダブルクリックでアイテムを開きます。アイコンクリックで開くファイル:'ON' の場合、第 1 ボタン(通常は左ボタン)でディレクトリをクリックすると、新しいウィンドウで開き、中ボタンをクリックすると現在のウィンドウで開きます。閉じるウィンドウを閉じるファイラーウィンドウを閉じる粗いタイプごとにファイルを色分けする色コマンド:コメント互換性GTKバージョン %s でコンパイル Xinerama でモニタを制限コピーどれをコピー?ファイルをコピーするときに確認を求ません画像をディレクトリにコピーファイルをコピーディレクトリ内に '.DirIcon' という画像の隠しファイルを保存します。全てのユーザにアイコンが表示され、移動してもアイコンは失われません。書き込み権限を与えられている場合、この設定を選ぶ事をお薦めします。コピーCopyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. %s'のパーミッションを変更できません: リンクを読めません: %sデータをプログラムに送れません: %sディスク使用量どれの容量を計算する?作成リンクを張るときに確認を求めませんカスタマイズメニューをカスタマイズ...どれを削除する?日付DayDaysデフォルトデフォルトの表示情報:デフォルトの設定新規ウィンドウのデフォルト設定デフォルトのサイズ:削除ファイルを削除するときに確認を求めません以下のアイテムを削除 アイテムを削除中 アイテムを削除中 デスクトップ詳細表示Dirディレクトリを先に表示(名前で並べ変える場合)ディレクトリのスプリングオープンディレクトリディレクトリ'%s' にアクセスできませんディレクトリ '%s' が見つかりませんディレクトリがありません/削除されていますディレクトリ:ディスク使用量表示表示スタイルDnotify(ディレクトリ通知機能)サポート'新しい名前' の、'リネーム対象' のパターンに一致する部分 を、'置換文字列' に置き換えます '新しい名前' に一致する指定パターンが有る内は、何度でも [適用]を実行できます [リネーム]を押すまでは実際のリネームは実行されません。 [戻す]を押せば、最初からやり直せます。 [リネーム]を押すと '古い名前' の '新しい名前' へのリネー ムを実行し、このダイアログを閉じます。パネルを隠さないこのデバイスをアンマウントしますか? デバイスをアンマウントすると安全にディスクを取り出すことができます書き込み禁止アイテムの削除を確認しません書き込み禁止アイテムを削除するときも確認を求めません操作ごとに確認を求めませんログメッセージの表示を簡略化します作業中のファイルを表示しません各ファイルの移動時にログを表示しません拡張属性を使わないホスト名を使わないDoorDoorファイルは 'ソケットやパイプ類似のもので、Solaris のみで使われます。Door:背景のダブルクリックでウィンドウをリサイズするダウンロード実行コマンドブックマークするにはディレクトリをここにドラッグしますドラッグ&ドロップドラッグ&ドロップディレクトリビューアにアイコンをドラッグ するか、フルパスを入力して下さいアイコンへのドラッグ関連づけるアプリケーションをここにドロップアイコンファイルをここにドロップ画像をここにドラッグ&ドロップしてくださいエラー読み込みエラーファイラウィンドウを開くとき、少なくともツールバー全体が表示できるようなウィンドウサイズになるよう強制します(アイテム数が少ない場合でも総てのツールが表示されます)ブックマークの管理アイテムを編集MIME ルール編集イジェクトイジェクト コマンドパス入力...選択を希望するファイル総てに適合するパターンを入力して下さい: ? 任意の1文字に一致します * ゼロ文字以上の総ての文字列に一致します [aA] 'a' 又は 'A' に一致します [a-z] 'a' から 'z' まで(小文字)のいずれか1文字に一致します *.png '.png'で終わる総てのアイテムに適合します表示したいファイルに合致するパターンを入力して下さい。パターンを指定しない場合はフィルタリングを解除します。 パターンによるファイルグロブが行われ、合致したものだけが表示されます。'フィルタリングをディレクトリにも適用' が 'ON' の時のみ、ディレクトリもグロビング対象になります。 (ワイルドカードやメタキャラクタが使用可能。参照 : (j)man 7 glob )シェルコマンドを入力して下さい。ファイル/ディレクトリをあらかじめ選択しておくか、クリックするとパラメ-タとしてコマンドラインに追加されます。 "$@" を扱うのに適切なシェルコマンドを入力してください。 例: gimp "$@"シェルコマンドを入力してください:ファイル/パス名を入力すれば該当するものを表示します。tab キーによる補完が可能です。ミニバッファの閉じるには 'Escape' キーを押して下さい。表示するパネルの名前を入力して下さい(この項目は旧バージョンからのアップグレードの為だけに有ります)表示するピンボードの名前を入力して下さい。作成失敗 '%s': %sファイル作成失敗: %s 用のテンプレートが見つかりません。画像 '%s' 作成エラー: %sエラーを起こしたファイルの一覧: %sファイル '%s' の %d 行目にエラーが有ります: "%s" これは旧ヴァージョンの ROX からアップグレードしたせいかもしれません オプション設定ウィンドウを開けて、何かを変更後元に戻してみてください(ファイルが再保存されるような操作を行う)。 以降、エラーは無くなるでしょう。%s にエラ-: %s背景イメージの読み込みに失敗: %s 背景は削除されました。アプレットの実行エラー: %s保存エラー %s: %sエラー救済用ファイル: %sパネル %s を保存できません: %sピンボード %s の保存に失敗: %sスキャンエラー '%s': %sスキャンエラー '%s': %s エラー、存在しない、あるいは参照許可のないファイルへのシンボリックリンク。エラー:このパネルでは、全てのアイテムにアイコンとテキストを表示します。実行実行ファイル '%s' は書き込み保護がされていません。実行は拒否します。パ-ミッションを設定し直してください。(これは ROX の初期バ-ジョンに由来するバグかもしれません) シンボリックリンクでない実行ファイルが書き込み保護されていないということは、悪意のある改竄が可能だということです。 利用する全てのユ-ザが信頼できるなら心配はいりませんが、そうでない場合は完璧なチェックを行うか、わずかでも不安の残るプログラムは全て削除すべきです。実行可能ファイル:実行ファイルを実行検索式:拡張属性サポート拡張属性タイプを格納するために使用される拡張属性は、指定アイテムをサポートしていません。 これは恐らくファイルシステム、C ライブラリ等の未サポートによるものか、ファイルシステムは拡張属性をサポートしているが、マウントオプションで拡張属性を指定していない事によるものと思われます(Linux の場合 'user_xattr')。拡張属性:アイテムはリモートマシン上に有る為、ピンボードに追加できません、例えば: %sシンボリックリンク '%s' が作れませんでした : %s%s '%s'のシンボリックリンクが作れません: %s (注意:古いリンクは削除されました。)キー入力の取得に失敗しましたイメージ '%s' を読み出せません:理由は不明ですが、恐らく壊れたファイルだと思われます。ファイル '%s' のメモリへの割付けに失敗しました : %s'%s'のオープンと調査に失敗しました : %s'%s'のオープンに失敗しました : %sサイズ取得に失敗'%s'の'%s'としてのリネームに失敗: %s 複数ファイルリネームを中断します。スキャンに失敗'%s'のシンボリックリンクを削除できません: %s画像のサイズ調整を高速にするファイルファイルが存在していないかアクセスできません: %s右クリックでアイテム用メニューファイルシステムテーブル "%s" が見つからず、システムのマウントが監視で来ませんファイルの色分けファイル名(及び詳細情報)はアイテムの種別に従って色分け表示されます。ファイラーウィンドウフィルタフィルタリングをディレクトリにも適用ファイルをフィルタリング検索検索式 リファレンス細かいフィットシンボリックリンクを追跡テキスト表示用の固定幅フォント総ての`%s'形式(%s/%s)に適用する強行文字の色:GGb(%s)に合致,Goto:グループ%s のグループが設定されていません。 ファイルを選択して Ctrl+%s でグループを設定して下さい。 その後にファイルを再選択するには %s を押してください。 10キーで設定するなら NumLock が on であることを確認してください。画面最下部の表示禁止区域の高さ画面最上部の表示禁止区域の高さヘルプHence隠しファイルホームホームディレクトリHourHours特大アイコン現在設定されているアイテムが存在しないので表示できません。いずれかのアイテムをドラッグしてください。'%s'を開く方法が分かりませんOK を押せば 'アプリに送る' 専用ディレクトリを開きます。登録したいアプリをそこへ Ctrl+Shift+ ドラッグ & ドロップして下さい(シンボリックリンクを作成できます)OK を押せばテンプレート・ディレクトリを開きます。登録したいテンプレートファイルをそこへコピーして下さい。アイコン表示アイコンのグリッド間隔:アイコンテーマ最小化ウィンドウのアイコン表示アイコン化する場所アイコン表示アイコンのみアイコン &このファイル形式の取扱いが設定されていない場合、これをデフォルトの動作に使用します。ファイラーウィンドウ背景のダブルクリックで、ツールバーのウィンドウサイズ最適化ボタンをクリックしたのと同様に、ウィンドウをリサイズします。'ON' の場合、総ての大文字から始まるファイル名のものを、小文字から始まるファイルよりも先に表示します。'ON'の場合、シンボリックリンクはターゲットからの相対パスを保持します。 リンク、ターゲットを共に移動するような場合は'ON'にして下さい。 'OFF'の場合,'/'からの絶対パスが保持されます。シンボリックリンクのみを 移動し、ターゲットは移動しないような場合は'OFF'にして下さい。'ON' の場合、詳細表示の際、ツールバー下部に情報項目の標題バーを表示します。'ON' で「名前でソ-ト」の場合、常にディレクトリを先に表示します。'ON' の場合、新規ウィンドウは可能な限り親ウィンドウの現在の表示法を引き継ぎ、'OFF' の場合、親ウィンドウの現在の表示法にかかわらず、デフォルトのオプション設定に従います。'ON' の場合、一つ以上の拡張属性をセットされたファイルは、それを明示する為、エンブレムが付け加えられます。'ON' の場合、ドットで始まる隠し属性ファイルも表示し、'OFF' の場合は表示しません。'ON' の場合、アイテムのタイプを基本形の要約ではなく、詳細に表示します。これを指定すると、デスクトップのアイコンが(テキスト)ラベルも含めて常に画面内に収まるようになります。このオプションを利用すると、最小化アイコンは、カレントワークスペースのもののみが表示されるようになります。このオプションを利用すると、ファイラーウィンドウを最小化した際は、ピンボードにアイコンとして表示されるようになります。(機能をサポートするウィンドウマネージャ上でピンボードを使用している場合)。 'ON' の場合、横方向順ではなく、縦方向順に大きいアイコンをならべます'ON' の場合、横方向順ではなく、縦方向順に小さいアイコンをならべます開こうとしたディレクトリが、既に別ウィンドウとして開かれている場合、旧ウィンドウを自動的に閉じます。Xinerama で、複数モニタを使用している場合、このパネルを一つのモニタのみで使用するよう制限しますアイコンとテキストアイコンのみアプリケーションの場合はアイコンのみtext/uri-listデータの,不正又は不明な改行です元のウィンドウのオプションを引き継ぐInotify(ファイルシステム監視機能)サポート内部エラー - bad info type内部エラー: %s は読めません無効な検索条件です無効なアプリケーション %s (AppRun 不良)選択を反転IsBlockIsCharIsDevIsDirIsDoorIsEmptyIsExecutableIsLinkIsMineIsPipeIsReadableIsRegIsSGIDIsSUIDIsSocketIsStickyIsWriteable対象アイテムは存在しませんKKbアイコンを画面内に収めるパネルが常にウィンドウより上に来るようにします。このオプションを 'ON' にする事で、compiz の幾つかのバージョンにおいても 'パネルを dock として扱う' オプションが正しく機能するように出来ます。有効にするには再起動が必要ですキーボードショートカットLarge File サポート大きいアイコンウィンドウの最大サイズ:最終変更日(_M)左端左端左端余白左クリックで %s を実行。 右クリックでバージョン一覧を表示。左クリック: 隠しファイルの表示/非表示 右クリック: サムネイルの表示/非表示リンクLink (絶対パス)Link (相対パス)リンク対象:リンク詳細表示ロックする不用意に削除されないように、アイテムをロックします内容を見るMMIME 形式'新しい名前'欄を最初の状態に戻しますパネルを画面の縁に確実に密着させます。パネルに隠されウィンドウが操作できなくなるような事が有る場合は、このオプションを'OFF'にして下さい。有効にするには再起動が必要ですサムネイルの管理マニュアルファイル名の最大幅(大きいアイコン):「小さいアイコン」の横に表示するファイル名の最大幅Mb中間メニューMinミニバッファMinsアイコン名の後に ',' が見つかりません'=' がありませんアイコン名に '>' が見つかりませんパネル設定ファイル内で '<' 又は '>' が、欠けています修正した日時:等幅フォントピンボードを有効にした時、ROXファイラーを含む様々な起動中のプログラムは、デスクトップにアイコン化することが出来ますマウントマウント/アンマウントマウント/アンマウントするときに確認を求めませんマウント コマンドマウント コマンドマウントポイントマウントポイント (%s)%s (%s) のマウントポイント移動ファイルを移動/リネームするときに確認を求めませんファイルを移動注意: お使いのシステムはロングオプションをサポートしていません - ショートバージョンを使ってください 名前サイズを自動的には変更しない新規作成新規ウィンドウ新しい名前新パス名は絶対パスでは有りません左ボタン(第 1 ボタン)で新しいウィンドウを開く新規ディレクトリ新規ファイル新しいとき次のクリックいいえいいえ (apsymbols.h がみつかりません)アイコンなしtext/uri-list に URI がありません(何も出来ません!)このままなしアイテム無し%sピンボードが使用されていなかったので、デフォルトピンボードが設定されました。 以後、ピンボードを使用するなら rox-p=Default' で起動します。対応アプリが設定されていませんこの種類(%s/%s)のファイルに対応するアプリが設定されていません - アイコンを右クリックして「対応アプリの設定」を選んでください。もしくはアイコンを直接アプリにドラッグしてください。%s文字の影なし('新しい名前'欄には)リネーム対象欄の正規表現にマッチする文字列はありませんツールバーなし実行属性の無い %s非ローカル URL %sありませんいずれの名前も変更されませんでした。なにも行いませんでした。これらのファイルはローカルマシン上にはありません(複数リモート上のファイルは取り扱えません、ごめん!)普通は、ROX-Filer は、通常ファイルのタイプを、ファイル名のパターンに よって決定します。 ファイルタイプを変更するためにはリネームする必要があります。 より新しいファイルシステムは、'パラメーター'という名のファイル毎の追 加属性データを格納する、「拡張属性」と呼ばれるものをサポート可能です。 ROX-File は、ファイルタイプを格納するために 'user.mime_type' を使用 します。 これらのファイルタイプは、ファイルシステム、OS がその機能を実装し ている場合に限り、ディレクトリー、デバイス、パイプ等ではなく、通常 ファイルに対してのみサポートされます。 通常デスクトップの背景で右クリックをすると ROX のピンボードメニューが現れ、左クリックで消えます。ここを ON にすれば、マウスイベントはウィンドウマネージャに渡されます。この場合もアイコン上でのクリックは ROX に渡されます通常は、メニュー(command box の横の矢印をクリック)からコマンドを 撰択できます。より、きめ細かい操作が必要な場合には... コマンドの書式:CHANGE, CHANGE, ... 各'CHANGE'の書式:WHO HOW PERMISSIONS WHO はユーザ(所有者)、グループ、他人、の許可属性を変更する べきかを決める ugo の、一つ以上を組み合せた文字です。 HOW+, -, = のいずれか。許可属性を追加、削除、同等、にします。 PERMISSIONS は 'rwxXstugo'の内、一つ以上の文字の組合せです ※ ( )内の文、及び空白は無視されます。 : u+rw (ファイル所有者の読み書きを許可します) g=u (グループの許可属性を、所有者のものと同じにします) o=u-w (他人の許可属性を、所有者のもの同様とし、書き込のみ不許可 の属性とします) a+x (全員の実行属性を許可します - 'ugo+x' とおなじです) a+X (ディレクトリの場合は全員アクセス可能; ファイルの場合は、誰か の実行属性が付いていれば、全員実行可能となります) u+rw, go+r (二つの変更を同時に) u+s (SetUID を有効にする - script ファイルに対しては殆ど無効です) 755 (許可属性値を、直接指定します) ※詳細は chmod(1) man page を見て下さい。Notサポートされていません'ON'にした場合には、'Alt'キーを押しながら左ボタンでドラッグすれば、オプションメニューを表示できます。'ON'にした場合には、'Alt'キーを押しながら左ボタンでドラッグすれば、オプションメニューを表示できます。注意: 新しい言語設定を完全に有効にするには、 選択を保存してファイラを再起動してください。なしNowもしくは古い名前1 個のアイテムがパターンに一致しますが、変更の前後が同じですパネルのみを表示します。画像ファイル(または特定のアプリケーション)だけが背景に設定できます。 image.`%s' のみに適用する`%s'形式(%s/%s)のみに適用するディレクトリをコピーするときのみログを表示しますディレクトリを削除するときのみログを表示します対象より新しいときだけ上書きしますこのパネルでは、アイコンのみを表示しますピンボードのみを表示します。テキストとして開くディレクトリを開くマウントされてない状態で開くオプションオプション設定大きいアイコンを縦方向順に配置小さいアイコンを縦方向順に配置ピンボードとパネルの制御をウィンドウマネージャの支配下に置かない所有者所有者, グループ:パネル (廃止)パネル・オプションパネル・オプション...パネルとピンボードパネルを'dock'として扱うパネルのみパネルを最上層に配置パネルの幅親ディレクトリを新規ウィンドウで親ディレクトリを同じウィンドウでデスクトップの背景でのマウスクリックはウィンドウマネージャに渡すパスパターンパーミッションピンボードピンボードの動作ピンボードのみパイプパイプ:位置ありますショートカットを入力してください(例: Control+F1)プログラム %s がありません - 削除しましたか?プロパティどれのプロパティを...?サムネイルのキャッシュを削除移動するにはリストの項目にカーソルを置いてください確認しないROX アプリケーションROX-FilerROX-Filer はこのマウントポイントをサポートできていません。ごめん!ROX-Filer はオプション設定ファイルを、新規 XML 形式に変換しましたROX-Filer ログビュワーROX-Filer 開始読み込み通常のディレクトリ:アイコン'%s'を削除しますか?最近開いたディレクトリ最近実行された操作再帰更新通常ファイル:リモートのアプリケーションはデータを送って来ません - 悪しからずリモートアプリケーションは Direct Save を使用したいのですが、 XdndDirectSave0 プロパティ(text/plain 形式)を読み込めません。 アイテムを削除パネルを削除リネームどれをリネーム?リネームリネーム対象:ディレクトリの内容を読み直す戻すウィンドウをリサイズ表示方法を変更したらリサイズする全ての設定をオプションダイアログを開いたときの状態に戻します。逆順にソート右端右端右端余白対応アプリ:ユーザ '%s' で実行GTKバージョン %d.%d.%d で実行 SSGID ビットSUID ビット現在のウィンドウのアイコンと同じデフォルトのアイコンと同じ名前を付けて保存:現在の表示設定を保存スケールイメージの縦横比率を維持し、背景エリアを満たすよう伸縮して表示(はみ出しを容認)イメージの縦横比率を維持し、背景エリアサイズに納まるよう伸縮して表示(余白を容認)スキャンスキャン中, 走査中, どれを検索?SecSecs詳細は attr の man page (5)をご覧下さい。詳細は fsattr の man page (5)をご覧下さい。選択全て選択条件附き選択条件選択:名前選択:全てを選択/選択を反転(左/右クリック)名前で選択保存する表示属性の選択設定を保存する項目ツールバーに表示するボタンを選んでください:どれをアプリに送る?アプリに送るアイコンを設定対応アプリの設定MIME 形式設定背景を設定`%s/' 全てに適用するアイコンを設定どれにアイコンを設定?アイコンを全ての`%s/' に適用するキーボードショートカットを設定どれのパーミッションを設定?対応アプリを設定どれに対応アプリを設定...?MIME形式設定どれの MIME 形式を...?MIME形式設定リファレンス 環境変数 CHOICESPATH により、アイコンが設定できません設定されたタイプは選択されたファイル中の幾つかをサポートしていません。シェルコマンド...シェル:[Shift]+で開くどれを[Shift]+で開く?タイトルバーへの状態表示を略記する表示ブックマークを表示ヘルプファイルを表示隠しファイルを表示情報を表示アイテムの場所を表示ログを表示ROX-Filerのヘルプを表示リンク先を表示サムネイルを表示ヘルプファイルを表示実行可能なメニューを表示項目の標題を表示拡張属性インジケータを表示詳細を表示/非表示タイプの詳細を表示隠しファイルを表示隠しファイルを表示アイコン化したウィンドウを表示画像のサムネイルを表示ワークスペース毎に表示アイテム上で右クリックした時、メインメニューの代わりにアイテム用メニューを開きます。(Ctrl キーを押す事によりメインメニューも開けます)ファイラーウィンドウに現在の選択を表示ファイラーウィンドウに表示されているアイテムの総数を表示します。隠しファイルがある場合、その数も表示されます。アイテムが選択されている場合は、その数と合計サイズを表示します。アイテムの総数を表示シングルクリックで操作するシングルクリックで開くサイズメニューのアイコンの大きさ:サイズ:サイズ小さいアイコンアイコン縮小ソケットソケット:いくつかの'新しい名前'の中に / が含まれています (例えば '%s')。これは、ファイルが別のディレクトリに置かれることを意味しますが、処理を続けますか?幾つかのファイルは別のマシン上にあります(それらは無視されます)。ごめんね!古いアプリケーションでは XDND (X Drag aNd Drop プロトコル)を完全にはサポートしないので、このオプションが必要になります。アプリケーションにファイルをドラッグした際、ポインタが + マークになってもドロップが機能しない場合に使用してくださいウィンドウマネージャの中には新しい'Extended Window Manager Hints'をサポートしないものがあり、その場合、ピンボードとパネルはウィンドウと同様に扱われます。ここにチェックを入れると、ピンボードアイコンやパネルがウィンドウの前面に来たり、メニューやタスクバー上のウィンドウリストに現われたりする問題を解消することが出来ます。 ※ 'Extended Window Manager Hints' の詳細については、以下を。 http://standards.freedesktop.org/wm-spec/wm-spec-latest.htmlROX は、デスクトップ構成を認識し切れず、(例えば) Gnome パネルの下に最小化ウィンドウ(のアイコン)を置くような場合も有ります。下の上部余白、下部余白の設定によりこれを回避することが出来ます。ROX パネルに関しては常に正常に認識されますtext/uri-list 又は XdndDirectSave0形式のターゲットを指定して下さい.text/uri-list 又は application/octet-stream 形式のターゲットを指定して下さい.ローカルファイルではないので '%s' を使えません。リモートファイル / raw data の動作メニューは表示できません.ごめん!ドロップエリアにドロップ出来るファイルは一つだけですソート日付でソートグループでソート名前でソート所有者でソートサイズでソート種類でソート日付でソートグループでソート名前でソート所有者でソートサイズでソート種類でソートソート条件:ソート方法と順序ソート変換対象に一致する正規表現と、置き換える文字列を指定して下さい開くまでの時間:Sticky ビット伸縮イメージの縦横比率を無視し、背景エリアサイズに伸縮して表示Xtermに切り替えるシンボリックリンクシンボリックリンクシンボリックリンク -> シンボリックリンクどれをシンボリックリンク?このディレクトリに指定アイテムを開くプログラムの Symlink を置いて下さい。それらは同形式 (%s/%s) アイテムを指定して開かれたメニューの先頭に専用メニューとして追加されます'%s' のシンボリックリンクは既に存在します。置き換えますか?TここでXtermを起動常用ターミナルエミュレータアイコンの横に文字を表示文字の影:アイコンの下に文字を表示'大きいアイコンモード'の時、ファイル/ディレクトリ名表示がこの幅より広いと折り返します。'特大アイコンモード'の時の折り返し幅は 50%増しとなります。 -o オプションは現在使われなくなりました(ウィンドウマネージャによるパネル制御)。 代わりにオプションボックスから設定可能です。'アプリに送る'メニューは、ファイル(複数可)をアプリを指定して迅速に開く方法です。以下の専用ディレクトリに登録されたアプリが 'アプリに送る'メニューで使用可能です: %s %s `アプリに送る'メニューはファイル上で'Shift+メニューボタン(通常右ボタン)クリック'すれば単独で開けられます より進んだ利用法: `.text_html'、`.text'、などファイルタイプごとのサブディレクトリを作成しておくと、その形式のファイルが選択されたときに表示されます。.group' は複数形式のファイルが選択されたときに表示されます。背景の表示プログラムはアプリケーションディレクトリ形式である必要があります。アプリケーションディレクトリを背景設定ダイアログボックスにドラッグ&ドロップして下さい。 又は (for programmers) アプリケーションディレクトリを SOAP SetBackdropApp method に渡して下さい。 ※ アプリケーションディレクトリ、SOAP に関しては以下をご覧下さい。 file:///usr/apps/ROX-Filer/Help/Manual.html#AppDir file:///usr/apps/ROX-Filer/Help/Manual.html#soap ※ 背景設定プログラム関しては以下をご覧下さい。 http://rox.sourceforge.net/phpwiki/index.php/Wallpaperリムーバブルメディアのイジェクトを行うコマンドです。よく分からない場合は "eject" コマンドを利用してください。ファイルシステムのマウントを行うコマンドです。 一般ユーザーでリムーバブルメディアを扱う時は、 pmount がおすすめです。 よく分からない場合は "mount" コマンドを利用 してください。ファイルシステムのアンマウントを行うコマンドです。 一般ユーザーでリムーバブルメディアを扱う時は、 pumount がおすすめです。 よく分からない場合は "umount" コマンドを利用して ください。(u "n" mount ではないですよ)。ROX は標準的なルールに従ってファイルの MIME 形式を判別し、適切なアイコンを設定します。リサイズが有効と思われる場合(ディレクトリ変更時、表示形式変更時など)、常に自動的にリサイズします。'リネーム対象' に一致する '新しい名前' の最初の該当箇所が、 この欄の文字列に置き換えられます。 (この欄では正規表現の \0 〜 \9 よる後方参照が可能です。 \2 は 'リネーム対象'パターン中の、()によりグループ化され た表現の、2番目のグループに一致する文字列を指定します) 後方参照の例: 1.リネーム対象: ([0-9])-([0-9]) 置換文字列: DE\2\1 適用結果: abc5-39.txt → abcDE359.txt '-' で区切られた二つの数字に、最初に一致する部分 → '-' を省き、数字の前後を入れ替え、'DE'を前に付加 2.リネーム対象: ([0-9][0-9])(_)([0-1][0-9])(_)([0-3][0-9])(\.)(.+) 置換文字列: 平成21年\3月\5日\6log 適用結果: 09_05_09.txt → 平成21年05月09日.log 西暦表記風の名前 → 元号表記風にし、拡張子を log に変更 ※先頭へのパスの付加で、同ファイルシステム内の移動も可能。アイコンのテキスト(ラベル名)のフォントを指定します。キーボードのショートカット:画面全体に対する最大のサイズ。自動的にサイズを変更する際に許可する最大のサイズ。アイテムの在処は最低1文字以上でなければいけません!Xinerama 使用時、このパネルをつかうモニタ(番号付けは 0 から)指定されたパスは存在しません。アイコンは変更されません。メニューの`ここでxtermを起動'を選んだときに起動するプログラムrox を -S 又は --rox-session オプションで起動した場合に、セッション・マネージャは これらのオプションを有効にしますこのパネルのサイズアイコンの下に表示するテキスト:テーマテーマは ~/.icons ディレクトリに置いて下さい削除するサムネイルはありません1 個のエラーが発生しました。 %d 個のエラーが発生しました。 太い細いより新しいオペレーティングシステムおよびファイルシステムにおいて利用可能な拡張属性の使用を不能にします。このオプションでメニューの MIME形式設定の項は無効になり、MIME型の決定はファイル名のみによりなされ、プロパティダイアログには拡張属性はレポートされません不適切な UTF-8 のファイル名です。リネームしてください 各'新しい名前'中の、変更したい部分を指定します。 (文字列パターンとして、正規表現も使用できます) 以下のパターンの例は、'新しい名前' の該当部分を指定します。 abc 文字列 abc ^ 名前の先頭 $ 名前の末尾 \. '.'(ドット) [0-9] 一桁の数字 \.html$ index.html、content.html などの末尾の '.html' [a-zA-Z]{2}_[0-9] ab_01.txt の 'ab_0' や cde_5.jpg の 'de_5' (※正規表現に関しては、jman 7 regex などをご覧ください)これは、このディレクトリの規範的な名称です。これはプログラムではありません。別のアプリを指定してください。これが新規ウィンドウ起動時のデフォルト設定になりますが、 表示メニューにより、各ウィンドウのサムネイル表示を、個別に ON/OFF することも出来ます。これ以上移動できませんドラッグしたファイルでディレクトリをスプリングオープンする際の保持時間を(ミリセコンド単位で)設定します。'スプリングオープン'が'ON'の場合に有効です。このオプションを使うには、同時に上のオプションにもチェックを入れてください。ファイルをドラッグしてディレクトリの上に保持すると、そのディレクトリが '跳ね開け' られます。対応コマンド(0launch)が利用不能な為、このプログラム(%s)は実行することができません。それは以下からダウンロードすることができます: http://0install.net/injector.htmlサムネイルサムネイルのキャッシュサムネイル, タイルイメージを背景エリアに、タイル状に並べて表示日時日付タイトルメニュー項目にキーボードショートカットを設定するには: - ファイラーウィンドウ上でメニューを開く - マウスポインタを、設定したい項目の所へ移動 - 割り当てたいキーを押す 設定したショートカットはメニュー項目の横に表示され、以後はメニューを開かなくてもショートカットキーにより、その機能を呼び出せます。速度を上げるため、生成したサムネイルは隠しディレクトリ ~/.thumbnails に保存されます。ここをクリックすると保存したサムネイルを削除します。それらは必要に応じて再生成されるでしょう。ツールバーツールバーの種類:ツールバー/ミニバッファ上端上端上端余白詳しくは `rox --help' で確認してください 詳しくは `rox -h' で確認してください タイプ種類:タイプイメージファイルが取り込めません。ROX が扱える形式でないか、パーミッションが適切でないかでしょう アイコンは変更されません。'%s'を読み込めませんでした : %s'%s'の置き換えに失敗しました'%s' を保存できません重複したウィンドウを開かない不明不明なアクションの要求です不明な詳細の種類'%s'不明な端部不明な並べ変え方法'%s'不明なスタイル'%s'不明な対象不明な種類:アンマウントアンマウント コマンド名前がありません名無しのデータ上へUsage: ROX-Filer/AppRun [OPTION]... [FILE]... 指定されたファイル(ディレクトリ)を開きます。指定が無い場合は カレントディレクトリを開きます。 -b, --border=PANEL 境界に'PANEL'(という名の)パネルを表示 -B, --bottom=PANEL 画面の下端に'PANEL'(という名の)パネルを表示 -c, --client-id=ID セッションマネージメントを適用 -d, --dir=DIR 'DIR' をディレクトリとして開く (AppDir としてではなく) -D, --close=DIR 'DIR' と そのサブディレクトリを閉じる -h, --help このヘルプを表示して終了 -l, --left=PANEL 画面の左端に'PANEL'(という名の)パネル を表示 -m, --mime-type=FILE 'FILE'のMIME形式を表示して終了 -n, --new 新規に ROX を起動; ROX デバッグ用 -p, --pinboard=PIN 'PIN'(という名の)ピンボードを使用 -r, --right=PANEL 画面の右端に'PANEL'(という名の)パネル を表示 -R, --RPC 標準入力から呼び出し方法を読み取る -s, --show=FILE 'FILE'表示の為にディレクトリを開く -S, --rox-session デフォルトのパネルとピンボードで -n を実行 -t, --top=PANEL 画面の上端に'PANEL'(という名の)パネルを表示 -u, --user ウィンドウ毎にユーザー名を表示 -U, --url=URL ファイル、ディレクトリを URI 形式で開く -v, --version バージョン情報を表示して終了 -x, --examine=FILE 変更された'FILE'を再検査 バグ報告は %s まで. Home page (最新バージョンを置いてあります): http://rox.sourceforge.net/ デスクトップ上でアイコンを 16 ピクセル単位で移動、配置。デスクトップ上でアイコンを 2 ピクセル単位で移動、配置。デスクトップ上でアイコンを 32 ピクセル単位で移動、配置。画像をこの MIME 形式全般のアイコンに設定します。画像をこの MIME 形式全般のデフォルトアイコンに設定します。カスタムフォントを使う:タイトルバーに、スキャン中は'+S'、全て表示は'+A'、サムネイル表示は'+T' とファイラーの状態の簡略表示を追加します。MIME 型式ごとにアイコンを設定するのは 'アイコンを設定...' ダイアログを使用します。標準に設定されるアイコンより優先されます。この MIME 形式のファイル全てにこのアプリを対応させる。ユーザー定義のショートカットは Gtk2 デフォルトでは無効であり、現在の設定は無効のままになっています。以下のような方法により、この機能を有効にすることが可能です: 1) ROX-Session、gnome-settings-daemon などの XSettings manager を使用する あるいは (こちらがおすすめ)、 2) ~/.gtkrc-2.0 (無ければ新規作成し) に以下の記述を加える: gtk-can-change-accels = 1 ※ ショートカット設定を有効にするには、上記の設定終了後 rox のウィンドウ、パネル、ピンボードを一旦すべて終了する必要が有りますビデオ・サムネイル表示形式:書き込み禁止ですX サーバーから'BadWindow'エラーを受け取りました。これは GTK のバグ(ドラッグ・アンド・ドロップ中の?)によるかもしれません。http://bugzilla.gnome.org/show_bug.cgi?id=152151 再試行してみて下さい...WeekWeeksデフォルトのサイズが「自動」の場合、アイテム数がこの数値を越えた時、小さいアイコンで表示します。「自動」以外の場合は指定サイズのままで表示します。マウスの左ボタンでファイルをドラッグしたときの動作マウスの中ボタンでファイルをドラッグしたときの動作セッション・マネージャー・プログラム(ROX-Session のような)によって実行された時、ファイラーはパネル、ピンボードのいずれか、又は両方を開くことができます。下のいずれかを選んで下さい。'ON' の場合、ファイラーウィンドウ内のサブディレクトリやプログラムへのファイルのドラッグが可能になります。操作中、アイテムは強調表示され、指定ディレクトリに コピー(又は移動かリンク作成)されるか、指定プログラムで開かれます。サムネイルを有効にすると、ディレクトリ内の画像ファイルが小さなサムネイルで表示されます。ピンボードは ROX 独特のデスクトップ管理機能です。様々なウィンドウマネージャ上で、デスクトップにショートカットアイコンを配置し、背景を設定する機能を提供します。ピンボード使用時(rox -h 参照)は、ファイラー画面上のアイテムをデスクトップにドロップして、デスクトップアイコンを作ることが出来ます'パス入力'ミニバッファ内で、タブキーを押しても変化が無い時(次の文字侯補が複数有る場合など)、警告音を鳴らします。'パス入力'ミニバッファ内で、タブキーを押した時、文字入力をさらに追加しても複数のファイルに適合するような場合、警告音を鳴らします。ウェブブラウザかリモート上からファイルをドラッグした時、アイテムをダウンロードする為、このコマンドが実行されます。 $1 はドラッグされたアイテムの URI に置き換えられ、アイテムはカレントディレクトリ(=ドロップ先ウィンドウ)にダウンロードされます。 例:xterm -e wget $1画面左端部の表示禁止区域の幅画面右端部の表示禁止区域の幅小さなウィンドウの時もツールバーをすべて表示ウィンドウウィンドウの動作ウィンドウマネージャ関連の問題置換文字列:他人書き込みXDS protocol error: leafname-ファイル名は '/' を含んでいないようです XDS プロトコルエラー: リターンコードは 'S', 'F', 'E' でなければいけません XdndDirectSave0 は指示通りの操作を行いましたが、要素 XDS (type text/plain) は leafname-ファイル名を含んでいません Xinerama モニタ %d は利用できませんYearYearsはいはい (より古いバージョンの glibc で実行可能)背景設定には、画像イメージ又は、ROX-Filer 用の背景表示プログラムを指定する事ができます。 (開発者へ) アプリケーションの AppInfo.xml には ROX-Filers manualに記載されているようなCanSetBackdrop エレメントが必要です。「対応アプリを設定」はファイルに対してのみ行えますこのディレクトリのウィンドウをもうひとつ開くことはできません。オプション設定で `重複したウィンドウを開かない'オプションが有効になっています。複数アイテムに同時にこの処理を行うことはできませんOS にサポートされていないようです。おそらく何かのアクシデントと思われますが、ウィンドウマネージャがパネルを閉じようとしています。 ...本当に閉じますか?まず削除するアイテムを選んでくださいメニューはアイテムの上で開いてください%s はロックされています。「アイテムを編集」でロックを外してから削除してください計算対象(複数可)を指定してください検索するアイテムを選んでくださいパーミッション変更対象(複数可))を選択してくださいパーミッション変更対象(複数可))を選択してくださいアプリに送るには Shift を押しながらメニューボタンをクリックして下さいまず削除する項目を選んでくださいウィンドウをリサイズする場合は、ウィンドウマネージャの作法に従うか、ファイラーウィンドウ内のスペースをダブルクリックする事により、手動でリサイズします。環境変数 CHOICESPATH の設定がカスタマイズを妨げています.残念!今までのパネル設定ファイルは新規 XML 形式に変換されました。今までのピンボード設定ファイルは新規 XML 形式に変換されました。グループ(_G)名前(_N)所有者(_O)パーミッション(_P)確認しない(_Q)相対リンク(_R)リネーム(_R)置き換え(_R)戻す(_R)サイズ(_S)タイプ(_T)使用コマンド(_U)a+x (実行可能/検索可能属性を付加)a-x (実行可能/検索可能属性を削除)昇順atimeblocks左下右下bytebytesctime降順ディレクトリディレクトリ機能はコンパイル時に設定しますファイルfile(1) says... %sファイルgidgo-rwx (個人用 - 所有者のみアクセス可)go-w (セキュリティ的処置)go=u-w (所有者の属性から書込み権を除き、グループ、他人の属性に)水平にinodeアイテムアイテムlstat(2) 失敗: %s内容を結合マウント済みmsmtimenlinksディレクトリが有りません) 上書きピクセルpruneピクセルsizesystem左上右上u+rw (所有者の読み書きを許可)uidアンマウント済み垂直にrox-2.11/ROX-Filer/Messages/nl/000077500000000000000000000000001230207736700161435ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/nl/LC_MESSAGES/000077500000000000000000000000001230207736700177305ustar00rootroot00000000000000rox-2.11/ROX-Filer/Messages/nl/LC_MESSAGES/ROX-Filer.mo000066400000000000000000002746311230207736700220110ustar00rootroot00000000000000d<\6HH&I9I$OI tIIDIFIJ,JIJ[JoJJ&J-J;J2,K0_K(KKK$KK3L 9L$GLlL}L LLL"LLM M@MSMcM |MM MMMMMM NN &NGN ON]NFeNNNNN N N OT!T UU7U MUZUjUU UU UU U!U8U\1VV VVdV"Ws3WWW(W&W'X )X7X;XX Y+Y;YRYLZaZ)gZ$ZZ*[G[ \ :\ [\e\y\\ \ \\\!\\ \ ]]#] ^ ^ )^ 7^A^&P^ w^^ ^^>^^^^_._'J_r_!_J__`"`;`*B`m`#t` `!```` aa.a8Ia]aaaabH&bob2bb$blbccscd)dd dde!e)e1e :eHefee e$eeeeff gg"h3h9hQh/Xh hhh hhhhhhh h ii&$iKiciviiii)ii i i j%j ?jrJj jj jjyjhkZ{k-k.l3l6Qll"llllOlMm"Smvm%m m m>mn n;nRnenkn qnSnn nnno o)oVpJ]pRpp}q)q,qq7q7rUrqr$s2zMzgz~z,zzzBz {,{3{C{H{b{g{o{"{{ {{{{{{{)|&||||||} } } }b(}}p}c~ ~~~ ~M~~  (I7gvBu\_y dgPOPJ{ 5׆" 0O>m-ڇ#&.ENn  ͈׈  ! +7 I!Tv}/Ɖ͉Ӊ ׉ #* N[7 IUf~$]5 9DMj ،-   $q/ m;w Ў.Վ`ez_ (2 6ODnlpx|-N͘3'R"z4ҙ  - 5@]:z ɚ Ϛݚ  * =GrNԛ0 '3< O]bho+ 1MS cBm?/7 ?2Mn  %? E&SEz ɟԟ "2:<Scl?ˠР ٠*,,Y ` k x !' & 8 CO a m#z ۢ 3<N$a2ʣ ѣܣ & 2 <J ^jzӤ -@)ͥǦަ (. 4 @NU}]Mۧ)N;D.Ms6D<=z  ¬ Ϭ ܬ  (<DLL + # +s9A !bTk۲bG4߳d1^JD۴A ]b%ص6!<^t866¸wq5ۺ cn%ܼ  ̽ ۽40MRX^1K^ m{ D989SI8\!~!7*5b sx~.0L}msI]- !'-13:ek  5@EK'Ow2Zx2%9p_*#&/FAv:<+0\B=0@n   -(N w  $=!Y {  8 < F;Q$@e0zNN!^#/ ;;,w7-- $8]'_>)&"5X.i$#"6L]w 3-ai}D %$0U&f0GWNw\#5 EVSor6z'( 7;KEH 60I@   -6'V~" )AG Wb=j;8&_$xT "&I1R + !%)B[lEd1:Kc`z)B*H0s~#3% +K fp' &&CJd+j  + 8 K)W+6Ngul aC Dd 3"9\vY{(= W e<s(  #.3HF   `^cV2%'# 91&k5A#  1 "R (u  ! ~ ` f Ao      S eo}H$Z%lY.Ge.mG)0DIafk- ==\a gq w\$o(O Xt^.v:6FqVl3pk/VUW+#;7_!F-< j &      !!"! B!O!h!z! !!!! ! !!!! "0 "<"E"4b"""" """""1 #;#M# $$70$ h$v$$ $)$$`$S%$X%}% % %%% % %% %&&&& A&,M&z& & &&0'J' (L,( y(((-(s(GB)+.,111V1p,2`2233 333 H3bi33!3- 4(94Fb44"4 4455 5*5I5Ki5555 55566 .6;6 S6^6}f666<7V7Z7c7s7|77777777.7(8 /8=8U8Dq888 8D8K9e9 k9v99 9 9919x9m: :: : ::::,:R; i;s; z;; ;;";;;;; <!<A<II<<< <<<<9<;= C=M=^=p=="==.=<=8>X>l>{>> >>&>>>&?!A?$c?? ????9?@(@i@{@ @@@@@@@@ AA $A/A?A"TAwAAAAAAAB%B-BBC CCCDD7D@D HDVDfDmDuDgDcEoLFGMHUICgIMIBI geHgh hhhiii8Rj;jjYktCl|l5mmvn0Zooo,ooo o2o?pfXpp$p pppq(q /qAv@Pvvv vvvv v vvvvww-w#Mwqwzww w wwwwwww.www xx(x"Cx(fxxxxxxx xxxx x yyy%y-y 5y @y)Lyvy zyy57i,DO m'{kiYBv8{)*$`-UoEVp(?@*wD^>rcI_!2uj`I6%8-6:3s@oU;q"7lZWv'WZKT)9(C3M@45?zw!cu#^OKf*_[<>;<BM2 UxR8/V3IbCDJ/8zND>#jkT~ch1\Y2$Eat$AHKGp%j:SN^l9JY P;L { 0H Q&P:7_ 1e  qX(f]"$6A4oha`T da-x dHRrEWn/ 7@5NAq?r[#G.m RtX=Bm LLg 6l\=UF <k2e++4)>VF} Ry1xenght:00}"N5&Ou.a<~Ps,pSwC9+fQAgX "bzKB4TZ!dy |& s-iyn0W%LQ, OXb[%.]JM^Q'c(b|._S)v1!}Z3H\Y\d'?==G;MJ ]P|*/+` FGSFVC,&]9#~[E I Note: If this is a computer program which you want to run, you need to set the execute bit by choosing Permissions from the File menu. Asking child process to terminate... Process terminated. Trying to KILL run-away process... (%u hidden) and will affect some items on the pinboard or panel - really delete it? will affect some items on the pinboard or panel - really delete them?!%s Failed to copy '%s' !%s Failed to move %s as %s !%s Mount failed !%s Unmount failed !%s eject failed !'%s' is a symbolic link !ERROR: Can't copy object into itself !ERROR: Can't move/rename object into itself !ERROR: Destination already exists, but is not a directory !Invalid find condition - change it and try again !Invalid mode command - change it and try again !Invalid type - change it and try again !No mount points selected! %%d directories could not be migrated%d items%d names matched, but the results were all the same%s (for '%s')%s total, %s used, %s free (%.1f %%)%u selected (%s)' Done ' Total: %s ('%s' is no longer a symlink'%s' isn't a directory'(seems to be mounted now anyway) '(while checking '%s') 'Changing permissions of '%s' 'Changing type of '%s' to '%s' 'Copying %s as %s 'Deleting '%s' 'Directory '%s' deleted 'Eject '%s' 'Linking %s as %s 'Mounting %s 'Moving %s as %s 'Trying copy anyway... 'Trying move anyway... 'Unmounting %s (Small Icons):(bad utf-8)(click to set)(saving disabled by CHOICESPATH)(thick)(use default), going. Home page (including updated versions): http://rox.sourceforge.net/ Contents indicate...PermissionsQuick Start Just put the name of the file you're looking for in single quotes: 'index.html' (to find a file called 'index.html') Examples '*.htm', '*.html' (finds HTML files) IsDir 'lib' (finds directories called 'lib') IsReg 'core' (finds a regular file called 'core') ! (IsDir, IsReg) (is neither a directory nor a regular file) mtime after 1 day ago and size > 1Mb (big, and recently modified) 'CVS' prune, isreg (a regular file not in CVS) IsReg system(grep -q fred "%") (contains the word 'fred') Simple Tests IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor (types) IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable (permissions) IsEmpty, IsMine A pattern in single quotes is a shell-style wildcard pattern to match. If it contains a slash then the match is against the full path; otherwise it is against the leafname only. Comparisons <, <=, =, !=, >, >=, After, Before (compare two values) 5 bytes, 1Kb, 2Mb, 3Gb (file sizes) 2 secs|mins|hours|days|weeks|years ago|hence (times) atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks (values) Specials system(command) (true if 'command' returns with a zero exit status; a % in 'command' is replaced with the path of the current file) prune (false, and prevents searching the contents of a directory).?'%s' already exists - %s??'%s' already exists - overwrite??Another search??Change permissions of '%s'??Change type of '%s'??Check '%s'??Copy %s as %s??Count contents of %s??Delete %s'%s'??Eject '%s'??Link %s as %s??Mount %s??Move %s as %s??Unmount %s?A file called '%s' already existsA file called '%s' already exists. Aborting bulk rename.A run action already exists and is quite a big program - are you sure you want to delete it?About ROX-Filer...Access time:Action windowsAction windows appear when you start a background operation, such as copying or deleting some files.Add New BookmarkAdd the file and image filenames to your personal list. The setting will be lost if the image or the file is moved.AfterAgoAllow dragging to icons in filer windowsAlso change contents of subdirectoriesAlso change contents of subdirectories.Always resizeAndAny files placed in your Templates directories will appear on the `New' menu. Choosing one of them will make a copy of it as the new file. The following directories contain templates: %s %s App dirAppearanceApplet quit without ever creating a widget!Application directory:Application: This is an application directory - you can run it as a program, or open it (hold down Shift while you open it). Most applications provide their own help here, but this one doesn't.Applications have just an image, everything else has both an image and text.ApplyAre you sure you want to open %d windows?Arguments to pass (for executables):Ask the window manager not to cover panels at all when you maximise windows. Some window managers may not honour this. If unset, the filer asks for just a couple of pixels at the edge of the screen to remain uncovered, so that auto-raising works.Attempt to invoke unknown SOAP method '%s'Attempt to read an XML file as a text file. File '%s' may be corrupted.Auto-resize filer windowsAuto-start (Quiet) these actionsAutomaticAutomatic size modeAutomatic small icons:BBackdrop...Background:BasqueBeep if Tab-completion failsBeep if there are several matchesBeforeBehaviourBigger IconsBinary compatibilityBlackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.Blank fileBlock devBlock device:BookmarksBookmarks menuBoth a panel and a pinboard are shown.Bottom edgeBottom edge panelBottom marginBriefBroken symlink (or you don't have permission to follow it): %sBulk rename filesByteBytesCan't access '%s': %sCan't bookmark non-local directories like '%s'Can't bookmark non-local resource '%s' Can't delete '%s': %sCan't delete thumbnails in %s: %sCan't get data from remote machine (application/octet-stream not provided)Can't open directory: %sCan't remove %s: %sCan't stat directory: %sCancelCapitalised names first (for sort by name)CentreCentre the image without scaling itChange at:Change contents of subdirectoriesChange icon sizeChange permissions referenceChange sort criteriaChange time:Change to home directoryChange to parent directoryChanges here take effect the next time the filer is run.Changing the size of the icons or which details are displayed will resize the window for you.Char devCharacter device:Chinese (simplified)Chinese (traditional)Choices have been moved from %s to the new location %s Choices migrationChoices saving is disabled by CHOICESPATH variableChoices will be saved as: %sChoose a style and drag an image in:Choose between the fast or slow method of scaling backdrop images. The slow method can give better results.Clear SelectionClicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.Clicking the icon opens:Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.CloseClose WindowClose filer windowCoarseColour files based on their typesColoursCommand:CompatibilityCompiled with GTK version %s Confine to Xinerama monitorCopyCopy ... ?Copy files without confirming first.Copy image into directoryCopy the filesCopy the image inside the directory, as a hidden file called '.DirIcon'. All users will then see the icon, and you can move the directory around safely. This is usually the best option if you can write to the directory.Copy...Copyright (C) 2005 Thomas Leonard. ROX-Filer comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may redistribute copies of ROX-Filer under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Could not change permissions: %sCould not read link: %sCould not send data to program: %sCountCount the size of ... ?CreateCreate links to files without confirming first.CustomiseCustomise Menu...CzechDELETE ... ?DanishDateDayDaysDefault details:Default settingsDefault settings for new windowsDefault size:DeleteDelete files without confirming first.Deleting items such as Deleting the item Deleting the items DesktopDetailsDirDirectories come first (for sort by name)Directories spring openDirectoryDirectory '%s' is not accessibleDirectory '%s' not found.Directory missing/deletedDirectory:Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.Disk UsageDisplayDisplay styleDnotify supportDo a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below.Do not cover panelDo you want to unmount this device? Unmounting a device makes it safe to remove the disk.Don't confirm deletion of non-writeable itemsDon't confirm deletion of non-writeable items.Don't confirm every operationDon't display so much information in the message area.Don't list processed filesDon't log each file as it is movedDon't use extended attributesDon't use hostnamesDoorDoor files are a bit like sockets or pipes, and have only been seen on Solaris.Door:Double-click on background resizesDownload handlerDrag a directory here to bookmark it.Drag and DropDrag and dropDrag the icon to a directory viewer (or enter a full pathname)Dragging to iconsDrop a suitable application hereDrop an icon file hereDrop an image hereDutchERRORERROR readingEach filer window is constrained to be wide enough to show the whole of the toolbarEdit BookmarksEdit ItemEdit MIME rulesEjectEnglish (no translation)Enter Path...Enter a file name pattern to select all matching files: ? means any character * means zero or more characters [aA] means 'a' or 'A' [a-z] means any character from a to z (lowercase) *.png means any name ending in '.png'Enter a pattern to match for files to be shown. An empty filter turns the filter off.Enter a shell command to execute. Click on a file to add it to the buffer.Enter a shell command which will load "$@" into a suitable program. Eg: gimp "$@"Enter a shell command:Enter the name of a file and I'll display it for you. Press Tab to fill in the longest match. Escape to close the minibuffer.Enter the name of the panel to show here.Enter the name of the pinboard to show here.Error creating '%s': %sError creating file: could not find the template for %sError creating image '%s': %sError getting file list: %sError in '%s' file at line %d: "%s" This may be due to upgrading from a previous version of ROX-Filer. Open the Options window and click on Save. Further errors will be ignored.Error in handler %s: %sError loading backdrop image: %s Backdrop removed.Error running applet: %sError saving %s: %sError saving file: %sError saving panel %s: %sError saving pinboard %s: %sError scanning '%s': %sError scanning '%s': %s Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.Error:EstonianEvery panel icon is shown with an image and some text.Executable '%s' is world-writeable! Refusing to run. Please change the permissions now (this problem may have been caused by a bug in earlier versions of the filer). Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions. If you trust everyone who could write to these files then you needn't worry. Otherwise, you should check, or even just delete, all the existing run actions.Executable file:Execute fileExpression:Extended attributesExtended attributes, used to store types, are not supported for this file or files. This may be due to lack of support from the filesystem or the C library, or it may simply be that the filesystem needs to be mounted with the right mount option ('user_xattr' on Linux).Extended attributes:Failed to add some items to the pinboard, because they are on a remote machine. For example: %sFailed to create symlink '%s': %s (this may mean that the ROX theme already exists there, but the 'mime-application:postscript' icon couldn't be loaded for some reason)Failed to create symlink from '%s': %s (note: old link has been deleted)Failed to get keyboard grab!Failed to load image '%s': reason not known, probably a corrupt image fileFailed to open file '%s': %sFailed to read sizeFailed to rename '%s' as '%s': %s Aborting bulk rename.Failed to scanFailed to unlink '%s': %sFast scaling of imagesFileFile doesn't exist, or I can't access it: %sFile menu on right-clickFile type coloursFilenames (and details) are coloured according to the file's type.Filer windowsFilterFilter Files...FindFind expression referenceFineFinnishFollow Symbolic LinksFor all files of type `%s' (%s/%s)ForceForeground:FrenchGNOME-VFS libraryGermanGoto:GroupGroup %s is not set. Select some files and press Ctrl+%s to set the group. Press %s on its own to reselect the files later. Make sure NumLock is on if you use the keypad.Height of no-go area at bottom of screen.Height of no-go area at top of screen.HelpHenceHiddenHomeHome DirectoryHourHoursHuge IconsHungarianI can't show you the currently set item, because nothing is currently set. Drag something onto me!I don't know how to open '%s'I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it.I'll show you your Templates directory now; you should place any template files you want inside it.Icon ViewIcon grid step:Icon themeIcon theme '%s' does not contain MIME icons. Using ROX default theme instead.Iconified windowsIconify to theIcons ViewIcons onlyIcons, With...If a handler for the specific type isn't set up, use this as the default.If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.If on, the symlink will store the path from the symlink to the target file. Use this if the symlink and the target will be moved together. If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put.If this is on then column headings will be shown in the list view.If this is on then directories will always appear before anything else when sorting by name.If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.If this is on then files whose names start with a dot are shown too, otherwise they are hidden.If this is on then the full description of each object's type will be show rather than a short summary of its basic type.If this is set, pinboard icons are always kept completely within screen limits, including the label.If this option is on, the filer will only show iconified windows associated with the current workspace.If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.If this option is on, then large icons are sorted vertically, not horizontally.If this option is on, then small icons are ordered vertically, not horizontally.If you have an Xinerama multi-monitor setup, use this option to confine the panels to one monitor instead of spanning them.If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.Image and textImage onlyImage only for applicationsIncorrect or missing line break in text/uri-list dataInherit options from source windowInternal error - bad info typeInternal error: %s unreadableInvalid .gmo translation file (GNU magic number not found): %sInvalid .gmo translation file (too short): %sInvalid Find conditionInvalid application %s (bad AppRun)Invert SelectionItalianItem no longer exists!JapaneseKeep icons within screen limitsKeyboard shortcutsLanguageLarge File SupportLarge IconsLargest window size:Last _ModifiedLeft edgeLeft edge panelLinkLink (absolute)Link (relative)Link target:Link...List ViewLook InsideLook inside ... ?MIME typesMake the New column a copy of OldManualMax width (Large icons):Maximum width for the text beside a Small Icon.MediumMenusMinMinibufferMinsMissing ',' after icon labelMissing '='Missing '>' in icon labelMissing < or > in panel config fileModify time:Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.MountMount / UnmountMount and unmount filesystems without confirming first.Mount pointMount point (%s)Mount point for %s (%s)MoveMove files without confirming first.Move the filesNOTE: Your system does not support long options - you must use the short versions instead. NameNever automatically resizeNewNew WindowNew nameNew pathname is not absoluteNew window on button 1NewDirNewFileNewerNext ClickNoNo (apsymbols.h not found)No (need 2.8.0 or later)No IconsNo URIs in the text/uri-list (nothing to do!)No changeNo detailsNo items%sNo pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future.No run action definedNo run action specified for files of this type (%s/%s) - you can set a run action by choosing `Set Run Action' from the File menu, or you can just drag the file to an application.%sNo shadowNo strings (in the New column) matched the given expressionNo toolbarNon-executable %sNoneNone of the names have changed. Nothing to do!None of these files are on the local machine - I can't operate on multiple remote files - sorry.Normally ROX-Filer determines the type of a regular file by matching it's name against a pattern. To change the type of the file you must rename it. Newer file systems can support something called 'Extended Attributes' which can be used to store additional data with each file as named parameters. ROX-Filer uses the 'user.mime_type' attribute to store file types. File types are only supported for regular files, not directories, devices, pipes or sockets, and then only on certain file systems and where the OS implements them. Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.Normally, you can just select a command from the menu (click on the arrow beside the command box). Sometimes, you need more... The format of a command is: CHANGE, CHANGE, ... Each CHANGE is: WHO HOW PERMISSIONS WHO is some combination of u, g and o which determines whether to change the permissions for the User (owner), Group or Others. HOW is +, - or = to add, remove or set exactly the permissions. PERMISSIONS is some combination of the letters rwxXstugo Bracketed text and spaces are ignored. Examples u+rw: the file owner gains read and write permission g=u: the group permissions are set to be the same as the user's o=u-w: others get the same permissions as the owner, but without write permission a+x: all get execute/access permission - same as ugo+x a+X: directories become accessable by everyone; files which were executable by anyone become executable by everyone u+rw, go+r: two commands at once! u+s: set the SetUID bit - often has no effect on script files 755: set the permissions directly See the chmod(1) man page for full details.NorwegianNotNot supportedNote that you can still get the menu to appear, by dragging with Alt held down.Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.Note that you must save your choices and restart the filer for the new language setting to take full effect.NothingNowOROld nameOne name matched, but the result was the sameOnly a panel is shown.Only files (and certain applications) can be used to set the background image.Only for the file `%s'Only for the type `%s' (%s/%s)Only log directories as they are copiedOnly log directories being deletedOnly over-write if source is newer than destination.Only the image is shown.Only the pinboard is shown.Open AVFSOpen As TextOpen unmountedOptionsOptions...Order large icons verticallyOrder small icons verticallyOverride window manager control of the pinboard and panelsOwnerOwner, Group:PanelPanel OptionsPanel Options...Panel and pinboardPanel is a 'dock'Panel onlyPanel stylePanel width (thin)Panel: %sPanelsPanels are bars of icons that run along the side of the screen. See the manual for information about using panels.Parent, New WindowParent, Same WindowPass all backdrop mouse clicks to window managerPathPattern:PermissionsPinboardPinboard behaviourPinboard onlyPipePipe:PolishPortuguese (Brasil)PositionPresentPress the desired shortcut (eg, Control+F1)Program %s not found - deleted?PropertiesProperties of ... ?Purge thumbnails disk cachePut the cursor on an entry in the list to move itQuietROX applicationROX-FilerROX-Filer does not yet support mount points on your system. Sorry.ROX-Filer has converted your Options file to the new XML formatReadReal directory:Really delete icon '%s'?Recently VisitedRecurseRefreshRegular file:Remote app can't or won't send me the data - sorryRemote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property. Remove Item(s)RenameRename ... ?Rename...Replace:Rescan directory contentsResetResize WindowResize when changing the display styleRestore all choices to how they were when the Options box was opened.ReversedRight edgeRight-edge panelRomanianRun action:Running as user '%s'Running with GTK version %d.%d.%d RussianSSame as current windowSame as defaultSave As:Save Display Settings...ScaleScale the image to fit the backdrop area, without distorting itScanScanningScanning, Search inside ... ?SecSecsSee the attr(5) man page for full details.See the fsattr(5) man page for full details.SelectSelect AllSelect If...Select If:Select Named:Select all/invert selectionSelect by Name...Select display properties to saveSelect the buttons you want on the bar:Select the panel's position:Send ... to ... ?Send To...Set Icon...Set Run Action...Set Type...Set backdropSet default for all `%s/'Set iconSet icon for ... ?Set icon for all `%s/'Set keyboard shortcutsSet permissions on ... ?Set run actionSet run action for ... ?Set typeSet type of ... ?Set type referenceSetting icon disabled by CHOICESPATHSetting type not supported for some of these filesShell Command...Shell:Shift OpenShift Open ... ?Short titlebar flagsShowShow BookmarksShow Help FilesShow HiddenShow InfoShow LocationShow ROX-Filer helpShow TargetShow ThumbnailsShow _Help FilesShow a menu of possible actionsShow column headingsShow extra detailsShow full typeShow hiddenShow hidden filesShow iconified windowsShow image thumbnailsShow per workspaceShow the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).Show the current choice in a filer windowShow the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.Show totals of itemsShow/hide hidden filesSingle-click navigationSingle-click to openSizeSize of icons in menus:Size:SizesSmall IconsSmaller IconsSocketSocket:Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?Some of these files are on a different machine - they will be ignored - sorrySome older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.Sorry - I require a target type of text/uri-list or XdndDirectSave0.Sorry - I require a target type of text/uri-list or application/octet-stream.Sorry, I can't use '%s' because it's not a local file.Sorry, can't display a menu of actions for a remote file / raw data.Sorry, you need to drop exactly one file onto the drop area.SortSort by DateSort by GroupSort by NameSort by OwnerSort by SizeSort by TypeSort by dateSort by groupSort by nameSort by ownerSort by sizeSort by typeSort by:Sort type and orderSortingSpanishSpecify a regular expression to match, and a string to replace matches with.Spring delay:StickyStretchStretch the image to fill the backdrop areaSwedishSwitch to xtermSym linkSymbolic linkSymbolic link to SymlinkSymlink ... ?Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s).Symlink from '%s' already exists. Replace it with a link to '%s'?TText beside iconsText shadow:Text under iconsText wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.The -o argument is no longer used. You can turn on override redirect from the Options box instead.The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories: %s %s The `Send To' menu may be opened by Shift+Menu clicking over a file. Advanced use: You can also create subdirectories called `.text_html', `.text', etc which will only be shown for files of that type. `.group' is shown only when multiple files are selected.The backdrop handler must be an application directory. Drag an application directory into the Set Backdrop dialog box, or (for programmers) pass it to the SOAP SetBackdropApp method.The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.The filer will resize windows whenever it seems useful (that is, when changing directory or display style).The first match in each filename will be replaced by this string. There are no special characters.The font used for the text displayed under the iconsThe keyboard shortcut is:The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.The location must contain at least one character!The monitor the panels are confined to in Xinerama mode (numbered from 0).The pathname you gave does not exist. The icon has not been changed.The program to launch when you choose `Xterm Here' from the menu.The session manager activates these options by using the -S or --rox-session argument to rox.The size of the panels.The text displayed under the icon is:ThemesThemes should be placed inside the ~/.icons directory.There are no thumbnails to deleteThere was one error. There were %d errors. ThickThinThis disables the use of extended attributes available in newer operating systems and file systems. With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.This filename is not valid UTF-8. You should rename it. This is a regular expression to search for. ^ matches the start of a filename $ matches the end \. matches a dot \.htm$ matches the '.htm' in 'index.htm', etcThis is already the canonical name for this directory.This is not a program! Give me an application instead!This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.This item is already at the endThis option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.This program cannot be run, as the 0launch command is not available. It can be downloaded from here: http://0install.net/injector.htmlThumbnailsThumbnails cacheThumbs, TileTile the image over the backdrop areaTimesTitleTo set a keyboard short-cut for a menu item: - Open the menu over a filer window, - Move the pointer over the item you want to use, - Press the key you want attached to it. The key will appear next to the menu item and you can just press that key without opening the menu in future.To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.ToolbarToolbar type:Tools/MinibufferTop edgeTop marginTop-edge panelTranslationTry `ROX-Filer/AppRun --help' for more information. Try `ROX-Filer/AppRun -h' for more information. TypeType:TypesUnable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong? The icon has not been changed.Unique windowsUnknownUnknown action requestedUnknown details type '%s'Unknown sorting type '%s'Unknown style '%s'Unknown targetUnknown type:UnmountUnnamedUntitledDataUpUsage: ROX-Filer/AppRun [OPTION]... [FILE]... Open each directory or file listed, or the current working directory if no arguments are given. -b, --border=PANEL open PANEL as a border panel -B, --bottom=PANEL open PAN as a bottom-edge panel -c, --client-id=ID used for session management -d, --dir=DIR open DIR as directory (not application) -D, --close=DIR close DIR and its subdirectories -h, --help display this help and exit -l, --left=PANEL open PAN as a left-edge panel -m, --mime-type=FILE print MIME type of FILE and exit -n, --new start new copy; for debugging the filer -p, --pinboard=PIN use pinboard PIN as the pinboard -r, --right=PANEL open PAN as a right-edge panel -R, --RPC invoke method call read from stdin -s, --show=FILE open a directory showing FILE -S, --rox-session use default panel and pinboard options, and -n -t, --top=PANEL open PANEL as a top-edge panel -u, --user show user name in each window -v, --version display the version information and exit -x, --examine=FILE FILE has changed - re-examine it Report bugs to Use a 16-pixel grid for positioning icons on the desktop.Use a 2-pixel grid for positioning icons on the desktop.Use a 32-pixel grid for positioning icons on the desktop.Use a copy of the image as the default for all files of these MIME types.Use a copy of the image for all files of this MIME type.Use custom font:Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.Use the LANG environment variableUse this application for all files with this MIME type.User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by: 1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or 2) adding this line to ~/.gtkrc-2.0: gtk-can-change-accels = 1 (this only works if NOT using XSETTINGS)Video thumbnailsView type:WRITE-PROTECTED We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?): http://bugzilla.gnome.org/show_bug.cgi?id=152151 Trying to continue...WeekWeeksWhen automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.When dragging files with the left mouse buttonWhen dragging files with the middle mouse buttonWhen run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard. Here you configure which.When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg: xterm -e wget $1Width of toolbar sets minimum width of windowWindowWindow behaviourWindow manager problemsWith:WorldWriteXDS protocol error: leafname may not contain '/' XDS protocol error: return code should be 'S', 'F' or 'E' XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname XineramaXinerama monitor %d unavailableXterm HereYearYearsYesYes (can run with older glibc versions)You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop. Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual.You can only set the run action for a regular fileYou can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window.You cannot do this to more than one item at a timeYou do not appear to have OS support.You have tried to close a panel via the window manager - I usually find that this is accidental... really close?You must first select some items to removeYou must open the menu over an itemYou need to select some items to countYou need to select some items to search throughYou need to select the items whose permissions you want to changeYou need to select the items whose type you want to changeYou should Shift+Menu click over a file to send it somewhereYou should first select some rows to deleteYou'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.Your CHOICESPATH variable setting prevents customisations - sorry.Your old panel file has been converted to the new XML format.Your old pinboard file has been converted to the new XML format._Group_Name_Owner_Permissions_Quiet_Relative link_Rename_Replace_Revert_Size_Type_Use Command`Xterm Here' programa+x (Make executable/searchable)a-x (Make non-executable/non-searchable)ascendingatimeblocksbottom-leftbottom-rightbytebytesctimedescendingdirectoriesdirectoryfeatures set at compile timefilefile(1) says... %sfilesgidgo-rwx (Private - owner access only)go-w (Fix security problem)go=u-w (Public access, not write)horizontallyinodeitemitemslstat(2) failed: %smerge contentsmountedmsmtimenlinksno directories) overwritepixelsprunesizesystemtop-lefttop-rightu+rw (Give owner read+write)uidunmountedverticallyProject-Id-Version: ROX-Filer 2.2.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-08-09 14:02+0100 PO-Revision-Date: Last-Translator: Jan Wagemakers Language-Team: ROX Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Nota: Als dit een programma is dat moet gestart kunnen worden, dan moet het uitvoer-bit gezet worden. Dit kan gedaan worden door toegangsrechten in het Bestands-menu te kiezen. Probeer child proces te stoppen... Proces afgebroken. Poging om op hol geslagen proces te KILL'en... (%u verborgen) en zal bepaalde items op het paneel of prikbord beïnvloeden - echt verwijderen? zal bepaalde items op het paneel of prikbord beïnvloeden - echt verwijderen?!%s Mislukt om '%s' te kopiëren !%s Verplaatsen %s naar %s mislukt !%s Aankoppelen mislukt !%s Afkoppelen mislukt !%s Uitwerpen mislukt !'%s' is een symbolische link !FOUT: Kan object niet naar zichzelf kopiëren !FOUT: Kan object niet verplaatsen/hernoemen naar zichzelf !FOUT: Doel bestaat reeds, maar is geen map !Ongeldige zoekvoorwaarde - pas aan en probeer opnieuw !Ongeldige mode - pas aan en probeer opnieuw !Ongeldige type - pas aan en probeer opnieuw !Geen aankoppelpunten geselecteerd! %%d mappen konden niet verplaatst worden%d items%d overeenkomsten, maar de resultaten waren allemaal hetzelfde%s (voor '%s')%s totaal, %s gebruikt, %s vrij (%.1f %%)%u geselecteerd (%s)' Klaar ' Totaal: %s ('%s' is geen symbolische link meer'%s' is geen map'(lijkt nu in elk geval aangekoppeld te zijn) '(tijdens het controleren van '%s') 'Toegangsrechten aanpassen van'%s' 'Type aanpassen van'%s' naar '%s' Kopiëren %s als %s 'Bezig met verwijderen '%s' 'Map '%s' verwijderd 'Uitwerpen '%s' 'Maak symlink %s naar %s 'Aankoppelen %s 'Verplaatsen %s naar %s 'Probeer toch te kopiëren... 'Probeer toch te verplaatsen... 'Afkoppelen %s (Kleine iconen):(Slechte utf-8)(klik om te in te stellen)(opslaan is uitgezet door de CHOICESPATH variabele)(groot)(gebruik standaard), in. Home page (inclusief nieuwe versies): http://rox.sourceforge.net/ Inhoud geeft aan...Toegangsrechten