2014-09-28 21:48:43 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources >
<string name= "app_name" > Syncthing</string>
2015-06-19 17:28:57 +00:00
<string name= "app_description" > Una aplicación de sincronización de ficheros abierta, de confianza y descentralizada.</string>
2016-10-04 07:59:06 +00:00
<!-- FirstStartActivity -->
<!-- Title for dialog displayed on first start -->
<string name= "welcome_title" > Bienvenido a Syncthing para Android</string>
<!-- Text for dialog displayed on first start -->
2014-09-28 21:48:43 +00:00
<!-- MainActivity -->
2016-10-04 07:59:06 +00:00
<!-- Text for WebGuiActivity loading view -->
<string name= "web_gui_loading" > Esperando la interfaz gráfica</string>
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
<string name= "web_gui_creating_key" > Generando llaves seguras. Esto puede tomar un tiempo.</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "add folder" menu action -->
2015-06-19 17:28:57 +00:00
<string name= "add_folder" > Añadir carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "share device id" menu action -->
2014-12-10 17:28:10 +00:00
<string name= "share_device_id" > Compartir el ID del dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Shown in the chooser dialog when sharing a Device ID -->
2014-12-10 17:28:10 +00:00
<string name= "send_device_id_to" > Enviar el ID del dispositivo a</string>
2014-10-08 18:36:31 +00:00
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-05-15 18:51:29 +00:00
<string name= "api_loading" > Cargando...</string>
2015-06-19 17:28:57 +00:00
<string name= "usage_reporting_dialog_title" > ¿Permitir informes anónimos de uso?</string>
<string name= "usage_reporting_dialog_description" > El informe cifrado de uso se manda a diario. Se utilitza para monitorizar las plataformas más comunes, el tamaño de las carpetas y las versiones de la aplicación. Si el conjunto de datos del informe es modificado serás notificado de nuevo con este mensaje.\n\nLas estadísticas globales están disponibles públicamente en https://data.syncthing.net.</string>
2015-06-15 14:59:58 +00:00
<string name= "yes" > Sí</string>
<string name= "no" > No</string>
2016-01-17 22:00:02 +00:00
<string name= "off" > apagar</string>
<string name= "open_website" > Sitio abierto</string>
<string name= "toast_write_storage_permission_required" > Hace falta permiso de escritura a disco para esta app.</string>
2014-10-08 18:36:31 +00:00
<!-- FoldersFragment -->
2015-03-08 22:33:20 +00:00
<string name= "folders_fragment_title" > Carpetas</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no folders exist -->
2015-03-08 22:33:20 +00:00
<string name= "folder_list_empty" > No se encontraron carpetas</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder file count -->
2014-12-10 17:28:10 +00:00
<string name= "files" > %1$d / %2$d Archivos</string>
2014-10-08 18:32:18 +00:00
<!-- DevicesFragment -->
2014-12-10 17:28:10 +00:00
<string name= "devices_fragment_title" > Dispositivos</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no devices exist -->
2014-12-10 17:28:10 +00:00
<string name= "devices_list_empty" > No se encontraron dispositivos</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that a folder is fully synced to the local device -->
2015-03-08 22:33:20 +00:00
<string name= "device_up_to_date" > Al día</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
2015-06-19 17:28:57 +00:00
<string name= "device_syncing" > Sincronizando (%1$d%%)</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that there is no connection to the device -->
2015-03-08 22:33:20 +00:00
<string name= "device_disconnected" > Desconectado</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current download rate -->
2015-03-08 22:33:20 +00:00
<string name= "download_title" > Descarga</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current upload rate -->
2015-03-08 22:33:20 +00:00
<string name= "upload_title" > Subir</string>
<!-- DrawerFragment -->
2014-09-28 21:48:43 +00:00
<!-- Same as download_title with a colon and space appended -->
2015-03-08 22:33:20 +00:00
<string name= "download_title_colon" > Descarga:\u0020</string>
2014-09-28 21:48:43 +00:00
<!-- Same as upload_title with a colon and space appended -->
2015-03-08 22:33:20 +00:00
<string name= "upload_title_colon" > Subir:\u0020</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current CPU usage -->
2015-03-08 22:33:20 +00:00
<string name= "cpu_usage" > Uso de CPU</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current RAM usage -->
2014-12-10 17:28:10 +00:00
<string name= "ram_usage" > Uso de RAM</string>
2014-09-28 21:48:43 +00:00
<!-- Title for announce server status -->
2015-03-08 22:33:20 +00:00
<string name= "announce_server" > Servidor de Anuncio</string>
2016-10-04 07:59:06 +00:00
<!-- FolderFragment -->
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "folder_id" > ID de carpeta</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2016-05-18 03:02:47 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "directory" > Directorio</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "folder_master" > Carpeta Maestra</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-10 17:28:10 +00:00
<string name= "devices" > Dispositivos</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "keep_versions" > Versiones a Mantener</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "delete_folder" > Eliminar Carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in create mode -->
2015-03-08 22:33:20 +00:00
<string name= "create_folder" > Crear Carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in edit mode -->
2015-03-08 22:33:20 +00:00
<string name= "edit_folder" > Editar Carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm folder creation -->
2015-03-08 22:33:20 +00:00
<string name= "create" > Crear</string>
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a folder -->
<!-- Toast shown when trying to create a folder with an empty ID -->
<string name= "folder_id_required" > El ID de carpeta no debe estar vacío</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a folder with an empty path -->
2015-06-19 17:28:57 +00:00
<string name= "folder_path_required" > La ruta a la carpeta no puede estar vacia</string>
2016-10-04 07:59:06 +00:00
<!-- DeviceFragment -->
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-10 17:28:10 +00:00
<string name= "device_id" > ID del dispositivo</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-01-21 19:45:15 +00:00
<string name= "name" > Nombre</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "addresses" > Dirección</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "current_address" > Dirección actual</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "compression" > Compresión</string>
2015-04-05 22:25:59 +00:00
<!-- Strings representing compression options -->
2015-06-15 14:59:58 +00:00
<string-array name= "compress_entries" >
<item > Nunca</item>
<item > Metadatos</item>
<item > Siempre</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "introducer" > Introductor</string>
2014-09-28 21:48:43 +00:00
<!-- ActionBar item -->
2014-12-10 17:28:10 +00:00
<string name= "delete_device" > Eliminar dispositivo</string>
2015-06-19 17:28:57 +00:00
<string name= "add_device" > Añadir dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm adding a device -->
2014-12-10 17:28:10 +00:00
<string name= "add" > Añadir</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in edit mode -->
2014-12-10 17:28:10 +00:00
<string name= "edit_device" > Editar dispositivo</string>
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a device -->
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty ID -->
2015-03-08 22:33:20 +00:00
<string name= "device_id_required" > El ID de dispositivo no debe estar vacío</string>
2014-10-08 18:32:18 +00:00
<!-- Content description for device ID qr code icon -->
2014-12-10 17:28:10 +00:00
<string name= "scan_qr_code_description" > Escanear código QR</string>
2015-11-10 22:12:30 +00:00
<!-- Toast show if we could not get root permissions -->
2016-01-17 22:00:02 +00:00
<string name= "toast_root_denied" > No obtuvimos permisos de root</string>
2014-09-28 21:48:43 +00:00
<!-- WebGuiActivity -->
<!-- Title of the web gui activity -->
2015-01-21 19:45:15 +00:00
<string name= "web_gui_title" > Interfaz gráfica web</string>
2014-09-28 21:48:43 +00:00
<!-- SettingsFragment -->
<!-- Activity title -->
2015-01-21 19:45:15 +00:00
<string name= "settings_title" > Ajustes</string>
2015-06-15 14:59:58 +00:00
<string name= "category_syncthing_android" > Syncthing-Android</string>
2014-10-01 10:05:29 +00:00
<!-- Preference title -->
2015-06-19 17:28:57 +00:00
<string name= "always_run_in_background" > Ejecutar siempre en segundo plano</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is enabled -->
2015-06-15 14:59:58 +00:00
<string name= "always_run_in_background_enabled" > Syncthing se ejecutará siempre en segundo plano, de acuerdo a la configuración.</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is disabled -->
2015-06-19 17:28:57 +00:00
<string name= "always_run_in_background_disabled" > Syncthing sólo se ejecutará cuando se inicie explícitamente, puede ser detenido a través del botón del menú.</string>
<string name= "sync_only_charging" > Sincronizar solo cuando esté cargando</string>
2014-12-10 17:28:10 +00:00
<string name= "sync_only_wifi" > Sincronizar sólo en wifi</string>
2016-01-17 22:00:02 +00:00
<string name= "sync_only_wifi_ssids" > Restringir a algunas redes wifi</string>
2016-10-04 07:59:06 +00:00
<string name= "sync_only_wifi_ssids_wifi_turn_on_wifi" > Por favor enciende el WIFI en las redes seleccionadas.</string>
2015-03-08 22:33:20 +00:00
<string name= "advanced_folder_picker" > Usar Selección Avanzada de carpeta</string>
2015-06-15 14:59:58 +00:00
<string name= "advanced_folder_picker_summary" > Escoja una carpeta del dispositivo para sincronizar</string>
2016-05-18 03:02:47 +00:00
<string name= "use_root_title" > Ejecutar Syncthing como Superusuario</string>
2015-08-26 20:27:19 +00:00
<string name= "notification_type_title" > Notificación</string>
<string name= "notification_type_summary" > Elige el tipo de notificación</string>
<string-array name= "notification_type_entries" >
<item > Normal</item>
<item > Baja Prioridad</item>
<item > Ninguno</item>
</string-array>
2015-03-21 00:12:18 +00:00
<string name= "category_syncthing" > Syncthing</string>
2014-12-10 17:28:10 +00:00
<string name= "syncthing_options" > Opciones de Syncthing</string>
2015-03-08 22:33:20 +00:00
<string name= "device_name" > Nombre del Dispositivo</string>
2015-06-15 14:59:58 +00:00
<string name= "listen_address" > Direcciones de escucha del protocolo de sincronización</string>
2015-03-08 22:33:20 +00:00
<string name= "max_recv_kbps" > Limitar la Tasa de Tráfico Entrante (KiB/s)</string>
<string name= "max_send_kbps" > Limitar la Tasa de Tráfico Saliente (KiB/s)</string>
<string name= "global_announce_enabled" > Descubrimiento Global</string>
<string name= "local_announce_enabled" > Descubrimiento Local</string>
<string name= "global_announce_server" > Servidor de Descubrimiento Global</string>
<string name= "usage_reporting" > Reportar Uso Anónimo</string>
<string name= "syncthing_gui" > Syncthing GUI</string>
2015-06-15 14:59:58 +00:00
<string name= "gui_address" > Direcciones de escucha GUI</string>
2015-03-08 22:33:20 +00:00
<string name= "gui_user" > Usuario de Autenticación GUI</string>
<string name= "gui_password" > Contraseña de Autenticación GUI</string>
2015-04-05 22:25:59 +00:00
<string name= "export_config" > Exportar Configuración</string>
2016-10-04 07:59:06 +00:00
<!-- Dialog shown before config export -->
<string name= "dialog_confirm_export" > Realmente quieres exportar tu configuración? Los ficheros existentes seran sobrescritos.\n\nAVISO! Otras aplicaciones puede pueden leer la llave privada del sitio de backup y usarla para descargar/modificar ficheros sincronizados.</string>
<!-- Dialog shown before config import -->
<string name= "dialog_confirm_import" > ¿Realmente desea importar una nueva configuración? Se sobrescribirán los archivos existentes.</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully exported -->
2015-06-19 17:28:57 +00:00
<string name= "config_export_successful" > La configuración fue exportada a %1$s</string>
2015-05-15 18:51:29 +00:00
<string name= "import_config" > Importar Configuración</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2015-06-15 14:59:58 +00:00
<string name= "config_imported_successful" > Configuración importada</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2015-06-15 14:59:58 +00:00
<string name= "config_import_failed" > Importación de la configuración fallida, comprueba que los ficheros estan en %1$s</string>
2014-09-28 21:48:43 +00:00
<!-- Title for the preference to set STTRACE parameters -->
2015-06-15 14:59:58 +00:00
<string name= "sttrace_title" > Opciones de depuración</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid STTRACE params -->
2015-06-19 17:28:57 +00:00
<string name= "toast_invalid_sttrace" > Sólo se permiten a-z y \',\' en las opciones STTRACE</string>
2015-05-15 18:51:29 +00:00
<!-- Title for the preference to reset Syncthing indexes -->
2015-06-15 14:59:58 +00:00
<string name= "streset_title" > Restablecer base de datos</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-06-19 17:28:57 +00:00
<string name= "streset_question" > Esta acción sólo se debería realizar basandose en las recomendaciones de nuestro equipo de soporte.
\n¿Estás seguro que quieres borrar el índice de la base de datos de Syncthing?</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-06-15 14:59:58 +00:00
<string name= "streset_done" > Base de datos de Syncthing restablecida con éxito</string>
2015-06-19 17:28:57 +00:00
<string name= "category_about" > Acerca de</string>
2015-05-15 18:51:29 +00:00
<!-- Settings item that opens the log activity -->
2015-06-15 14:59:58 +00:00
<string name= "open_log" > Abrir registro</string>
2015-05-15 18:51:29 +00:00
<!-- Summary for the log activity -->
2015-06-15 14:59:58 +00:00
<string name= "open_log_summary" > Abrir ventana de registro de Syncthing y Android</string>
2014-09-28 21:48:43 +00:00
<!-- Settings item that opens issue tracker -->
2015-03-08 22:33:20 +00:00
<string name= "report_issue_title" > Reportar Problema</string>
2014-09-28 21:48:43 +00:00
<!-- Summary for the issue tracker settings item -->
2015-06-15 14:59:58 +00:00
<string name= "report_issue_summary" > Abrir el seguimiento de incidencias Syncthing-Android</string>
2014-09-28 21:48:43 +00:00
<!-- URL of the issue tracker -->
2016-05-18 03:02:47 +00:00
<!-- Menu item to donate -->
<string name= "donate_title" > Donar</string>
2014-09-28 21:48:43 +00:00
<!-- Title of the preference showing upstream version name -->
2015-03-08 22:33:20 +00:00
<string name= "syncthing_version_title" > Versión Syncthing</string>
2014-10-12 12:35:53 +00:00
<!-- Title of the preference showing this app's version name -->
2015-03-08 22:33:20 +00:00
<string name= "app_version_title" > Versión Syncthing-Android</string>
2014-09-28 21:48:43 +00:00
<!-- FolderPickerAcitivity -->
<!-- Activity title -->
2015-03-08 22:33:20 +00:00
<string name= "folder_picker_title" > Seleccionador de Carpeta</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown on devices with kitkat or higher -->
2015-06-15 14:59:58 +00:00
<string name= "kitkat_external_storage_warning" > Aviso: Tu versión de Android no permite la sincronización con dispositivos de almacenamiento externos</string>
2014-09-28 21:48:43 +00:00
<!-- ListView empty text -->
2015-06-19 17:28:57 +00:00
<string name= "directory_empty" > El Directorio esta vacío</string>
2014-10-08 18:36:31 +00:00
<!-- Menu item to create folder on the file system -->
2015-06-19 17:28:57 +00:00
<string name= "create_fs_folder" > Crear nueva carpeta</string>
2014-09-28 21:48:43 +00:00
<!-- Menu item to select the current folder -->
2015-06-19 17:28:57 +00:00
<string name= "select_folder" > Seleccionar carpeta</string>
<string name= "create_folder_failed" > Error al crear la carpeta</string>
2015-05-15 18:51:29 +00:00
<!-- LogActivity -->
<!-- Title of the "log" activity -->
2015-06-15 14:59:58 +00:00
<string name= "log_title" > Registro</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log android" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "log_android_title" > Mostrar registro de Android</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log Syncthing" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "log_syncthing_title" > Mostrar registro de Syncthing</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "share log" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "share_title" > Compartir</string>
2014-09-28 21:48:43 +00:00
<!-- SyncthingService -->
<!-- Title of the "syncthing disabled" dialog -->
2015-01-21 19:45:15 +00:00
<string name= "syncthing_disabled_title" > Syncthing está deshabilitado</string>
2014-09-28 21:48:43 +00:00
<!-- Message of the "syncthing disabled" dialog -->
2015-03-08 22:33:20 +00:00
<string name= "syncthing_disabled_message" > ¿Quiere cambiar sus preferencias?</string>
2014-09-28 21:48:43 +00:00
<!-- Button text on the "syncthing disabled" dialog -->
2014-12-10 17:28:10 +00:00
<string name= "syncthing_disabled_change_settings" > Cambiar la configuración</string>
2014-10-01 10:05:29 +00:00
<!-- Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true -->
2014-12-10 17:28:10 +00:00
<string name= "exit" > Salir</string>
2014-10-14 13:24:01 +00:00
<!-- Title of the notification shown while syncthing is running and enabled -->
2014-12-10 17:28:10 +00:00
<string name= "syncthing_active" > Syncthing se está ejecutando</string>
2015-05-24 10:48:33 +00:00
<!-- Toast shown if folder observer fails to traverse a folder -->
2015-06-19 17:28:57 +00:00
<string name= "toast_folder_observer_stack_overflow" > Arbol de directorio demasiado profundo. Comprobar enlaces simbólicos cíclicos</string>
<!-- Toast shown if syncthing failed to create a config -->
2015-07-07 21:53:51 +00:00
<string name= "config_create_failed" > Error al crear la configuración de Syncthing. Por favor, comprueba el registro.</string>
2016-05-18 03:02:47 +00:00
<!-- Label of the default folder created of first start (camera folder). -->
2015-07-07 21:53:51 +00:00
<!-- ID of the default folder created on first start (camera folder). Must only contain 'a - z0 - 9_ - '. Parameter is the device name -->
2015-08-26 20:27:19 +00:00
<string name= "default_folder_id" > %1$s-photos</string>
2014-09-28 21:48:43 +00:00
<!-- RestApi -->
<!-- Title of the notification shown when a restart is needed -->
2015-06-19 17:28:57 +00:00
<string name= "restart_title" > Es necesario reiniciar</string>
2015-06-15 14:59:58 +00:00
<!-- Text for positive button in restart dialog -->
2015-06-19 17:28:57 +00:00
<string name= "restart_now" > Reiniciar ahora</string>
2015-06-15 14:59:58 +00:00
<!-- Text for the dismiss button of the restart Activity -->
2015-06-19 17:28:57 +00:00
<string name= "restart_later" > Después</string>
2014-09-28 21:48:43 +00:00
<!-- Text of the notification shown when a restart is needed -->
2015-06-19 17:28:57 +00:00
<string name= "restart_notification_text" > Haga clic aquí para reiniciar Syncthing ahora</string>
2014-10-08 18:32:18 +00:00
<!-- Shown when a device ID is copied to the clipboard -->
2015-03-08 22:33:20 +00:00
<string name= "device_id_copied_to_clipboard" > El ID de Dispositivo se copió al portapapéles</string>
2014-09-28 21:48:43 +00:00
<!-- Strings representing units for file sizes, from smallest to largest -->
2015-06-15 14:59:58 +00:00
<string-array name= "file_size_units" >
<item > B</item>
<item > KiB</item>
<item > MiB</item>
<item > GiB</item>
<item > TiB</item>
</string-array>
2014-09-28 21:48:43 +00:00
<!-- Strings representing units for transfer rates, from smallest to largest -->
2015-06-19 17:28:57 +00:00
<string-array name= "transfer_rate_units" >
<item > B/s</item>
<item > KiB/s</item>
<item > MiB/s</item>
<item > GiB/s</item>
<item > TiB/s</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Possible folder states -->
2015-06-15 14:59:58 +00:00
<string name= "state_idle" > Inactivo</string>
2014-12-10 17:28:10 +00:00
<string name= "state_scanning" > Escaneado</string>
<string name= "state_cleaning" > Limpiando</string>
2016-02-07 18:02:37 +00:00
<string name= "state_syncing" > Sincronizando (%1$d%%)</string>
2015-08-26 20:27:19 +00:00
<string name= "state_error" > Error</string>
2015-06-15 14:59:58 +00:00
<string name= "state_unknown" > Desconocido</string>
2016-02-20 15:51:14 +00:00
<!-- Format string for folder size, eg "500 MiB / 1 GiB" -->
2014-09-28 21:48:43 +00:00
</resources>