2014-09-28 21:48:43 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources >
2014-12-07 09:26:33 +00:00
<string name= "app_name" > Syncthing</string>
2015-07-07 21:53:51 +00:00
<string name= "app_description" > Uma aplicação de sincronização de ficheiros aberta, fiável e descentralizada.</string>
2014-09-28 21:48:43 +00:00
<!-- MainActivity -->
2014-10-08 18:32:18 +00:00
<!-- Title of the "add folder" menu action -->
2014-12-07 09:26:33 +00:00
<string name= "add_folder" > Adicionar pasta</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "share device id" menu action -->
2014-12-07 09:26:33 +00:00
<string name= "share_device_id" > Partilhar ID do dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Shown in the chooser dialog when sharing a Device ID -->
2014-12-07 09:26:33 +00:00
<string name= "send_device_id_to" > Enviar ID do dispositivo para</string>
2014-10-08 18:36:31 +00:00
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-07-07 21:53:51 +00:00
<string name= "api_loading" > Carregando...</string>
<string name= "usage_reporting_dialog_title" > Permitir relatórios anónimos de utilização?</string>
<string name= "usage_reporting_dialog_description" > O relatório de utilização cifrado é enviado diariamente. É usado para rastrear plataformas comuns, tamanhos de pastas e versões da aplicação. Se o conjunto de dados do relatório for alterado, este diálogo será apresentado novamente.\n\nAs estatísticas agregadas estão disponíveis publicamente em </string>
<string name= "yes" > Sim</string>
<string name= "no" > Não</string>
2014-10-08 18:36:31 +00:00
<!-- FoldersFragment -->
2014-12-07 09:26:33 +00:00
<string name= "folders_fragment_title" > Pastas</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder progress. First parameter is status string, second is sync percentage -->
2014-12-07 09:26:33 +00:00
<string name= "folder_progress_format" > %1$s (%2$d%%)</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no folders exist -->
2014-12-07 09:26:33 +00:00
<string name= "folder_list_empty" > Não foram encontradas quaisquer pastas</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder file count -->
2014-12-07 09:26:33 +00:00
<string name= "files" > %1$d / %2$d ficheiros</string>
2014-10-08 18:32:18 +00:00
<!-- DevicesFragment -->
2014-12-07 09:26:33 +00:00
<string name= "devices_fragment_title" > Dispositivos</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no devices exist -->
2014-12-07 09:26:33 +00:00
<string name= "devices_list_empty" > Não foram encontrados quaisquer dispositivos</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that a folder is fully synced to the local device -->
2014-12-07 09:26:33 +00:00
<string name= "device_up_to_date" > Actualizada</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
2014-12-07 09:26:33 +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 -->
2014-12-07 09:26:33 +00:00
<string name= "device_disconnected" > Desconectado</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current download rate -->
2014-12-07 09:26:33 +00:00
<string name= "download_title" > Recepção</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current upload rate -->
2014-12-07 09:26:33 +00:00
<string name= "upload_title" > Envio</string>
2015-03-08 22:33:20 +00:00
<!-- DrawerFragment -->
2015-05-15 18:51:29 +00:00
<!-- Placeholder for device ID field, to avoid layout changes. This is never visible to users. -->
2014-09-28 21:48:43 +00:00
<!-- Same as download_title with a colon and space appended -->
2014-12-07 09:26:33 +00:00
<string name= "download_title_colon" > Recepção:\u0020</string>
2014-09-28 21:48:43 +00:00
<!-- Same as upload_title with a colon and space appended -->
2014-12-07 09:26:33 +00:00
<string name= "upload_title_colon" > Envio:\u0020</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current CPU usage -->
2014-12-07 09:26:33 +00:00
<string name= "cpu_usage" > Utilização da CPU</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current RAM usage -->
2014-12-07 09:26:33 +00:00
<string name= "ram_usage" > Utilização da RAM</string>
2014-09-28 21:48:43 +00:00
<!-- Title for announce server status -->
2014-12-07 09:26:33 +00:00
<string name= "announce_server" > Servidor de busca global</string>
2015-03-08 22:33:20 +00:00
<!-- Menu item to donate -->
2015-03-17 21:38:53 +00:00
<string name= "donate" > Doar</string>
2014-10-08 18:32:18 +00:00
<!-- FolderSettingsFragment -->
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "folder_id" > ID da pasta</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "directory" > Pasta</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "folder_master" > Pasta Mestre</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "devices" > Dispositivos</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "file_versioning" > Gestão de versões</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "keep_versions" > Manter versões</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "delete_folder" > Eliminar pasta</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in create mode -->
2014-12-07 09:26:33 +00:00
<string name= "create_folder" > Criar pasta</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in edit mode -->
2014-12-07 09:26:33 +00:00
<string name= "edit_folder" > Editar pasta</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm folder creation -->
2014-12-07 09:26:33 +00:00
<string name= "create" > Criar</string>
2014-10-08 18:32:18 +00:00
<!-- Dialog shown when attempting to delete a folder -->
2014-12-07 09:26:33 +00:00
<string name= "delete_folder_confirm" > Quer mesmo eliminar esta pasta?</string>
2014-12-10 17:28:10 +00:00
<!-- Toast shown when trying to create a folder with an invalid ID -->
2015-01-12 10:46:52 +00:00
<string name= "folder_id_invalid" > O ID da pasta tem que ser um identificador curto (64 caracteres ou menos) consistindo apenas em letras, números e os caracteres ponto (.), hífen (-) e sublinhado (_).</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a folder with an empty path -->
2014-12-07 09:26:33 +00:00
<string name= "folder_path_required" > O caminho da pasta não pode estar vazio</string>
2014-10-08 18:36:31 +00:00
<!-- Toast shown when selecting 'devices' if no devices have been added -->
2014-12-07 09:26:33 +00:00
<string name= "no_devices" > Ligue primeiro um dispositivo, por favor.</string>
2014-10-08 18:32:18 +00:00
<!-- DeviceSettingsFragment -->
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "device_id" > ID do dispositivo</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "name" > Nome</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "addresses" > Endereço</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "current_address" > Endereço actual</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "compression" > Compressão</string>
2015-04-05 22:25:59 +00:00
<!-- Strings representing compression options -->
2015-07-07 21:53:51 +00:00
<string-array name= "compress_entries" >
<item > Nunca</item>
<item > Metadados</item>
<item > Sempre</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Setting title -->
2014-12-07 09:26:33 +00:00
<string name= "introducer" > Apresentador</string>
2014-09-28 21:48:43 +00:00
<!-- ActionBar item -->
2014-12-07 09:26:33 +00:00
<string name= "delete_device" > Eliminar dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in create mode -->
2014-12-07 09:26:33 +00:00
<string name= "add_device" > Adicionar dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm adding a device -->
2014-12-07 09:26:33 +00:00
<string name= "add" > Adicionar</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in edit mode -->
2014-12-07 09:26:33 +00:00
<string name= "edit_device" > Editar dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Dialog shown when attempting to delete a device -->
2014-12-07 09:26:33 +00:00
<string name= "delete_device_confirm" > Quer mesmo eliminar este dispositivo?</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty ID -->
2014-12-07 09:26:33 +00:00
<string name= "device_id_required" > O ID do dispositivo não pode estar vazio</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty name -->
2014-12-07 09:26:33 +00:00
<string name= "device_name_required" > O nome do dispositivo não pode estar vazio</string>
2014-10-08 18:32:18 +00:00
<!-- Content description for device ID qr code icon -->
2014-12-07 09:26:33 +00:00
<string name= "scan_qr_code_description" > Ler código QR</string>
2014-09-28 21:48:43 +00:00
<!-- WebGuiActivity -->
<!-- Title of the web gui activity -->
2014-12-07 09:26:33 +00:00
<string name= "web_gui_title" > Interface Web</string>
2014-09-28 21:48:43 +00:00
<!-- Text for WebGuiActivity loading view -->
2014-12-07 09:26:33 +00:00
<string name= "web_gui_loading" > Aguardando a interface web</string>
2014-09-28 21:48:43 +00:00
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
2015-07-07 21:53:51 +00:00
<string name= "web_gui_creating_key" > Gerando chaves seguras. Isto pode demorar uns minutos.</string>
2014-09-28 21:48:43 +00:00
<!-- Title for dialog displayed on first start -->
2015-07-07 21:53:51 +00:00
<string name= "welcome_title" > Bem vindo(a) ao Syncthing para Android</string>
2014-09-28 21:48:43 +00:00
<!-- Text for dialog displayed on first start -->
2015-07-07 21:53:51 +00:00
<string name= "welcome_text" > Syncthing é uma aplicação em código aberto de sincronização de ficheiros.\n\n\
Para partilhar dados com outros dispositivos, tem que adicionar o ID único de cada dispositivo à lista de dispositivos. Depois pode seleccionar que pastas pretende partilhar com que dispositivos.\n\n
Relate quaisquer problemas que encontre via Github, por favor.</string>
2014-09-28 21:48:43 +00:00
<!-- SettingsFragment -->
<!-- Activity title -->
2014-12-07 09:26:33 +00:00
<string name= "settings_title" > Configurações</string>
2015-03-17 21:38:53 +00:00
<string name= "category_syncthing_android" > Syncthing-Android</string>
2014-10-01 10:05:29 +00:00
<!-- Preference title -->
2014-12-07 09:26:33 +00:00
<string name= "always_run_in_background" > Correr sempre em segundo plano</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is enabled -->
2014-12-07 09:26:33 +00:00
<string name= "always_run_in_background_enabled" > Syncthing corre sempre em segundo plano, de acordo com as preferências abaixo.</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is disabled -->
2014-12-07 09:26:33 +00:00
<string name= "always_run_in_background_disabled" > Syncthing apenas corre quando iniciado explicitamente e pode ser parado com o botão do menu.</string>
<string name= "sync_only_charging" > Sincronizar apenas quando está a carregar</string>
<string name= "sync_only_wifi" > Sincronizar apenas quando está em wifi</string>
2015-01-12 10:46:52 +00:00
<string name= "advanced_folder_picker" > Usar selector de pasta avançado</string>
2015-03-17 21:38:53 +00:00
<string name= "advanced_folder_picker_summary" > Seleccione qualquer pasta no dispositivo para sincronizar</string>
2015-07-07 21:53:51 +00:00
<string name= "use_root_title" > Sincronizar como root</string>
<string name= "use_root_summary" > Correr o Syncthing como superutilizador</string>
2015-08-26 20:27:19 +00:00
<string name= "notification_type_title" > Notificação</string>
<string name= "notification_type_summary" > Escolha o tipo de notificação</string>
<string-array name= "notification_type_entries" >
<item > Normal</item>
<item > Baixa prioridade</item>
<item > Nenhuma</item>
</string-array>
2015-03-17 21:38:53 +00:00
<string name= "category_syncthing" > Syncthing</string>
2014-12-07 09:26:33 +00:00
<string name= "syncthing_options" > Opções do Syncthing</string>
2015-03-08 22:33:20 +00:00
<string name= "device_name" > Nome do dispositivo</string>
2014-12-07 09:26:33 +00:00
<string name= "listen_address" > Endereços de escuta do protocolo de sincronização</string>
<string name= "max_recv_kbps" > Limite de velocidade de recepção (KiB/s)</string>
<string name= "max_send_kbps" > Limite de velocidade de envio (KiB/s)</string>
<string name= "global_announce_enabled" > Busca global</string>
<string name= "local_announce_enabled" > Busca local</string>
<string name= "upnp_enabled" > Activar UPnP</string>
2015-03-08 22:33:20 +00:00
<string name= "global_announce_server" > Servidor da busca global</string>
<string name= "usage_reporting" > Enviar relatórios anónimos de utilização</string>
2014-12-07 09:26:33 +00:00
<string name= "syncthing_gui" > Interface gráfica do Syncthing</string>
<string name= "gui_address" > Endereço de escuta da interface gráfica</string>
<string name= "gui_user" > Utilizador da autenticação na interface gráfica</string>
<string name= "gui_password" > Senha da autenticação na interface gráfica</string>
2015-03-17 21:38:53 +00:00
<string name= "export_config" > Exportar configuração</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully exported -->
2015-03-17 21:38:53 +00:00
<string name= "config_export_successful" > A configuração foi exportada para %1$s</string>
<string name= "import_config" > Importar configuração</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2015-03-17 21:38:53 +00:00
<string name= "config_imported_successful" > A configuração foi importada</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2015-03-17 21:38:53 +00:00
<string name= "config_import_failed" > A importação da configuração falhou, assegure-se que os ficheiros estão em %1$s</string>
2014-09-28 21:48:43 +00:00
<!-- Title for the preference to set STTRACE parameters -->
2014-12-07 09:26:33 +00:00
<string name= "sttrace_title" > Opções da despistagem de erros</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid STTRACE params -->
2015-07-07 21:53:51 +00:00
<string name= "toast_invalid_sttrace" > Apenas é permitido usar a-z e \';\' nas opções do STTRACE</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid username -->
2015-07-07 21:53:51 +00:00
<string name= "toast_invalid_username" > Os caracteres : e \' não são permitidos no nome de utilizador</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid password -->
2015-07-07 21:53:51 +00:00
<string name= "toast_invalid_password" > Os caracteres : e \' não são permitidos na senha</string>
2015-05-15 18:51:29 +00:00
<!-- Title for the preference to reset Syncthing indexes -->
2015-07-07 21:53:51 +00:00
<string name= "streset_title" > Reiniciar a base de dados</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-07-07 21:53:51 +00:00
<string name= "streset_question" > Esta acção só deve ser executada com base numa recomendação da nossa equipa de suporte.
\nTem a certeza que quer limpar o índice da base de dados do Syncthing?
</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-07-07 21:53:51 +00:00
<string name= "streset_done" > Base de dados do Syncthing reiniciada com sucesso.</string>
2015-03-17 21:38:53 +00:00
<string name= "category_about" > Sobre</string>
2015-05-15 18:51:29 +00:00
<!-- Settings item that opens the log activity -->
2015-07-07 21:53:51 +00:00
<string name= "open_log" > Abrir registo</string>
2015-05-15 18:51:29 +00:00
<!-- Summary for the log activity -->
2015-07-07 21:53:51 +00:00
<string name= "open_log_summary" > Abrir a janela de registo do Syncthing e do Android</string>
2014-09-28 21:48:43 +00:00
<!-- Settings item that opens issue tracker -->
2014-12-07 09:26:33 +00:00
<string name= "report_issue_title" > Reportar incidente</string>
2014-09-28 21:48:43 +00:00
<!-- Summary for the issue tracker settings item -->
2014-12-07 09:26:33 +00:00
<string name= "report_issue_summary" > Abrir o gestor de incidentes do Syncthing-Android</string>
2014-09-28 21:48:43 +00:00
<!-- URL of the issue tracker -->
<!-- Title of the preference showing upstream version name -->
2014-12-07 09:26:33 +00:00
<string name= "syncthing_version_title" > Versão do </string>
2014-10-12 12:35:53 +00:00
<!-- Title of the preference showing this app's version name -->
2014-12-07 09:26:33 +00:00
<string name= "app_version_title" > Versão do Syncthing-Android</string>
2014-09-28 21:48:43 +00:00
<!-- FolderPickerAcitivity -->
<!-- Activity title -->
2014-12-07 09:26:33 +00:00
<string name= "folder_picker_title" > Selector de pasta</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown on devices with kitkat or higher -->
2015-03-17 21:38:53 +00:00
<string name= "kitkat_external_storage_warning" > Aviso: A sua versão de Android não permite sincronizar com dispositivos de armazenamento externo</string>
2014-09-28 21:48:43 +00:00
<!-- ListView empty text -->
2014-12-07 09:26:33 +00:00
<string name= "directory_empty" > A pasta está vazia</string>
2014-10-08 18:36:31 +00:00
<!-- Menu item to create folder on the file system -->
2014-12-07 09:26:33 +00:00
<string name= "create_fs_folder" > Criar uma nova pasta</string>
2014-09-28 21:48:43 +00:00
<!-- Menu item to select the current folder -->
2014-12-07 09:26:33 +00:00
<string name= "select_folder" > Seleccionar pasta</string>
2015-01-12 10:46:52 +00:00
<string name= "create_folder_failed" > Falhou a criação da pasta</string>
2015-05-15 18:51:29 +00:00
<!-- LogActivity -->
<!-- Title of the "log" activity -->
2015-07-07 21:53:51 +00:00
<string name= "log_title" > Registo</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log android" menu button -->
2015-07-07 21:53:51 +00:00
<string name= "log_android_title" > Ver registo do Android</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log Syncthing" menu button -->
2015-07-07 21:53:51 +00:00
<string name= "log_syncthing_title" > Ver o registo do Syncthing</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "share log" menu button -->
2015-07-07 21:53:51 +00:00
<string name= "share_title" > Partilhar</string>
2014-09-28 21:48:43 +00:00
<!-- SyncthingService -->
<!-- Title of the "syncthing disabled" dialog -->
2014-12-07 09:26:33 +00:00
<string name= "syncthing_disabled_title" > O Syncthing está desactivado</string>
2014-09-28 21:48:43 +00:00
<!-- Message of the "syncthing disabled" dialog -->
2014-12-07 09:26:33 +00:00
<string name= "syncthing_disabled_message" > Quer alterar as suas preferências?</string>
2014-09-28 21:48:43 +00:00
<!-- Button text on the "syncthing disabled" dialog -->
2014-12-07 09:26:33 +00:00
<string name= "syncthing_disabled_change_settings" > Alterar configurações</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-07 09:26:33 +00:00
<string name= "exit" > Sair</string>
2014-10-14 13:24:01 +00:00
<!-- Title of the notification shown while syncthing is running and enabled -->
2014-12-07 09:26:33 +00:00
<string name= "syncthing_active" > O Syncthing está a correr</string>
2015-05-24 10:48:33 +00:00
<!-- Toast shown if folder observer fails to traverse a folder -->
2015-07-07 21:53:51 +00:00
<string name= "toast_folder_observer_stack_overflow" > Árvore de pastas demasiado profunda. Verifique se existem ligações simbólicas cíclicas</string>
2015-06-19 17:28:57 +00:00
<!-- Toast shown if syncthing failed to create a config -->
2015-07-07 21:53:51 +00:00
<string name= "config_create_failed" > Falhou a criação duma configuração para o Syncthing. Verifique os registos, por favor.</string>
<!-- 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" > fotos-de-%1$s</string>
2014-09-28 21:48:43 +00:00
<!-- RestApi -->
<!-- Title of the notification shown when a restart is needed -->
2014-12-07 09:26:33 +00:00
<string name= "restart_title" > É necessário reiniciar</string>
2015-06-15 14:59:58 +00:00
<!-- Text for positive button in restart dialog -->
2015-07-07 21:53:51 +00:00
<string name= "restart_now" > Reiniciar agora</string>
2015-06-15 14:59:58 +00:00
<!-- Text for the dismiss button of the restart Activity -->
2015-07-07 21:53:51 +00:00
<string name= "restart_later" > Mais tarde</string>
2014-09-28 21:48:43 +00:00
<!-- Text of the notification shown when a restart is needed -->
2014-12-07 09:26:33 +00:00
<string name= "restart_notification_text" > Clique aqui para reiniciar o syncthing agora</string>
2014-10-08 18:32:18 +00:00
<!-- Shown when a device ID is copied to the clipboard -->
2014-12-07 09:26:33 +00:00
<string name= "device_id_copied_to_clipboard" > O ID do dispositivo foi copiado para a área de transferência</string>
2014-09-28 21:48:43 +00:00
<!-- Strings representing units for file sizes, from smallest to largest -->
2015-03-17 21:38:53 +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-07-07 21:53:51 +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 -->
2014-12-07 09:26:33 +00:00
<string name= "state_idle" > Em espera</string>
<string name= "state_scanning" > Verificando</string>
<string name= "state_cleaning" > Limpando</string>
<string name= "state_syncing" > Sincronizando</string>
2015-08-26 20:27:19 +00:00
<string name= "state_error" > Erro</string>
2015-07-07 21:53:51 +00:00
<string name= "state_unknown" > Desconhecido</string>
2014-09-28 21:48:43 +00:00
</resources>