merge in OI distribution
[android_pandora.git] / apps / oi-filemanager / FileManager / res / values-es / strings.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (C) 2007-2008 OpenIntents.org
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 -->
17<resources>
18 <!-- ***************************
19 About information
20 *************************** -->
21
22 <!-- Automatically filled in by Launchpad: -->
23 <string name="about_translators">Launchpad Contributions:
24 Alfredo Hernández https://launchpad.net/~aldomann
25 DiegoJ https://launchpad.net/~diegojromerolopez
26 Donal Estrada https://launchpad.net/~donalestrada
27 Fitoschido https://launchpad.net/~fitoschido
28 Javier Martínez Arrieta https://launchpad.net/~javote87
29 Martín González https://launchpad.net/~mgonzlezgmz
30 OpenIntents devs https://launchpad.net/~openintents-devs
31 Paco Molinero https://launchpad.net/~franciscomol
32 Peli https://launchpad.net/~peli0101
33 miwie https://launchpad.net/~mw-miwie
34 simon https://launchpad.net/~sianhulo</string>
35
36 <!-- Short explanation of the application (max. 80 characters) -->
37 <string name="about_comments">Administrar archivos en la tarjeta SD con OI File Manager</string>
38
39 <!-- ***************************
40 Applicatio-specific strings
41 *************************** -->
42 <!-- Name of application. Can be localized. OI = OpenIntents should stay unmodified. -->
43 <string name="app_name">OI File Manager</string>
44
45 <string name="menu_new_folder">Carpeta nueva</string>
46
47 <!-- Multi select option menu -->
48 <string name="menu_multi_select">Selección multiple</string>
49
50 <string name="menu_delete">Borrar</string>
51 <string name="menu_rename">Renombrar</string>
52 <string name="menu_send">Enviar</string>
53 <string name="menu_open">Abrir</string>
54 <string name="menu_move">Mover</string>
55 <string name="menu_copy">Copiar</string>
56 <string name="menu_details">Mostrar detalles</string>
57 <string name="menu_more">Más</string>
58 <string name="menu_compress">Comprimir (ZIP)</string>
59 <string name="menu_extract">Extraer (ZIP)</string>
60 <string name="menu_filter">Filtro</string>
61 <string name="menu_include_in_media_scan">Incluir en la exploración de archivos multimedia</string>
62 <string name="menu_exclude_from_media_scan">Excluir de la exploración de archivos multimedia</string>
63 <string name="menu_bookmark">Añadir a marcadores</string>
27a4fda1 64 <string name="menu_refresh">Actualizar</string>
811a5a4a 65
66 <string name="create_new_folder">Crear nueva carpeta</string>
67 <string name="folder_name">Nombre de carpeta</string>
68 <string name="file_name">Nombre de carpeta</string>
69 <string name="extension">Complemento (con \'.\')</string>
70 <string name="this_folder_is_empty">Esta carpeta está vacía.</string>
71 <string name="really_delete">Verdaderamente quiere borrar %s?</string>
72 <string name="file_deleted">Archivo borrado.</string>
73 <string name="folder_deleted">Carpeta borrada.</string>
74 <string name="file_renamed">Archivo cambiado de nombre.</string>
75 <string name="folder_renamed">Carpeta cambiada de nombre.</string>
76 <string name="file_moved">Archivo movido.</string>
77 <string name="folder_moved">Carpeta movida.</string>
78 <string name="file_copied">Archivo copiado.</string>
79 <string name="move_title">Seleccionar carpeta de destino</string>
80 <string name="move_button">Mover aquí</string>
81 <string name="copy_title">Seleccione carpeta de destino</string>
82 <string name="copy_button">Copiar aquí</string>
83 <string name="deleting_files">Borrando archivos...</string>
84 <string name="title_warning_some_may_not_work">Advertencia</string>
85 <string name="warning_some_may_not_work">Algunas de las siguientes opciones pueden no funcionar</string>
86 <string name="show_warning_again">Mostrar advertencia de nuevo</string>
87
88 <!-- Strings for a multi select feature -->
89 <string name="really_delete_multiselect">¿Realmente quiere borrar los archivos %d?</string>
90 <string name="move_button_multiselect">Mover</string>
91 <string name="copy_button_multiselect">Copiar</string>
92 <string name="delete_button_multiselect">Borrar</string>
27a4fda1 93
94 <!-- ZIP is the ZIP compression (NOT the ZIP code!) -->
811a5a4a 95 <string name="compress_zip_button_multiselect">ZIP</string>
27a4fda1 96
811a5a4a 97 <string name="multiselect_title">Seleccione varios archivos</string>
98 <string name="error_selection">Por favor, seleccione uno o mas archivos</string>
99
100 <!-- Strings for details table -->
101 <string name="details_type">Tipo</string>
102 <string name="details_type_folder">Carpeta</string>
103 <string name="details_type_file">Archivo</string>
104 <string name="details_type_other">Otro</string>
105 <string name="details_size">Tamaño</string>
106 <string name="details_permissions">Permisos</string>
107 <string name="details_hidden">Oculto</string>
108 <string name="details_lastmodified">Ultima modificación</string>
109 <string name="details_yes">Si</string>
110 <string name="details_no">No</string>
111
112 <!-- Construct a unique file name of a file called %s. -->
113 <string name="copied_file_name">Copia de %s</string>
114
115 <!-- Construct a unique file name with number %1$d of a file called %2$s. -->
116 <string name="copied_file_name_2">Copiar %1$d de %2$s</string>
117
118 <string name="media_scan_included">Esta carpeta se incluirá en la siguiente exploración de archivos multimedia</string>
119 <string name="media_scan_excluded">Esta carpeta se excluirá durante la exploración de archivos multimedia</string>
120
121 <string name="error_creating_new_folder">No se puede crear la carpeta nueva.</string>
122 <string name="error_deleting_file">No se puede borrar el fichero.</string>
123 <string name="error_deleting_folder">No se puede borrar la carpeta «\'%sx.</string>
124 <string name="error_renaming_file">No se puede cambiar de nombre del fichero.</string>
125 <string name="error_renaming_folder">No se puede cambiar de nombre de la carpeta.</string>
126 <string name="error_moving_file">No se puede mover el fichero.</string>
127 <string name="error_moving_folder">No se puede mover la carpeta.</string>
128 <string name="error_copying_file">No se pudo copiar el archivo.</string>
129 <string name="error_file_does_not_exists">El archivo no existe.</string>
130 <string name="error_deleting_child_file">No se puede borrar el archivo hijo «%s».</string>
131 <string name="error_generic">Ocurrió un error:</string>
132 <string name="error_media_scan">No pudo cambiarse la configuración de exploración de archivos multimedia</string>
133
134 <string name="send_not_available">Aplicación no disponible para enviar.</string>
135
136 <string name="application_not_available">Aplicación no disponible</string>
137
138 <!-- ***************************
139 Preferences
140 *************************** -->
141 <!-- Menu item for Settings -->
142 <string name="settings">Configuración</string>
143
144 <!-- Category for preferences. -->
145 <string name="preference_advanced_features">Características avanzadas</string>
146 <string name="preference_mediascan_title">Excluir de la exploración de archivos multimedia</string>
147 <string name="preference_mediascan_summary_on">Muestra el elemento del menú para excluir carpetas del escaneo del medio</string>
148 <string name="preference_mediascan_summary_off">Esconde el elemento del menú para excluir carpetas del escaneo del medio</string>
149
150 <string name="preference_showallwarning_title">Mostrar todos los avisos</string>
151 <string name="preference_showallwarning_summary_on">Mostrar todos los mensajes de aviso</string>
152 <string name="preference_showallwarning_summary_off">Suprimir mensajes de aviso</string>
153
154 <string name="preference_displayhiddenfiles_title">Mostrar archivos ocultos</string>
155 <string name="preference_displayhiddenfiles_summary_on">Mostrar archivos ocultos</string>
156 <string name="preference_displayhiddenfiles_summary_off">Ocultar archivos ocultos</string>
157
158 <string name="preference_sort_settings">Opciones de ordenado</string>
159 <string name="preference_sortby">Ordenar por</string>
160 <string name="preference_sortby_ascending">Orden ascendente</string>
161 <string name="preference_sortby_ascending_summary_on">Ordenar ascendentemente</string>
162 <string name="preference_sortby_ascending_summary_off">Ordenar descendentemente</string>
163 <string-array name="preference_sortby_names">
164 <item>Nombre</item>
165 <item>Tamaño</item>
166 <item>Última modificación</item>
167 </string-array>
168
169
170 <!-- ***************************
171 Strings for the \'Save as\' feature
172 *************************** -->
173 <string name="saveas_no_file_picked">No ha elegido ningún archivo.</string>
174 <string name="saveas_error">Ocurrió un error</string>
175 <string name="saveas_file_saved">El archivo se guardó correctamente.</string>
176
177
178
179 <string name="bookmarks">Marcadores</string>
180 <string name="bookmarks_cancel">Cancelar</string>
181 <string name="bookmarks_delete">Borrar</string>
182 <string name="bookmarks_select_to_delete">Elija los marcadores a eliminar</string>
183 <string name="bookmarks_manage">Gestionar marcadores</string>
184 <string name="bookmark_added">Marcador añadido</string>
185 <string name="bookmark_not_found">No se encontró el destino del marcador.</string>
186 <string name="bookmarks_deleted">Se eliminaron los marcadores seleccionados</string>
187 <string name="bookmark_already_exists">Este archivo ya está en marcadores</string>
188
189
190 <!-- ***************************
191 Strings for the \'Compressing\' and \'Extracting\' feature
192 *************************** -->
193 <string name="compressing_success">Archivo comprimido satisfactoriamente</string>
194 <string name="compressing_error">No se puede comprimir el archivo</string>
195 <string name="compress_into_archive">Comprimir en un archivo:</string>
196 <string name="extracting_success">Archivo extraído satisfactoriamente</string>
197 <string name="extracting_error">No se puede extraer el archivo</string>
198 <string name="extract_into_folder">Extraer en una carpeta:</string>
199 <string name="extract_title">Seleccionar carpeta donde extraer</string>
200 <string name="extract_button">Extraer aquí</string>
201 <string name="extracting">Extrayendo...</string>
202 <string name="compressing">Comprimiendo...</string>
203 <string name="warning_overwrite">El archivo %s existe. ¿Le gustaría sobreescribirlo?</string>
204
205 <string name="change_file_extension">¿Le gustaría cambiar la extensión del archivo?</string>
206</resources>