You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/api/res/values-pt/strings.xml

117 lines
5.2 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<resources>
<plurals name="DUt_years">
<item quantity="one">1 Ano</item>
<item quantity="other">%d Anos</item>
</plurals>
<plurals name="DUt_months">
<item quantity="one">1 Mês</item>
<item quantity="other">%d Meses</item>
</plurals>
<plurals name="DUt_weeks">
<item quantity="one">1 Semana</item>
<item quantity="other">%d Semanas</item>
</plurals>
<plurals name="DUt_days">
<item quantity="one">1 Dia</item>
<item quantity="other">%d Dias</item>
</plurals>
<plurals name="DUt_weekdays">
<item quantity="one">1 Weekday</item>
<item quantity="other">%d Weekdays</item>
</plurals>
<plurals name="DUt_hours">
<item quantity="one">1 Hora</item>
<item quantity="other">%d Horas</item>
</plurals>
<plurals name="DUt_minutes">
<item quantity="one">1 Minuto</item>
<item quantity="other">%d Minutos</item>
</plurals>
<plurals name="DUt_seconds">
<item quantity="one">1 Segundo</item>
<item quantity="other">%d Segundos</item>
</plurals>
<plurals name="DUt_hoursShort">
<item quantity="one">1 h</item>
<item quantity="other">%d h</item>
</plurals>
<plurals name="DUt_minutesShort">
<item quantity="one">1 min</item>
<item quantity="other">%d min</item>
</plurals>
<plurals name="DUt_secondsShort">
<item quantity="one">1 s</item>
<item quantity="other">%d s</item>
</plurals>
<plurals name="Ntasks">
<item quantity="one">1 tarefa</item>
<item quantity="other">%d tarefas</item>
</plurals>
<plurals name="Npeople">
<item quantity="one">1 person</item>
<item quantity="other">%d people</item>
</plurals>
<string name="today">Hoje</string>
<string name="tomorrow">Amanhã</string>
<string name="yesterday">Ontem</string>
<string name="tmrw">Tmrw</string>
<string name="yest">Yest</string>
<string name="DLG_confirm_title">Confirma?</string>
<string name="DLG_question_title">Pergunta:</string>
<string name="DLG_information_title">Informação</string>
<string name="DLG_error_title">Error!</string>
<string name="DLG_save">Guardar</string>
<string name="DLG_yes">Sim</string>
<string name="DLG_no">Não</string>
<string name="DLG_close">Fechar</string>
<string name="DLG_done">Concluído</string>
<string name="DLG_error">Oops, looks like an error occurred! Here\'s what happened:\n\n%s</string>
<string name="DLG_error_generic">Oops, looks like an error occurred!</string>
<string name="DLG_wait">Por favor aguarde...</string>
<string name="SyP_progress">Synchronizing your tasks...</string>
<string name="SyP_progress_toast">A Sincronizar...</string>
<string name="SyP_label">Sincronização</string>
<string name="SyP_summary">Astrid.com, Google Tasks, saved data, local backup</string>
<string name="SyP_ioerror">Connection Error! Check your Internet connection.</string>
<string name="sync_SPr_group_status">Estado</string>
<string name="sync_SPr_status_subtitle">Status: %s</string>
<string name="sync_status_loggedout">Not logged in</string>
<string name="sync_status_ongoing">Sync ongoing...</string>
<string name="sync_status_success">Last sync:\n%s</string>
<string name="sync_status_failed">Failed on: %s</string>
<string name="sync_status_errors">Sync w/ errors: %s</string>
<string name="sync_status_failed_subtitle">Last successful sync: %s</string>
<string name="sync_status_never">Never synchronized!</string>
<string name="sync_SPr_group_options">Opções</string>
<string name="sync_SPr_interval_title">Background sync</string>
<string name="sync_SPr_interval_desc_disabled">Background synchronization is disabled</string>
<string name="sync_SPr_interval_desc">Currently set to: %s</string>
<string name="sync_SPr_bgwifi_title">Wifi only setting</string>
<string name="sync_SPr_bgwifi_desc_enabled">Background synchronization only happens when on Wifi</string>
<string name="sync_SPr_bgwifi_desc_disabled">Background synchronization will always occur</string>
<string name="sync_SPr_group_actions">Acções</string>
<string name="sync_SPr_sync">Synchronize now</string>
<string name="sync_SPr_sync_log_in">Log in &amp; synchronize!</string>
<string name="sync_SPr_logged_in_prefix">Logged in as:</string>
<string name="sync_SPr_last_error">Status report</string>
<string name="sync_SPr_last_error_subtitle">Click to send a report to the Astrid team</string>
<string name="sync_SPr_send_report">Send report</string>
<string name="sync_SPr_forget">Terminar sessão</string>
<string name="sync_SPr_forget_description">Clears all synchronization data</string>
<string name="sync_forget_confirm">Log out/clear synchronization data?</string>
<string name="sync_error_offline">There was a problem connecting to the network during the last sync with %s. Please try again later.</string>
<string-array name="sync_SPr_interval_entries">
<item>desactivar</item>
<item>every fifteen minutes</item>
<item>every thirty minutes</item>
<item>every hour</item>
<item>every three hours</item>
<item>every six hours</item>
<item>every twelve hours</item>
<item>every day</item>
<item>every three days</item>
<item>every week</item>
</string-array>
</resources>