msgid ""
msgstr ""
"Project-Id-Version: rox-filer-2.9 galego\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-30 21:35+0200\n"
"PO-Revision-Date: 2010-09-30 23:33+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Galician\n"
"X-Poedit-Country: SPAIN\n"

#: abox.c:125
msgid "<dir>"
msgstr "<dir>"

#: abox.c:218
msgid "_Quiet"
msgstr "_Silencioso"

#: abox.c:227
msgid "Quiet"
msgstr "Silencioso"

#: abox.c:227
msgid "Don't confirm every operation"
msgstr "Non confirme cada operación"

#: abox.c:454
#: infobox.c:782
#: tips:36
msgid "Name"
msgstr "Nome"

#: abox.c:460
#: menu.c:237
msgid "Directory"
msgstr "Directorio"

#: abox.c:549
msgid "Expression:"
msgstr "Expresión:"

#: action.c:57
msgid "See the attr(5) man page for full details."
msgstr "Vexa a páxina do manual attr(5) para máis detalles."

#: action.c:59
msgid "See the fsattr(5) man page for full details."
msgstr "Vexa a páxina do manual fsattr(5) para máis detalles."

#: action.c:61
msgid "You do not appear to have OS support."
msgstr "Parece que non ten compatibilidade para S.O."

#: action.c:191
msgid "Find expression reference"
msgstr "Referencia para expresións de busca"

#: action.c:202
msgid ""
"<u>Quick Start</u>\n"
"Just put the name of the file you're looking for in single quotes:\n"
"<b>'index.html'</b> (to find a file called 'index.html')\n"
"\n"
"<u>Examples</u>\n"
"<b>'*.htm', '*.html'</b> (finds HTML files)\n"
"<b>IsDir 'lib'</b> (finds directories called 'lib')\n"
"<b>IsReg 'core'</b> (finds a regular file called 'core')\n"
"<b>! (IsDir, IsReg)</b> (is neither a directory nor a regular file)\n"
"<b>mtime after 1 day ago and size > 1Mb</b> (big, and recently modified)\n"
"<b>'CVS' prune, isreg</b> (a regular file not in CVS)\n"
"<b>IsReg system(grep -q fred \"%\")</b> (contains the word 'fred')\n"
"\n"
"<u>Simple Tests</u>\n"
"<b>IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor</b> (types)\n"
"<b>IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable</b> (permissions)\n"
"<b>IsEmpty, IsMine</b>\n"
"A pattern in single quotes is a shell-style wildcard pattern to match. If it\n"
"contains a slash then the match is against the full path; otherwise it is\n"
"against the leafname only.\n"
"\n"
"<u>Comparisons</u>\n"
"<b>&lt;, &lt;=, =, !=, &gt;, &gt;=, After, Before</b> (compare two values)\n"
"<b>5 bytes, 1Kb, 2Mb, 3Gb</b> (file sizes)\n"
"<b>2 secs|mins|hours|days|weeks|years  ago|hence</b> (times)\n"
"<b>atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks</b> (values)\n"
"\n"
"<u>Specials</u>\n"
"<b>system(command)</b> (true if 'command' returns with a zero exit status;\n"
"a % in 'command' is replaced with the path of the current file)\n"
"<b>prune</b> (false, and prevents searching the contents of a directory)."
msgstr ""
"<u>Inicio rápido</u>\n"
"Poña só o nome do ficheiro que quere buscar entre comiñas simples:\n"
"<b>'index.html'</b> (Para atopar «index.html»)\n"
"\n"
"<u>Exemplos</u>\n"
"<b>'*.htm', '*.html'</b> (Atopa HTML)\n"
"<b>IsDIr 'lib'</b> (Atopa directorios «lib»)\n"
"<b>IsReg 'core'</b> (atopa un ficheiro regular chamado «core»)\n"
"<b>! (IsDir, IsReg)</b> (Non é un directorio ou ficheiro regular)\n"
"<b>mtime after 1 day ago and size > 1Mb</b> (Con 1 MB e modificado recentemente)\n"
"<b>'CVS' prune, isreg</b> (ficheiro regular non está en CVS)\n"
"<b>IsReg system(grep -q fred \"%\")</b> (conten a palabra «fred»)\n"
"\n"
"<u>Probas sinxelas</u>\n"
"<b>IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor</b> (types)\n"
"<b>IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable</b> (permisos)\n"
"<b>IsEmpty, IsMine</b>\n"
"Un patrón entre comiñas simples é un patrón comodín estilo terminal.\n"
"Se conten unha barra despois do espazo racha a ruta completa, pola\n"
"contra racha o nome da folla.\n"
"\n"
"<u>Comparacións</u>\n"
"<b>&lt;, &lt;=, =, !=, &gt;, &gt;=, After, Before</b> (compara dous valores)\n"
"<b>5 bytes, 1Kb, 2Mb, 3Gb</b> (tamaños de ficheiros)\n"
"<b>2 secs|mins|hours|days|weeks|years  ago|hence</b> (veces)\n"
"<b>atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks</b> (valores)\n"
"\n"
"<u>Especiais</u>\n"
"<b>system(command)</b> (verdadeiro se «orde» devolve un cero de saída;\n"
"% na «orde» é substituído por a ruta ao actual ficheiro)\n"
"<b>prune</b> (falso, e impide a busca de contido nun directorio)."

#: action.c:249
msgid "Change permissions reference"
msgstr "Referencia para o cambio de permisos"

#: action.c:260
msgid ""
"Normally, you can just select a command from the menu (click \n"
"on the arrow beside the command box). Sometimes, you need more...\n"
"\n"
"The format of a command is: <b>CHANGE, CHANGE, ...</b>\n"
"Each <b>CHANGE</b> is: <b>WHO HOW PERMISSIONS</b>\n"
"<b>WHO</b> is some combination of <b>u</b>, <b>g</b> and <b>o</b> which determines whether to\n"
"change the permissions for the User (owner), Group or Others.\n"
"<b>HOW</b> is <b>+</b>, <b>-</b> or <b>=</b> to add, remove or set exactly the permissions.\n"
"<b>PERMISSIONS</b> is some combination of the letters <b>rwxXstugo</b>\n"
"\n"
"Bracketed text and spaces are ignored.\n"
"\n"
"<u>Examples</u>\n"
"<b>u+rw</b>: the file owner gains read and write permission\n"
"<b>g=u</b>: the group permissions are set to be the same as the user's\n"
"<b>o=u-w</b>: others get the same permissions as the owner, but without write permission\n"
"<b>a+x</b>: <b>a</b>ll get execute/access permission - same as <b>ugo+x</b>\n"
"<b>a+X</b>: directories become accessable by everyone; files which were\n"
"executable by anyone become executable by everyone\n"
"<b>u+rw, go+r</b>: two commands at once!\n"
"<b>u+s</b>: set the SetUID bit - often has no effect on script files\n"
"<b>755</b>: set the permissions directly\n"
"\n"
"See the chmod(1) man page for full details."
msgstr ""
"Normalmente é abondo con seleccionar unha opción do menú despregable,\n"
"pero as veces necesitase precisar un pouco máis...\n"
"\n"
"O formato de unha orde é <b>CAMBIO,CAMBIO,...</b>\n"
"Cada <b>CAMBIO</b> é: <b>QUEN COMO PERMISOS</b>\n"
"<b>QUEN</b> é algunha combinación de <b>u</b>, <b>g</b>, <b>o</b> que determina se se van a\n"
"cambiar os permisos para O Usuario (propietario), Grupo ou Outros.\n"
"<b>COMO</b> é <b>+</b>,<b>-</b> o <b>-</b> para engadir, quitar ou manter permisos.\n"
"<b>PERMISOS</b> son combinacións das letras <b>rwxXstugo</b>\n"
"\n"
"Os textos entre parénteses e os espazos son ignorados\n"
"<u>Exemplos</u>\n"
"<b>u+rw</b>: concede permisos de lectura e escritura ao propietario\n"
"<b>g=u</b>: os permisos para grupo son os mesmos que os de usuario(s)\n"
"<b>o=u-w</b>: outros teñen os mesmos permisos que o propietario menos o de escritura\n"
"<b>a+x</b>: <b>a</b>Permisos de acceso/execución - o mesmo que <b>ugo+x</b>\n"
"<b>a+X</b>: os directorios fanse accesibles para todos; os ficheiros fanse executables para todos\n"
"<b>u+rw, go+r</b>: duas ordes á vez!\n"
"<b>u+s</b>: poñer o bit SetUID - normalmente non ten efecto en ficheiros de escritura\n"
"<b>755</b>: configura permisos directamente\n"
"\n"
"Vexa a páxina de axuda (man) chmod(1) para ver máis detalles."

#: action.c:301
msgid "Set type reference"
msgstr "Referencia para a definición de tipo"

#: action.c:312
msgid ""
"Normally ROX-Filer determines the type of a regular file\n"
"by matching it's name against a pattern. To change the\n"
"type of the file you must rename it.\n"
"\n"
"Newer file systems can support something called 'Extended\n"
"Attributes' which can be used to store additional data with\n"
"each file as named parameters. ROX-Filer uses the\n"
"'user.mime_type' attribute to store file types.\n"
"\n"
"File types are only supported for regular files, not\n"
"directories, devices, pipes or sockets, and then only\n"
"on certain file systems and where the OS implements them.\n"
msgstr ""
"Normalmente «ROX-Filer» determina o tipo dun ficheiro regular\n"
"buscando un patrón  no seu nome. Para cambiar o tipo do ficheiro\n"
"ten que renomealo.\n"
"\n"
"Algúns sistemas novos de ficheiros son compatibles con algo chamado\n"
"«Atributos estendidos» que poden ser usados para gardar datos adicionais\n"
"de cada ficheiro como parámetros nomeados. «ROX-Filer» usa o atributo\n"
"«user.mime_type» para gardar os tipos de ficheiro.\n"
"\n"
"Os tipos de ficheiro só son compatibles con ficheiros regulares, e non\n"
"para directorios, dispositivos, canalizacións (pipes) ou «sockets», polo tanto só\n"
"en certos sistemas de ficheiros e cando o S.O. os implementa.\n"

#: action.c:419
msgid ""
"\n"
"Process terminated.\n"
msgstr ""
"\n"
"Proceso rematado.\n"

#: action.c:435
msgid "There was one error.\n"
msgstr "Atopouse un erro.\n"

#: action.c:437
#, c-format
msgid "There were %d errors.\n"
msgstr "Atopáronse %d erros.\n"

#: action.c:461
msgid "ERROR reading"
msgstr "Atopouse un ERRO ao ler"

#: action.c:504
msgid ""
"'\n"
"Done\n"
msgstr ""
"'\n"
"Feito\n"

#: action.c:560
#: support.c:395
msgid "ERROR"
msgstr "ERRO"

#: action.c:714
#: main.c:698
#: main.c:705
#: main.c:712
#: main.c:726
msgid "Yes"
msgstr "Si"

#: action.c:717
#: main.c:700
#: main.c:707
#: main.c:714
#: main.c:726
msgid "No"
msgstr "Non"

#: action.c:735
msgid ""
"\n"
"Asking child process to terminate...\n"
msgstr ""
"\n"
"Solicitando proceso fillo para rematar...\n"

#: action.c:742
msgid ""
"\n"
"Trying to KILL run-away process...\n"
msgstr ""
"\n"
"Tentando deter (KILL) procesos desbocados...\n"

#: action.c:895
#, c-format
msgid "?Count contents of %s?"
msgstr "?Calcular o contido de %s?"

#: action.c:931
#, c-format
msgid "?Delete %s'%s'?"
msgstr "?Eliminar %s«%s»?"

#: action.c:932
msgid "WRITE-PROTECTED "
msgstr "PROTEXIDO CONTRA ESCRITURA"

#: action.c:939
#, c-format
msgid "'Deleting '%s'\n"
msgstr "'Eliminando «%s»\n"

#: action.c:952
#, c-format
msgid "'Directory '%s' deleted\n"
msgstr "'O directorio «%s» foi eliminado\n"

#: action.c:985
#, c-format
msgid "?Eject '%s'?"
msgstr "?Expulsar «%s»?"

#: action.c:992
#, c-format
msgid "'Eject '%s'\n"
msgstr "'Expulsar «%s»\n"

#: action.c:1011
#, c-format
msgid ""
"!%s\n"
"eject failed\n"
msgstr ""
"!%s\n"
"fallou a expulsión\n"

#: action.c:1030
#: action.c:1049
#, c-format
msgid "?Check '%s'?"
msgstr "?Verificar «%s»?"

#: action.c:1046
msgid "!Invalid find condition - change it and try again\n"
msgstr "!A condición de busca non é válida - debe cambiala e probar de novo\n"

#: action.c:1056
#, c-format
msgid "'(while checking '%s')\n"
msgstr "'(ao verificar «%s»)\n"

#: action.c:1130
#: action.c:1155
#, c-format
msgid "?Change permissions of '%s'?"
msgstr "?Cambiar permisos de «%s»?"

#: action.c:1136
#, c-format
msgid "'Changing permissions of '%s'\n"
msgstr "'Cambiando permisos de «%s»\n"

#: action.c:1153
msgid "!Invalid mode command - change it and try again\n"
msgstr "!Orde de modo non válida - debe cambiala e probar de novo\n"

#: action.c:1211
#, c-format
msgid "?Change contents of '%s'?"
msgstr "?Cambiar o contido de «%s»?"

#: action.c:1214
#: action.c:1234
#, c-format
msgid "?Change type of '%s'?"
msgstr "?Cambiar o tipo de «%s»?"

#: action.c:1231
msgid "!Invalid type - change it and try again\n"
msgstr "!Tipo non válido - debe cambialo e probar de novo\n"

#: action.c:1253
#, c-format
msgid "'Changing type of '%s' to '%s'\n"
msgstr "'Cambiando o tipo de «%s» a «%s»\n"

#: action.c:1276
#, c-format
msgid "'Not changing type of directory '%s'\n"
msgstr "'O tipo de directorio «%s» non se cambia'\n"

#: action.c:1282
#, c-format
msgid "'Non-regular file '%s' not changed\n"
msgstr "'Ficheiro non regular «%s» non se cambia\n"

#: action.c:1342
#, c-format
msgid "?'%s' already exists - %s?"
msgstr "?«%s» xa existe - %s?"

#: action.c:1344
msgid "merge contents"
msgstr "mesturar contidos"

#: action.c:1345
msgid "overwrite"
msgstr "sobrescribir"

#: action.c:1361
msgid "'Trying copy anyway...\n"
msgstr "'Tentando copiar aínda así...\n"

#: action.c:1370
#, c-format
msgid "?Copy %s as %s?"
msgstr "?Copiar %s en %s?"

#: action.c:1374
#, c-format
msgid "'Copying %s as %s\n"
msgstr "'Copiando %s en %s\n"

#: action.c:1389
msgid "!ERROR: Destination already exists, but is not a directory\n"
msgstr "!ERRO: O destino xa existe pero non é un directorio\n"

#: action.c:1461
#, c-format
msgid ""
"!%s\n"
"Failed to copy '%s'\n"
msgstr ""
"!%s\n"
"Fallou ao copiar «%s»\n"

#: action.c:1505
#, c-format
msgid "?'%s' already exists - overwrite?"
msgstr "?«%s» xa existe - sobrescribir?"

#: action.c:1520
msgid "'Trying move anyway...\n"
msgstr "'Tentando mover aínda así...\n"

#: action.c:1528
#, c-format
msgid "?Move %s as %s?"
msgstr "?Mover %s para %s?"

#: action.c:1532
#, c-format
msgid "'Moving %s as %s\n"
msgstr "'Movendo %s para %s\n"

#: action.c:1540
#, c-format
msgid ""
"!%s\n"
"Failed to move %s as %s\n"
msgstr ""
"!%s\n"
"fallou ao mover %s para %s\n"

#: action.c:1561
msgid "!ERROR: Can't copy object into itself\n"
msgstr "!ERRO: Non se pode copiar un obxecto cara a el mesmo\n"

#: action.c:1576
msgid "!ERROR: Can't move/rename object into itself\n"
msgstr "!ERRO: Non se pode mover/renomear un obxecto cara a el mesmo\n"

#: action.c:1588
#, c-format
msgid "'Linking %s as %s\n"
msgstr "'Ligando %s con %s\n"

#: action.c:1593
#, c-format
msgid "?Link %s as %s?"
msgstr "?Crear ligazón para %s con %s?"

#: action.c:1636
#, c-format
msgid "'Mounting %s\n"
msgstr "'Montando %s\n"

#: action.c:1637
#, c-format
msgid "'Unmounting %s\n"
msgstr "'Desmontando %s\n"

#: action.c:1640
#, c-format
msgid "?Mount %s?"
msgstr "?Montar %s?"

#: action.c:1641
#, c-format
msgid "?Unmount %s?"
msgstr "?Desmontar %s?"

#: action.c:1662
#, c-format
msgid ""
"!%s\n"
"Mount failed\n"
msgstr ""
"!%s\n"
"Fallou a montaxe\n"

#: action.c:1663
#, c-format
msgid ""
"!%s\n"
"Unmount failed\n"
msgstr ""
"!%s\n"
"Fallou a desmontaxe\n"

#: action.c:1671
msgid "'(seems to be mounted now anyway)\n"
msgstr "'(de calquera xeito agora parece estar montado)\n"

#: action.c:1717
#, c-format
msgid ""
"'\n"
"Total: %s ("
msgstr ""
"'\n"
"Total: %s ("

#: action.c:1723
msgid "file"
msgstr "ficheiro"

#: action.c:1723
msgid "files"
msgstr "ficheiros"

#: action.c:1727
msgid "no directories)\n"
msgstr "ningún directorio)\n"

#: action.c:1731
msgid "directory"
msgstr "directorio"

#: action.c:1732
msgid "directories"
msgstr "directorios"

#: action.c:1773
msgid "!No mount points selected!\n"
msgstr "!Punto de montaxe sen seleccionar!\n"

#: action.c:1858
msgid "?Another search?"
msgstr "?Outra busca?"

#: action.c:1888
#: action.c:1919
#, c-format
msgid "!'%s' is a symbolic link\n"
msgstr "!«%s» é unha ligazón simbólica\n"

#: action.c:1959
msgid "You need to select some items to search through"
msgstr "É preciso seleccionar algúns elementos para buscar en eles"

#: action.c:1969
#: menu.c:228
msgid "Find"
msgstr "Buscar"

#: action.c:2002
msgid "You need to select some items to count"
msgstr "É preciso seleccionar algúns elementos para calcular"

#: action.c:2006
msgid "Disk Usage"
msgstr "Uso de disco"

#: action.c:2042
msgid "Mount / Unmount"
msgstr "Montar / Desmontar"

#: action.c:2059
msgid "ROX-Filer does not yet support mount points on your system. Sorry."
msgstr "«ROX-Filer» aínda non é compatible con puntos de montaxe no seu sistema. Desculpe."

#: action.c:2073
#: menu.c:216
#: tips:173
msgid "Delete"
msgstr "Eliminar"

#: action.c:2085
#: tips:178
msgid "Force"
msgstr "Forzar"

#: action.c:2085
msgid "Don't confirm deletion of non-writeable items"
msgstr "Non confirme ao eliminar en elementos sen permisos de escritura"

#: action.c:2088
#: action.c:2147
#: action.c:2210
#: action.c:2283
#: action.c:2323
#: tips:180
msgid "Brief"
msgstr "Rexistro"

#: action.c:2088
msgid "Only log directories being deleted"
msgstr "Só crea rexistro dos directorios ao seren eliminados"

#: action.c:2107
msgid "You need to select the items whose permissions you want to change"
msgstr "É necesario escoller os elementos cuxos permisos quere modificar"

#: action.c:2115
msgid "a+x (Make executable/searchable)"
msgstr "a+x (Facer executable/buscable)"

#: action.c:2117
msgid "a-x (Make non-executable/non-searchable)"
msgstr "a-x (Facer non executable/non buscable)"

#: action.c:2119
msgid "u+rw (Give owner read+write)"
msgstr "u+rw (Dar ao propietario permisos de lectura escritura)"

#: action.c:2121
msgid "go-rwx (Private - owner access only)"
msgstr "go-rwx (Privado - acceso permitido só ao propietario)"

#: action.c:2123
msgid "go=u-w (Public access, not write)"
msgstr "go=u-w (Acceso público, sen escritura)"

#: action.c:2134
#: menu.c:189
#: menu.c:226
#: tips:53
msgid "Permissions"
msgstr "Permisos"

#: action.c:2147
#: action.c:2210
msgid "Don't list processed files"
msgstr "Non listar os ficheiros procesados"

#: action.c:2150
#: action.c:2213
#: tips:182
msgid "Recurse"
msgstr "Recursivo"

#: action.c:2150
msgid "Also change contents of subdirectories"
msgstr "Cambiar tamén o contido dos subdirectorios"

#: action.c:2154
msgid "Command:"
msgstr "Orde:"

#: action.c:2184
msgid "You need to select the items whose type you want to change"
msgstr "Ten que seleccionar o elemento cuxo tipo quere modificar"

#: action.c:2197
msgid "Set type"
msgstr "Definir tipo"

#: action.c:2213
msgid "Change contents of subdirectories"
msgstr "Cambiar o contido dos subdirectorios"

#: action.c:2220
#: infobox.c:638
msgid "Type:"
msgstr "Tipo:"

#: action.c:2267
#: dnd.c:122
#: menu.c:2024
#: tips:167
msgid "Copy"
msgstr "Copiar"

#: action.c:2279
#: action.c:2319
#: tips:184
msgid "Newer"
msgstr "Recente"

#: action.c:2280
#: action.c:2320
#: tips:185
msgid "Only over-write if source is newer than destination."
msgstr "Sobrescribir só se a fonte é máis recente que o destino"

#: action.c:2283
msgid "Only log directories as they are copied"
msgstr "Crear rexistro de directorios só ao seren copiados"

#: action.c:2307
#: dnd.c:123
#: tips:169
msgid "Move"
msgstr "Mover"

#: action.c:2323
msgid "Don't log each file as it is moved"
msgstr "Non crear rexistro de cada ficheiro ao seren movido"

#: action.c:2346
#: tips:171
msgid "Link"
msgstr "Ligazón"

#: action.c:2369
#: appmenu.c:111
#: filer.c:646
#: infobox.c:1051
msgid "Eject"
msgstr "Expulsar"

#: action.c:2437
msgid "Deleting items such as "
msgstr "Eliminar elementos como"

#: action.c:2441
msgid "Deleting the item "
msgstr "Eliminando o elemento"

#: action.c:2443
msgid "Deleting the items "
msgstr "Eliminando os elementos"

#: action.c:2462
msgid " and "
msgstr " e "

#: action.c:2471
msgid " will affect some items on the pinboard or panel - really delete it?"
msgstr " vai a afectar a algúns elementos no taboleiro ou no panel - quere eliminalo igualmente?"

#: action.c:2478
msgid " will affect some items on the pinboard or panel - really delete them?"
msgstr " vai a afectar a algúns elementos no taboleiro ou no panel - quere eliminalos igualmente?"

#: appmenu.c:197
msgid "<missing label>"
msgstr "<falta a etiqueta>"

#: appmenu.c:319
#, c-format
msgid "Symlink any programs you want into this directory. They will appear in the menu for all items of this type (%s/%s)."
msgstr "Cree as ligazóns simbólicas para os programas que precise neste directorio. Apareceran no menú para todos os elementos deste tipo (%s/%s)."

#: appmenu.c:363
#: menu.c:239
msgid "Customise Menu..."
msgstr "Personalizar o menú..."

#: appmenu.c:420
#: menu.c:257
#: toolbar.c:158
msgid "Help"
msgstr "Axuda"

#: bookmarks.c:148
#: log.c:160
msgid "Path"
msgstr "Ruta"

#: bookmarks.c:156
msgid "Title"
msgstr "Título"

#: bookmarks.c:305
#, c-format
msgid "Can't bookmark non-local resource '%s'\n"
msgstr "Non é posible gardar nos favoritos un recurso non local «%s»\n"

#: bookmarks.c:313
#: bookmarks.c:631
#, c-format
msgid "'%s' isn't a directory"
msgstr "«%s» non é un directorio"

#: bookmarks.c:519
msgid "You should first select some rows to delete"
msgstr "Debe seleccionar algunhas liñas para eliminar"

#: bookmarks.c:543
msgid "Put the cursor on an entry in the list to move it"
msgstr "Sitúe o punteiro nunha entrada da lista para mover"

#: bookmarks.c:563
msgid "This item is already at the end"
msgstr "Este elemento xa está no fin"

#: bookmarks.c:637
#, c-format
msgid "Can't bookmark non-local directories like '%s'"
msgstr "Non é posible gardar nos favoritos directorios non locais como «%s»"

#: bookmarks.c:779
msgid "Add New Bookmark"
msgstr "Engadir a marcador"

#: bookmarks.c:786
msgid "Edit Bookmarks"
msgstr "Editar marcador"

#: bookmarks.c:791
msgid "Recently Visited"
msgstr "Visitado recentemente"

#: bulk_rename.c:66
msgid "Bulk rename files"
msgstr "Renomear ficheiros en grupo"

#: bulk_rename.c:69
msgid "Reset"
msgstr "Restaurar"

#: bulk_rename.c:74
msgid "Make the New column a copy of Old"
msgstr "Facer na columna «Novo» unha copia da columna «Antigo»"

#: bulk_rename.c:79
msgid "_Rename"
msgstr "_Renomear"

#: bulk_rename.c:92
msgid "Replace:"
msgstr "Substituír:"

#: bulk_rename.c:99
msgid ""
"This is a regular expression to search for.\n"
"^ matches the start of a filename\n"
"$ matches the end\n"
"\\. matches a dot\n"
"\\.htm$ matches the '.htm' in 'index.htm', etc"
msgstr ""
"Esta é unha expresión regular para ser buscada.\n"
"^ coincidencia ao inicio de un nome de ficheiro\n"
"$ coincidencia ao fin\n"
"\\. coincidencia a un punto \n"
"\\.htm$ coincidencia ao «.htm» en «index.htm», etc"

#: bulk_rename.c:107
msgid "With:"
msgstr "Por:"

#: bulk_rename.c:114
msgid "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."
msgstr "A primeira coincidencia en cada nome de ficheiro será substituída 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 «\\»."

#: bulk_rename.c:120
msgid "Apply"
msgstr "Aplicar"

#: bulk_rename.c:123
msgid "Do a search-and-replace in the New column. The files are not actually renamed until you click on the Rename button below."
msgstr "buscar e substituír nos ficheiros da columna Novo. Os ficheiros non son realmente renomeados até premer no botón Renomear, en baixo."

#: bulk_rename.c:142
msgid "Old name"
msgstr "Nome antigo"

#: bulk_rename.c:151
msgid "New name"
msgstr "Nome novo"

#: bulk_rename.c:293
msgid "No strings (in the New column) matched the given expression"
msgstr "Ningunha expresión (na columna Novo) coincide con a  expresión dada"

#: bulk_rename.c:298
msgid "One name matched, but the result was the same"
msgstr "Un nome coincide, pero o resultado foi o mesmo"

#: bulk_rename.c:301
#, c-format
msgid "%d names matched, but the results were all the same"
msgstr "%d nomes coinciden, pero os resultados foron os mesmos"

#: bulk_rename.c:327
msgid "Specify a regular expression to match, and a string to replace matches with."
msgstr "Especifique unha expresión regular para coincidencias, e unha expresión para substituílas."

#: bulk_rename.c:344
#, c-format
msgid "%s (for '%s')"
msgstr "%s (para «%s»)"

#: bulk_rename.c:377
#, c-format
msgid "A file called '%s' already exists. Aborting bulk rename."
msgstr "Xa existe un ficheiro chamado «%s». Abandonando o renomeado en grupo."

#: bulk_rename.c:382
#, c-format
msgid ""
"Failed to rename '%s' as '%s':\n"
"%s\n"
"Aborting bulk rename."
msgstr ""
"Fallou ao renomear «%s» como «%s»:\n"
"%s\n"
"Abandonando o renomeado en grupo."

#: bulk_rename.c:444
#, c-format
msgid "A file called '%s' already exists"
msgstr "O ficheiro chamado «%s» xa existe"

#: bulk_rename.c:455
#, c-format
msgid "Some of the New names contain / characters (eg '%s'). This will cause the files to end up in different directories. Continue?"
msgstr "Algúns dos novos nomes conteñen o carácter / (ex. «%s»). Isto fará que os ficheiros rematen en directorios diferentes. Continuar?"

#: bulk_rename.c:470
msgid "None of the names have changed. Nothing to do!"
msgstr "Ningún  dos nomes foi cambiado. Non se fai nada!"

#: choices.c:434
#, c-format
msgid "%d directories could not be migrated"
msgstr "Non foi posible migrar %d directorios"

#: choices.c:436
#, c-format
msgid ""
"Choices have been moved from \n"
"%s\n"
" to the new location \n"
"%s\n"
"%s"
msgstr ""
"A selección foi movida de \n"
"%s\n"
" para a nova localización \n"
"%s\n"
"%s"

#: dir.c:1041
#, c-format
msgid "Can't stat directory: %s"
msgstr "Non é posible ver estatísticas do directorio: %s"

#: dir.c:1050
#, c-format
msgid "Can't open directory: %s"
msgstr "Non é posible abrir o directorio: %s"

#: display.c:659
#, c-format
msgid "lstat(2) failed: %s"
msgstr "Fallo en lstat(2): %s"

#: dnd.c:124
msgid "Link (relative)"
msgstr "Crear ligazón (relativa)"

#: dnd.c:125
msgid "Link (absolute)"
msgstr "Crear ligazón (absoluta)"

#: dnd.c:424
msgid "Internal error - bad info type"
msgstr "Atopouse un erro interno - «info»  non válido"

#: dnd.c:563
msgid "Drag a directory here to bookmark it."
msgstr "Arrastre un directorio aquí para engadilo ao marcador"

#: dnd.c:578
msgid "XDS protocol error: leafname may not contain '/'\n"
msgstr "Atopouse un erro no protocolo XDS: o nome de unha folla non pode conter «/»\n"

#: dnd.c:603
msgid "XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/plain) did not contain a leafname\n"
msgstr "Destino XdndDirectSave0 dispoñible, pero o elemento XdndDirectSave0 (tipo texto/simple) non contén un nome de folla\n"

#: dnd.c:616
msgid "Sorry - I require a target type of text/uri-list or XdndDirectSave0."
msgstr "Desculpe - é necesario un destino do tipo text/uri-list ou XdndDirectSave0."

#: dnd.c:619
msgid "Sorry - I require a target type of text/uri-list or application/octet-stream."
msgstr "Desculpe - É necesario o destino do tipo text/uri-list ou application/octet-stream."

#: dnd.c:689
#, c-format
msgid ""
"Failed to add some items to the pinboard, because they are on a remote machine. For example:\n"
"\n"
"%s"
msgstr ""
"Fallou ao engadir algúns elementos ao taboleiro, xa que están nunha máquina remota. Por exemplo:\n"
"\n"
"%s"

#: dnd.c:764
msgid "Unknown target"
msgstr "Destino descoñecido"

#: dnd.c:797
msgid "Remote app can't or won't send me the data - sorry"
msgstr "Desculpe - O aplicativo remoto non consegue ou non quere enviar os datos"

#: dnd.c:810
msgid "XDS protocol error: return code should be 'S', 'F' or 'E'\n"
msgstr "Houbo un erro no protocolo XDS: o código de retorno debería ser «S», «F» ou «E»\n"

#: dnd.c:843
msgid "Sorry, can't display a menu of actions for a remote file / raw data."
msgstr "Desculpe, non  é posible amosar un menú de accións para un ficheiro remoto / datos en bruto"

#: dnd.c:859
msgid "UntitledData"
msgstr "DatosSenNome"

#: dnd.c:886
#, c-format
msgid "Error saving file: %s"
msgstr "Atopouse un erro ao gardar o ficheiro: %s"

#: dnd.c:959
msgid "No URIs in the text/uri-list (nothing to do!)"
msgstr "Non hai URI no text/uri-list (non facer nada!)"

#: dnd.c:991
msgid "Can't get data from remote machine (application/octet-stream not provided)"
msgstr "Non é posible obter datos da máquina remota (application/octet-stream non dispoñible)"

#: dnd.c:1014
msgid "Some of these files are on a different machine - they will be ignored - sorry"
msgstr "Desculpe - Algúns destes ficheiros están nunha máquina diferente - van ser ignorados"

#: dnd.c:1021
msgid "None of these files are on the local machine - I can't operate on multiple remote files - sorry."
msgstr "Ningún destes ficheiros está na máquina local - non se pode operar en múltiples ficheiros remotos."

#: dnd.c:1034
msgid "Unknown action requested"
msgstr "A acción solicitada é descoñecida"

#: dnd.c:1042
#, c-format
msgid "Error getting file list: %s"
msgstr "Atopouse un erro ao obter a lista de ficheiros: %s"

#: dropbox.c:112
msgid "Show"
msgstr "Amosar"

#: dropbox.c:118
msgid "Show the current choice in a filer window"
msgstr "Amosar a selección actual nunha xanela do xestor"

#: dropbox.c:172
msgid "<nothing>"
msgstr "<nada>"

#: dropbox.c:237
msgid "I can't show you the currently set item, because nothing is currently set. Drag something onto me!"
msgstr "Non se pode amosar o elemento definido actualmente, xa que non hai nada definido actualmente. Arrastre algo cara aquí!"

#: dropbox.c:261
msgid "Sorry, you need to drop exactly one file onto the drop area."
msgstr "Desculpe, debe soltar un ficheiro exactamente na área de destino."

#: dropbox.c:271
#, c-format
msgid "Sorry, I can't use '%s' because it's not a local file."
msgstr "Desculpe, non se pode usar «%s» porque non é un ficheiro local."

#: dropbox.c:278
#: pinboard.c:932
#, c-format
msgid ""
"Can't access '%s':\n"
"%s"
msgstr ""
"Non se pode aceder a «%s»:\n"
"%s"

#: filer.c:461
#, c-format
msgid ""
"Error scanning '%s':\n"
"%s\n"
msgstr ""
"Atopouse un erro ao explorar «%s»:\n"
"%s\n"

#: filer.c:465
#, c-format
msgid ""
"Error scanning '%s':\n"
"%s"
msgstr ""
"Atopouse un erro ao explorar «%s»:\n"
"%s"

#: filer.c:621
msgid ""
"Do you want to unmount this device?\n"
"\n"
"Unmounting a device makes it safe to remove the disk."
msgstr ""
"Desexa desmontar este dispositivo?\n"
"\n"
"Desmontar un dispositivo fai que sexa seguro extraelo."

#: filer.c:626
msgid "Perform the same action in future for this mount point"
msgstr "Realizar a mesma acción no futuro para este punto de montaxe"

#: filer.c:633
msgid "No change"
msgstr "Sen cambios"

#: filer.c:639
#: infobox.c:1049
#: menu.c:872
msgid "Unmount"
msgstr "Desmontar"

#: filer.c:743
msgid "Directory missing/deleted"
msgstr "Directorio ausente/eliminado"

#: filer.c:1107
#, c-format
msgid ""
"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.\n"
"Make sure NumLock is on if you use the keypad."
msgstr ""
"O 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.\n"
"Asegúrese de que «BloqNum» está activado ao usar o teclado numérico."

#: filer.c:1343
#, c-format
msgid "Directory '%s' is not accessible"
msgstr "Non se pode acceder ao directorio «%s»"

#: filer.c:1495
#, c-format
msgid "Directory '%s' not found."
msgstr "Non se atopa o directorio «%s»."

#: filer.c:1795
msgid "Cancel"
msgstr "Cancelar"

#: filer.c:2076
msgid "A"
msgstr "T"

#: filer.c:2078
#: find.c:923
msgid "G"
msgstr "G"

#: filer.c:2083
msgid "S"
msgstr "E"

#: filer.c:2085
msgid "T"
msgstr "M"

#: filer.c:2095
msgid "All, "
msgstr "Todos, "

#: filer.c:2098
#, c-format
msgid "Glob (%s), "
msgstr "Glob (%s),"

#: filer.c:2106
msgid "Scanning, "
msgstr "Explorando,"

#: filer.c:2108
msgid "Thumbs, "
msgstr "Miniaturas,"

#: filer.c:2384
msgid "Symbolic link to "
msgstr "Ligazón simbólica a "

#: filer.c:2426
msgid "This filename is not valid UTF-8. You should rename it.\n"
msgstr "O nome do ficheiro non é un UTF-8 válido. Debe renomealo.\n"

#: filer.c:2743
#: menu.c:2014
msgid "Item no longer exists!"
msgstr "O elemento xa non existe!"

#: filer.c:3549
msgid "Select display properties to save"
msgstr "Seleccione as propiedades de visualización para gardar"

#: filer.c:3553
msgid "<b>Save display settings for directory</b>"
msgstr "<b>Gardar axustes de visualización para o directorio/b>"

#: filer.c:3560
msgid "Select settings to save"
msgstr "Seleccione os axustes para gardar"

#: filer.c:3567
msgid "Position"
msgstr "Posición"

#: filer.c:3572
#: toolbar.c:133
#: toolbar.c:137
#: tips:39
msgid "Size"
msgstr "Tamaño"

#: filer.c:3577
msgid "Show hidden"
msgstr "Amosar agochados"

#: filer.c:3583
msgid "Display style"
msgstr "Estilo de visualización"

#: filer.c:3589
msgid "Sort type and order"
msgstr "Ordenar por tipo e propietario"

#: filer.c:3594
#: toolbar.c:141
msgid "Details"
msgstr "Detalles"

#: filer.c:3599
#: tips:92
#: tips:93
msgid "Thumbnails"
msgstr "Miniaturas"

#: filer.c:3605
msgid "Filter"
msgstr "Filtro"

#: find.c:485
msgid "And"
msgstr "E"

#: find.c:509
msgid "Not"
msgstr "Non"

#: find.c:552
msgid "system"
msgstr "sistema"

#: find.c:560
msgid "prune"
msgstr "desbotar"

#: find.c:648
msgid "After"
msgstr "Despois"

#: find.c:650
msgid "Before"
msgstr "Antes"

#: find.c:744
msgid "IsReg"
msgstr "ÉRexistro"

#: find.c:746
msgid "IsLink"
msgstr "ÉLigazón"

#: find.c:748
msgid "IsDir"
msgstr "ÉDirectorio"

#: find.c:750
msgid "IsChar"
msgstr "ÉCarácter"

#: find.c:752
msgid "IsBlock"
msgstr "ÉBloque"

#: find.c:754
msgid "IsDev"
msgstr "ÉDispositivo"

#: find.c:756
msgid "IsPipe"
msgstr "ÉCanalización"

#: find.c:758
msgid "IsSocket"
msgstr "ÉSocket"

#: find.c:760
msgid "IsDoor"
msgstr "ÉPorta"

#: find.c:762
msgid "IsSUID"
msgstr "ÉSUID"

#: find.c:764
msgid "IsSGID"
msgstr "ÉSGID"

#: find.c:766
msgid "IsSticky"
msgstr "ÉPegañento"

#: find.c:768
msgid "IsReadable"
msgstr "ÉLexible"

#: find.c:770
msgid "IsWriteable"
msgstr "ÉEscribible"

#: find.c:772
msgid "IsExecutable"
msgstr "ÉExecutable"

#: find.c:774
msgid "IsEmpty"
msgstr "ÉBaleiro"

#: find.c:776
msgid "IsMine"
msgstr "ÉOmeu"

#: find.c:904
msgid "Now"
msgstr "Agora"

#: find.c:917
msgid "Byte"
msgstr "Byte"

#: find.c:917
msgid "Bytes"
msgstr "Bytes"

#: find.c:919
msgid "Kb"
msgstr "Kb"

#: find.c:919
msgid "K"
msgstr "K"

#: find.c:921
msgid "Mb"
msgstr "Mb"

#: find.c:921
msgid "M"
msgstr "M"

#: find.c:923
msgid "Gb"
msgstr "Gb"

#: find.c:925
msgid "Sec"
msgstr "Segundo"

#: find.c:925
msgid "Secs"
msgstr "Segundos"

#: find.c:927
msgid "Min"
msgstr "Minuto"

#: find.c:927
msgid "Mins"
msgstr "Minutos"

#: find.c:929
msgid "Hour"
msgstr "Hora"

#: find.c:929
msgid "Hours"
msgstr "Horas"

#: find.c:931
msgid "Day"
msgstr "Día"

#: find.c:931
msgid "Days"
msgstr "Días"

#: find.c:933
msgid "Week"
msgstr "Semana"

#: find.c:933
msgid "Weeks"
msgstr "Semanas"

#: find.c:935
msgid "Year"
msgstr "Ano"

#: find.c:935
msgid "Years"
msgstr "Anos"

#: find.c:944
msgid "Ago"
msgstr "Antes"

#: find.c:946
msgid "Hence"
msgstr "Desde"

#: find.c:961
msgid "atime"
msgstr "atime"

#: find.c:963
msgid "ctime"
msgstr "ctime"

#: find.c:965
msgid "mtime"
msgstr "mtime"

#: find.c:967
msgid "size"
msgstr "tamaño"

#: find.c:969
msgid "inode"
msgstr "nodo-i"

#: find.c:971
msgid "nlinks"
msgstr "nligazóns"

#: find.c:973
msgid "uid"
msgstr "uid"

#: find.c:975
msgid "gid"
msgstr "gid"

#: find.c:977
msgid "blocks"
msgstr "bloque"

#: gtksavebox.c:249
msgid "Save As:"
msgstr "Gardar como:"

#: gtksavebox.c:395
msgid "Unnamed"
msgstr "Sen nome"

#: gtksavebox.c:471
msgid "Remote application wants to use Direct Save, but I can't read the XdndDirectSave0 (type text/plain) property.\n"
msgstr "O aplicativo remoto quere usar «Direct Save», pero non se pode ler a propiedade XdndDirectSave0 (type text/plain).\n"

#: gtksavebox.c:596
msgid ""
"Drag the icon to a directory viewer\n"
"(or enter a full pathname)"
msgstr ""
"Arrastre a icona cara a un directorio\n"
"(ou introduza a ruta completa)"

#: gui_support.c:330
msgid ""
"\n"
"---\n"
msgstr ""
"\n"
"---\n"

#: gui_support.c:399
#, c-format
msgid "Attempt to read an XML file as a text file. File '%s' may be corrupted."
msgstr "Tentando ler un ficheiro XML como un ficheiro de texto. O ficheiro «%s» pode estar danado."

#: gui_support.c:416
#, c-format
msgid ""
"Error in '%s' file at line %d: \n"
"\"%s\"\n"
"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).\n"
"Further errors will be ignored."
msgstr ""
"Atopouse un erro no ficheiro «%s» na liña %d: \n"
"\"%s\"\n"
"Isto pode ser debido a ter actualizado desde unha versión antiga do «ROX-Filer». Abra a xanela «Opcións» probe a cambiar calquera cousa para darlle o valor desexado (para que o ficheiro volva a ser gardado).\n"
"Os próximos erros serán ignorados."

#: gui_support.c:1008
msgid "Incorrect or missing line break in text/uri-list data"
msgstr "Creba de liña incorrecta ou faltan os datos «text/uri-list»"

#: gui_support.c:1341
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Non se pode abrir o ficheiro «%s»: %s"

#: gui_support.c:1385
#, c-format
msgid "Failed to load image '%s': reason not known, probably a corrupt image file"
msgstr "Fallou ao cargar a imaxe «%s»: razón descoñecida, é probable que o ficheiro de imaxe este danado"

#: gui_support.c:1450
#, c-format
msgid ""
"This program (%s) cannot be run, as the 0launch command is not available. It can be downloaded from here:\n"
"\n"
"http://0install.net/injector.html"
msgstr ""
"Este aplicativo (%s) non pode executarse, xa que a orde «0launch» non está dispoñible. Pode descargalo desta ligazón:\n"
"\n"
"http://0install.net/injector.html"

#: i18n.c:39
msgid "Note that you must save your choices and restart the filer for the new language setting to take full effect."
msgstr "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."

#: icon.c:76
msgid "(click to set)"
msgstr "(prema para definir)"

#: icon.c:131
msgid "ROX-Filer"
msgstr "«ROX-Filer»"

#: icon.c:132
#: menu.c:258
msgid "About ROX-Filer..."
msgstr "Acerca de «ROX-Filer»..."

#: icon.c:133
#: menu.c:259
msgid "Show Help Files"
msgstr "Amosar ficheiros de axuda"

#: icon.c:134
#: menu.c:260
msgid "Manual"
msgstr "Manual"

#: icon.c:136
#: menu.c:235
msgid "Options..."
msgstr "Opcións..."

#: icon.c:137
#: menu.c:244
msgid "Home Directory"
msgstr "Directorio persoal"

#: icon.c:138
#: icon.c:1410
#: menu.c:212
#: type.c:223
msgid "File"
msgstr "Ficheiro"

#: icon.c:139
#: menu.c:218
#: menu.c:885
msgid "Shift Open"
msgstr "Abrir Con «Mayús»"

#: icon.c:140
#: menu.c:223
msgid "Properties"
msgstr "Propiedades"

#: icon.c:141
#: menu.c:221
msgid "Set Run Action..."
msgstr "Definir a acción a executar..."

#: icon.c:142
#: menu.c:222
msgid "Set Icon..."
msgstr "Definir a icona..."

#: icon.c:143
#: icon.c:867
msgid "Edit Item"
msgstr "Editar o elemento"

#: icon.c:144
msgid "Show Location"
msgstr "Amosar a localización"

#: icon.c:145
msgid "Remove Item(s)"
msgstr "Eliminar elemento(s)"

#: icon.c:318
#: log.c:110
#: menu.c:774
#, c-format
msgid "%s '%s'"
msgstr "%s «%s»"

#: icon.c:331
msgid "Nothing"
msgstr "Nada"

#: icon.c:592
msgid "The location must contain at least one character!"
msgstr "A localización debe conter polo menos un carácter!"

#: icon.c:657
#, c-format
msgid "You must unlock '%s' before removing it"
msgstr "Debe desbloquear «%s» antes de quitalo"

#: icon.c:667
msgid "You must first select some items to remove"
msgstr "Antes de quitalo debe seleccionar algún elemento"

#: icon.c:673
msgid "An item must be unlocked before it can be removed."
msgstr "O elemento debe ser desbloqueado antes de quitalo."

#: icon.c:687
msgid "You must open the menu over an item"
msgstr "Hai que abrir o menú sobre o elemento"

#: icon.c:712
#: menu.c:1285
msgid "You can only set the run action for a regular file"
msgstr "Só se pode definir a acción de executar para un ficheiro regular"

#: icon.c:798
msgid "Press the desired shortcut (eg, Control+F1)"
msgstr "Prema o atallo desexado (ex. Control+F1)"

#: icon.c:820
msgid "Failed to get keyboard grab!"
msgstr "Falla o acceso ao teclado!"

#: icon.c:870
msgid "Clicking the icon opens:"
msgstr "Premer na icona abre:"

#: icon.c:880
msgid "Arguments to pass (for executables):"
msgstr "Argumentos necesarios (para executables):"

#: icon.c:894
msgid "The text displayed under the icon is:"
msgstr "O texto amosado baixo a icona é:"

#: icon.c:907
msgid "The keyboard shortcut is:"
msgstr "O atallo de teclado é:"

#: icon.c:927
msgid "Locked"
msgstr "Bloqueado"

#: icon.c:932
msgid "Locking an item prevents it from being accidentally removed"
msgstr "O bloqueo dun elemento impide que sexa eliminado accidentalmente"

#: infobox.c:113
#, c-format
msgid "Are you sure you want to open %d windows?"
msgstr "Quere confirmar a apertura de %d xanelas?"

#: infobox.c:114
msgid "Show Info"
msgstr "Información"

#: infobox.c:136
#: menu.c:779
msgid "(bad utf-8)"
msgstr "(utf-8 incorrecto)"

#: infobox.c:261
msgid "Show _Help Files"
msgstr "Amosar fic_heiros de axuda"

#: infobox.c:274
msgid "<b>Permissions</b>"
msgstr "<b>Permisos</b>"

#: infobox.c:292
msgid "<b>Contents indicate...</b>"
msgstr "<b>O contido indica...</b>"

#: infobox.c:302
msgid "<b>When all directories are closed</b>"
msgstr "<b>Cando se pechan todos os directorios</b>"

#: infobox.c:438
#: infobox.c:579
#: support.c:349
msgid "bytes"
msgstr "bytes"

#: infobox.c:461
msgid "Failed to read size"
msgstr "Fallou ao ler o tamaño"

#: infobox.c:522
#, c-format
msgid "'%s' is no longer a symlink"
msgstr "«%s» xa non é unha ligazón simbólica"

#: infobox.c:529
#, c-format
msgid ""
"Failed to unlink '%s':\n"
"%s"
msgstr ""
"Fallou ao desligar «%s»:\n"
"%s"

#: infobox.c:534
#, c-format
msgid ""
"Failed to create symlink from '%s':\n"
"%s\n"
"(note: old link has been deleted)"
msgstr ""
"Fallou ao crear a ligazón de «%s»:\n"
"%s\n"
"(nota: a ligazón antiga foi eliminada)"

#: infobox.c:558
#: tips:242
msgid "Error:"
msgstr "Erro:"

#: infobox.c:565
msgid "Real directory:"
msgstr "Directorio real:"

#: infobox.c:568
msgid "Owner, Group:"
msgstr "Propietario, Grupo:"

#: infobox.c:575
#: infobox.c:590
#: infobox.c:599
msgid "Size:"
msgstr "Tamaño:"

#: infobox.c:600
msgid "Scanning"
msgstr "Explorando"

#: infobox.c:625
msgid "Failed to scan"
msgstr "Fallou a exploración"

#: infobox.c:632
msgid "Change time:"
msgstr "Cambiar data:"

#: infobox.c:634
msgid "Modify time:"
msgstr "Modificar data:"

#: infobox.c:636
msgid "Access time:"
msgstr "Hora de acceso:"

#: infobox.c:644
msgid "Extended attributes:"
msgstr "Atributos estendidos:"

#: infobox.c:646
msgid "Present"
msgstr "Presente"

#: infobox.c:647
msgid "None"
msgstr "Ningún"

#: infobox.c:648
msgid "Not supported"
msgstr "Non compatible"

#: infobox.c:660
msgid "Link target:"
msgstr "Destino da ligazón:"

#: infobox.c:672
#: infobox.c:675
msgid "Run action:"
msgstr "Acción:"

#: infobox.c:672
msgid "Execute file"
msgstr "Executar ficheiro"

#: infobox.c:784
msgid "Comment"
msgstr "Comentario"

#: infobox.c:786
msgid "Execute"
msgstr "Executar"

#: infobox.c:800
msgid "<nothing yet>"
msgstr "<aínda nada>"

#: infobox.c:871
#, c-format
msgid "file(1) says... %s"
msgstr "o ficheiro(1) dice... %s"

#: infobox.c:928
#, c-format
msgid "Could not change permissions: %s"
msgstr "Non foi posible cambiar os permisos: %s"

#: infobox.c:946
msgid "Owner"
msgstr "Propietario"

#: infobox.c:948
msgid "Group"
msgstr "Grupo"

#: infobox.c:950
msgid "World"
msgstr "Mundo"

#: infobox.c:953
msgid "Read"
msgstr "Ler"

#: infobox.c:956
msgid "Write"
msgstr "Escribir"

#: infobox.c:959
msgid "Exec"
msgstr "Executar"

#: infobox.c:977
msgid "SUID"
msgstr "SUID"

#: infobox.c:984
msgid "SGID"
msgstr "SGID"

#: infobox.c:991
msgid "Sticky"
msgstr "Pegañento"

#: infobox.c:1047
msgid "Do nothing"
msgstr "Non facer nada"

#: infobox.c:1053
msgid "Ask"
msgstr "Preguntar"

#: infobox.c:1065
msgid "Symbolic link"
msgstr "Ligazón simbólica"

#: infobox.c:1068
msgid "ROX application"
msgstr "Aplicativo ROX"

#: infobox.c:1076
msgid "mounted"
msgstr "montado"

#: infobox.c:1076
msgid "unmounted"
msgstr "desmontado"

#: infobox.c:1080
#, c-format
msgid "Mount point for %s (%s)"
msgstr "Punto de montaxe para %s (%s)"

#: infobox.c:1083
#, c-format
msgid "Mount point (%s)"
msgstr "Punto de montaxe (%s)"

#: log.c:55
msgid "ROX-Filer started"
msgstr "«ROX-Filer» activado"

#: log.c:112
#, c-format
msgid "%s on %d items"
msgstr "%s en %d elementos"

#: log.c:125
msgid "Item"
msgstr "Elemento"

#: log.c:149
msgid "Time"
msgstr "Hora"

#: log.c:154
msgid "Action"
msgstr "Acción"

#: main.c:95
msgid ""
"Copyright (C) 2005 Thomas Leonard.\n"
"ROX-Filer comes with ABSOLUTELY NO WARRANTY,\n"
"to the extent permitted by law.\n"
"You may redistribute copies of ROX-Filer\n"
"under the terms of the GNU General Public License.\n"
"For more information about these matters, see the file named COPYING.\n"
msgstr ""
"Copyright (C) 2005 Thomas Leonard.\n"
"«ROX-Filer» non ten ABSOLUTAMENTE NINGUNHA GARANTIA,\n"
"en toda a extensión permitida pola lei.\n"
"Vostede pode redistribuír copias de «ROX-Filer»\n"
"baixo os termos da GNU General Public License.\n"
"Para mais información sobre a licencia, vexa o ficheiro «COPYING».\n"

#: main.c:104
msgid "Try `ROX-Filer/AppRun --help' for more information.\n"
msgstr "Use «ROX-Filer/AppRun --help» para obter mais información.\n"

#: main.c:107
msgid "Try `ROX-Filer/AppRun -h' for more information.\n"
msgstr "Use «ROX-Filer/AppRun -h» para obter mais información.\n"

#: main.c:109
msgid ""
"NOTE: Your system does not support long options - \n"
"you must use the short versions instead.\n"
"\n"
msgstr ""
"NOTA: O seu sistema non é compatible con opcións longas - \n"
"no seu lugar debe utilizar as versións curtas.\n"
"\n"

#: main.c:115
#, c-format
msgid ""
"Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n"
"Open each directory or file listed, or the current working\n"
"directory if no arguments are given.\n"
"\n"
"  -b, --border=PANEL\topen PANEL as a border panel\n"
"  -B, --bottom=PANEL\topen PAN as a bottom-edge panel\n"
"  -c, --client-id=ID\tused for session management\n"
"  -d, --dir=DIR\t\topen DIR as directory (not application)\n"
"  -D, --close=DIR\tclose DIR and its subdirectories\n"
"  -h, --help\t\tdisplay this help and exit\n"
"  -l, --left=PANEL\topen PAN as a left-edge panel\n"
"  -m, --mime-type=FILE\tprint MIME type of FILE and exit\n"
"  -n, --new\t\tstart new copy; for debugging the filer\n"
"  -p, --pinboard=PIN\tuse pinboard PIN as the pinboard\n"
"  -r, --right=PANEL\topen PAN as a right-edge panel\n"
"  -R, --RPC\t\tinvoke method call read from stdin\n"
"  -s, --show=FILE\topen a directory showing FILE\n"
"  -S, --rox-session\tuse default panel and pinboard options, and -n\n"
"  -t, --top=PANEL\topen PANEL as a top-edge panel\n"
"  -u, --user\t\tshow user name in each window \n"
"  -U, --url=URL\t\topen file or directory in URI form\n"
"  -v, --version\t\tdisplay the version information and exit\n"
"  -x, --examine=FILE\tFILE has changed - re-examine it\n"
"\n"
"Report bugs to %s.\n"
"Home page (including updated versions): http://rox.sourceforge.net/\n"
msgstr ""
"Uso: ROX-Filer/AppRun [OPCIÓN]... [FICHEIRO]...\n"
"Abrir cada directorio ou ficheiro listado, ou o directorio de\n"
"traballo actual se non se fornece ningún argumento.\n"
"\n"
"  -b, --border=PANEL\tabrir PANEL como un panel de bordo\n"
"  -B, --bottom=PANEL\tabrir PANEL como un panel no bordo\n"
"                                    \tinferior da pantalla\n"
"  -c, --client-id=ID\tusado para a xestión da sesión\n"
"  -d, --dir=DIR\t\tabrir DIR como un directorio (non como aplicativo)\n"
"  -D, --close=DIR\tpechar DIR e os seus subdirectorios\n"
"  -h, --help\t\tamosar esta axuda e sair\n"
"  -l, --left=PAINEL\tabrir PANEL como un panel no bordo\n"
"                            \tesquerdo da pantalla\n"
"  -m, --mime-type=FILE\timprime o tipo MIME de FILE e saet\n"
"  -n, --new\t\tinicia unha nova copia; para debug do filer\n"
"  -p, --pinboard=PIN\tusar o taboleiro PIN como escritorio\n"
"  -r, --right=PANEL\tabrir PANEL como un panel no bordo\n"
"                               \tdereito da pantalla\n"
"  -R, --RPC\t\tinvocar method call read from stdin\n"
"  -s, --show=FILE\tabrir o directorio amosando FILE\n"
"  -S, --rox-session\tusar as opcións predeterminadas de panel e escritorio, e -n\n"
"  -t, --top=PANEL\tabrir PANEL como un panel no bordol\n"
"                            \tsuperior da pantalla\n"
"  -u, --user\t\tamosar o nome de usuario en cada xanela \n"
"  -v, --version\t\tamosa información da versión e sae\n"
"  -x, --examine=FILE\tFICHEIRO cambiou - volver a analizar\n"
"\n"
"Informar de erros a %s.\n"
"Páxina web (incluíndo versións actualizadas): http://rox.sourceforge.net/\n"

#: main.c:237
msgid ""
"We got a BadWindow error from the X server. This might be due to this GTK bug (during drag-and-drop?):\n"
"http://bugzilla.gnome.org/show_bug.cgi?id=152151\n"
"Trying to continue..."
msgstr ""
"Obtivemos o erro BadWindow do servidor X. Isto pode ser debido a este fallo do GTK (ao facer arrastrar-e-soltar?):\n"
"http://bugzilla.gnome.org/show_bug.cgi?id=152151\n"
"Tentando continuar..."

#: main.c:400
msgid "The -o argument is no longer used. You can turn on override redirect from the Options box instead."
msgstr "O argumento -o xa non se usa. Pode no seu lugar activar «omitir» a partir da caixa de Opcións."

#: main.c:529
#, c-format
msgid "Running as user '%s'"
msgstr "Executando como usuario «%s»"

#: main.c:690
#, c-format
msgid "Compiled with GTK version %s\n"
msgstr "Compilado con GTK versión %s\n"

#: main.c:691
#, c-format
msgid "Running with GTK version %d.%d.%d\n"
msgstr "Executando con GTK versión %d.%d.%d\n"

#: main.c:695
msgid "features set at compile time"
msgstr "características definidas ao compilar"

#: main.c:696
msgid "Large File Support"
msgstr "Compatibilidade para ficheiros longos (LFS)"

#: main.c:703
msgid "Inotify support"
msgstr "Compatibilidade para «Inotify»"

#: main.c:710
msgid "Dnotify support"
msgstr "Compatibilidade para «dnotify»"

#: main.c:717
msgid "Binary compatibility"
msgstr "Compatibilidade binaria"

#: main.c:719
msgid "Yes (can run with older glibc versions)"
msgstr "Si (pode executarse con versións antigas do glibc)"

#: main.c:721
msgid "No (apsymbols.h not found)"
msgstr "Non (non se atopa apsymbols.h)"

#: main.c:725
msgid "Extended attribute support"
msgstr "Compatibilidade para atributos estendidos"

#: main.c:876
#, c-format
msgid "Unable to read '%s': %s"
msgstr "Incapaz de ler «%s»: %s"

#: main.c:918
#, c-format
msgid ""
"Left-click to run %s.\n"
"Right-click for a list of versions."
msgstr ""
"Prema no botón esquerdo para executar %s.\n"
"Prema no botón dereito para listar as versións."

#: menu.c:185
#: tips:28
msgid "Display"
msgstr "Amosar"

#: menu.c:186
#: tips:33
msgid "Icons View"
msgstr "Vista de iconas"

#: menu.c:187
msgid "Icons, With..."
msgstr "Iconas, con..."

#: menu.c:188
#: tips:52
msgid "Sizes"
msgstr "Tamaños"

#: menu.c:190
#: tips:226
msgid "Types"
msgstr "Tipos"

#: menu.c:191
#: tips:55
msgid "Times"
msgstr "Datas"

#: menu.c:192
#: tips:34
#: tips:70
msgid "List View"
msgstr "Lista"

#: menu.c:194
msgid "Bigger Icons"
msgstr "Iconas grandes"

#: menu.c:195
msgid "Smaller Icons"
msgstr "Iconas pequenas"

#: menu.c:196
#: tips:49
msgid "Automatic"
msgstr "Automático"

#: menu.c:198
msgid "Sort by Name"
msgstr "Ordenar por nome"

#: menu.c:199
msgid "Sort by Type"
msgstr "Ordenar por tipo"

#: menu.c:200
msgid "Sort by Date"
msgstr "Ordenar por data"

#: menu.c:201
msgid "Sort by Size"
msgstr "Ordenar por tamaño"

#: menu.c:202
msgid "Sort by Owner"
msgstr "Ordenar por propietario"

#: menu.c:203
msgid "Sort by Group"
msgstr "Ordenar por grupo"

#: menu.c:204
msgid "Reversed"
msgstr "Orde inversa"

#: menu.c:206
msgid "Show Hidden"
msgstr "Amosar agochados"

#: menu.c:207
msgid "Filter Files..."
msgstr "Filtrar ficheiros..."

#: menu.c:208
msgid "Filter Directories With Files"
msgstr "Filtrar directorios con ficheiros"

#: menu.c:209
msgid "Show Thumbnails"
msgstr "Amosar miniaturas"

#: menu.c:210
msgid "Refresh"
msgstr "Actualizar"

#: menu.c:211
msgid "Save Current Display Settings..."
msgstr "Gardar axustes de visualización..."

#: menu.c:213
msgid "Copy..."
msgstr "Copiar..."

#: menu.c:214
msgid "Rename..."
msgstr "Renomear..."

#: menu.c:215
msgid "Link..."
msgstr "Ligazón..."

#: menu.c:219
msgid "Send To..."
msgstr "Enviar a..."

#: menu.c:224
msgid "Count"
msgstr "Tamaño"

#: menu.c:225
msgid "Set Type..."
msgstr "Definir tipo..."

#: menu.c:229
#: toolbar.c:154
msgid "Select"
msgstr "Seleccionar"

#: menu.c:230
msgid "Select All"
msgstr "Seleccionar todos"

#: menu.c:231
msgid "Clear Selection"
msgstr "Limpar selección"

#: menu.c:232
msgid "Invert Selection"
msgstr "Inverter selección"

#: menu.c:233
msgid "Select by Name..."
msgstr "Seleccionar por nome..."

#: menu.c:234
msgid "Select If..."
msgstr "Seleccionar se..."

#: menu.c:236
msgid "New"
msgstr "Novo"

#: menu.c:238
msgid "Blank file"
msgstr "Ficheiro en branco"

#: menu.c:240
#: tasklist.c:309
msgid "Window"
msgstr "Xanela"

#: menu.c:241
msgid "Parent, New Window"
msgstr "Directorio anterior, nova xanela"

#: menu.c:242
msgid "Parent, Same Window"
msgstr "Directorio anterior, mesma xanela"

#: menu.c:243
msgid "New Window"
msgstr "Nova xanela"

#: menu.c:245
msgid "Show Bookmarks"
msgstr "Amosar marcador"

#: menu.c:246
msgid "Show Log"
msgstr "Amosar rexistro"

#: menu.c:247
msgid "Follow Symbolic Links"
msgstr "Seguir ligazóns simbólicas"

#: menu.c:248
msgid "Resize Window"
msgstr "Redimensionar xanela"

#: menu.c:251
msgid "Close Window"
msgstr "Pechar xanela"

#: menu.c:253
msgid "Enter Path..."
msgstr "Introducir a ruta..."

#: menu.c:254
msgid "Shell Command..."
msgstr "Orde de terminal..."

#: menu.c:255
msgid "Terminal Here"
msgstr "Abrir aquí un terminal"

#: menu.c:256
msgid "Switch to Terminal"
msgstr "Cambiar a un terminal"

#: menu.c:725
msgid "You should Shift+Menu click over a file to send it somewhere"
msgstr "Prema a tecla «Mayús» e faga clic sobre un ficheiro para envialo a algún sitio"

#: menu.c:764
msgid "Next Click"
msgstr "Seguinte clic"

#: menu.c:786
#, c-format
msgid "%d items"
msgstr "%d elementos"

#: menu.c:874
msgid "Open unmounted"
msgstr "Abrir desmontado"

#: menu.c:877
msgid "Show Target"
msgstr "Amosar destino"

#: menu.c:879
msgid "Look Inside"
msgstr "Amosar contido"

#: menu.c:881
msgid "Open As Text"
msgstr "Abrir Como Texto"

#: menu.c:1052
msgid ""
"Extended attributes, used to store types, are not supported for this file or files.\n"
"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)."
msgstr ""
"Os atributos estendidos, usados para gardar os tipos de ficheiro, non son compatibles con este(s) ficheiro(s).\n"
"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)."

#: menu.c:1058
msgid "Setting type not supported for some of these files"
msgstr "Definir o tipo non é compatible con algúns destes ficheiros"

#: menu.c:1095
msgid "_Relative link"
msgstr "Ligazón _relativa"

#: menu.c:1101
msgid ""
"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.\n"
"If off, the path from the root directory is stored - use this if the symlink may move but the target will stay put."
msgstr ""
"Se 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.\n"
"Se 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 sitio."

#: menu.c:1171
msgid "New pathname is not absolute"
msgstr "A nova ruta non é absoluta"

#: menu.c:1239
#, c-format
msgid "Symlink from '%s' already exists. Replace it with a link to '%s'?"
msgstr "A ligazón a partir de «%s» xa existe. Substituir por unha ligazón a «%s»?"

#: menu.c:1245
msgid "_Replace"
msgstr "_Substituir"

#: menu.c:1365
#: menu.c:1406
#: menu.c:1468
msgid "Create"
msgstr "Crear"

#: menu.c:1366
msgid "NewDir"
msgstr "NovoDirectorio"

#: menu.c:1380
#: menu.c:1386
#, c-format
msgid "Error creating '%s': %s"
msgstr "Atopouse un erro ao crear «%s»: %s"

#: menu.c:1407
msgid "NewFile"
msgstr "NovoFicheiro"

#: menu.c:1425
#, c-format
msgid "Error creating file: could not find the template for %s"
msgstr "Atopouse un erro ao crear o ficheiro: non foi posible atopar o modelo para %s"

#: menu.c:1498
#, c-format
msgid ""
"The `Send To' menu provides a quick way to send some files to an application. The applications listed are those in the following directories:\n"
"\n"
"%s\n"
"%s\n"
"The `Send To' menu may be opened by Shift+Menu clicking over a file.\n"
"\n"
"Advanced use:\n"
"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."
msgstr ""
"O menu «Enviar a...» permite enviar facilmente ficheiros para un aplicativo. Os aplicativos listados son os dos seguintes directorios:\n"
"\n"
"%s\n"
"%s\n"
"O menú «Enviar a...» pode ser aberto con Shift+Clic de Menú sobre un ficheiro.\n"
"\n"
"Uso avanzado:\n"
"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."

#: menu.c:1509
msgid "I'll show you your SendTo directory now; you should symlink (Ctrl+Shift drag) any applications you want into it."
msgstr "Agora amosarase o directorio «Enviar a»; nel deberá crear ligazóns simbólicas (Ctrl+Mayús arrastar) para os aplicativos que queira."

#: menu.c:1512
#: menu.c:1552
msgid "Your CHOICESPATH variable setting prevents customisations - sorry."
msgstr "Desculpe - A súa variable CHOICESPATH -elección da ruta- non permite a personalización."

#: menu.c:1545
#, c-format
msgid ""
"Any 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.\n"
"\n"
"The following directories contain templates:\n"
"\n"
"%s\n"
"%s\n"
msgstr ""
"Calquera ficheiro posto no seu directorio de modelos aparecerá no menú «Novo». Escollendo un deles creará unha copia deste como un novo ficheiro.\n"
"\"\n"
"Os seguintes directorios conteñen modelos:\n"
"\n"
"%s\n"
"%s\n"

#: menu.c:1550
msgid "I'll show you your Templates directory now; you should place any template files you want inside it."
msgstr "Agora amosarase o directorio de modelos; nel deberá colocar os ficheiros-modelo que desexe."

#: menu.c:1667
msgid "Customise"
msgstr "Personalizar"

#: menu.c:1740
msgid "This is already the canonical name for this directory."
msgstr "Este xá é o nome canónigo para este directorio."

#: menu.c:1771
msgid "You can't open a second view onto this directory because the `Unique Windows' option is turned on in the Options window."
msgstr "Non é posible abrir unha segunda vista para este directorio porque a opción «xanelas únicas» está activada na caixa Opcións."

#: menu.c:1897
msgid "Copy ... ?"
msgstr "Copiar ... ?"

#: menu.c:1900
msgid "Rename ... ?"
msgstr "Renomear ... ?"

#: menu.c:1903
msgid "Symlink ... ?"
msgstr "Crear ligazón ... ?"

#: menu.c:1906
msgid "Shift Open ... ?"
msgstr "Abrir con «Mayús» ... ?"

#: menu.c:1909
msgid "Properties of ... ?"
msgstr "Propiedades de ... ?"

#: menu.c:1912
msgid "Set type of ... ?"
msgstr "Definir tipo de ... ?"

#: menu.c:1915
msgid "Set run action for ... ?"
msgstr "Definir acción executar para ... ?"

#: menu.c:1918
msgid "Set icon for ... ?"
msgstr "Definir ícona de ... ?"

#: menu.c:1921
msgid "Send ... to ... ?"
msgstr "Enviar ... a ... ?"

#: menu.c:1924
msgid "DELETE ... ?"
msgstr "ELIMINAR ... ?"

#: menu.c:1927
msgid "Count the size of ... ?"
msgstr "Calcular o tamaño de ... ?"

#: menu.c:1930
msgid "Set permissions on ... ?"
msgstr "Definir permisos de ... ?"

#: menu.c:1933
msgid "Search inside ... ?"
msgstr "Buscar dentro de ... ?"

#: menu.c:1997
msgid "You cannot do this to more than one item at a time"
msgstr ""
"Isto só é posible facelo con un elemento de cada vez.\n"
"Rox ten unha política moi visual, arrastre directamente os elementos cara a xanela de destino."

#: menu.c:2029
msgid "Rename"
msgstr "Renomear"

#: menu.c:2034
msgid "Symlink"
msgstr "Crear ligazón"

#: menu.c:2063
msgid ""
"User-definable shortcuts are disabled by default in Gtk2, and you have not enabled them. You can turn this feature on by:\n"
"\n"
"1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, or\n"
"\n"
"2) adding this line to ~/.gtkrc-2.0:\n"
"\tgtk-can-change-accels = 1\n"
"\t(this only works if NOT using XSETTINGS)"
msgstr ""
"Os atallos definíbles polo usuario están  desactivados por omisión no Gtk2, e vostede non os activou. Pode activar esta característica ao:\n"
"\n"
"1) usar un xestor de XSettings, tal como o ROX-Session ou o gnome-settings-daemon, ou\n"
"\n"
"2) engadindo esta liña ao ~/.gtkrc-2.0:\n"
"\tgtk-can-change-accels = 1\n"
"\t(isto funciona se NON se utiliza XSETTINGS)"

#: menu.c:2074
msgid ""
"To set a keyboard short-cut for a menu item:\n"
"\n"
"- Open the menu over a filer window,\n"
"- Move the pointer over the item you want to use,\n"
"- Press the key you want attached to it.\n"
"\n"
"The key will appear next to the menu item and you can just press that key without opening the menu in future."
msgstr ""
"Para definir un atallo de teclado para un elemento do menu:\n"
"\n"
"- Abra o menú sobre unha xanela do xestor de ficheiros,\n"
"- Mova o punteiro sobre o elemento que quere usar,\n"
"- Prema a tecla que quere asociar ao menú.\n"
"\n"
"A tecla aparecerá ao lado do elemento do menú, e no futuro poderá simplemente premer nesa tecla sen ter que abrir o menú."

#: menu.c:2089
msgid "Set keyboard shortcuts"
msgstr "Definir atallos de teclado"

#: minibuffer.c:129
msgid "Goto:"
msgstr "Ir a:"

#: minibuffer.c:130
msgid "Shell:"
msgstr "Orde:"

#: minibuffer.c:131
msgid "Select If:"
msgstr "Seleccionar se:"

#: minibuffer.c:132
msgid "Select Named:"
msgstr "Seleccionar nome:"

#: minibuffer.c:133
msgid "Pattern:"
msgstr "Patrón:"

#: minibuffer.c:265
msgid "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."
msgstr "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."

#: minibuffer.c:271
msgid "Enter a shell command to execute. Click on a file to add it to the buffer."
msgstr "Introduza unha orde de terminal para executar. Faga clic nun ficheiro para asignalo."

#: minibuffer.c:276
msgid ""
"Enter a file name pattern to select all matching files:\n"
"\n"
"? means any character\n"
"* means zero or more characters\n"
"[aA] means 'a' or 'A'\n"
"[a-z] means any character from a to z (lowercase)\n"
"*.png means any name ending in '.png'"
msgstr ""
"Introduza un patrón de nome de ficheiro para seleccionar os coincidentes:\n"
"\n"
"? equivale a calquera carácter\n"
"* equivale a cero ou a máis caracteres\n"
"[aA] equivale a «a» ou «A»\n"
"[a-z] equivale a calquera carácter desde o «a» ao «z» (minúsculo)\n"
"*.png equivale a calquera nome que remate en «.png»"

#: minibuffer.c:288
msgid "Enter a pattern to match for files to be shown.  An empty filter turns the filter off."
msgstr "Introduza un patrón para os ficheiros que se amosan. Un filtro baleiro é un filtro desactivado."

#: minibuffer.c:908
msgid "Invalid Find condition"
msgstr "Condición de busca non válida"

#: mount.c:103
#, c-format
msgid "File system table \"%s\" not found, cannot monitor system mounts"
msgstr "Non se atopa a táboa de sistema de ficheiros \"%s\", non se supervisan as montaxes"

#: mount.c:393
#, c-format
msgid "%s total, %s used, %s free (%.1f %%)"
msgstr "%s total, %s usado, %s libre (%.1f %%)"

#: options.c:275
msgid "ROX-Filer has converted your Options file to the new XML format"
msgstr "ROX-Filer converteu o seu ficheiro de opcións a o novo formato XML"

#: options.c:535
#: options.c:1256
msgid "(use default)"
msgstr "(predefinido)"

#: options.c:805
#, c-format
msgid "Internal error: %s unreadable"
msgstr "atopouse un erro interno: %s non é lexible"

#: options.c:914
msgid "Options"
msgstr "Opcións"

#: options.c:959
msgid "_Revert"
msgstr "_Reverter"

#: options.c:965
msgid "Restore all choices to how they were when the Options box was opened."
msgstr "Restaurar todas as opcións a como estaban cando abriu o cadro de opcións."

#: options.c:980
#, c-format
msgid ""
"Choices will be saved as:\n"
"%s"
msgstr ""
"As opcións gardaranse como:\n"
"%s"

#: options.c:988
msgid "(saving disabled by CHOICESPATH)"
msgstr "(Non está dispoñible gardar por CHOICESPATH -elección da ruta-)"

#: options.c:1161
#: usericons.c:452
#, c-format
msgid "Error saving %s: %s"
msgstr "Produciuse un erro gardando %s: %s"

#: options.c:1793
msgid "Missing '='"
msgstr "Falta «=»"

#: panel.c:322
#, c-format
msgid "Unable to replace '%s'"
msgstr "Non se pode substituir «%s»"

#: panel.c:326
#, c-format
msgid "Unable to save '%s'"
msgstr "Non se pode gardar «%s»"

#: panel.c:529
msgid "Your old panel file has been converted to the new XML format."
msgstr "O antiguo ficheiro de panel foi convertido ao novo formato XML."

#: panel.c:637
msgid "You have tried to close a panel via the window manager - I usually find that this is accidental... really close?"
msgstr "Tratou de pechar o panel dende o xestor de xanelas - Normalmete eso é accidental... realmente quere pechalo?"

#: panel.c:738
msgid "Missing < or > in panel config file"
msgstr "Falta < or > no ficheiro de configuración do panel"

#: panel.c:1610
#, c-format
msgid "Error saving panel %s: %s"
msgstr "Produciuse un erro gardando o panel %s: %s"

#: panel.c:1925
msgid "Applet quit without ever creating a widget!"
msgstr "O miniaplicativo pechouse sen crear un «widget»!"

#: panel.c:2021
#, c-format
msgid ""
"Error running applet:\n"
"%s"
msgstr ""
"Produciuse un erro executando o miniaplicativo:\n"
"%sa "

#: panel.c:2646
msgid "Are you sure you want to remove this panel from the desktop?"
msgstr "Esta seguro de que quere eliminar este panel do escritorio?"

#: panel.c:2649
#: panel.c:2676
msgid "Remove Panel"
msgstr "Eliminar panel"

#: panel.c:2672
msgid "Panel Options..."
msgstr "Opcions do panel..."

#: panel.c:2757
#, c-format
msgid "Xinerama monitor %d unavailable"
msgstr "Monitor Xinerama %d non dispoñible"

#: panel.c:2787
msgid "Top"
msgstr "Arriba"

#: panel.c:2789
msgid "Bottom"
msgstr "Abaixo"

#: panel.c:2791
msgid "Left"
msgstr "Esquerda"

#: panel.c:2793
msgid "Right"
msgstr "Dereita"

#: panel.c:2795
msgid "Default"
msgstr "Predeterminado"

#: panel.c:2799
msgid "Unknown side"
msgstr "Descoñecido"

#: pinboard.c:354
msgid "Your old pinboard file has been converted to the new XML format."
msgstr "O seu antigo taboleiro foi convertido ao novo formato XML"

#: pinboard.c:711
msgid "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."
msgstr "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."

#: pinboard.c:730
msgid ""
"You can only set the backdrop to an image or to a program which knows how to manage ROX-Filer's backdrop.\n"
"\n"
"Programmers: the application's AppInfo.xml must contain the CanSetBackdrop element, as described in ROX-Filer's manual."
msgstr ""
"Só poderá crear un fondo con unha imaxen o un programa para que «ROX-Filer» saiba como manexala.\n"
"\n"
"Programadores: o aplicativo AppInfo.xml debe conter o elemento CanSetBackdrop, tal como se describe no manual de «ROX-Filer»."

#: pinboard.c:750
msgid "Set backdrop"
msgstr "Definir fondo"

#: pinboard.c:761
msgid "Choose a style and drag an image in:"
msgstr "Elixa un estilo e arrastre unha imaxe en:"

#: pinboard.c:774
msgid "Centre the image without scaling it"
msgstr "Centrar a imaxe sen escalala"

#: pinboard.c:775
msgid "Centre"
msgstr "Centrado"

#: pinboard.c:776
msgid "Scale the image to fit the backdrop area, without distorting it"
msgstr "Escalar a imaxe para que cubra todo o fondo, sen distorsionala"

#: pinboard.c:778
msgid "Scale"
msgstr "Escalado"

#: pinboard.c:779
msgid "Scale the image to fit the backdrop area, regardless of image dimensions - overscale"
msgstr "Escala a imaxe para adaptala ao tamaño do fondo, independente das dimensións -"

#: pinboard.c:781
msgid "Fit"
msgstr "Axustar"

#: pinboard.c:782
msgid "Stretch the image to fill the backdrop area"
msgstr "Estira a imaxe para encher o fondo"

#: pinboard.c:783
msgid "Stretch"
msgstr "Estirada"

#: pinboard.c:784
msgid "Tile the image over the backdrop area"
msgstr "Fai un mosaico coa imaxe para encher o fondo"

#: pinboard.c:785
msgid "Tile"
msgstr "Mosaico"

#: pinboard.c:790
msgid "Drop an image here"
msgstr "Solte unha imaxe aquí"

#: pinboard.c:851
msgid "No pinboard was in use... the 'Default' pinboard has been selected. Use 'rox -p=Default' to turn it on in future."
msgstr "Non hai un taboleiro en uso... o taboleiro «Default» está seleccionado. Utilice «rox -p=Default» cando queira activalo"

#: pinboard.c:945
msgid "Only files (and certain applications) can be used to set the background image."
msgstr "Só se poden utilizar ficheiros (e algúns aplicativos) para fixar unha imaxe de fondo."

#: pinboard.c:1602
msgid "Missing '>' in icon label"
msgstr "Falta «>» na etiqueta da icona"

#: pinboard.c:1611
msgid "Missing ',' after icon label"
msgstr "Falta «,» despois da etiqueta da icona"

#: pinboard.c:1699
#, c-format
msgid "Error saving pinboard %s: %s"
msgstr "Produciuse un erro gardando o taboleiro %s: %s"

#: pinboard.c:2244
msgid "Backdrop..."
msgstr "Fondo de pantalla..."

#: pinboard.c:2247
msgid "Add Panel"
msgstr "Engadir panel"

#: pinboard.c:2341
#, c-format
msgid ""
"Error loading backdrop image:\n"
"%s\n"
"Backdrop removed."
msgstr ""
"Produciuse un erro cargando a imaxe de fondo:\n"
"%s\n"
"Fondo eliminado."

#: pixmaps.c:969
#, c-format
msgid ""
"Can't delete thumbnails in %s:\n"
"%s"
msgstr ""
"Non se poden eliminar miniaturas en %s:\n"
"%s"

#: pixmaps.c:990
msgid "There are no thumbnails to delete"
msgstr "Non hai miniaturas para eliminar"

#: pixmaps.c:1003
msgid "Purge thumbnails disk cache"
msgstr "Eliminar miniaturas da «caché»"

#: remote.c:722
#, c-format
msgid "Unknown style '%s'"
msgstr "Estilo «%s» descoñecido"

#: remote.c:744
#, c-format
msgid "Unknown details type '%s'"
msgstr "Detalles do tipo «%s» decoñecidos"

#: remote.c:772
#, c-format
msgid "Unknown sorting type '%s'"
msgstr "Tipo de ordenamento «%s» descoñecido"

#: remote.c:1247
#, c-format
msgid "Attempt to invoke unknown SOAP method '%s'"
msgstr "Intento de invocar o método «%s» SOAP descoñecido"

#: run.c:99
#: run.c:152
#, c-format
msgid "Program %s not found - deleted?"
msgstr "O programa %s non se atopa - eliminado?"

#: run.c:302
#, c-format
msgid "File doesn't exist, or I can't access it: %s"
msgstr "O ficheiro: %s non existe ou non se pode aceder a el"

#: run.c:307
#, c-format
msgid "I don't know how to open '%s'"
msgstr "Non se sabe como abrir «%s»"

#: run.c:338
#, c-format
msgid "'%s' is not a valid URI"
msgstr "«%s» non é unha URI válida"

#: run.c:349
#, c-format
msgid "%s not accessable"
msgstr "%s non é accesible"

#: run.c:357
#, c-format
msgid "Non-local URL %s"
msgstr "%s non é una URL local"

#: run.c:374
#, c-format
msgid "%s: no handler for %s"
msgstr "%s: non é manexado por %s"

#: run.c:394
msgid ""
"Application:\n"
"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."
msgstr ""
"Aplicativo:\n"
"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."

#: run.c:478
#, c-format
msgid "Could not send data to program: %s"
msgstr "Non se puideron enviar os datos ao programa: %s"

#: run.c:508
#, c-format
msgid "Could not read link: %s"
msgstr "Non se pode ler a ligazón: %s"

#: run.c:536
#, c-format
msgid "Broken symlink (or you don't have permission to follow it): %s"
msgstr "Ligazón simbólica rota (ou vostede non ten permiso para usala): %s"

#: run.c:573
#, c-format
msgid "No 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.%s"
msgstr "Non 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.%s"

#: run.c:579
msgid ""
"\n"
"\n"
"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."
msgstr ""
"\n"
"\n"
"Nota: Se se trata de executar un aplicativo, necesita axustar o bit de execución no menú «Permisos»."

#: run.c:753
#, c-format
msgid ""
"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).\n"
"\n"
"Having (non-symlink) run actions world-writeable means that other people who use your computer can replace your run actions with malicious versions.\n"
"\n"
"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."
msgstr ""
"O 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).\n"
"\n"
"Hai executables (non ligazóns simbólicas) escribibles por todos, iso significa que calquera persoa que manexe a súa computadora pode substituír os seus aplicativos por outros con código malicioso.\n"
"\n"
"Se vostede confía en quen poida escribir nestes ficheiros non debe preocuparse. Senón, debería comprobar, ou suprimir, todos os permisos que afecten ficheiros executables."

#: run.c:766
msgid "go-w (Fix security problem)"
msgstr "go-w (Evita problemas de seguridade)"

#: support.c:272
msgid "B"
msgstr "B"

#: support.c:351
msgid "byte"
msgstr "byte"

#: support.c:1596
#: support.c:1650
#, c-format
msgid "Failed to open and stat file '%s': %s"
msgstr "Fallou abrindo e analisando o ficheiro «%s»: %s"

#: support.c:1607
#: support.c:1661
#, c-format
msgid "Failed to mmap file '%s': %s"
msgstr "Fallou mapeando o ficheiro «%s»: %s"

#: toolbar.c:113
msgid "Close"
msgstr "Pechar"

#: toolbar.c:113
msgid "Close filer window"
msgstr "Pechar xanela do xestor"

#: toolbar.c:117
msgid "Up"
msgstr "Subir"

#: toolbar.c:117
msgid "Change to parent directory"
msgstr "Cambiar a directorio superior"

#: toolbar.c:121
msgid "Home"
msgstr "Inicio"

#: toolbar.c:121
msgid "Change to home directory"
msgstr "Cambiar a directorio de inicio"

#: toolbar.c:125
msgid "Bookmarks"
msgstr "marcador"

#: toolbar.c:125
msgid "Bookmarks menu"
msgstr "Menu de marcador"

#: toolbar.c:129
msgid "Scan"
msgstr "Analisar"

#: toolbar.c:129
msgid "Rescan directory contents"
msgstr "Actualizar o contido do directorio"

#: toolbar.c:133
msgid "Change icon size"
msgstr "Cambiar tamaño da icona"

#: toolbar.c:137
msgid "Automatic size mode"
msgstr "Tamaño automático"

#: toolbar.c:141
msgid "Show extra details"
msgstr "Amosar detalles extra"

#: toolbar.c:145
msgid "Sort"
msgstr "Ordenar"

#: toolbar.c:145
msgid "Change sort criteria"
msgstr "Cambiar critério de ordenamento"

#: toolbar.c:149
msgid "Hidden"
msgstr "Agochado"

#: toolbar.c:149
msgid ""
"Left: Show/hide hidden files\n"
"Right: Show/hide thumbnails"
msgstr ""
"Esquerda: Amosa/agocha ficheiros agochados\n"
"Dereita: Amosa/agocha miniaturas"

#: toolbar.c:154
msgid "Select all/invert selection"
msgstr "Seleccionar todo/inverter a selección"

#: toolbar.c:158
msgid "Show ROX-Filer help"
msgstr "Amosar axuda de «ROX-Filer»"

#: toolbar.c:221
#, c-format
msgid " (%u hidden)"
msgstr " (%u agochado)"

#: toolbar.c:229
#: tips:58
msgid "items"
msgstr "elementos"

#: toolbar.c:229
msgid "item"
msgstr "elemento"

#: toolbar.c:232
#, c-format
msgid "No items%s"
msgstr "Sen elementos%s"

#: toolbar.c:251
#, c-format
msgid "%u selected (%s)"
msgstr "%u seleccionado (%s)"

#: toolbar.c:445
msgid "Sort by name"
msgstr "Ordenar por nome"

#: toolbar.c:445
msgid "Sort by type"
msgstr "Ordenar por tipo"

#: toolbar.c:445
msgid "Sort by date"
msgstr "Ordenar por data"

#: toolbar.c:446
msgid "Sort by size"
msgstr "Ordenar por tamaño"

#: toolbar.c:446
msgid "Sort by owner"
msgstr "Ordenar por propietario"

#: toolbar.c:446
msgid "Sort by group"
msgstr "Ordenar por grupo"

#: toolbar.c:480
msgid "ascending"
msgstr "ascendente"

#: toolbar.c:480
msgid "descending"
msgstr "descendente"

#: type.c:214
msgid "Sym link"
msgstr "Ligazón simbólica"

#: type.c:216
msgid "Mount point"
msgstr "Punto de montaxe"

#: type.c:218
msgid "App dir"
msgstr "Directorio de aplicativos"

#: type.c:225
msgid "Dir"
msgstr "Directorio"

#: type.c:227
msgid "Char dev"
msgstr "Dispositivo de carácter"

#: type.c:229
msgid "Block dev"
msgstr "Dispositivo de bloque"

#: type.c:231
msgid "Pipe"
msgstr "Canalización"

#: type.c:233
msgid "Socket"
msgstr "Socket"

#: type.c:235
msgid "Door"
msgstr "Porta"

#: type.c:238
msgid "Unknown"
msgstr "Descoñecido"

#: type.c:554
msgid ""
"Enter a shell command which will load \"$@\" into a suitable program. Eg:\n"
"\n"
"gimp \"$@\""
msgstr ""
"Introduza a orde para cargar \"$@\" con un programa axeitado. Ex:\n"
"\n"
"gimp \"$@\""

#: type.c:735
msgid "This is not a program! Give me an application instead!"
msgstr "Non é un aplicativo ou ficheiro executable!"

#: type.c:795
msgid "No run action defined"
msgstr "Non está definida ningunha acción para executar"

#: type.c:799
#, c-format
msgid "Error in handler %s: %s"
msgstr "Produciuse un erro en: %s manexando %s"

#: type.c:814
#, c-format
msgid "Invalid application %s (bad AppRun)"
msgstr "O aplicativo %s non é válido (AppRun defectuoso)"

#: type.c:825
#, c-format
msgid "Non-executable %s"
msgstr "Non executable %s"

#: type.c:858
msgid "Set run action"
msgstr "Definir acción para executar"

#: type.c:864
msgid "If a handler for the specific type isn't set up, use this as the default."
msgstr "Se o programa usado para este tipo de ficheiro non está definido, usar este como predeterminado."

#: type.c:866
#, c-format
msgid "Set default for all `%s/<anything>'"
msgstr "Predeterminar para todos «%s/<calquera>»"

#: type.c:870
msgid "Use this application for all files with this MIME type."
msgstr "Utilizar este aplicativo para todos os ficheiros do mesmo tipo MIME"

#: type.c:872
#, c-format
msgid "Only for the type `%s' (%s/%s)"
msgstr "Só para os do tipo «%s» (%s/%s)"

#: type.c:878
msgid "Drop a suitable application here"
msgstr "Arrastre o aplicativo axeitado aquí"

#: type.c:893
msgid "OR"
msgstr "OU"

#: type.c:900
msgid "Enter a shell command:"
msgstr "Introduza unha orde de terminal:"

#: type.c:929
msgid "_Use Command"
msgstr "_Usar a orde"

#: type.c:959
msgid "A run action already exists and is quite a big program - are you sure you want to delete it?"
msgstr "Xa está especificada unha acción e é un programa - está seguro de que quere eliminalo?"

#: type.c:970
#, c-format
msgid "Can't remove %s: %s"
msgstr "Non se pode eliminar %s: %s"

#: type.c:1007
msgid "Choices saving is disabled by CHOICESPATH variable"
msgstr "A opción gardar foi desactivada pola variable CHOICESPATH (elección da ruta)"

#: type.c:1309
#, c-format
msgid ""
"Failed to create symlink '%s':\n"
"%s"
msgstr ""
"Fallou creando a ligazón simbólica «%s»:\n"
"%s"

#: usericons.c:179
msgid "The pathname you gave does not exist. The icon has not been changed."
msgstr "A ruta indicada non existe. A icona non foi cambiada."

#: usericons.c:189
#: usericons.c:618
msgid ""
"Unable to load image file -- maybe it's not in a format I understand, or maybe the permissions are wrong?\n"
"The icon has not been changed."
msgstr ""
"Non é posible cargar a imaxe -- ou está nun formato descoñecido ou non ten os permisos axeitados\n"
"A icona non foi cambiada."

#: usericons.c:235
#, c-format
msgid "Really delete icon '%s'?"
msgstr "Quere eliminar a icona «%s»?"

#: usericons.c:239
#, c-format
msgid ""
"Can't delete '%s':\n"
"%s"
msgstr ""
"Non se pode eliminar «%s»:\n"
"%s"

#: usericons.c:272
msgid "Set icon"
msgstr "Definir icona"

#: usericons.c:281
msgid "Use a copy of the image as the default for all files of these MIME types."
msgstr "Use unha copia da imaxe como predeterminado para todos os ficheiros de este tipo MIME."

#: usericons.c:283
#, c-format
msgid "Set icon for all `%s/<anything>'"
msgstr "Predeterminar para todos «%s/<calquera>»"

#: usericons.c:288
msgid "Use a copy of the image for all files of this MIME type."
msgstr "Use unha copia da imaxe para todos os ficheiros de este tipo MIME"

#: usericons.c:290
#, c-format
msgid "For all files of type `%s' (%s/%s)"
msgstr "Para todos os do tipo «%s» (%s/%s)"

#: usericons.c:296
msgid "Add the file and image filenames to your personal list. The setting will be lost if the image or the file is moved."
msgstr "Engadir o ficheiro e nomes de ficheiro de imaxe a tua lista persoal. Isto perderase se a imaxe ou o ficheiro se moven."

#: usericons.c:299
#, c-format
msgid "Only for the file `%s'"
msgstr "Só para o ficheiro «%s»"

#: usericons.c:307
msgid "Copy 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."
msgstr "Copiar 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."

#: usericons.c:313
msgid "Copy image into directory"
msgstr "Copie a imaxe a este directorio"

#: usericons.c:319
msgid "Drop an icon file here"
msgstr "Arrastre un ficheiro de icona aquí"

#: usericons.c:589
msgid "Setting icon disabled by CHOICESPATH"
msgstr "-elección da ruta-"

#: usericons.c:633
#, c-format
msgid ""
"Error creating image '%s':\n"
"%s"
msgstr ""
"Produciuse un erro creando a imaxe «%s»:\n"
"%s"

#: view_details.c:957
msgid "Mono font"
msgstr "Fonte «Mono»"

#: view_details.c:958
msgid "Font for displaying mono-spaced text"
msgstr "Fonte para amosar texto mono espazado"

#: view_details.c:1059
msgid "_Name"
msgstr "_Nome"

#: view_details.c:1062
msgid "_Type"
msgstr "_Tipo"

#: view_details.c:1065
msgid "_Permissions"
msgstr "_Permisos"

#: view_details.c:1070
msgid "_Owner"
msgstr "P_ropietario"

#: view_details.c:1072
msgid "_Group"
msgstr "_Grupo"

#: view_details.c:1074
msgid "_Size"
msgstr "_Tamaño"

#: view_details.c:1080
msgid "Last _Modified"
msgstr "Última _modificación"

#: tips:1
msgid "Filer windows"
msgstr "Xanelas do xestor"

#: tips:2
msgid "Auto-resize filer windows"
msgstr "Axustar automaticamente as xanelas do xestor"

#: tips:3
msgid "Never automatically resize"
msgstr "Non axustar nunca automáticamente"

#: tips:4
msgid "You'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background."
msgstr "Terá que cambiar o tamaño das xanelas manualmente, utilizando o xestor de xanelas, na entrada do menú «Redimensionar xanela» ou facendo dobre clic no fondo da xanela."

#: tips:5
msgid "Resize when changing the display style"
msgstr "Redimensionar cando cambie o estilo de xanela"

#: tips:6
msgid "Changing the size of the icons or which details are displayed will resize the window for you."
msgstr "Cambia o tamaño das iconas ou detalles que se amosan  cando redimensiona o tamaño da xanela."

#: tips:7
msgid "Always resize"
msgstr "Redimensionar sempre"

#: tips:8
msgid "The filer will resize windows whenever it seems useful (that is, when changing directory or display style)."
msgstr "O xestor redimensionará as xanelas sempre que pareza útil (é dicir cambiando o directorio ou o estilo de amosar)."

#: tips:9
msgid "Largest window size:"
msgstr "Tamaño da xanela máis grande"

#: tips:10
msgid "%"
msgstr "%"

#: tips:11
msgid "The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to."
msgstr "Maior tamaño, como un porcentaxe do tamaño de pantalla, ao que se redimensionará automáticamente unha xanela."

#: tips:12
msgid "Window behaviour"
msgstr "Comportamento da xanela"

#: tips:13
msgid "Short titlebar flags"
msgstr "Marcas de barra de título cortas"

#: tips:14
msgid "Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar."
msgstr "Emprego de marcas no lugar de palabras para exploración, indicadores de «Todo» e «Miniaturas» na barra de título."

#: tips:15
msgid "Unique windows"
msgstr "Xanelas únicas"

#: tips:16
msgid "If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed."
msgstr "Se abre un directorio que xa está aberto noutra xanela, isto fará que a outra xanela sexa pechada."

#: tips:17
msgid "New window on button 1"
msgstr "Xanela nova en botón 1"

#: tips:18
msgid "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."
msgstr "Activando esta opción ao facer clic no botón 1 (normalmente o esquerdo) abre o directorio nunha xanela nova. Facer clic co botón 2 (o do medio) fará que se abra na xanela actual."

#: tips:19
msgid "Single-click navigation"
msgstr "Navegación cun só clic"

#: tips:20
#: tips:116
msgid "Clicking 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."
msgstr "Facer 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."

#: tips:21
msgid "Double-click on background resizes"
msgstr "Dobre clic sobre o fondo redimensiona"

#: tips:22
msgid "If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar."
msgstr "Se preme dúas veces sobre o fondo de xanela redimensiona a xanela, como se premera na icona de tamaño automático na barra de tarefas."

#: tips:23
msgid "Sorting"
msgstr "Ordenando"

#: tips:24
msgid "Directories come first (for sort by name)"
msgstr "Os directorios van antes (para ordenamento por nomes)"

#: tips:25
msgid "If this is on then directories will always appear before anything else when sorting by name."
msgstr "Activada esta opción os directorios aparecerán antes que os ficheiros cando se ordena por nome."

#: tips:26
msgid "Capitalised names first (for sort by name)"
msgstr "Nomes en maiúscula van antes  (para ordenamento por nomes)"

#: tips:27
msgid "If on, all filenames starting with a capital letter come before filenames starting with lowercase ones."
msgstr "Activada esta opción os ficheiros cuxos nomes comezan con unha maiúscula van antes que os ficheiros cuxos nomes comezan con minúsculas."

#: tips:29
msgid "Default settings for new windows"
msgstr "Axustes predeterminados para xanelas novas"

#: tips:30
msgid "Inherit options from source window"
msgstr "Herdar opcións da xanela orixe"

#: tips:31
msgid "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."
msgstr "Activando esta opción as xanelas novas herdan os axuste da xanela orixe, se é posible, do contrario toman de xeito predeterminado o aquí definido ."

#: tips:32
msgid "View type:"
msgstr "Ver tipo:"

#: tips:35
msgid "Sort by:"
msgstr "Ordenar por:"

#: tips:37
#: tips:54
msgid "Type"
msgstr "Tipo"

#: tips:38
msgid "Date"
msgstr "Data"

#: tips:40
msgid "Show hidden files"
msgstr "Amosar ficheiros agochados"

#: tips:41
msgid "If this is on then files whose names start with a dot are shown too, otherwise they are hidden."
msgstr "Se está activada os ficheiros cuxos nomes comezan con un punto amosaranse, pola contra permaneceran agochados."

#: tips:42
msgid "Show extended attribute indicator"
msgstr "Amosar indicador de atributo estendido"

#: tips:43
msgid "If this is on then files which have one or more extended attributes set will have an emblem added to indicate this."
msgstr "Se está activada a opción, os ficheiros que teñen un ou máis atributos estendidos terán un emblema engadido para indicalo."

#: tips:44
msgid "Icon View"
msgstr "Ver como iconas"

#: tips:45
msgid "Default size:"
msgstr "Tamaño predeterminado:"

#: tips:46
msgid "Huge Icons"
msgstr "Iconas moi grandes"

#: tips:47
#: tips:217
msgid "Large Icons"
msgstr "Iconas grandes"

#: tips:48
#: tips:216
msgid "Small Icons"
msgstr "Iconas pequenas"

#: tips:50
msgid "Default details:"
msgstr "Detalles predeterminados"

#: tips:51
msgid "No details"
msgstr "Sen detalles"

#: tips:56
msgid "Automatic small icons:"
msgstr "Iconas pequenas automáticamente"

#: tips:57
msgid "Change at:"
msgstr "Cambiar a:"

#: tips:59
msgid "When 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."
msgstr "Cando se selecciona o tamaño automático: Se o directorio conten moitos elementos amosará iconas pequenas, senón amosará iconas grandes."

#: tips:60
msgid "Max width (Large icons):"
msgstr "Largura máxima (iconas grandes)"

#: tips:61
#: tips:64
msgid "pixels"
msgstr "píxeles"

#: tips:62
msgid "Text wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this."
msgstr "Se o texto é moi amplo, con iconas grandes, cortase en duas liñas. con iconas  moi grandes cortase cando supera o 50% do tamaño"

#: tips:63
msgid "(Small Icons):"
msgstr "(Iconas pequenas)"

#: tips:65
msgid "Maximum width for the text beside a Small Icon."
msgstr "Largura máxima para o texto baixo as iconas pequenas"

#: tips:66
msgid "Order small icons vertically"
msgstr "Ordenar as iconas pequenas en vertical"

#: tips:67
msgid "If this option is on, then small icons are arranged in columns, not rows."
msgstr "Se se activa esta opción, as iconas pequenas amosaranse en columnas, senón en filas."

#: tips:68
msgid "Order large icons vertically"
msgstr "Ordenar as iconas grandes en vertical"

#: tips:69
msgid "If this option is on, then large icons are arranged in columns, not rows."
msgstr "Se se activa esta opción, as iconas grandes amosaranse en columnas, senón en filas."

#: tips:71
msgid "Show column headings"
msgstr "Amosar encabezamentos das columnas"

#: tips:72
msgid "If this is on then column headings will be shown in the list view."
msgstr "Activando esta opción os encabezamentos das columnas amosaranse na vista de lista."

#: tips:73
msgid "Show full type"
msgstr "Amosar todos os tipos"

#: tips:74
msgid "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."
msgstr "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."

#: tips:75
msgid "Tools/Minibuffer"
msgstr "Ferramentas/Mini bufer"

#: tips:76
msgid "Toolbar"
msgstr "Barra ferramentas"

#: tips:77
msgid "Toolbar type:"
msgstr "Tipo de barra de ferramentas"

#: tips:78
msgid "No toolbar"
msgstr "Sen barra de ferramentas"

#: tips:79
msgid "Icons only"
msgstr "Só iconas"

#: tips:80
msgid "Text under icons"
msgstr "Texto baixo as iconas"

#: tips:81
msgid "Text beside icons"
msgstr "Texto a veira das iconas"

#: tips:82
msgid "Show totals of items"
msgstr "Amosa a totalidade dos elementos"

#: tips:83
msgid "Show 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."
msgstr "Amosa o número de elementos que aparece nunha xanela 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."

#: tips:84
msgid "Select the buttons you want on the bar:"
msgstr "Seleccione os botóns que desexe ter na barra"

#: tips:85
msgid "Width of toolbar sets minimum width of window"
msgstr "A Largura da barra de ferramentas establece o ancho minimo da xanela"

#: tips:86
msgid "Each filer window is constrained to be wide enough to show the whole of the toolbar"
msgstr "As xanelas son obligadas a ser o amplas abondo como para amosar a totalidade da barra de ferramentas"

#: tips:87
msgid "Minibuffer"
msgstr "Mini bufer"

#: tips:88
msgid "Beep if Tab-completion fails"
msgstr "Pitido se falla completar con «Tab»"

#: tips:89
msgid "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)."
msgstr "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)."

#: tips:90
msgid "Beep if there are several matches"
msgstr "Yon de aviso se hai varias coincidencias"

#: tips:91
msgid "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."
msgstr "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."

#: tips:94
msgid "When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown."
msgstr "Cando se activan as miniaturas, cada ficheiro de imaxe dun directorio carga unha pequena miniatura para amosar."

#: tips:95
msgid "Show image thumbnails"
msgstr "Amosar miniaturas"

#: tips:96
msgid "This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows."
msgstr "Esta é a configuración predeterminada para as xanelas novas. Use o menú despregable para activar/desactivar as miniaturas nas xanelas."

#: tips:97
msgid "Video thumbnails"
msgstr "Miniaturas de video"

#: tips:98
msgid "Thumbnails cache"
msgstr "Caché de miniaturas"

#: tips:99
msgid "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."
msgstr "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."

#: tips:100
msgid "Manage thumbnails"
msgstr "Xestión de miniaturas"

#: tips:101
#: tips:158
msgid "Pinboard"
msgstr "Escritorio"

#: tips:102
msgid "When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them."
msgstr "Usando un taboleiro, vostede pode arrastrar ficheiros e aplicativos no fondo de escritorio para crear accesos rápidos."

#: tips:103
#: tips:213
msgid "Appearance"
msgstr "Aparencia"

#: tips:104
msgid "Foreground:"
msgstr "Primeiro plano"

#: tips:105
msgid "Text shadow:"
msgstr "Texto sombreado"

#: tips:106
msgid "Background:"
msgstr "Segundo plano"

#: tips:107
msgid "No shadow"
msgstr "Sen sombra"

#: tips:108
msgid "Thin"
msgstr "Delgado"

#: tips:109
msgid "Thick"
msgstr "Groso"

#: tips:110
msgid "Use custom font:"
msgstr "Usar fontes personalizadas:"

#: tips:111
msgid "The font used for the text displayed under the icons"
msgstr "Fonte utilizada para o texto baixo as iconas"

#: tips:112
msgid "Fast scaling of images"
msgstr "Escalado rápido de imaxes"

#: tips:113
msgid "Choose between the fast or slow method of scaling backdrop images.  The slow method can give better results."
msgstr "Escolla entre o método rápido ou lento de escalado de imaxes de fondo. O método lento pode dar mellores resultados."

#: tips:114
msgid "Pinboard behaviour"
msgstr "Comportamento do taboleiro"

#: tips:115
msgid "Single-click to open"
msgstr "Un só clic para abrir"

#: tips:117
msgid "Keep icons within screen limits"
msgstr "Manter as iconas dentro dos limites da pantalla"

#: tips:118
msgid "If this is set, pinboard icons are always kept completely within screen limits, including the label."
msgstr "Activada esta opción, as iconas manteranse sempre dentro dos límites da pantalla, incluindo a etiqueta."

#: tips:119
msgid "Icon grid step:"
msgstr "Rella de separación de iconas"

#: tips:120
msgid "Fine"
msgstr "Fina"

#: tips:121
msgid "Use a 2-pixel grid for positioning icons on the desktop."
msgstr "Usar rella de 2 píxeles para posicionar as iconas no escritorio"

#: tips:122
msgid "Medium"
msgstr "Media"

#: tips:123
msgid "Use a 16-pixel grid for positioning icons on the desktop."
msgstr "Usar rella de 16 píxeles para posicionar as iconas no escritorio"

#: tips:124
msgid "Coarse"
msgstr "Grosa"

#: tips:125
msgid "Use a 32-pixel grid for positioning icons on the desktop."
msgstr "Usar rella de 32 píxeles para posicionar as iconas no escritorio"

#: tips:126
#: tips:128
msgid "Iconified windows"
msgstr "Xanelas como iconas"

#: tips:127
msgid "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."
msgstr "A maioría de xestores de xanelas fornecen unha forma de «iconificar» (ou «minimizar»), as xanelas, e diversos programas, entre eles «ROX-Filer», poden utilizar para amosar as xanelas coma iconas."

#: tips:129
msgid "Show iconified windows"
msgstr "Amosar xanelas como iconas"

#: tips:130
msgid "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."
msgstr "Activada esta opción, o xestor amosa cada xanela como un pequeno botón no taboleiro. Require un xestor de xanelas compatible, e o taboleiro debe estar en uso."

#: tips:131
msgid "Show per workspace"
msgstr "Amosar por espazo de traballo"

#: tips:132
msgid "If this option is on, the filer will only show iconified windows associated with the current workspace."
msgstr "Activada esta opción, o xestor só amosará como iconas as xanelas asociadas co actual espazo de traballo."

#: tips:133
msgid "Iconify to the"
msgstr "Poñer as iconas"

#: tips:134
msgid "top-left"
msgstr "arriba a esquerda"

#: tips:135
msgid "top-right"
msgstr "arriba a dereita"

#: tips:136
msgid "bottom-left"
msgstr "abaixo a esquerda"

#: tips:137
msgid "bottom-right"
msgstr "abaixo a dereita"

#: tips:138
msgid ", going"
msgstr ", en"

#: tips:139
msgid "horizontally"
msgstr "horizontal"

#: tips:140
msgid "vertically"
msgstr "vertical"

#: tips:141
msgid "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."
msgstr "As veces o xestor non sabe dos seus obxectos no escritorio e pon xanelas 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."

#: tips:142
msgid "Top margin"
msgstr "Marxe superior"

#: tips:143
msgid "Height of no-go area at top of screen."
msgstr "Altura de zona prohibida no bordo superior da pantalla."

#: tips:144
msgid "Bottom margin"
msgstr "Marxe inferior"

#: tips:145
msgid "Height of no-go area at bottom of screen."
msgstr "Altura de zona prohibida no bordo inferior da pantalla."

#: tips:146
msgid "Left margin"
msgstr "Marxe esquerdo"

#: tips:147
msgid "Width of no-go area at left of screen."
msgstr "Largura de zona prohibida no bordo esquerdo da pantalla."

#: tips:148
msgid "Right margin"
msgstr "Marxe dereito"

#: tips:149
msgid "Width of no-go area at right of screen."
msgstr "largura de zona prohibida no bordo dereito da pantalla."

#: tips:150
msgid "Desktop"
msgstr "Escritorio"

#: tips:151
msgid "When 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."
msgstr "Cando se executa un administrador de sesións (como ROX-Session) o xestor pode abrir un panel e/ou un taboleiro. Configúreo aquí."

#: tips:152
msgid "Panel only"
msgstr "Só o panel"

#: tips:153
msgid "Only a panel is shown."
msgstr "Só se amosa o panel"

#: tips:154
msgid "Pinboard only"
msgstr "Só o taboleiro"

#: tips:155
msgid "Only the pinboard is shown."
msgstr "Só se amosa o taboleiro (escritorio)"

#: tips:156
msgid "Panel and pinboard"
msgstr "Panel e taboleiro"

#: tips:157
msgid "Both a panel and a pinboard are shown."
msgstr "Amosase tanto o panel como o taboleiro"

#: tips:159
msgid "Enter the name of the pinboard to show here."
msgstr "Poña o nome do taboleiro que vai a ser amosado"

#: tips:160
msgid "Panel (obsolete)"
msgstr "Panel (obsoleto)"

#: tips:161
msgid "Enter the name of the panel to show here. This option is now only used when upgrading from an old version."
msgstr "Poña o nome do panel que vai ser amosado. Esta opción agora só se usa se actualizou dunha versión anterior."

#: tips:162
msgid "Changes here take effect the next time the filer is run."
msgstr "Os cambios só terán efecto despois de que inicie de novo «ROX-Filer»"

#: tips:163
msgid "The session manager activates these options by using the -S or --rox-session argument to rox."
msgstr "O administrador de sesións activa estas opcións empregando «-S» ou «--rox-session» como argumentos de «rox»."

#: tips:164
msgid "Action windows"
msgstr "Accións nas xanelas"

#: tips:165
msgid ""
"Action windows appear when you start a background\n"
"operation, such as copying or deleting some files."
msgstr "A caixa de accións aparece cando se inicia unha operación en segundo plano como copiar ou eliminar ficheiros."

#: tips:166
msgid "Auto-start (Quiet) these actions"
msgstr "Iniciar (silenciosamente) estas accións"

#: tips:168
msgid "Copy files without confirming first."
msgstr "Copiar ficheiros sen pedir confirmación"

#: tips:170
msgid "Move files without confirming first."
msgstr "Mover ficheiros sen pedir confirmación"

#: tips:172
msgid "Create links to files without confirming first."
msgstr "Crear ligazóns á os ficheiros sen pedir confirmación"

#: tips:174
msgid "Delete files without confirming first."
msgstr "Eliminar ficheiros sen pedir confirmación"

#: tips:175
msgid "Mount"
msgstr "Montar"

#: tips:176
msgid "Mount and unmount filesystems without confirming first."
msgstr "Montar e desmontar sistemas de ficheiros sen pedir confirmación"

#: tips:177
msgid "Default settings"
msgstr "Configuración predeterminada"

#: tips:179
msgid "Don't confirm deletion of non-writeable items."
msgstr "Non confirmar a eliminación de elementos non escribibles"

#: tips:181
msgid "Don't display so much information in the message area."
msgstr "Non amosar moita información na área de mensaxes"

#: tips:183
msgid "Also change contents of subdirectories."
msgstr "Tamén cambia o contido dos directorios"

#: tips:186
msgid "Mount commands"
msgstr "Ordenes de montaxe"

#: tips:187
msgid "Mount command"
msgstr "Orde de montaxe"

#: tips:188
msgid "The command used to mount a filesystem. If unsure, use \"mount\"."
msgstr "Orde para montar o sistema de ficheiros, se non está seguro use «mount»"

#: tips:189
msgid "Unmount command"
msgstr "Orde de desmontaxe"

#: tips:190
msgid "The command used to unmount a filesystem. If unsure, use \"umount\" (yes, without the first \"n\")."
msgstr "Orde para desmontar o sistema de ficheiros, se non está seguro use «umount»(si, sen o primeiro «n»)."

#: tips:191
msgid "Eject command"
msgstr "Orde de expulsión"

#: tips:192
msgid "The command used to eject removable media. If unsure, use \"eject\"."
msgstr "Orde usada para expulsar dispositivos extraíbles, se non esta seguro use «eject»"

#: tips:193
msgid "Drag and Drop"
msgstr "Arrastrar e pegar"

#: tips:194
msgid "Dragging to icons"
msgstr "Arrastrar á icona"

#: tips:195
msgid "Allow dragging to icons in filer windows"
msgstr "Permite arrastar iconas ás xanelas do xestor"

#: tips:196
msgid "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."
msgstr "Con esta opción activada vostede pode arrastrar un ficheiro á xanela 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."

#: tips:197
msgid "Directories spring open"
msgstr "Abrir directorios de xeito automático"

#: tips:198
msgid "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."
msgstr "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."

#: tips:199
msgid "Spring delay:"
msgstr "Retardo da «apertura automática»"

#: tips:200
msgid "ms"
msgstr "ms"

#: tips:201
msgid "This 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."
msgstr "Nesta opción indicase canto tempo, en ms, debe manterse un ficheiro sobre dun directorio antes de que adopte «apertura automática». Esa opción debe ter sido activada para que isto teña efecto."

#: tips:202
msgid "When dragging files with the left mouse button"
msgstr "Cando arrastra os ficheiros co botón esquerdo do rato"

#: tips:203
#: tips:207
msgid "Show a menu of possible actions"
msgstr "Amosar un menú de accións posibles"

#: tips:204
msgid "Copy the files"
msgstr "Copiar os ficheiros"

#: tips:205
msgid "Note that you can still get the menu to appear, by dragging with Alt held down."
msgstr "Observe que pode obter o menú despregable, arrastrando ao tempo que mantén premida a tecla «Alt»."

#: tips:206
msgid "When dragging files with the middle mouse button"
msgstr "Cando arrastra os ficheiros co botón do medio do rato"

#: tips:208
msgid "Move the files"
msgstr "Move os ficheiros"

#: tips:209
msgid "Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key."
msgstr "Observe que pode obter o menú despregable, arrastrando co botón esquerdo ao tempo que mantén premida a tecla «Alt»."

#: tips:210
msgid "Download handler"
msgstr "Xestor de descargas"

#: tips:211
msgid ""
"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:\n"
"xterm -e wget $1"
msgstr ""
"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:\n"
"xterm-e wget $1"

#: tips:212
msgid "Menus"
msgstr "Menús"

#: tips:214
msgid "Size of icons in menus:"
msgstr "Tamaño das iconas no menú:"

#: tips:215
msgid "No Icons"
msgstr "Sen iconas"

#: tips:218
msgid "Same as current window"
msgstr "Xanela actual"

#: tips:219
msgid "Same as default"
msgstr "Predeterminado"

#: tips:220
msgid "Behaviour"
msgstr "Comportamento"

#: tips:221
msgid "File menu on right-click"
msgstr "Menú de ficheiro con clic no botón dereito"

#: tips:222
msgid "Show the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control)."
msgstr "Amosa 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»."

#: tips:223
msgid "Terminal emulator program"
msgstr "Programa emulador de terminal"

#: tips:224
msgid "The program to launch when you choose `Terminal Here' from the menu."
msgstr "Este programa iniciaráse cando elixa no menú «Abrir aquí un terminal»"

#: tips:225
msgid "Keyboard shortcuts"
msgstr "Atallos de teclado"

#: tips:227
msgid "MIME types"
msgstr "Tipos MIME"

#: tips:228
msgid "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."
msgstr "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."

#: tips:229
msgid "Edit MIME rules"
msgstr "Editar as regras MIME"

#: tips:230
msgid "Themes"
msgstr "Temas"

#: tips:231
msgid "Icon theme"
msgstr "Tema de iconas"

#: tips:232
msgid "Themes should be placed inside the ~/.icons directory."
msgstr "Os temas de iconas deben estar no directorio «~/.icons»"

#: tips:233
msgid "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."
msgstr "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."

#: tips:234
msgid "Colours"
msgstr "Cores"

#: tips:235
msgid "File type colours"
msgstr "Cores de tipos de ficheiro"

#: tips:236
msgid "Colour files based on their types"
msgstr "Colorar os ficheiros según estos tipos"

#: tips:237
msgid "Filenames (and details) are coloured according to the file's type."
msgstr "Os nomes de ficheiro (e os detalles) hanse colorar de acordo co tipo do ficheiro"

#: tips:238
msgid "Directory:"
msgstr "Directorio:"

#: tips:239
msgid "Regular file:"
msgstr "Ficheiro regular:"

#: tips:240
msgid "Pipe:"
msgstr "Canalización:"

#: tips:241
msgid "Socket:"
msgstr "Socket:"

#: tips:243
msgid "Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine."
msgstr "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 acceder."

#: tips:244
msgid "Character device:"
msgstr "Dispositivo de carácter:"

#: tips:245
msgid "Block device:"
msgstr "Dispositivo de bloque:"

#: tips:246
msgid "Door:"
msgstr "Porta:"

#: tips:247
msgid "Door files are a bit like sockets or pipes, and have only been seen on Solaris."
msgstr "Ficheiros de porta son como «sockets» ou «canalizacións» e só se usan en Solaris."

#: tips:248
msgid "Executable file:"
msgstr "Ficheiro executable:"

#: tips:249
msgid "Application directory:"
msgstr "Directorio de aplicativo:"

#: tips:250
msgid "Unknown type:"
msgstr "Tipo descoñecido:"

#: tips:251
msgid "Compatibility"
msgstr "Compatibilidade"

#: tips:252
msgid "Window manager problems"
msgstr "Problemas no xestor de xanelas"

#: tips:253
msgid "Override window manager control of the pinboard and panels"
msgstr "Omitir o xestor de xanelas co control do taboleiro e do panel"

#: tips:254
msgid "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."
msgstr "Algúns xestores de xanelas non son compatibles co novo sistema «Extended Window Manager Hints» e tratan os taboleiros e paneis como xanelas 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 xanelas, ou que teñan que aparecer na lista de xanelas."

#: tips:255
msgid "Pass all backdrop mouse clicks to window manager"
msgstr "Enviar os clics do rato no escritorio á o xestor de xanelas"

#: tips:256
msgid "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."
msgstr "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 xanelas. Os clics nas iconas non van ser enviados."

#: tips:257
msgid "Blackbox root menus hack"
msgstr "Menus de «Blackbox» cortados"

#: tips:258
msgid "Blackbox, 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."
msgstr "Blackbox, Fluxbox e xestores de xanelas semellantes aínda non traballan ben co taboleiro de ROX-Filer. Esta opción soluciona algúns problemas. Agardamos que estes xestores de xanelas muden o seu comportamento en novas versións de xeito que isto non sexa necesario."

#: tips:259
msgid "Panel is a 'dock'"
msgstr "O panel é «ancorado»"

#: tips:260
msgid "Makes 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."
msgstr "Asegura que os paneles se manteñen nos bordos da pantalla. Desactive esta opción se o panel se manten por eriba de outras xanelas en contra dos seus desexos. Require un reinicio para ter efecto."

#: tips:261
msgid "Panel stays on top"
msgstr "O panel permanece en primeiro plano"

#: tips:262
msgid "Keeps 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."
msgstr "Mantén o panel por enriba doutras xanelas. Active esta opción para asegurarse de que a opción ancorar funciona correctamente nalgunhas versións de compiz. Pode requirir un reinicio para ter efecto."

#: tips:263
msgid "Drag and drop"
msgstr "Arrastrar e pegar"

#: tips:264
msgid "Don't use hostnames"
msgstr "Non usar nomes de host"

#: tips:265
msgid "Some 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."
msgstr "Algú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."

#: tips:266
msgid "Extended attributes"
msgstr "Atributos estendidos"

#: tips:267
msgid "Don't use extended attributes"
msgstr "Non usar os atributos estendidos"

#: tips:268
msgid "This 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."
msgstr "Isto 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."

#: ../Templates.glade:7
msgid "ROX-Filer log viewer"
msgstr "Visor do rexistro de «ROX-Filer»"

#: ../Templates.glade:22
msgid "Recently performed actions..."
msgstr "Accións realizadas recentemente---"

#: ../Templates.glade:77
msgid "Open Directory"
msgstr "Abrir directorio"

#: ../Templates.glade:129
msgid "Panel Options"
msgstr "Opcións do panel"

#: ../Templates.glade:169
msgid "Every icon on this panel is shown with an image and some text."
msgstr "Cada icona no panel é amosada como imaxe e algún texto"

#: ../Templates.glade:170
msgid "Image and Text"
msgstr "Imaxe e texto"

#: ../Templates.glade:186
msgid "Applications in this panel have just an image, everything else has both an image and text."
msgstr "Só os aplicativos teñen imaxe, todo o demáis ten tanto imaxe como texto."

#: ../Templates.glade:187
msgid "Image only for applications"
msgstr "Imaxe só para aplicativos"

#: ../Templates.glade:205
msgid "Only the image is shown for icons in this panel."
msgstr "Só se amosa a imaxe para iconas no panel"

#: ../Templates.glade:206
msgid "Image only"
msgstr "Só imaxe"

#: ../Templates.glade:235
msgid "Panel width"
msgstr "Largura do panel"

#: ../Templates.glade:247
msgid "The size of this panel."
msgstr "Tamaño de este panel"

#: ../Templates.glade:259
msgid "px"
msgstr "px"

#: ../Templates.glade:278
msgid "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."
msgstr "Indicarlle o xestor de xanelas que non cubra este panel cando se maximizan ás xanelas, do contrario, deixe a só 2 píxeles o bordo da pantalla para permitir o redimensionado. Algún xestor de xanelas no poderá fornecer esta configuración."

#: ../Templates.glade:279
msgid "Do not cover panel"
msgstr "Non tapar o panel"

#: ../Templates.glade:297
msgid "<b>Panel style</b>"
msgstr "<b>Estilo de panel</b>"

#: ../Templates.glade:331
msgid "If you use multiple monitors with Xinerama, use this option to confine the panel to one monitor."
msgstr "Se utiliza múltiples monitores con «Xinerama», utilice esta opción para asignar o panel a un monitor ."

#: ../Templates.glade:332
msgid "Confine to Xinerama monitor"
msgstr "Asignar un monitor Xinerama"

#: ../Templates.glade:347
msgid "The monitor this panel is confined to when using Xinerama. The numbering starts from zero."
msgstr "Monitor do panel asignado con Xinerama. A numeración comeza de cero."

#: ../Templates.glade:372
msgid "<b>Xinerama</b>"
msgstr "<b>Xinerama</b>"

#: ../Templates.glade:407
msgid "Right edge"
msgstr "Bordo dereito"

#: ../Templates.glade:426
msgid "Left edge"
msgstr "Bordo esquerdo"

#: ../Templates.glade:443
msgid "Bottom edge"
msgstr "Bordo inferior"

#: ../Templates.glade:462
msgid "Top edge"
msgstr "Bordo superior"

#: ../Templates.glade:496
msgid "<b>Position</b>"
msgstr "<b>Posición</b>"

