|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
<!-- ================================================== general terms == -->
|
|
|
|
|
|
<!-- People Editing Activity -->
|
|
|
<string name="EPE_action">Share</string>
|
|
|
|
|
|
<!-- task sharing dialog: assigned hint -->
|
|
|
<string name="actfm_person_hint">Contact or Email</string>
|
|
|
|
|
|
<!-- task sharing dialog: shared with hint -->
|
|
|
<string name="actfm_person_or_tag_hint">Contact or Shared List</string>
|
|
|
|
|
|
<!-- toast on transmit success -->
|
|
|
<string name="actfm_toast_success">Saved on Server</string>
|
|
|
|
|
|
<!-- toast on transmit error (%s => error) -->
|
|
|
<string name="actfm_toast_error">Save Failed: %s</string>
|
|
|
|
|
|
<!-- can't rename or delete shared tag message -->
|
|
|
<string name="actfm_tag_operation_disabled">Sorry, this operation is not yet supported for shared tags.</string>
|
|
|
|
|
|
<!-- warning before deleting a list you're the owner of -->
|
|
|
<string name="actfm_tag_operation_owner_delete">You are the owner of this shared list! If you delete it, it will be deleted for all list members. Are you sure you want to continue?</string>
|
|
|
|
|
|
<!-- menu item to take a picture -->
|
|
|
<string name="actfm_picture_camera">Take a Picture</string>
|
|
|
|
|
|
<!-- menu item to select from gallery -->
|
|
|
<string name="actfm_picture_gallery">Pick from Gallery</string>
|
|
|
|
|
|
<!-- menu item to clear picture selection -->
|
|
|
<string name="actfm_picture_clear">Clear Picture</string>
|
|
|
|
|
|
<!-- filter list activity: refresh tags -->
|
|
|
<string name="actfm_FLA_menu_refresh">Refresh Lists</string>
|
|
|
|
|
|
<!-- Title for prompt after sharing a task -->
|
|
|
<string name="actfm_view_task_title">View Task?</string>
|
|
|
|
|
|
<!-- Text for prompt after sharing a task -->
|
|
|
<string name="actfm_view_task_text">Task was sent to %s! You\'re currently viewing your own tasks. Do you want to view this and other tasks you\'ve assigned?</string>
|
|
|
|
|
|
<!-- Ok button for task view prompt -->
|
|
|
<string name="actfm_view_task_ok">View Assigned</string>
|
|
|
|
|
|
<!-- Cancel button for task view prompt -->
|
|
|
<string name="actfm_view_task_cancel">Stay Here</string>
|
|
|
|
|
|
<!-- ================================================== TagViewActivity == -->
|
|
|
|
|
|
<!-- Tag View Activity: Add Comment hint -->
|
|
|
<string name="TVA_add_comment">Add a comment...</string>
|
|
|
|
|
|
<!-- Tag View Activity: task comment ($1 - user name, $2 - task title) -->
|
|
|
<string name="UAd_title_comment">%1$s re: %2$s</string>
|
|
|
|
|
|
<!-- Tabs for Tag view -->
|
|
|
<string-array name="TVA_tabs">
|
|
|
<!-- Tab for showing tasks -->
|
|
|
<item>Tasks</item>
|
|
|
<!-- Tab for showing comments & updates -->
|
|
|
<item>Activity</item>
|
|
|
<!-- Tab for showing setting -->
|
|
|
<item>List Settings</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Tag View: filtered by assigned to user -->
|
|
|
<string name="actfm_TVA_filtered_by_assign">%s\'s tasks. Tap for all.</string>
|
|
|
|
|
|
<!-- Tag View: list is private, no members -->
|
|
|
<string name="actfm_TVA_no_members_alert">Private: tap to edit or share list</string>
|
|
|
|
|
|
<!-- Tag View Menu: refresh -->
|
|
|
<string name="actfm_TVA_menu_refresh">Refresh</string>
|
|
|
|
|
|
<!-- Tag Settings: tag name label -->
|
|
|
<string name="actfm_TVA_tag_label">List Name:</string>
|
|
|
|
|
|
<!-- Tag Settings: tag owner label -->
|
|
|
<string name="actfm_TVA_tag_owner_label">List Creator:</string>
|
|
|
|
|
|
<!-- Tag Settings: tag owner value when there is no owner -->
|
|
|
<string name="actfm_TVA_tag_owner_none">none</string>
|
|
|
|
|
|
<!-- Tag Settings: list collaborators label -->
|
|
|
<string name="actfm_TVA_members_label">Shared With:</string>
|
|
|
|
|
|
<!-- Tag Settings: tag picture -->
|
|
|
<string name="actfm_TVA_tag_picture">List Picture</string>
|
|
|
|
|
|
<!-- Tag Settings: silence notifications label -->
|
|
|
<string name="actfm_TVA_silence_label">Silence Notifications</string>
|
|
|
|
|
|
<!-- Tag Settings: list icon label -->
|
|
|
<string name="actfm_TVA_list_icon_label">List Icon:</string>
|
|
|
|
|
|
<!-- Tag Settings: list description label -->
|
|
|
<string name="actfm_TVA_tag_description_label">Description:</string>
|
|
|
|
|
|
<!-- Tag Settings: list description hint -->
|
|
|
<string name="actfm_TVA_tag_description_hint">List description</string>
|
|
|
|
|
|
<!-- Tag settings: login prompt from share-->
|
|
|
<string name="actfm_TVA_login_to_share">You need to be logged in to Astrid.com to share lists! Please log in or make this a private list.</string>
|
|
|
|
|
|
|
|
|
<!-- ============================================ edit people dialog == -->
|
|
|
|
|
|
<!-- task sharing dialog: intro -->
|
|
|
<string name="actfm_EPA_intro">Use Astrid to share shopping lists, party plans, or team projects and instantly see when people get stuff done!</string>
|
|
|
|
|
|
<!-- task sharing dialog: window title -->
|
|
|
<string name="actfm_EPA_title">Share / Assign</string>
|
|
|
|
|
|
<!-- task sharing dialog: save button -->
|
|
|
<string name="actfm_EPA_save">Save & Share</string>
|
|
|
|
|
|
<!-- task sharing dialog: assigned label -->
|
|
|
<string name="actfm_EPA_assign_label">Who</string>
|
|
|
|
|
|
<!-- task sharing dialog: assigned to me -->
|
|
|
<string name="actfm_EPA_assign_me">Me</string>
|
|
|
|
|
|
<!-- task sharing dialog: anyone -->
|
|
|
<string name="actfm_EPA_unassigned">Anyone</string>
|
|
|
|
|
|
<!-- task sharing dialog: custom email assignment -->
|
|
|
<string name="actfm_EPA_assign_custom">Custom...</string>
|
|
|
|
|
|
<!-- task sharing dialog: shared with label -->
|
|
|
<string name="actfm_EPA_share_with">Share with:</string>
|
|
|
|
|
|
<!-- Toast when assigning a task -->
|
|
|
<string name="actfm_EPA_assigned_toast">Sent to %1$s (you can see it in the list between you and %2$s).</string>
|
|
|
|
|
|
<!-- task sharing dialog: shared with label -->
|
|
|
<string name="actfm_EPA_collaborators_header">Share with Friends</string>
|
|
|
|
|
|
<!-- task sharing dialog: collaborator list name (%s => name of list) -->
|
|
|
<string name="actfm_EPA_list">List: %s</string>
|
|
|
|
|
|
<!-- task sharing dialog: assigned hint -->
|
|
|
<string name="actfm_EPA_assigned_hint">Contact Name</string>
|
|
|
|
|
|
<!-- task sharing dialog: message label text -->
|
|
|
<string name="actfm_EPA_message_text">Invitation Message:</string>
|
|
|
|
|
|
<!-- task sharing dialog: message body -->
|
|
|
<string name="actfm_EPA_message_body">Help me get this done!</string>
|
|
|
|
|
|
<!-- task sharing dialog: message hint -->
|
|
|
<string name="actfm_EPA_tag_label">Create a shared tag?</string>
|
|
|
|
|
|
<!-- task sharing dialog: message hint -->
|
|
|
<string name="actfm_EPA_tag_hint">(i.e. Silly Hats Club)</string>
|
|
|
|
|
|
<!-- task sharing dialog: share with Facebook -->
|
|
|
<string name="actfm_EPA_facebook">Facebook</string>
|
|
|
|
|
|
<!-- task sharing dialog: share with Twitter -->
|
|
|
<string name="actfm_EPA_twitter">Twitter</string>
|
|
|
|
|
|
<!-- task sharing dialog: # of e-mails sent (%s => # people plural string) -->
|
|
|
<string name="actfm_EPA_emailed_toast">Task shared with %s</string>
|
|
|
|
|
|
<!-- task sharing dialog: edit people settings saved -->
|
|
|
<string name="actfm_EPA_saved_toast">People Settings Saved</string>
|
|
|
|
|
|
<!-- task sharing dialog: invalid email (%s => email) -->
|
|
|
<string name="actfm_EPA_invalid_email">Invalid E-mail: %s</string>
|
|
|
|
|
|
<!-- task sharing dialog: tag not found (%s => tag) -->
|
|
|
<string name="actfm_EPA_invalid_tag">List Not Found: %s</string>
|
|
|
|
|
|
<!-- task sharing login prompt -->
|
|
|
<string name="actfm_EPA_login_to_share">You need to be logged in to Astrid.com to share tasks! Please log in or make this a private task.</string>
|
|
|
|
|
|
<string name="actfm_EPA_login_button">Log in</string>
|
|
|
|
|
|
<string name="actfm_EPA_dont_share_button">Make private</string>
|
|
|
|
|
|
<!-- ========================================= sharing login activity == -->
|
|
|
|
|
|
<!-- share login: Title -->
|
|
|
<string name="actfm_ALA_title">Welcome to Astrid.com!</string>
|
|
|
|
|
|
<!-- share login: Sharing Description -->
|
|
|
<string name="actfm_ALA_body">Astrid.com lets you access your tasks online,
|
|
|
share, and delegate with others.</string>
|
|
|
|
|
|
<!-- share login: Sharing Login FB Prompt -->
|
|
|
<string name="actfm_ALA_fb_login">Connect with Facebook</string>
|
|
|
|
|
|
<!-- share login: Sharing Login GG Prompt -->
|
|
|
<string name="actfm_ALA_gg_login">Connect with Google</string>
|
|
|
|
|
|
<!-- share login: Sharing Footer Password Label -->
|
|
|
<string name="actfm_ALA_pw_login">Don\'t use Google or Facebook?</string>
|
|
|
|
|
|
<!-- share login: Sharing Password Link -->
|
|
|
<string name="actfm_ALA_pw_link">Sign In Here</string>
|
|
|
|
|
|
<!-- share login: Password Are you a New User? -->
|
|
|
<string name="actfm_ALA_pw_new">Create a new account?</string>
|
|
|
|
|
|
<!-- share login: Password Are you a Returning User? -->
|
|
|
<string name="actfm_ALA_pw_returning">Already have an account?</string>
|
|
|
|
|
|
<!-- share login: Name -->
|
|
|
<string name="actfm_ALA_name_label">Name</string>
|
|
|
|
|
|
<!-- share login: Email -->
|
|
|
<string name="actfm_ALA_email_label">Email</string>
|
|
|
|
|
|
<!-- share login: Username / Email -->
|
|
|
<string name="actfm_ALA_username_email_label">Username / Email</string>
|
|
|
|
|
|
<!-- share login: Password -->
|
|
|
<string name="actfm_ALA_password_label">Contrasenya</string>
|
|
|
|
|
|
<!-- share login: Sign Up Title -->
|
|
|
<string name="actfm_ALA_signup_title">Create New Account</string>
|
|
|
|
|
|
<!-- share login: Login Title -->
|
|
|
<string name="actfm_ALA_login_title">Login to Astrid.com</string>
|
|
|
|
|
|
<!-- share login: Google Auth title -->
|
|
|
<string name="actfm_GAA_title">Select the Google account you want to use:</string>
|
|
|
|
|
|
<!-- share login: OAUTH Login Prompt -->
|
|
|
<string name="actfm_OLA_prompt">Please connect to Google:</string>
|
|
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
|
|
<!-- Preferences Title: Act.fm -->
|
|
|
<string name="actfm_APr_header">Astrid.com (Beta!)</string>
|
|
|
|
|
|
<string name="actfm_https_title">Use HTTPS</string>
|
|
|
<string name="actfm_https_enabled">HTTPS enabled (slower)</string>
|
|
|
<string name="actfm_https_disabled">HTTPS disabled (faster)</string>
|
|
|
|
|
|
<!-- title for notification tray after synchronizing -->
|
|
|
<string name="actfm_notification_title">Astrid.com Sync</string>
|
|
|
|
|
|
<!-- text for notification when comments are received -->
|
|
|
<string name="actfm_notification_comments">New comments received / click for more details</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in timers plug-in -->
|
|
|
|
|
|
<!-- Task Edit Activity: Container Label -->
|
|
|
<string name="alarm_ACS_label">Alarmes</string>
|
|
|
|
|
|
<!-- Task Edit Activity: Add New Alarm -->
|
|
|
<string name="alarm_ACS_button">Afegir una Alarma</string>
|
|
|
|
|
|
<string-array name="reminders_alarm">
|
|
|
<!-- reminders related to alarm -->
|
|
|
<item>Alarma!!</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in backup plug-in -->
|
|
|
|
|
|
<!-- ================================================= BackupPreferences == -->
|
|
|
|
|
|
<!-- Backup Preferences Title -->
|
|
|
<string name="backup_BPr_header">Còpies de seguretat</string>
|
|
|
|
|
|
<!-- Backup: Status Header -->
|
|
|
<string name="backup_BPr_group_status">Estat</string>
|
|
|
|
|
|
<!-- Backup Status: last backup was a success (%s -> last date). Keep it short! -->
|
|
|
<string name="backup_status_success">Més recent:\n%s</string>
|
|
|
<!-- Backup Status: last error failed. Keep it short! -->
|
|
|
<string name="backup_status_failed">Còpia de seguretat Fallida</string>
|
|
|
<!-- Backup Status: error subtitle -->
|
|
|
<string name="backup_status_failed_subtitle">Premi per veure l\'Error</string>
|
|
|
<!-- Backup Status: never backed up -->
|
|
|
<string name="backup_status_never">Encara sense Còpies!</string>
|
|
|
|
|
|
<!-- Backup Options Group Label -->
|
|
|
<string name="backup_BPr_group_options">Opcions</string>
|
|
|
|
|
|
<!-- Preference: Automatic Backup Title -->
|
|
|
<string name="backup_BPr_auto_title">Còpies de seguretat automàtiques</string>
|
|
|
<!-- Preference: Automatic Backup Description (when disabled) -->
|
|
|
<string name="backup_BPr_auto_disabled">Còpies de seguretat automàtiques desactivades</string>
|
|
|
<!-- Preference: Automatic Backup Description (when enabled) -->
|
|
|
<string name="backup_BPr_auto_enabled">Còpies de seguretat diàries</string>
|
|
|
|
|
|
<!-- Preference screen restoring Tasks Help -->
|
|
|
<string name="backup_BPr_how_to_restore">Com restauro les còpies de seguretat?</string>
|
|
|
<!-- Preference screen Restoring Tasks Help Dialog Text-->
|
|
|
<string name="backup_BPr_how_to_restore_dialog">Necessites afegir l\'Astrid Power Pack per administrar i restaurar les teves còpies de seguretat. Per conveniència, Astrid farà còpies de seguretat automàtiques de les teves tasques, només per si de cas.</string>
|
|
|
|
|
|
<!-- ================================================= BackupActivity == -->
|
|
|
|
|
|
<!-- backup activity label -->
|
|
|
<string name="backup_BAc_label">Manage Backups</string>
|
|
|
|
|
|
<!-- backup activity title -->
|
|
|
<string name="backup_BAc_title">Administrar Còpies de seguretat</string>
|
|
|
|
|
|
<!-- backup activity import button -->
|
|
|
<string name="backup_BAc_import">Importar Tasques</string>
|
|
|
|
|
|
<!-- backup activity export button -->
|
|
|
<string name="backup_BAc_export">Exportar Tasques</string>
|
|
|
|
|
|
<!-- ============================================== Importer / Exporter == -->
|
|
|
|
|
|
<!-- Message displayed when error occurs -->
|
|
|
<string name="backup_TXI_error">Error al importar</string>
|
|
|
|
|
|
<string name="export_toast">Backed Up %1$s to %2$s.</string>
|
|
|
|
|
|
<string name="export_toast_no_tasks">Sense tasques que exportar</string>
|
|
|
|
|
|
<!-- Progress Dialog Title for exporting -->
|
|
|
<string name="export_progress_title">Exportant...</string>
|
|
|
|
|
|
<!-- Backup: Title of Import Summary Dialog -->
|
|
|
<string name="import_summary_title">Resum de Restauració</string>
|
|
|
|
|
|
<!-- Backup: Summary message for import. (%s => file name, %s => total # tasks, %s => imported, %s => skipped, %s => errors) -->
|
|
|
<string name="import_summary_message">
|
|
|
File %1$s contained %2$s.\n\n
|
|
|
%3$s imported,\n
|
|
|
%4$s already exist\n
|
|
|
%5$s had errors\n
|
|
|
</string>
|
|
|
|
|
|
<!-- Progress Dialog Title for importing -->
|
|
|
<string name="import_progress_title">S\'està important...</string>
|
|
|
|
|
|
<!-- Progress Dialog text for import reading task (%d -> task number)-->
|
|
|
<string name="import_progress_read">Llegint tasca %d</string>
|
|
|
|
|
|
<!-- Backup: Dialog when unable to open a file -->
|
|
|
<string name="DLG_error_opening">No s\'ha pogut trobar el següent element:</string>
|
|
|
|
|
|
<!-- Backup: Dialog when unable to open SD card folder (%s => folder) -->
|
|
|
<string name="DLG_error_sdcard">No es pot accedir a la carpeta: %s</string>
|
|
|
|
|
|
<!-- Backup: Dialog when unable to open SD card in general -->
|
|
|
<string name="DLG_error_sdcard_general">No s\'ha pogut accedir a la teva tarja SD!</string>
|
|
|
|
|
|
<!-- Backup: File Selector dialog for import -->
|
|
|
<string name="import_file_prompt">Tria un Fitxer per Restaurar</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- ================================================== AndroidManifest == -->
|
|
|
|
|
|
<!-- Application Name (shown on home screen & in launcher) -->
|
|
|
<string name="app_name">Tasques Astrid</string>
|
|
|
|
|
|
<!-- permission title for READ_TASKS -->
|
|
|
<string name="read_permission_label">Permís Astrid</string>
|
|
|
|
|
|
<!-- permission description for READ_TASKS -->
|
|
|
<string name="read_permission_desc">llegir tasques, mostrar filtres de tasques</string>
|
|
|
|
|
|
<!-- permission title for READ_TASKS -->
|
|
|
<string name="write_permission_label">Permís Astrid</string>
|
|
|
|
|
|
<!-- permission description for READ_TASKS -->
|
|
|
<string name="write_permission_desc">crear noves tasques, editar tasques existents</string>
|
|
|
|
|
|
<!-- ================================================== Generic Dialogs == -->
|
|
|
|
|
|
<!-- question for deleting tasks -->
|
|
|
<string name="DLG_delete_this_task_question">Eliminar aquesta tasca?</string>
|
|
|
|
|
|
<!-- question for deleting items (%s => item name) -->
|
|
|
<string name="DLG_delete_this_item_question">Eliminar aquest: %s?</string>
|
|
|
|
|
|
<!-- Progress dialog shown when upgrading -->
|
|
|
<string name="DLG_upgrading">Actualitzant les seves tasques...</string>
|
|
|
|
|
|
<!-- Title for dialog selecting a time (hours and minutes) -->
|
|
|
<string name="DLG_hour_minutes">Temps (hores : minuts)</string>
|
|
|
|
|
|
<!-- Dialog for Astrid having a critical update -->
|
|
|
<string name="DLG_please_update">Astrid tindria que actualitzar-se a l\'última versió disponible al Android Market! Si us plau, faci-ho abans de continuar, o esperi uns segons.</string>
|
|
|
|
|
|
<!-- Button for going to Market -->
|
|
|
<string name="DLG_to_market">Anar al Market</string>
|
|
|
|
|
|
<!-- Button for accepting EULA -->
|
|
|
<string name="DLG_accept">I Accept</string>
|
|
|
|
|
|
<!-- Button for declining EULA -->
|
|
|
<string name="DLG_decline">I Decline</string>
|
|
|
|
|
|
<!-- EULA title -->
|
|
|
<string name="DLG_eula_title">Astrid Terms Of Use</string>
|
|
|
|
|
|
<!-- Progress Dialog generic text -->
|
|
|
<string name="DLG_please_wait">Please Wait</string>
|
|
|
|
|
|
<!-- Dialog - loading -->
|
|
|
<string name="DLG_loading">Carregant...</string>
|
|
|
|
|
|
<!-- Dialog - dismiss -->
|
|
|
<string name="DLG_dismiss">Dismiss</string>
|
|
|
|
|
|
<string name="DLG_ok">OK</string>
|
|
|
|
|
|
<string name="DLG_cancel">Cancel</string>
|
|
|
|
|
|
<string name="DLG_undo">Undo</string>
|
|
|
|
|
|
<!-- =============================================================== UI == -->
|
|
|
|
|
|
<!-- Label for DateButtons with no value -->
|
|
|
<string name="WID_dateButtonUnset">Prem per establir</string>
|
|
|
|
|
|
<!-- String formatter for DateButtons ($D => date, $T => time) -->
|
|
|
<string name="WID_dateButtonLabel">$D $T</string>
|
|
|
|
|
|
<!-- String formatter for Disable button -->
|
|
|
<string name="WID_disableButton">Deshabilitar</string>
|
|
|
|
|
|
<!-- ============================================================= notes -->
|
|
|
|
|
|
<!-- Note Exposer -->
|
|
|
<string name="ENE_label">Notes</string>
|
|
|
|
|
|
<!-- Note Exposer / Comments -->
|
|
|
<string name="ENE_label_comments">Comments</string>
|
|
|
|
|
|
<!-- EditNoteActivity - no comments -->
|
|
|
<string name="ENA_no_comments">Nothing To Show</string>
|
|
|
|
|
|
<!-- EditNoteActivity - refresh comments -->
|
|
|
<string name="ENA_refresh_comments">Refresh Comments</string>
|
|
|
|
|
|
<!-- ================================================= TaskListActivity == -->
|
|
|
|
|
|
<!-- Task List: Displayed instead of list when no items present -->
|
|
|
<string name="TLA_no_items">Sense Tasques!</string>
|
|
|
|
|
|
<!-- Menu: Add-ons -->
|
|
|
<string name="TLA_menu_addons">Complements</string>
|
|
|
|
|
|
<!-- Menu: Adjust Sort and Hidden Task Settings -->
|
|
|
<string name="TLA_menu_sort">Ordenar & Ocultar</string>
|
|
|
|
|
|
<!-- Menu: Sync Now -->
|
|
|
<string name="TLA_menu_sync">Sincronitzar ara!</string>
|
|
|
|
|
|
<!-- Menu: Tasks -->
|
|
|
|
|
|
|
|
|
<!-- Menu: Friends -->
|
|
|
<string name="TLA_menu_friends">Friends</string>
|
|
|
|
|
|
<!-- Menu: Suggestions -->
|
|
|
<string name="TLA_menu_suggestions">Suggestions</string>
|
|
|
|
|
|
<!-- Menu: Tutorial -->
|
|
|
<string name="TLA_menu_tutorial">Tutorial</string>
|
|
|
|
|
|
<!-- Menu: Settings -->
|
|
|
<string name="TLA_menu_settings">Paràmetres</string>
|
|
|
|
|
|
<!-- Menu: Support -->
|
|
|
<string name="TLA_menu_support">Support</string>
|
|
|
|
|
|
<!-- Search Label-->
|
|
|
<string name="TLA_search_label">Busca en aquesta llista</string>
|
|
|
|
|
|
<!-- Window title for displaying Custom Filter -->
|
|
|
<string name="TLA_custom">Personalitzat</string>
|
|
|
|
|
|
<!-- Quick Add Edit Box Hint-->
|
|
|
<string name="TLA_quick_add_hint">Afegir a aquesta llista...</string>
|
|
|
|
|
|
<!-- Quick Add Edit Box Hint for assigning -->
|
|
|
<string name="TLA_quick_add_hint_assign">Tap to assign %s a task</string>
|
|
|
|
|
|
<!-- Notification Volumne notification-->
|
|
|
<string name="TLA_notification_volume_low">Notifications are muted. You won\'t be able to hear Astrid!</string>
|
|
|
|
|
|
<!-- Notifications disabled warning -->
|
|
|
<string name="TLA_notification_disabled">Astrid reminders are disabled! You will not receive any reminders</string>
|
|
|
|
|
|
<string-array name="TLA_filters">
|
|
|
<item>Active</item>
|
|
|
<item>Avui</item>
|
|
|
<item>Soon</item>
|
|
|
<item>Late</item>
|
|
|
<item>Fet</item>
|
|
|
<item>Hidden</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Title for confirmation dialog after quick add markup -->
|
|
|
<string name="TLA_quickadd_confirm_title">You said, \"%s\"</string>
|
|
|
|
|
|
<!-- Text for speech bubble in dialog after quick add markup -->
|
|
|
<!-- First string is task title, second is due date, third is priority -->
|
|
|
<string name="TLA_quickadd_confirm_speech_bubble">I created a task called \"%1$s\" %2$s at %3$s</string>
|
|
|
|
|
|
<string name="TLA_quickadd_confirm_speech_bubble_date">for %s</string>
|
|
|
|
|
|
<string name="TLA_quickadd_confirm_hide_helpers">Don\'t display future confirmations</string>
|
|
|
|
|
|
<string-array name="TLA_priority_strings">
|
|
|
<item>highest priority</item>
|
|
|
<item>high priority</item>
|
|
|
<item>medium priority</item>
|
|
|
<item>low priority</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string name="TLA_all_activity">All Activity</string>
|
|
|
|
|
|
<!-- ====================================================== TaskAdapter == -->
|
|
|
|
|
|
<!-- Format string to indicate task is hidden (%s => task name) -->
|
|
|
<string name="TAd_hiddenFormat">%s [ocult]</string>
|
|
|
|
|
|
<!-- Format string to indicate task is deleted (%s => task name) -->
|
|
|
<string name="TAd_deletedFormat">%s [eliminat]</string>
|
|
|
|
|
|
<!-- Displayed when adapter is flung (scrolled quickly) -->
|
|
|
<string name="TAd_flingText"/>
|
|
|
|
|
|
<!-- indicates task was completed. %s => date or time ago -->
|
|
|
<string name="TAd_completed">Acabat fa\n%s</string>
|
|
|
|
|
|
<!-- Action Button: edit task -->
|
|
|
<string name="TAd_actionEditTask">Edita</string>
|
|
|
|
|
|
<!-- Context Item: edit task -->
|
|
|
<string name="TAd_contextEditTask">Editar Tasca</string>
|
|
|
|
|
|
<!-- Context Item: copy task -->
|
|
|
<string name="TAd_contextCopyTask">Copy Task</string>
|
|
|
|
|
|
<!-- Context Item: delete task -->
|
|
|
<string name="TAd_contextDeleteTask">Eliminar Tasca</string>
|
|
|
|
|
|
<!-- Context Item: undelete task -->
|
|
|
<string name="TAd_contextUndeleteTask">Restaurar Tasca</string>
|
|
|
|
|
|
<!-- Context Item: purge task -->
|
|
|
<string name="TAd_contextPurgeTask">Purgar tasques</string>
|
|
|
|
|
|
<!-- ============================================== SortSelectionDialog == -->
|
|
|
|
|
|
<!-- Sort Selection: dialog title -->
|
|
|
<string name="SSD_title">Classificar i Filtrar Tasques</string>
|
|
|
|
|
|
<!-- Hidden Task Selection: show completed tasks -->
|
|
|
<string name="SSD_completed">Mostra tasques completades</string>
|
|
|
|
|
|
<!-- Hidden Task Selection: show hidden tasks -->
|
|
|
<string name="SSD_hidden">Mostra tasques filtrades</string>
|
|
|
|
|
|
<!-- Hidden Task Selection: show deleted tasks -->
|
|
|
<string name="SSD_deleted">Mostra tasques eliminades</string>
|
|
|
|
|
|
<!-- Sort Selection: sort options header -->
|
|
|
|
|
|
|
|
|
<!-- Sort Selection: smart sort -->
|
|
|
<string name="SSD_sort_auto">Clasificació Inteligent Astrid</string>
|
|
|
|
|
|
<!-- Sort Selection: sort by alpha -->
|
|
|
<string name="SSD_sort_alpha">Per títol</string>
|
|
|
|
|
|
<!-- Sort Selection: sort by due date -->
|
|
|
<string name="SSD_sort_due">Per data de venciment</string>
|
|
|
|
|
|
<!-- Sort Selection: sort by importance -->
|
|
|
<string name="SSD_sort_importance">Per importància</string>
|
|
|
|
|
|
<!-- Sort Selection: sort by modified date -->
|
|
|
<string name="SSD_sort_modified">Per última modificació</string>
|
|
|
|
|
|
<!-- Sort Selection: reverse -->
|
|
|
<string name="SSD_sort_reverse">Invertir l\'ordre</string>
|
|
|
|
|
|
<!-- Sort Button: sort temporarily -->
|
|
|
<string name="SSD_save_temp">Només una vegada</string>
|
|
|
|
|
|
<!-- Sort Button: sort permanently -->
|
|
|
<string name="SSD_save_always">Sempre</string>
|
|
|
|
|
|
<!-- =============================================== FilterListActivity == -->
|
|
|
|
|
|
<!-- Filter List Activity Title -->
|
|
|
<string name="FLA_title">Llistes</string>
|
|
|
|
|
|
<!-- Displayed when loading filters -->
|
|
|
<string name="FLA_loading">Carregant Filtres...</string>
|
|
|
|
|
|
<!-- Context Menu: Create Shortcut -->
|
|
|
<string name="FLA_context_shortcut">Afegir un enllaç al escriptori...</string>
|
|
|
|
|
|
<!-- Menu: Search -->
|
|
|
<string name="FLA_menu_search">Cercar tasques...</string>
|
|
|
|
|
|
<!-- Menu: Help -->
|
|
|
<string name="FLA_menu_help">Ajuda</string>
|
|
|
|
|
|
<!-- Create Shortcut Dialog Title -->
|
|
|
<string name="FLA_shortcut_dialog_title">Crear un enllaç</string>
|
|
|
|
|
|
<!-- Create Shortcut Dialog (asks to name shortcut) -->
|
|
|
<string name="FLA_shortcut_dialog">Nom del enllaç</string>
|
|
|
|
|
|
<!-- Search Hint-->
|
|
|
<string name="FLA_search_hint">Cercar tasques</string>
|
|
|
|
|
|
<!-- Search Filter name (%s => query) -->
|
|
|
<string name="FLA_search_filter">Coincidència \'%s\'</string>
|
|
|
|
|
|
<!-- Toast: created shortcut (%s => label) -->
|
|
|
<string name="FLA_toast_onCreateShortcut">Enllaç crea: %s</string>
|
|
|
|
|
|
<!-- Menu: new filter -->
|
|
|
<string name="FLA_new_filter">New Filter</string>
|
|
|
|
|
|
<!-- Button: new list -->
|
|
|
<string name="FLA_new_list">New List</string>
|
|
|
|
|
|
<!-- ================================================= TaskEditActivity == -->
|
|
|
|
|
|
<!-- Title when editing a task (%s => task title) -->
|
|
|
<string name="TEA_view_title">Astrid: Editant \'%s\'</string>
|
|
|
|
|
|
<!-- Title when creating a new task -->
|
|
|
<string name="TEA_view_titleNew">New Task</string>
|
|
|
|
|
|
<!-- Task title label -->
|
|
|
<string name="TEA_title_label">Títol</string>
|
|
|
|
|
|
<!-- Task when label (note the <u> tags - be sure to leave those in when localizing! -->
|
|
|
<string name="TEA_when_header_label">When</string>
|
|
|
|
|
|
<!-- Task title hint (displayed when edit box is empty) -->
|
|
|
<string name="TEA_title_hint">Resum de la tasca</string>
|
|
|
|
|
|
<!-- Task importance label -->
|
|
|
<string name="TEA_importance_label">Importància</string>
|
|
|
|
|
|
<!-- Task urgency label -->
|
|
|
<string name="TEA_urgency_label">Data límit</string>
|
|
|
|
|
|
<!-- Task urgency specific time checkbox -->
|
|
|
<string name="TEA_urgency_specific_time">A l\'hora específica?</string>
|
|
|
|
|
|
<!-- Task urgency specific time title when specific time false -->
|
|
|
<string name="TEA_urgency_none">None</string>
|
|
|
|
|
|
<!-- Task hide until label -->
|
|
|
<string name="TEA_hideUntil_label">Show Task</string>
|
|
|
|
|
|
<!-- Task hide until toast -->
|
|
|
<string name="TEA_hideUntil_message">Task will be hidden until %s</string>
|
|
|
|
|
|
<!-- Task editing data being loaded label -->
|
|
|
<string-array name="TEA_loading"><item>Carregant...</item></string-array>
|
|
|
|
|
|
<!-- Task note label -->
|
|
|
<string name="TEA_note_label">Notes</string>
|
|
|
|
|
|
<!-- Task note hint -->
|
|
|
<string name="TEA_notes_hint">Introdueix notes a la tasca...</string>
|
|
|
|
|
|
<!-- Estimated time label -->
|
|
|
<string name="TEA_estimatedDuration_label">Quant temps es trigarà?</string>
|
|
|
|
|
|
<!-- Elapsed time label -->
|
|
|
<string name="TEA_elapsedDuration_label">Temps que ja s\'ha invertit en la Tasca</string>
|
|
|
|
|
|
<!-- Menu: Save -->
|
|
|
<string name="TEA_menu_save">Desar els canvis</string>
|
|
|
|
|
|
<!-- Menu: Don't Save -->
|
|
|
<string name="TEA_menu_discard">No desar els canvis</string>
|
|
|
|
|
|
<!-- Menu: Delete Task -->
|
|
|
<string name="TEA_menu_delete">Eliminar Tasca</string>
|
|
|
|
|
|
<!-- Menu: Task comments -->
|
|
|
<string name="TEA_menu_comments">Comments</string>
|
|
|
|
|
|
<!-- Toast: task saved with deadline (%s => preposition + time units) -->
|
|
|
<string name="TEA_onTaskSave_due">Tasca desada: venç %s</string>
|
|
|
|
|
|
<!-- Toast: task saved without deadlines -->
|
|
|
<string name="TEA_onTaskSave_notDue">Tasca Desada</string>
|
|
|
|
|
|
<!-- Toast: task was not saved -->
|
|
|
<string name="TEA_onTaskCancel">L\'edició de la tasca ha estat cancel·lada</string>
|
|
|
|
|
|
<!-- Toast: task was deleted -->
|
|
|
<string name="TEA_onTaskDelete">Task deleted!</string>
|
|
|
|
|
|
<!-- Task edit tab: activity -->
|
|
|
<string name="TEA_tab_activity">Activity</string>
|
|
|
|
|
|
<!-- Task edit tab: more editing settings -->
|
|
|
<string name="TEA_tab_more">Més</string>
|
|
|
|
|
|
<string-array name="TEA_urgency">
|
|
|
<!-- urgency: labels for edit page. item #4 -> auto filled -->
|
|
|
<item>Sense venciment</item>
|
|
|
<item>Dia específic</item>
|
|
|
<item>Avui</item>
|
|
|
<item>Demà</item>
|
|
|
<item>(Dia després)</item>
|
|
|
<item>Propera setmana</item>
|
|
|
<item>In Two Weeks</item>
|
|
|
<item>Mes següent</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string name="TEA_no_time">No time</string>
|
|
|
|
|
|
<string-array name="TEA_hideUntil">
|
|
|
<!-- hideUntil: labels for edit page. -->
|
|
|
<item>Sempre</item>
|
|
|
<item>At due date</item>
|
|
|
<item>Dia abans del venciment</item>
|
|
|
<item>Setmana abans del venciment</item>
|
|
|
<item>Dia/Hora Específics</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Task edit control set descriptors -->
|
|
|
<string name="TEA_control_title">Task Title</string>
|
|
|
<string name="TEA_control_who">Who</string>
|
|
|
<string name="TEA_control_when">When</string>
|
|
|
<string name="TEA_control_more_section">----More Section----</string>
|
|
|
<string name="TEA_control_importance">Importància</string>
|
|
|
<string name="TEA_control_lists">Llistes</string>
|
|
|
<string name="TEA_control_notes">Notes</string>
|
|
|
<string name="TEA_control_reminders">Reminders</string>
|
|
|
<string name="TEA_control_timer">Timer Controls</string>
|
|
|
<string name="TEA_control_share">Share With Friends</string>
|
|
|
|
|
|
<string name="hide_until_prompt">Show in my list</string>
|
|
|
|
|
|
<!-- Add Ons tab when no add-ons found -->
|
|
|
<string name="TEA_addons_text">Looking for more features?</string>
|
|
|
|
|
|
<!-- Add Ons button -->
|
|
|
<string name="TEA_addons_button">Get the Power Pack!</string>
|
|
|
|
|
|
<!-- More row -->
|
|
|
<string name="TEA_more">Més</string>
|
|
|
|
|
|
<!-- Text when no activity to show -->
|
|
|
<string name="TEA_no_activity">No Activity to Show.</string>
|
|
|
|
|
|
<!-- Text to load more activity -->
|
|
|
<string name="TEA_load_more">Load more...</string>
|
|
|
|
|
|
<!-- When controls dialog -->
|
|
|
<string name="TEA_when_dialog_title">When is this due?</string>
|
|
|
|
|
|
<string name="TEA_date_and_time">Date/Time</string>
|
|
|
<!-- ============================================= IntroductionActivity == -->
|
|
|
|
|
|
<!-- Introduction Window title -->
|
|
|
<string name="InA_title">Benvingut a Astrid</string>
|
|
|
|
|
|
<!-- Button to agree to EULA -->
|
|
|
<string name="InA_agree">Estic d\'acord!!</string>
|
|
|
|
|
|
<!-- Button to disagree with EULA -->
|
|
|
<string name="InA_disagree">No estic d\'acord</string>
|
|
|
|
|
|
<!-- ===================================================== HelpActivity == -->
|
|
|
|
|
|
<!-- Help: Button to get support from our website -->
|
|
|
<string name="HlA_get_support">Obtingui suport</string>
|
|
|
|
|
|
<!-- ==================================================== UpdateService == -->
|
|
|
|
|
|
<!-- Changelog Window Title -->
|
|
|
<string name="UpS_changelog_title">Què hi ha de nou en Astrid?</string>
|
|
|
|
|
|
<!-- Updates Window Title -->
|
|
|
<string name="UpS_updates_title">Latest Astrid News</string>
|
|
|
|
|
|
<!-- ================================================== EditPreferences == -->
|
|
|
|
|
|
<!-- Preference Window Title -->
|
|
|
<string name="EPr_title">Astrid: Settings</string>
|
|
|
|
|
|
<string name="EPr_deactivated">deactivated</string>
|
|
|
|
|
|
<!-- Preference Category: Appearance Title -->
|
|
|
<string name="EPr_appearance_header">Apariència</string>
|
|
|
|
|
|
<!-- Preference: Task List Font Size Title -->
|
|
|
<string name="EPr_fontSize_title">Mida de la Llista de Tasques</string>
|
|
|
|
|
|
<!-- Preference: Show confirmation for smart reminders -->
|
|
|
<string name="EPr_showSmartConfirmation_title">Show confirmation for smart reminders</string>
|
|
|
|
|
|
<!-- Preference: Task List Font Size Description -->
|
|
|
<string name="EPr_fontSize_desc">Mida de lletra en la pàgina de llista principal</string>
|
|
|
|
|
|
<!-- Preference: Task List Show Notes -->
|
|
|
<string name="EPr_showNotes_title">Mostra notes a tasques</string>
|
|
|
<!-- Preference: Beast mode (auto-expand edit page) -->
|
|
|
<string name="EPr_beastMode_title">Beast Mode</string>
|
|
|
<string name="EPr_beastMode_desc">Customize the layout of the Task Edit Page</string>
|
|
|
<string name="EPr_beastMode_reset">Reset to defaults</string>
|
|
|
|
|
|
<!-- Preference: Task List Show Notes Description (disabled) -->
|
|
|
<string name="EPr_showNotes_desc_disabled">Les notes es mostren quan es toca una tasca</string>
|
|
|
<!-- Preference: Task List Show Notes Description (enabled) -->
|
|
|
<string name="EPr_showNotes_desc_enabled">Notes will always be displayed</string>
|
|
|
|
|
|
<!-- Preference: Theme -->
|
|
|
<string name="EPr_theme_title">Color Theme</string>
|
|
|
<!-- Preference: Theme Description (%s => value) -->
|
|
|
<string name="EPr_theme_desc">Actualment: %s</string>
|
|
|
<!-- Preference: Theme Description (android 1.6) -->
|
|
|
<string name="EPr_theme_desc_unsupported">Setting requires Android 2.0+</string>
|
|
|
|
|
|
<string-array name="EPr_default_reminders_mode">
|
|
|
<!-- reminders duration: labels for "Task Defaults" preference item. -->
|
|
|
<item>@string/TEA_reminder_mode_once</item>
|
|
|
<item>@string/TEA_reminder_mode_five</item>
|
|
|
<item>@string/TEA_reminder_mode_nonstop</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_themes">
|
|
|
<!-- theme_settings: labels for Theme preference menu -->
|
|
|
<item>Day - Blue</item>
|
|
|
<item>Day - Red</item>
|
|
|
<item>Night</item>
|
|
|
<item>Transparent (White Text)</item>
|
|
|
<item>Transparent (Black Text)</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- ========================================== Task Management Settings == -->
|
|
|
|
|
|
<!-- Preference Screen Header: Old Task Management -->
|
|
|
<string name="EPr_manage_header">Manage Old Tasks</string>
|
|
|
<string name="EPr_manage_delete_completed">Delete Completed Tasks</string>
|
|
|
<string name="EPr_manage_delete_completed_message">Do you really want to delete all your completed tasks?</string>
|
|
|
<string name="EPr_manage_delete_completed_summary">Deleted tasks can be undeleted one-by-one</string>
|
|
|
<string name="EPr_manage_delete_completed_status">Deleted %d tasks!</string>
|
|
|
<string name="EPr_manage_purge_deleted">Purge Deleted Tasks</string>
|
|
|
<string name="EPr_manage_purge_deleted_message">Do you really want to purge all your deleted tasks?\n\nThese tasks will be gone forever!</string>
|
|
|
<string name="EPr_manage_purge_deleted_status">Purged %d tasks!</string>
|
|
|
<string name="EPr_manage_purge_deleted_summary">Caution! Purged tasks can\'t be recovered without backup file!</string>
|
|
|
<string name="EPr_manage_clear_all">Clear All Data</string>
|
|
|
<string name="EPr_manage_clear_all_message">Delete all tasks and settings in Astrid?\n\nWarning: can\'t be undone!</string>
|
|
|
|
|
|
<string name="EPr_manage_delete_completed_gcal">Delete Calendar Events for Completed Tasks</string>
|
|
|
<string name="EPr_manage_delete_completed_gcal_message">Do you really want to delete all your events for completed tasks?</string>
|
|
|
<string name="EPr_manage_delete_completed_gcal_summary"/>
|
|
|
<string name="EPr_manage_delete_completed_gcal_status">Deleted %d calendar events!</string>
|
|
|
|
|
|
<string name="EPr_manage_delete_all_gcal">Delete All Calendar Events for Tasks</string>
|
|
|
<string name="EPr_manage_delete_all_gcal_message">Do you really want to delete all your events for tasks?</string>
|
|
|
<string name="EPr_manage_delete_all_gcal_summary"/>
|
|
|
<string name="EPr_manage_delete_all_gcal_status">Deleted %d calendar events!</string>
|
|
|
|
|
|
<!-- ==================================================== AddOnActivity == -->
|
|
|
|
|
|
<!-- Add Ons Activity Title -->
|
|
|
<string name="AOA_title">Astrid: Complements</string>
|
|
|
|
|
|
<!-- Add-on Activity: author for internal authors -->
|
|
|
<string name="AOA_internal_author">Equip d\'Astrid</string>
|
|
|
|
|
|
<!-- Add-on Activity: installed add-ons tab -->
|
|
|
<string name="AOA_tab_installed">Instal·lat</string>
|
|
|
|
|
|
<!-- Add-on Activity - available add-ons tab -->
|
|
|
<string name="AOA_tab_available">Disponible</string>
|
|
|
|
|
|
<!-- Add-on Activity - free add-ons label -->
|
|
|
<string name="AOA_free">Gratuït</string>
|
|
|
|
|
|
<!-- Add-on Activity - menu item to visit add-on website -->
|
|
|
<string name="AOA_visit_website">Visitar pàgina web</string>
|
|
|
|
|
|
<!-- Add-on Activity - menu item to visit android market -->
|
|
|
<string name="AOA_visit_market">Android Market</string>
|
|
|
|
|
|
<!-- Add-on Activity - when list is empty -->
|
|
|
<string name="AOA_no_addons">Empty List!</string>
|
|
|
|
|
|
<!-- ====================================================== TasksWidget == -->
|
|
|
|
|
|
<!-- Widget text when loading tasks -->
|
|
|
<string name="TWi_loading">Carregant...</string>
|
|
|
|
|
|
<!-- Widget configuration activity title: select a filter -->
|
|
|
<string name="WCA_title">Seleccionar les tasques a veure ...</string>
|
|
|
|
|
|
<!-- ============================================================= About == -->
|
|
|
|
|
|
<!-- Title of "About" option in settings -->
|
|
|
<string name="p_about">About Astrid</string>
|
|
|
|
|
|
<!-- About text (%s => current version)-->
|
|
|
<string name="p_about_text">Current version: %s\n\n
|
|
|
|
|
|
Astrid is open-source and proudly maintained by Todoroo, Inc.</string>
|
|
|
|
|
|
<!-- Title of "Help" option in settings -->
|
|
|
<string name="p_help">Ajuda</string>
|
|
|
|
|
|
<!-- ============================================================= Misc == -->
|
|
|
|
|
|
<!-- Displayed when task killer found. %s => name of the application -->
|
|
|
<string name="task_killer_help">Sembla que utilitzes una aplicació que pot matar pocessos (%s)! Si pots, afegeix l\'Astrid a la llista d\'exclusió per tal de no ser morta. En cas contrari podria ser que l\'Astrid no t\'informés de les tasques quan vencin.\n</string>
|
|
|
|
|
|
<!-- Task killer dialog ok button -->
|
|
|
<string name="task_killer_help_ok">No mataré l\'Astrid!</string>
|
|
|
|
|
|
<!-- Astrid's Android Marketplace title. It never appears in the app itself. -->
|
|
|
<string name="marketplace_title">Tasques d\'Astrid/Llista de Tasques</string>
|
|
|
|
|
|
<!-- Astrid's Android Marketplace description. It never appears in the app itself. -->
|
|
|
<string name="marketplace_description">Astrid es l\'administrador / llistat de tasques més estimat, dissenyat per ajudar-li a acabar les seves coses pendent. Compte amb recordatoris, etiquetes, sincronització, un complement per Locale, un Widget i moltes més coses.</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Preference Category: Defaults Title -->
|
|
|
<string name="EPr_defaults_header">Configuració inicial en noves tasques</string>
|
|
|
|
|
|
<!-- Preference: Default Urgency Title -->
|
|
|
<string name="EPr_default_urgency_title">Importància per defecte</string>
|
|
|
<!-- Preference: Default Urgency Description (%s => setting) -->
|
|
|
<string name="EPr_default_urgency_desc">Actualment: %s</string>
|
|
|
|
|
|
<!-- Preference: Default Importance Title -->
|
|
|
<string name="EPr_default_importance_title">Importància per defecte</string>
|
|
|
<!-- Preference: Default Importance Description (%s => setting) -->
|
|
|
<string name="EPr_default_importance_desc">Actualment: %s</string>
|
|
|
|
|
|
<!-- Preference: Default Hide Until Title -->
|
|
|
<string name="EPr_default_hideUntil_title">Amagat Fins per defecte</string>
|
|
|
<!-- Preference: Default Hide Until Description (%s => setting) -->
|
|
|
<string name="EPr_default_hideUntil_desc">Actualment: %s</string>
|
|
|
|
|
|
<!-- Preference: Default Reminders Title -->
|
|
|
<string name="EPr_default_reminders_title">Recordatoris per Defecte</string>
|
|
|
<!-- Preference: Default Reminders Description (%s => setting) -->
|
|
|
<string name="EPr_default_reminders_desc">Actualment: %s</string>
|
|
|
|
|
|
<!-- Preference: Default Add To Calendar Title -->
|
|
|
<string name="EPr_default_addtocalendar_title">Default Add To Calendar</string>
|
|
|
<!-- Preference: Default Add To Calendar Setting Description (disabled) -->
|
|
|
<string name="EPr_default_addtocalendar_desc_disabled">New tasks will not create an event in the Google Calendar</string>
|
|
|
<!-- Preference: Default Add To Calendar Setting Description (%s => setting) -->
|
|
|
<string name="EPr_default_addtocalendar_desc">New tasks will be in the calendar: \"%s\"</string>
|
|
|
|
|
|
<!-- Reminder Mode Preference: Default Reminders Duration -->
|
|
|
<string name="EPr_default_reminders_mode_title">Default Ring/Vibrate type</string>
|
|
|
<!-- Preference: Default Reminders Description (%s => setting) -->
|
|
|
<string name="EPr_default_reminders_mode_desc">Actualment: %s</string>
|
|
|
|
|
|
<string-array name="EPr_default_importance">
|
|
|
<!-- importance: labels for "Task Defaults" preference item. -->
|
|
|
<item>!!! (Highest)</item>
|
|
|
<item>!!</item>
|
|
|
<item>!</item>
|
|
|
<item>o (Lowest)</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_urgency">
|
|
|
<!-- urgency: labels for "Task Defaults" preference item. -->
|
|
|
<item>Sense venciment</item>
|
|
|
<item>Avui</item>
|
|
|
<item>Demà</item>
|
|
|
<item>Demà passat</item>
|
|
|
<item>Propera setmana</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_hideUntil">
|
|
|
<!-- hideUntil: labels for "Task Defaults" preference item. -->
|
|
|
<item>No amagar</item>
|
|
|
<item>Tasca vençuda</item>
|
|
|
<item>Dia abans del venciment</item>
|
|
|
<item>Setmana abans del venciment</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_reminders">
|
|
|
<!-- reminders: labels for "Task Defaults" preference item. -->
|
|
|
<item>Sense recordatoris de data límit</item>
|
|
|
<item>Al venciment</item>
|
|
|
<item>Quan està endarrerida</item>
|
|
|
<item>Al venciment o endarrerida</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_addtocalendar">
|
|
|
<!-- addtocalendar: labels for "Task Defaults" preference item. -->
|
|
|
<item>@string/EPr_deactivated</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in filter plug-in -->
|
|
|
|
|
|
<!-- ================================================= Filter Exposer == -->
|
|
|
|
|
|
<!-- Active Tasks Filter -->
|
|
|
<string name="BFE_Active">Tasques actives</string>
|
|
|
|
|
|
<!-- Search Filter -->
|
|
|
<string name="BFE_Search">Cercar...</string>
|
|
|
|
|
|
<!-- Recently Modified -->
|
|
|
<string name="BFE_Recent">Recentment modificat</string>
|
|
|
|
|
|
<!-- I've assigned -->
|
|
|
<string name="BFE_Assigned">I\'ve Assigned</string>
|
|
|
|
|
|
<!-- Build Your Own Filter -->
|
|
|
<string name="BFE_Custom">Filtre personalitzat...</string>
|
|
|
|
|
|
<!-- Saved Filters Header -->
|
|
|
<string name="BFE_Saved">Filters</string>
|
|
|
|
|
|
<!-- Saved Filters Context Menu: delete -->
|
|
|
<string name="BFE_Saved_delete">Esborra el filtre</string>
|
|
|
|
|
|
<!-- =========================================== CustomFilterActivity == -->
|
|
|
|
|
|
<!-- Build Your Own Filter Activity Title-->
|
|
|
<string name="CFA_title">Filtre personalitzat</string>
|
|
|
|
|
|
<!-- Filter Name edit box hint (if user types here, filter will be saved) -->
|
|
|
<string name="CFA_filterName_hint">Dona nom al filtre per dessar-lo...</string>
|
|
|
|
|
|
<!-- Filter Name default for copied filters (%s => old filter name) -->
|
|
|
<string name="CFA_filterName_copy">Còpia de %s</string>
|
|
|
|
|
|
<!-- Filter Starting Universe: all tasks -->
|
|
|
<string name="CFA_universe_all">Tasques actives</string>
|
|
|
|
|
|
<!-- Filter Criteria Type: add (at the begging of title of the criteria) -->
|
|
|
<string name="CFA_type_add">o</string>
|
|
|
|
|
|
<!-- Filter Criteria Type: subtract (at the begging of title of the criteria) -->
|
|
|
<string name="CFA_type_subtract">no</string>
|
|
|
|
|
|
<!-- Filter Criteria Type: intersect (at the begging of title of the criteria) -->
|
|
|
<string name="CFA_type_intersect">també</string>
|
|
|
|
|
|
<!-- Filter Criteria Context Menu: chaining (%s chain type as above) -->
|
|
|
<string name="CFA_context_chain">%s has criteria</string>
|
|
|
|
|
|
<!-- Filter Criteria Context Menu: delete -->
|
|
|
<string name="CFA_context_delete">Esborra fila</string>
|
|
|
|
|
|
<!-- Filter Screen Help Text -->
|
|
|
<string name="CFA_help">Aquesta pantalla li permet crear nous filtres. Afegeix criteris fent servir el botó de sota, premi breu o llarg per ajustar-los, i després premi \"Veure\"!</string>
|
|
|
|
|
|
<!-- Filter Button: add new -->
|
|
|
<string name="CFA_button_add">Afegir criteris</string>
|
|
|
|
|
|
<!-- Filter Button: view without saving -->
|
|
|
<string name="CFA_button_view">Veure</string>
|
|
|
|
|
|
<!-- Filter Button: save & view filter -->
|
|
|
<string name="CFA_button_save">Desa & Veure</string>
|
|
|
|
|
|
<!-- =========================================== CustomFilterCriteria == -->
|
|
|
|
|
|
<!-- Criteria: due by X - display text (? -> user input) -->
|
|
|
<string name="CFC_dueBefore_text">Vençuda per: ?</string>
|
|
|
<!-- Criteria: due by X - name of criteria -->
|
|
|
<string name="CFC_dueBefore_name">Venciment per...</string>
|
|
|
<string-array name="CFC_dueBefore_entries">
|
|
|
<!-- Criteria: due by X - options -->
|
|
|
<item>Sense data de venciment</item>
|
|
|
<item>Ahir</item>
|
|
|
<item>Avui</item>
|
|
|
<item>Demà</item>
|
|
|
<item>Demà passat</item>
|
|
|
<item>Propera setmana</item>
|
|
|
<item>Mes següent</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Criteria: importance - display text (? -> user input)-->
|
|
|
<string name="CFC_importance_text">Per menys important?</string>
|
|
|
<!-- Criteria: importance - name of criteria -->
|
|
|
<string name="CFC_importance_name">Importància...</string>
|
|
|
|
|
|
<!-- Criteria: tag - display text (? -> user input) -->
|
|
|
<string name="CFC_tag_text">List: ?</string>
|
|
|
<!-- Criteria: tag - name of criteria -->
|
|
|
<string name="CFC_tag_name">List...</string>
|
|
|
|
|
|
<!-- Criteria: tag_contains - name of criteria -->
|
|
|
<string name="CFC_tag_contains_name">List name contains...</string>
|
|
|
<!-- Criteria: tag_contains - text (? -> user input) -->
|
|
|
<string name="CFC_tag_contains_text">List name contains: ?</string>
|
|
|
|
|
|
<!-- Criteria: title_contains - name of criteria -->
|
|
|
<string name="CFC_title_contains_name">Títol conté...</string>
|
|
|
<!-- Criteria: title_contains - text (? -> user input) -->
|
|
|
<string name="CFC_title_contains_text">Títol conté: ?</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in tag plug-in -->
|
|
|
|
|
|
<!-- =============================================== Task Edit Controls == -->
|
|
|
|
|
|
<!-- Error message for adding to calendar -->
|
|
|
<string name="gcal_TEA_error">Error afegint la tasca al calendari!</string>
|
|
|
|
|
|
<!-- Label for adding task to calendar -->
|
|
|
<string name="gcal_TEA_calendar_label">Integració amb el Calendari:</string>
|
|
|
|
|
|
<!-- Label for adding task to calendar -->
|
|
|
<string name="gcal_TEA_addToCalendar_label">Crea event de calendari</string>
|
|
|
|
|
|
<!-- Label when calendar event already exists -->
|
|
|
<string name="gcal_TEA_showCalendar_label">Obrir Event del Calendari</string>
|
|
|
|
|
|
<!-- Toast when unable to open calendar event -->
|
|
|
<string name="gcal_TEA_calendar_error">Error obrint event!</string>
|
|
|
|
|
|
<!-- Toast when calendar event updated because task changed -->
|
|
|
<string name="gcal_TEA_calendar_updated">Event del calendari també actualitzat</string>
|
|
|
|
|
|
<!-- No calendar label (don't add option) -->
|
|
|
<string name="gcal_TEA_nocal">Don\'t add</string>
|
|
|
|
|
|
<string name="gcal_TEA_none_selected">Add to cal...</string>
|
|
|
|
|
|
<string name="gcal_TEA_has_event">Cal event</string>
|
|
|
|
|
|
<!-- ======================================================== Calendars == -->
|
|
|
|
|
|
<!-- Calendar event name when task is completed (%s => task title) -->
|
|
|
<string name="gcal_completed_title">%s (completat)</string>
|
|
|
|
|
|
<!-- System Default Calendar (displayed if we can't figure out calendars) -->
|
|
|
<string name="gcal_GCP_default">Calendari per defecte</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- ============================================================= UI == -->
|
|
|
|
|
|
<!-- filters header: GTasks -->
|
|
|
<string name="gtasks_FEx_header">Google Tasks</string>
|
|
|
|
|
|
<!-- filter category for GTasks lists -->
|
|
|
<string name="gtasks_FEx_list">By List</string>
|
|
|
|
|
|
<!-- filter title for GTasks lists (%s => list name) -->
|
|
|
<string name="gtasks_FEx_title">Google Tasks: %s</string>
|
|
|
|
|
|
<!-- dialog prompt for creating a new gtasks list -->
|
|
|
<string name="gtasks_FEx_creating_list">Creating list...</string>
|
|
|
|
|
|
<!-- dialog prompt for creating a new gtasks list -->
|
|
|
<string name="gtasks_FEx_create_list_dialog">New List Name:</string>
|
|
|
|
|
|
<!-- error to show when list creation fails -->
|
|
|
<string name="gtasks_FEx_create_list_error">Error creating new list</string>
|
|
|
|
|
|
<!-- short help title for Gtasks -->
|
|
|
<string name="gtasks_help_title">Welcome to Google Tasks!</string>
|
|
|
|
|
|
<!-- short help for GTasks list activity -->
|
|
|
|
|
|
|
|
|
<string name="CFC_gtasks_list_text">In List: ?</string>
|
|
|
|
|
|
<string name="CFC_gtasks_list_name">In GTasks List...</string>
|
|
|
|
|
|
<!-- Message while clearing completed tasks -->
|
|
|
<string name="gtasks_GTA_clearing">Clearing completed tasks...</string>
|
|
|
|
|
|
<!-- Label for clear completed menu item -->
|
|
|
<string name="gtasks_GTA_clear_completed">Clear Completed</string>
|
|
|
|
|
|
<!-- ============================================ GtasksLoginActivity == -->
|
|
|
|
|
|
<!-- Activity Title: Gtasks Login -->
|
|
|
<string name="gtasks_GLA_title">Log In to Google Tasks</string>
|
|
|
|
|
|
<!-- Instructions: Gtasks login -->
|
|
|
<string name="gtasks_GLA_body">Please log in to Google Tasks Sync (Beta!). Non-migrated Google Apps
|
|
|
accounts are currently unsupported.</string>
|
|
|
|
|
|
<string name="gtasks_GLA_noaccounts">No available Google accounts to sync with.</string>
|
|
|
|
|
|
<!-- Instructions: Gtasks further help -->
|
|
|
<string name="gtasks_GLA_further_help">To view your tasks with indentation
|
|
|
and order preserved, go to the Filters page and select a Google Tasks list.
|
|
|
By default, Astrid uses its own sort settings for tasks.</string>
|
|
|
|
|
|
<!-- Sign In Button -->
|
|
|
<string name="gtasks_GLA_signIn">Ingresar</string>
|
|
|
|
|
|
<!-- E-mail Address Label -->
|
|
|
<string name="gtasks_GLA_email">Adreça electrònica</string>
|
|
|
|
|
|
<!-- Password Label -->
|
|
|
<string name="gtasks_GLA_password">Contrasenya</string>
|
|
|
|
|
|
<!-- Authenticating toast -->
|
|
|
<string name="gtasks_GLA_authenticating">Authenticating...</string>
|
|
|
|
|
|
<!-- Google Apps for Domain checkbox -->
|
|
|
<string name="gtasks_GLA_domain">Google Apps for Domain account</string>
|
|
|
|
|
|
<!-- Error Message when fields aren't filled out -->
|
|
|
<string name="gtasks_GLA_errorEmpty">Error: ompli tots els camps</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
|
<string name="gtasks_GLA_errorAuth">Error authenticating! Please check your username and password in your phone\'s account manager</string>
|
|
|
|
|
|
<!-- Error Message when we receive an IO Exception -->
|
|
|
<string name="gtasks_GLA_errorIOAuth">Sorry, we had trouble communicating with Google servers. Please try again later.</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized multiple times -->
|
|
|
<string name="gtasks_GLA_errorAuth_captcha">You may have encountered a captcha.
|
|
|
Try logging in from the browser, then come back to try again:</string>
|
|
|
|
|
|
<!-- ============================================== GtasksPreferences == -->
|
|
|
|
|
|
<!-- GTasks Preferences Title -->
|
|
|
<string name="gtasks_GPr_header">Google Tasks (Beta!)</string>
|
|
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
|
<string name="gtasks_notification_title">Astrid: Google Tasks</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 503 error -->
|
|
|
<string name="gtasks_error_backend">Google\'s Task API is in beta and has encountered an error. The service may be down, please try again later.</string>
|
|
|
|
|
|
<!-- Error for account not found -->
|
|
|
<string name="gtasks_error_accountNotFound">Account %s not found--please log out and log back in from the Google Tasks settings.</string>
|
|
|
|
|
|
<!-- Error when ping after refreshing token fails -->
|
|
|
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
|
|
|
|
|
|
<!-- Error when account manager returns no auth token or throws exception -->
|
|
|
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources initial tasks added -->
|
|
|
|
|
|
<!-- Intro Tag or click prompt -->
|
|
|
<string name="intro_click_prompt">Intro: Press me to see notes</string>
|
|
|
|
|
|
<!-- Task 1 Summary -->
|
|
|
<string name="intro_task_1_summary">Create your first task</string>
|
|
|
|
|
|
<!-- Task 1 Note -->
|
|
|
<string name="intro_task_1_note">Two ways to add a task:\n
|
|
|
1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n
|
|
|
2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n
|
|
|
</string>
|
|
|
|
|
|
<!-- Task 2 Summary -->
|
|
|
<string name="intro_task_2_summary">Add a widget to your desktop</string>
|
|
|
|
|
|
<!-- Task 2 Note -->
|
|
|
<string name="intro_task_2_note">
|
|
|
1) Long Press on your phone\'s desktop\n
|
|
|
2) Choose \"Widget\"\n
|
|
|
3) Choose the Astrid widget\n
|
|
|
4) Select the list you want and press OK.\n
|
|
|
</string>
|
|
|
|
|
|
<!-- Task 3 Summary -->
|
|
|
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
|
|
|
|
|
|
<!-- Task 3 Note -->
|
|
|
<string name="intro_task_3_note">
|
|
|
1) Press your Menu button\n
|
|
|
2) Choose \"Sync Now\"\n
|
|
|
3) Select \"Astrid.com\"\n
|
|
|
4) Log In & Synchronize!\n
|
|
|
</string>
|
|
|
|
|
|
<!-- NEW USER EXPERIENCE -->
|
|
|
|
|
|
<!-- help bubbles -->
|
|
|
<!-- Shown the first time a user sees the task list activity -->
|
|
|
<string name="help_popover_add_task">Start by adding a task or two</string>
|
|
|
|
|
|
<!-- Shown the first time a user adds a task to a list -->
|
|
|
<string name="help_popover_tap_task">Tap task to edit and share</string>
|
|
|
|
|
|
<!-- Shown the first time a user sees the list activity -->
|
|
|
<string name="help_popover_list_settings">Tap to edit or share this list</string>
|
|
|
|
|
|
<!-- Shown the first time a user sees the list settings tab -->
|
|
|
<string name="help_popover_collaborators">People you share with can help you build your list or finish tasks</string>
|
|
|
|
|
|
<!-- Shown after user adds a task on tablet-->
|
|
|
<string name="help_popover_add_lists">Tap add a list</string>
|
|
|
|
|
|
<!-- Shown after a user adds a task on phones -->
|
|
|
<string name="help_popover_switch_lists">Tap to add a list or switch between lists</string>
|
|
|
|
|
|
<string name="help_popover_when_shortcut">Tap this shortcut to quick select date and time</string>
|
|
|
|
|
|
<string name="help_popover_when_row">Tap anywhere on this row to access options like repeat</string>
|
|
|
|
|
|
<!-- Login activity -->
|
|
|
<string name="welcome_login_title">Benvingut a Astrid</string>
|
|
|
|
|
|
<string name="welcome_login_intro"/>
|
|
|
|
|
|
<string name="welcome_login_tos_base">By using Astrid you agree to the</string>
|
|
|
|
|
|
<string name="welcome_login_tos_link">\"Terms of Service\"</string>
|
|
|
|
|
|
<string name="welcome_login_pw">Login with Username/Password</string>
|
|
|
|
|
|
<string name="welcome_login_later">Connect Later</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_title">Why not sign in?</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_ok">I\'ll do it!</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_cancel">No thanks</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_dialog">Sign in to get the most out of Astrid!
|
|
|
For free, you get online backup, full synchronization with Astrid.com, the
|
|
|
ability to add tasks via email, and you can even share task lists with friends!</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in locale plug-in -->
|
|
|
|
|
|
<!-- Locale Alert Editing Window Title -->
|
|
|
<string name="locale_edit_alerts_title">Astrid alerta de filtre</string>
|
|
|
|
|
|
<!-- Locale Window Help -->
|
|
|
<string name="locale_edit_intro">Astrid l\'hi enviarà una notificació quan tingui qualsevol tasca al següent filtre:</string>
|
|
|
|
|
|
<!-- Locale Window Filter Picker UI -->
|
|
|
<string name="locale_pick_filter">Filtre:</string>
|
|
|
|
|
|
<!-- Locale Window Interval Label -->
|
|
|
<string name="locale_interval_label">Limitar notificacions a:</string>
|
|
|
|
|
|
<!-- Locale Window Interval Values -->
|
|
|
<string-array name="locale_interval">
|
|
|
<item>una vegada cada hora</item>
|
|
|
<item>una vegada cada sis hores</item>
|
|
|
<item>una vegada cada dotze hores</item>
|
|
|
<item>una vegada al dia</item>
|
|
|
<item>una vegada cada tres dies</item>
|
|
|
<item>una vegada cada setmana</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Locale Notification text -->
|
|
|
<string name="locale_notification">Té $NUM coincidència: $FILTER</string>
|
|
|
|
|
|
<!-- Locale Plugin was not found, it is required -->
|
|
|
<string name="locale_plugin_required">Si us plau, instal·la el complement Astrid Locale!</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
|
|
<!-- filters header: OpenCRX -->
|
|
|
<string name="opencrx_FEx_header">OpenCRX</string>
|
|
|
|
|
|
<!-- filter category for OpenCRX ActivityCreators -->
|
|
|
<string name="opencrx_FEx_dashboard">Espais de treball</string>
|
|
|
|
|
|
<!-- filter category for OpenCRX responsible person -->
|
|
|
<string name="opencrx_FEx_responsible">Assignat a</string>
|
|
|
|
|
|
<!-- OpenCRX assignedTo filter title (%s => assigned contact) -->
|
|
|
<string name="opencrx_FEx_responsible_title">Assignat a \'%s\'</string>
|
|
|
|
|
|
<!-- detail for showing tasks created by someone else (%s => person name) -->
|
|
|
<string name="opencrx_PDE_task_from">de %s</string>
|
|
|
|
|
|
<!-- replacement string for task edit "Notes" when using OpenCRX -->
|
|
|
<string name="opencrx_TEA_notes">Afegir un comentari</string>
|
|
|
|
|
|
<string name="opencrx_creator_input_hint">Creator</string>
|
|
|
|
|
|
<string name="opencrx_contact_input_hint">Assigned to</string>
|
|
|
<!-- ==================================================== Preferences == -->
|
|
|
|
|
|
<!-- Preferences Title: OpenCRX -->
|
|
|
<string name="opencrx_PPr_header">OpenCRX</string>
|
|
|
|
|
|
<!-- creator title for tasks that are not synchronized -->
|
|
|
<string name="opencrx_no_creator">(Do Not Synchronize)</string>
|
|
|
|
|
|
<!-- preference title for default creator -->
|
|
|
<string name="opencrx_PPr_defaultcreator_title">Default ActivityCreator</string>
|
|
|
|
|
|
<!-- preference description for default creator (%s -> setting) -->
|
|
|
<string name="opencrx_PPr_defaultcreator_summary">New activities will be created by: %s</string>
|
|
|
|
|
|
<!-- preference description for default dashboard (when set to 'not synchronized') -->
|
|
|
<string name="opencrx_PPr_defaultcreator_summary_none">New activities will not be synchronized by default</string>
|
|
|
|
|
|
<!-- OpenCRX host and segment group name -->
|
|
|
<string name="opencrx_group">OpenCRX server</string>
|
|
|
|
|
|
<!-- preference description for OpenCRX host -->
|
|
|
<string name="opencrx_host_title">Host</string>
|
|
|
|
|
|
<!-- dialog title for OpenCRX host -->
|
|
|
<string name="opencrx_host_dialog_title">OpenCRX host</string>
|
|
|
|
|
|
<!-- example for OpenCRX host -->
|
|
|
<string name="opencrx_host_summary">For example: <i>mydomain.com</i></string>
|
|
|
|
|
|
<!-- preference description for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_title">Segment</string>
|
|
|
|
|
|
<!-- dialog title for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_dialog_title">Synchronized segment</string>
|
|
|
|
|
|
<!-- example for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_summary">For example: <i>Standard</i></string>
|
|
|
|
|
|
<!-- default value for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_default">Standard</string>
|
|
|
|
|
|
<!-- preference description for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_title">Provider</string>
|
|
|
|
|
|
<!-- dialog title for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_dialog_title">OpenCRX data provider</string>
|
|
|
|
|
|
<!-- example for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_summary">For example: <i>CRX</i></string>
|
|
|
|
|
|
<!-- default value for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_default">CRX</string>
|
|
|
<!-- ================================================= Login Activity == -->
|
|
|
|
|
|
<!-- Activity Title: Opencrx Login -->
|
|
|
<string name="opencrx_PLA_title">Log In to OpenCRX</string>
|
|
|
|
|
|
<!-- Instructions: Opencrx login -->
|
|
|
<string name="opencrx_PLA_body">Sign in with your OpenCRX account</string>
|
|
|
|
|
|
<!-- Sign In Button -->
|
|
|
<string name="opencrx_PLA_signIn">Ingresar</string>
|
|
|
|
|
|
<!-- Login Label -->
|
|
|
<string name="opencrx_PLA_login">Login</string>
|
|
|
|
|
|
<!-- Password Label -->
|
|
|
<string name="opencrx_PLA_password">Contrasenya</string>
|
|
|
|
|
|
<!-- Error Message when fields aren't filled out -->
|
|
|
<string name="opencrx_PLA_errorEmpty">Error: fillout all fields</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
|
<string name="opencrx_PLA_errorAuth">Error: login or password incorrect!</string>
|
|
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
|
|
<!-- title for notification tray after synchronizing -->
|
|
|
<string name="opencrx_notification_title">OpenCRX</string>
|
|
|
|
|
|
<!-- text for notification tray when synchronizing -->
|
|
|
<string name="opencrx_notification_text">%s tasques actualitzades / prem per mes detalls</string>
|
|
|
|
|
|
<!-- Error msg when io exception -->
|
|
|
<string name="opencrx_ioerror">Error de conexió! Verifiqui la conexió d\'internet.</string>
|
|
|
|
|
|
<!-- opencrx Login not specified-->
|
|
|
<string name="opencrx_MLA_email_empty">Login was not specified!</string>
|
|
|
|
|
|
<!-- opencrx password not specified-->
|
|
|
<string name="opencrx_MLA_password_empty">Contrasenya no especificada!</string>
|
|
|
|
|
|
<!-- ================================================ labels for layout-elements == -->
|
|
|
|
|
|
<!-- label for task-assignment spinner on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_task_assign_label">Asigna aquesta tasca a aquesta persona:</string>
|
|
|
|
|
|
<!-- Spinner-item for unassigned tasks on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_task_unassigned"><Sense asignar></string>
|
|
|
|
|
|
<!-- label for dashboard-assignment spinner on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_creator_assign_label">Assign this task to this creator:</string>
|
|
|
|
|
|
<!-- Spinner-item for default dashboard on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_dashboard_default"><Per defecte></string>
|
|
|
|
|
|
<string name="opencrx_TEA_opencrx_title">OpenCRX Controls</string>
|
|
|
|
|
|
<string name="CFC_opencrx_in_workspace_text">In workspace: ?</string>
|
|
|
|
|
|
<string name="CFC_opencrx_in_workspace_name">In workspace...</string>
|
|
|
|
|
|
<string name="CFC_opencrx_assigned_to_text">Assigned to: ?</string>
|
|
|
|
|
|
<string name="CFC_opencrx_assigned_to_name">Assigned to...</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- ================================================== EditPreferences == -->
|
|
|
|
|
|
<!-- Preference Category: Power Pack -->
|
|
|
<string name="EPr_powerpack_header">Astrid Power Pack</string>
|
|
|
|
|
|
<!-- Preference: Anonymous User Statistics -->
|
|
|
<string name="EPr_statistics_title">Anonymous Usage Stats</string>
|
|
|
<!-- Preference: User Statistics (disabled) -->
|
|
|
<string name="EPr_statistics_desc_disabled">No usage data will be reported</string>
|
|
|
<!-- Preference: User Statistics (enabled) -->
|
|
|
<string name="EPr_statistics_desc_enabled">Help us make Astrid better by sending anonymous usage data</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
|
|
<!-- filters header: Producteev -->
|
|
|
<string name="producteev_FEx_header">Producteev</string>
|
|
|
|
|
|
<!-- filter category for Producteev dashboards -->
|
|
|
<string name="producteev_FEx_dashboard">Espais de treball</string>
|
|
|
|
|
|
<!-- filter category for Producteev responsible person -->
|
|
|
<string name="producteev_FEx_responsible_byme">Assigned by me to</string>
|
|
|
|
|
|
<!-- filter category for Producteev responsible person -->
|
|
|
<string name="producteev_FEx_responsible_byothers">Assigned by others to</string>
|
|
|
|
|
|
<!-- Producteev responsible filter title (%s => responsiblename) -->
|
|
|
<string name="producteev_FEx_responsible_title">Assignat a \'%s\'</string>
|
|
|
|
|
|
<!-- detail for showing tasks created by someone else (%s => person name) -->
|
|
|
<string name="producteev_PDE_task_from">de %s</string>
|
|
|
|
|
|
<!-- replacement string for task edit "Notes" when using Producteev -->
|
|
|
<string name="producteev_TEA_notes">Afegir un comentari</string>
|
|
|
|
|
|
<!-- ==================================================== Preferences == -->
|
|
|
|
|
|
<!-- Preferences Title: Producteev -->
|
|
|
<string name="producteev_PPr_header">Producteev</string>
|
|
|
|
|
|
<!-- dashboard title for producteev default dashboard -->
|
|
|
<string name="producteev_default_dashboard">Espai de treball per defecte</string>
|
|
|
|
|
|
<!-- dashboard title for tasks that are not synchronized -->
|
|
|
<string name="producteev_no_dashboard">(Do Not Synchronize)</string>
|
|
|
|
|
|
<!-- dashboard spinner entry on TEA for adding a new dashboard -->
|
|
|
<string name="producteev_create_dashboard">Afegir un àrea de treball...</string>
|
|
|
|
|
|
<!-- dashboard spinner entry on TEA for adding a new dashboard -->
|
|
|
<string name="producteev_create_dashboard_name">Nom de l\'àrea de treball</string>
|
|
|
|
|
|
<!-- preference title for default dashboard -->
|
|
|
<string name="producteev_PPr_defaultdash_title">Espai de treball per defecte</string>
|
|
|
|
|
|
<!-- preference description for default dashboard (%s -> setting) -->
|
|
|
<string name="producteev_PPr_defaultdash_summary">Noves tasques s\'afegiran a: %s</string>
|
|
|
|
|
|
<!-- preference description for default dashboard (when set to 'not synchronized') -->
|
|
|
<string name="producteev_PPr_defaultdash_summary_none">Les tasques noves no seràn sincronitzades per defecte</string>
|
|
|
|
|
|
<!-- ================================================= Login Activity == -->
|
|
|
|
|
|
<!-- Activity Title: Producteev Login -->
|
|
|
<string name="producteev_PLA_title">Inicia sessió a Producteev</string>
|
|
|
|
|
|
<!-- Instructions: Producteev login -->
|
|
|
<string name="producteev_PLA_body">Iniciï sessió amb el seu compte de Producteev, o crei un compte nou!</string>
|
|
|
|
|
|
<!-- Producteev Terms Link -->
|
|
|
<string name="producteev_PLA_terms">Termes & Condicions</string>
|
|
|
|
|
|
<!-- Sign In Button -->
|
|
|
<string name="producteev_PLA_signIn">Ingresar</string>
|
|
|
|
|
|
<!-- Create New User Button -->
|
|
|
<string name="producteev_PLA_createNew">Crea un usuari nou</string>
|
|
|
|
|
|
<!-- E-mail Address Label -->
|
|
|
<string name="producteev_PLA_email">Adreça electrònica</string>
|
|
|
|
|
|
<!-- Password Label -->
|
|
|
<string name="producteev_PLA_password">Contrasenya</string>
|
|
|
|
|
|
<!-- Timezone Spinner -->
|
|
|
<string name="producteev_PLA_timezone">Timezone</string>
|
|
|
|
|
|
<!-- Confirm Password Label -->
|
|
|
<string name="producteev_PLA_confirmPassword">Confirma la Contrasenya</string>
|
|
|
|
|
|
<!-- First Name Label -->
|
|
|
<string name="producteev_PLA_firstName">Nom</string>
|
|
|
|
|
|
<!-- Last Name Label -->
|
|
|
<string name="producteev_PLA_lastName">Cognoms</string>
|
|
|
|
|
|
<!-- Error Message when fields aren't filled out -->
|
|
|
<string name="producteev_PLA_errorEmpty">Error: ompli tots els camps</string>
|
|
|
|
|
|
<!-- Error Message when passwords don't match -->
|
|
|
<string name="producteev_PLA_errorMatch">Error: la contrasenya no coincideix!</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
|
<string name="producteev_PLA_errorAuth">Error: l\'adreça electrònica o contrasenya incorrectes!</string>
|
|
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
|
|
<!-- title for notification tray after synchronizing -->
|
|
|
<string name="producteev_notification_title">Producteev</string>
|
|
|
|
|
|
<!-- text for notification tray when synchronizing -->
|
|
|
<string name="producteev_notification_text">%s tasques actualitzades / prem per mes detalls</string>
|
|
|
|
|
|
<!-- Error msg when io exception -->
|
|
|
<string name="producteev_ioerror">Error de conexió! Verifiqui la conexió d\'internet.</string>
|
|
|
|
|
|
<!-- Prod Login email not specified-->
|
|
|
<string name="producteev_MLA_email_empty">Adreça electrònica no especificada!</string>
|
|
|
|
|
|
<!-- Prod Login password not specified-->
|
|
|
<string name="producteev_MLA_password_empty">Contrasenya no especificada!</string>
|
|
|
|
|
|
<!-- ================================================ labels for layout-elements == -->
|
|
|
|
|
|
<!-- Label for Producteev control set row -->
|
|
|
<string name="producteev_TEA_control_set_display">Producteev Assignment</string>
|
|
|
|
|
|
<!-- label for task-assignment spinner on taskeditactivity -->
|
|
|
<string name="producteev_TEA_task_assign_label">Asigna aquesta tasca a aquesta persona:</string>
|
|
|
|
|
|
<!-- Spinner-item for unassigned tasks on taskeditactivity -->
|
|
|
<string name="producteev_TEA_task_unassigned"><Sense asignar></string>
|
|
|
|
|
|
<!-- label for dashboard-assignment spinner on taskeditactivity -->
|
|
|
<string name="producteev_TEA_dashboard_assign_label">Asigna aquesta tasca a aquest espai de treball:</string>
|
|
|
|
|
|
<!-- Spinner-item for default dashboard on taskeditactivity -->
|
|
|
<string name="producteev_TEA_dashboard_default"><Per defecte></string>
|
|
|
|
|
|
<string name="CFC_producteev_in_workspace_text">In workspace: ?</string>
|
|
|
|
|
|
<string name="CFC_producteev_in_workspace_name">In workspace...</string>
|
|
|
|
|
|
<string name="CFC_producteev_assigned_to_text">Assigned to: ?</string>
|
|
|
|
|
|
<string name="CFC_producteev_assigned_to_name">Assigned to...</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in reminders plug-in -->
|
|
|
|
|
|
<!-- =============================================== task edit activity == -->
|
|
|
|
|
|
<!-- Task Edit: Reminder group label -->
|
|
|
<string name="TEA_reminders_group_label">Reminders</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder header label -->
|
|
|
<string name="TEA_reminder_label">Remind Me:</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder @ deadline -->
|
|
|
<string name="TEA_reminder_due">When task is due</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder after deadline -->
|
|
|
<string name="TEA_reminder_overdue">When task is overdue</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder at random times (%s => time plural)-->
|
|
|
<string name="TEA_reminder_random">Randomly once</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder alarm clock label -->
|
|
|
<string name="TEA_reminder_alarm_label">Tipus de So/Vibració</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder mode: ring once -->
|
|
|
<string name="TEA_reminder_mode_once">Sona una vegada</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder mode: ring five times -->
|
|
|
<string name="TEA_reminder_mode_five">Ring Five Times</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder mode: ring nonstop -->
|
|
|
<string name="TEA_reminder_mode_nonstop">Sona fins que es cancel·la l\'alarma</string>
|
|
|
|
|
|
<string-array name="TEA_reminder_random">
|
|
|
<!-- random reminder choices for task edit page. -->
|
|
|
<item>una hora</item>
|
|
|
<item>un dia</item>
|
|
|
<item>una setmana</item>
|
|
|
<item>dues setmanes</item>
|
|
|
<item>un mes</item>
|
|
|
<item>dos mesos</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- ==================================================== notifications == -->
|
|
|
|
|
|
<!-- Name of filter when viewing a reminder -->
|
|
|
<string name="rmd_NoA_filter">¡Recordatori!</string>
|
|
|
|
|
|
<!-- Reminder: Task was already done -->
|
|
|
<string name="rmd_NoA_done">Ja és Fet!</string>
|
|
|
|
|
|
<!-- Reminder: Snooze button (remind again later) -->
|
|
|
<string name="rmd_NoA_snooze">Snooze</string>
|
|
|
|
|
|
<!-- Reminder: Completed Toast -->
|
|
|
<string name="rmd_NoA_completed_toast">Congratulations on finishing!</string>
|
|
|
|
|
|
<!-- ============================================= reminder preferences == -->
|
|
|
|
|
|
<!-- Reminder Preference Screen Title -->
|
|
|
<string name="rmd_EPr_alerts_header">Configura Notificacions</string>
|
|
|
|
|
|
<!-- Reminder Preference: Reminders Enabled Title -->
|
|
|
<string name="rmd_EPr_enabled_title">Reminders Enabled?</string>
|
|
|
<!-- Reminder Preference Reminders Enabled Description (true) -->
|
|
|
<string name="rmd_EPr_enabled_desc_true">Astrid reminders are enabled (this is normal)</string>
|
|
|
<!-- Reminder Preference Reminders Enabled Description (false) -->
|
|
|
<string name="rmd_EPr_enabled_desc_false">Astrid reminders will never appear on your phone</string>
|
|
|
|
|
|
<!-- Reminder Preference: Quiet Hours Start Title -->
|
|
|
<string name="rmd_EPr_quiet_hours_start_title">Inici de Silenci</string>
|
|
|
<!-- Reminder Preference: Quiet Hours Start Description (%s => time set) -->
|
|
|
<string name="rmd_EPr_quiet_hours_start_desc">Cap notificació apareixerà després %s</string>
|
|
|
<!-- Reminder Preference: Quiet Hours Start/End Description (disabled) -->
|
|
|
<string name="rmd_EPr_quiet_hours_desc_none">Silenci desactivat</string>
|
|
|
|
|
|
<!-- Reminder Preference: Quiet Hours End Title -->
|
|
|
<string name="rmd_EPr_quiet_hours_end_title">Final de Silenci</string>
|
|
|
<!-- Reminder Preference: Quiet Hours End Description (%s => time set) -->
|
|
|
<string name="rmd_EPr_quiet_hours_end_desc">Les notificacions sortirant començant a %s</string>
|
|
|
|
|
|
<!-- Reminder Preference: Default Reminder Title -->
|
|
|
<string name="rmd_EPr_rmd_time_title">Default Reminder</string>
|
|
|
<!-- Reminder Preference: Default Reminder Description (%s => time set) -->
|
|
|
<string name="rmd_EPr_rmd_time_desc">Notifications for tasks without duetimes will appear at %s</string>
|
|
|
|
|
|
<!-- Reminder Preference: Notification Ringtone Title -->
|
|
|
<string name="rmd_EPr_ringtone_title">So de Notificació</string>
|
|
|
<!-- Reminder Preference: Notification Ringtone Description (when custom tone is set) -->
|
|
|
<string name="rmd_EPr_ringtone_desc_custom">To personalitzat establert</string>
|
|
|
<!-- Reminder Preference: Notification Ringtone Description (when silence is set) -->
|
|
|
<string name="rmd_EPr_ringtone_desc_silent">To en mode silenciós</string>
|
|
|
<!-- Reminder Preference: Notification Ringtone Description (when custom tone is not set) -->
|
|
|
<string name="rmd_EPr_ringtone_desc_default">Es farà servir el so predeterminat</string>
|
|
|
|
|
|
<!-- Reminder Preference: Notification Persistence Title -->
|
|
|
<string name="rmd_EPr_persistent_title">Persistència de Notificació</string>
|
|
|
<!-- Reminder Preference: Notification Persistence Description (true) -->
|
|
|
<string name="rmd_EPr_persistent_desc_true">Les notificacions han que ser vistes individualment per ser descartades</string>
|
|
|
<!-- Reminder Preference: Notification Persistence Description (false) -->
|
|
|
<string name="rmd_EPr_persistent_desc_false">Les notificacions poden ser descartades amb el botó \"Descarta Tot\"</string>
|
|
|
|
|
|
<!-- Reminder Preference: Notification Icon Title -->
|
|
|
<string name="rmd_EPr_notificon_title">Icona de Notificacions Establert</string>
|
|
|
<!-- Reminder Preference: Notification Icon Description -->
|
|
|
<string name="rmd_Epr_notificon_desc">Tria la icona de la barra de notificacions per a Astrid</string>
|
|
|
|
|
|
<!-- Reminder Preference: Max Volume for Multiple-Ring reminders Title -->
|
|
|
<string name="rmd_EPr_multiple_maxvolume_title">Max volume for multiple-ring reminders</string>
|
|
|
<!-- Reminder Preference: Max Volume for Multiple-Ring reminders Description (true) -->
|
|
|
<string name="rmd_EPr_multiple_maxvolume_desc_true">Astrid will max out the volume for multiple-ring reminders</string>
|
|
|
<!-- Reminder Preference: Max Volume for Multiple-Ring reminders Description (false) -->
|
|
|
<string name="rmd_EPr_multiple_maxvolume_desc_false">Astrid will use the system-setting for the volume</string>
|
|
|
|
|
|
<!-- Reminder Preference: Vibrate Title -->
|
|
|
<string name="rmd_EPr_vibrate_title">Vibrar amb les Alertes</string>
|
|
|
<!-- Reminder Preference: Vibrate Description (true) -->
|
|
|
<string name="rmd_EPr_vibrate_desc_true">Astrid vibrarà quan enviï notificacions</string>
|
|
|
<!-- Reminder Preference: Vibrate Description (false) -->
|
|
|
<string name="rmd_EPr_vibrate_desc_false">Astrid no vibrarà quan enviï notificacions</string>
|
|
|
|
|
|
<!-- Reminder Preference: Nagging Title -->
|
|
|
<string name="rmd_EPr_nagging_title">Astrid Encouragements</string>
|
|
|
<!-- Reminder Preference: Nagging Description (true) -->
|
|
|
<string name="rmd_EPr_nagging_desc_true">Astrid apareixerà durant les notificacions per donar-li un estímul</string>
|
|
|
<!-- Reminder Preference: Nagging Description (false) -->
|
|
|
<string name="rmd_EPr_nagging_desc_false">Astrid no li donarà cap missatge d\'estímul</string>
|
|
|
|
|
|
<!-- Reminder Preference: Snooze Dialog Title -->
|
|
|
<string name="rmd_EPr_snooze_dialog_title">Diàleg de retard HH:MM</string>
|
|
|
<!-- Reminder Preference: Snooze Dialog Description (true) -->
|
|
|
<string name="rmd_EPr_snooze_dialog_desc_true">Retardar seleccionant un nou temps d\'espera (HH:MM)</string>
|
|
|
<!-- Reminder Preference: Nagging Description (false) -->
|
|
|
<string name="rmd_EPr_snooze_dialog_desc_false">Retardar seleccionant # dies/hores que esperar</string>
|
|
|
|
|
|
<!-- Reminder Preference: Default Reminders Title -->
|
|
|
<string name="rmd_EPr_defaultRemind_title">Notificacions al Atzar</string>
|
|
|
<!-- Reminder Preference: Default Reminders Setting (disabled) -->
|
|
|
<string name="rmd_EPr_defaultRemind_desc_disabled">Les tasques noves no tindràn notificacions al atzar</string>
|
|
|
<!-- Reminder Preference: Default Reminders Setting (%s => setting) -->
|
|
|
<string name="rmd_EPr_defaultRemind_desc">Les tasques noves notificaràn al atzar: %s</string>
|
|
|
|
|
|
<!-- Defaults Title -->
|
|
|
<string name="rmd_EPr_defaults_header">Configuració inicial en noves tasques</string>
|
|
|
|
|
|
<string-array name="EPr_reminder_random">
|
|
|
<!-- Reminder Preference: random reminder choices for preference page. -->
|
|
|
<item>desactivat</item>
|
|
|
<item>cada hora</item>
|
|
|
<item>diariament</item>
|
|
|
<item>setmanalment</item>
|
|
|
<item>bi-setmanalment</item>
|
|
|
<item>mensualment</item>
|
|
|
<item>bi-mensualment</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_quiet_hours_start">
|
|
|
<!-- Reminder Preference: quiet_hours_start: options for preference menu. Translate but don't change the times!. -->
|
|
|
<item>desactivat</item>
|
|
|
<item>8 PM</item>
|
|
|
<item>9 PM</item>
|
|
|
<item>10 PM</item>
|
|
|
<item>11 PM</item>
|
|
|
<item>12 AM</item>
|
|
|
<item>1 AM</item>
|
|
|
<item>2 AM</item>
|
|
|
<item>3 AM</item>
|
|
|
<item>4 AM</item>
|
|
|
<item>5 AM</item>
|
|
|
<item>6 AM</item>
|
|
|
<item>7 AM</item>
|
|
|
<item>8 AM</item>
|
|
|
<item>9 AM</item>
|
|
|
<item>10 AM</item>
|
|
|
<item>11 AM</item>
|
|
|
<item>12 PM</item>
|
|
|
<item>1 PM</item>
|
|
|
<item>2 PM</item>
|
|
|
<item>3 PM</item>
|
|
|
<item>4 PM</item>
|
|
|
<item>5 PM</item>
|
|
|
<item>6 PM</item>
|
|
|
<item>7 PM</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_quiet_hours_end">
|
|
|
<!-- Reminder Preference: quiet_hours_end: options for preference menu. Translate but don't change the times! -->
|
|
|
<item>9 AM</item>
|
|
|
<item>10 AM</item>
|
|
|
<item>11 AM</item>
|
|
|
<item>12 PM</item>
|
|
|
<item>1 PM</item>
|
|
|
<item>2 PM</item>
|
|
|
<item>3 PM</item>
|
|
|
<item>4 PM</item>
|
|
|
<item>5 PM</item>
|
|
|
<item>6 PM</item>
|
|
|
<item>7 PM</item>
|
|
|
<item>8 PM</item>
|
|
|
<item>9 PM</item>
|
|
|
<item>10 PM</item>
|
|
|
<item>11 PM</item>
|
|
|
<item>12 AM</item>
|
|
|
<item>1 AM</item>
|
|
|
<item>2 AM</item>
|
|
|
<item>3 AM</item>
|
|
|
<item>4 AM</item>
|
|
|
<item>5 AM</item>
|
|
|
<item>6 AM</item>
|
|
|
<item>7 AM</item>
|
|
|
<item>8 AM</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_rmd_time">
|
|
|
<!-- Reminder Preference: rmd_time: options for preference menu. Translate but don't change the times! -->
|
|
|
<item>9 AM</item>
|
|
|
<item>10 AM</item>
|
|
|
<item>11 AM</item>
|
|
|
<item>12 PM</item>
|
|
|
<item>1 PM</item>
|
|
|
<item>2 PM</item>
|
|
|
<item>3 PM</item>
|
|
|
<item>4 PM</item>
|
|
|
<item>5 PM</item>
|
|
|
<item>6 PM</item>
|
|
|
<item>7 PM</item>
|
|
|
<item>8 PM</item>
|
|
|
<item>9 PM</item>
|
|
|
<item>10 PM</item>
|
|
|
<item>11 PM</item>
|
|
|
<item>12 AM</item>
|
|
|
<item>1 AM</item>
|
|
|
<item>2 AM</item>
|
|
|
<item>3 AM</item>
|
|
|
<item>4 AM</item>
|
|
|
<item>5 AM</item>
|
|
|
<item>6 AM</item>
|
|
|
<item>7 AM</item>
|
|
|
<item>8 AM</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- =============================================== random reminders == -->
|
|
|
|
|
|
<string-array name="reminders">
|
|
|
<!-- reminders: Make these < 20 chars so the task name is displayed -->
|
|
|
<item>Hola! Té un segon?</item>
|
|
|
<item>Puc veure\'l per un segon?</item>
|
|
|
<item>Té uns minuts?</item>
|
|
|
<item>Ha oblidat?</item>
|
|
|
<item>Perdó!</item>
|
|
|
<item>Quan tingui un minut:</item>
|
|
|
<item>A la seva agenda:</item>
|
|
|
<item>Té un moment lliure?</item>
|
|
|
<item>Aquí Astrid!</item>
|
|
|
<item>¡Hola! Puc molestar-lo?</item>
|
|
|
<item>Un minut del seu temps?</item>
|
|
|
<item>Es un gran dia per</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminders_due">
|
|
|
<!-- reminders related to task due date -->
|
|
|
<item>Hora de treballar!</item>
|
|
|
<item>La data de venciment està aquí!</item>
|
|
|
<item>Preparat per començar?</item>
|
|
|
<item>Vas dir que faries:</item>
|
|
|
<item>Es supossa que comença:</item>
|
|
|
<item>Temps d\'inici:</item>
|
|
|
<item>Es l\'hora!</item>
|
|
|
<item>Perdó! Temps per</item>
|
|
|
<item>Està lliure? Temps per</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminders_snooze">
|
|
|
<!-- reminders related to snooze -->
|
|
|
<item>Ara no sigui gandul!</item>
|
|
|
<item>El temps de retard s\'ha acabat!</item>
|
|
|
<item>No més retards!</item>
|
|
|
<item>Ara està preparat?</item>
|
|
|
<item>No més ajornaments!</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminder_responses">
|
|
|
<!-- responses to reminder: Astrid says... (user should answer yes or no) -->
|
|
|
<item>Tinc una cosa per vosté!</item>
|
|
|
<item>Preparat per ficar això en el pasat?</item>
|
|
|
<item>Per què no aconsegueix acabar això?</item>
|
|
|
<item>Què et sembla? Tigre llest?</item>
|
|
|
<item>Preparat per fer això?</item>
|
|
|
<item>Pot manejar això?</item>
|
|
|
<item>Pot estar content! Ha acabat això!</item>
|
|
|
<item>Li prometo que es sentirà millor si finalitza això!</item>
|
|
|
<item>No ho farà avui?</item>
|
|
|
<item>Si us plau, acabi-ho. Estic fart d\'això!</item>
|
|
|
<item>Pots acabar això? Sí que pots!</item>
|
|
|
<item>Farà això alguna vegada?</item>
|
|
|
<item>Sentir-se bé amb si mateix! Anem!</item>
|
|
|
<item>Estic tan orgullos! Anem a fer-ho!</item>
|
|
|
<item>Un petit refrigeri després d\'acabar això?</item>
|
|
|
<item>Només aquesta tasca? Si us plau?</item>
|
|
|
<item>Temps d\'escurçar la llista de tasques!</item>
|
|
|
<item>Are you on Team Order or Team Chaos? Team Order! Let\'s go!</item>
|
|
|
<item>Have I mentioned you are awesome recently? Keep it up!</item>
|
|
|
<item>A task a day keeps the clutter away... Goodbye clutter!</item>
|
|
|
<item>How do you do it? Wow, I\'m impressed!</item>
|
|
|
<item>You can\'t just get by on your good looks. Let\'s get to it!</item>
|
|
|
<item>Lovely weather for a job like this, isn\'t it?</item>
|
|
|
<item>A spot of tea while you work on this?</item>
|
|
|
<item>If only you had already done this, then you could go outside and play.</item>
|
|
|
<item>It\'s time. You can\'t put off the inevitable.</item>
|
|
|
<item>I die a little every time you ignore me.</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="postpone_nags">
|
|
|
<!-- Astrid's nagging when user clicks postpone -->
|
|
|
<item>Si us plau, diga\'m que no es veritat que ets un procastinador!</item>
|
|
|
<item>A vegades no l\'aburreix ser un mandròs?</item>
|
|
|
<item>En algun lloc, algú està depenent de vostè per acabar això!</item>
|
|
|
<item>Quan vostè ha dit d\'ajornar, en realitat volia dir \"estic fent això, no?</item>
|
|
|
<item>Aquesta es l\'última vegada que ajorna això, no?</item>
|
|
|
<item>Només acabi això avui. No li diré a ningú!</item>
|
|
|
<item>Per què ajornar quan pot mmm... no ajornar-ho!</item>
|
|
|
<item>Suposo que acabarà això en algun moment?</item>
|
|
|
<item>Crec que ets fenomenal! Que tal de no demorar això?</item>
|
|
|
<item>Seràs capaç d\'arribar als teus objectius si fas això?</item>
|
|
|
<item>Ajornar, ajornar, ajornar. Quan canviaràs?</item>
|
|
|
<item>Ja tinc suficient amb les teves excuses! Fes-ho ja!</item>
|
|
|
<item>No va ser l\'excusa de lúltima vegada?</item>
|
|
|
<item>No puc ajudar-li a organitzar la seva vida si fa això...</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in repeat plug-in -->
|
|
|
|
|
|
<!-- repeating plugin name -->
|
|
|
<string name="repeat_plugin">Repetició de Tasques</string>
|
|
|
|
|
|
<!-- repeating plugin description -->
|
|
|
<string name="repeat_plugin_desc">Permetre tasques repetides</string>
|
|
|
|
|
|
<!-- checkbox for turning on/off repeats -->
|
|
|
<string name="repeat_enabled">Repeticions</string>
|
|
|
|
|
|
<!-- button for "every x" part of repeat (%d -> repeat value) -->
|
|
|
<string name="repeat_every">Cada %d</string>
|
|
|
|
|
|
<!-- hint when opening repeat interval -->
|
|
|
<string name="repeat_interval_prompt">Interval de Repecitiò</string>
|
|
|
|
|
|
<string name="repeat_never">No Repeat</string>
|
|
|
|
|
|
<string name="repeat_dont">Don\'t repeat</string>
|
|
|
|
|
|
<string-array name="repeat_interval_short">
|
|
|
<!-- repeat interval (days,weeks,months,hours,minutes,years) -->
|
|
|
<item>d</item>
|
|
|
<item>wk</item>
|
|
|
<item>mo</item>
|
|
|
<item>hr</item>
|
|
|
<item>min</item>
|
|
|
<item>yr</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
<string-array name="repeat_interval">
|
|
|
<!-- repeat interval (days,weeks,months,hours,minutes,years) -->
|
|
|
<item>Dia/es</item>
|
|
|
<item>Setmana/es</item>
|
|
|
<item>Mes/os</item>
|
|
|
<item>Hora/es</item>
|
|
|
<item>Minut/s</item>
|
|
|
<item>Year(s)</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="repeat_type">
|
|
|
<!-- repeat type (date to repeat from) -->
|
|
|
<item>a partir de la data de venciment</item>
|
|
|
<item>desde la data de finalització</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- task detail weekly by day ($I -> interval, i.e. 1 week, $D -> days, i.e. Monday, Tuesday) -->
|
|
|
<string name="repeat_detail_byday">$I en $D</string>
|
|
|
|
|
|
<!-- task detail for repeat from due date (%s -> interval) -->
|
|
|
<string name="repeat_detail_duedate">Cada %s</string>
|
|
|
|
|
|
<!-- task detail for repeat from completion date (%s -> interval) -->
|
|
|
<string name="repeat_detail_completion">%s després de finalització</string>
|
|
|
|
|
|
<!-- text for confirmation dialog after repeating a task -->
|
|
|
<string name="repeat_rescheduling_dialog_title">Rescheduling task \"%s\"</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
|
|
<!-- label for RMilk button in Task Edit Activity -->
|
|
|
<string name="rmilk_EOE_button">Configuració Remember the Milk</string>
|
|
|
|
|
|
<!-- task detail showing RTM repeat information -->
|
|
|
<string name="rmilk_TLA_repeat">RTM Tasca Repetitiva</string>
|
|
|
|
|
|
<!-- task detail showing item needs to be synchronized -->
|
|
|
<string name="rmilk_TLA_sync">Necessita sincronitzar-se amb RTM</string>
|
|
|
|
|
|
<!-- filters header: RTM -->
|
|
|
<string name="rmilk_FEx_header">Remember the Milk</string>
|
|
|
|
|
|
<!-- filter category for RTM lists -->
|
|
|
<string name="rmilk_FEx_list">Llistes</string>
|
|
|
|
|
|
<!-- RTM list filter title (%s => list) -->
|
|
|
<string name="rmilk_FEx_list_title">RTM Llista \'%s\'</string>
|
|
|
|
|
|
<!-- ======================= MilkEditActivity ========================== -->
|
|
|
|
|
|
<!-- RTM edit activity Title -->
|
|
|
<string name="rmilk_MEA_title">Remember the Milk</string>
|
|
|
|
|
|
<!-- RTM edit List Edit Label -->
|
|
|
<string name="rmilk_MEA_list_label">RTM Llista:</string>
|
|
|
|
|
|
<!-- RTM edit Repeat Label -->
|
|
|
<string name="rmilk_MEA_repeat_label">RTM Estat de les Repeticions:</string>
|
|
|
|
|
|
<!-- RTM edit Repeat Hint -->
|
|
|
<string name="rmilk_MEA_repeat_hint">p.e. cada setmana, després de 14 dies</string>
|
|
|
|
|
|
<!-- ======================== MilkPreferences ========================== -->
|
|
|
|
|
|
<!-- Milk Preferences Title -->
|
|
|
<string name="rmilk_MPr_header">Remember the Milk</string>
|
|
|
|
|
|
<!-- ======================= MilkLoginActivity ========================= -->
|
|
|
|
|
|
<!-- RTM Login Instructions -->
|
|
|
<string name="rmilk_MLA_label">Si us plau, inicia sessió i autoritza Astrid:</string>
|
|
|
|
|
|
<!-- Login Error Dialog (%s => message) -->
|
|
|
<string name="rmilk_MLA_error">Ho sento, hi ha hagut un error verificant les credencials. Si us plau, torni-ho a intentar. \n\n Missatge d\'error: %s</string>
|
|
|
|
|
|
<!-- ======================== Synchronization ========================== -->
|
|
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
|
<string name="rmilk_notification_title">Astrid: Remember the Milk</string>
|
|
|
|
|
|
<!-- Error msg when io exception with rmilk -->
|
|
|
<string name="rmilk_ioerror">Error de connectivitat! Verifiqui la seva connexió, o potser els servidor de RTM (status.rememberthemilk.com), per possibles solucions.</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in tag plug-in -->
|
|
|
|
|
|
<!-- =============================================== Task Edit Controls == -->
|
|
|
|
|
|
<!-- Tags label -->
|
|
|
<string name="TEA_tags_label">Llistes</string>
|
|
|
|
|
|
<!-- Tags none -->
|
|
|
<string name="TEA_tags_none">None</string>
|
|
|
|
|
|
<!-- Tags hint -->
|
|
|
<string name="TEA_tag_hint">New list</string>
|
|
|
|
|
|
<!-- Tags dropdown -->
|
|
|
<string name="TEA_tag_dropdown">Select a list</string>
|
|
|
|
|
|
<!-- =============================================== Task List Controls == -->
|
|
|
|
|
|
<!-- menu item for tags -->
|
|
|
<string name="tag_TLA_menu">Llistes</string>
|
|
|
|
|
|
<!-- ========================================================== Extras == -->
|
|
|
|
|
|
<!-- Context Item: show tag -->
|
|
|
<string name="TAd_contextFilterByTag">Show List</string>
|
|
|
|
|
|
<!-- Dialog: new list -->
|
|
|
<string name="tag_new_list">New List</string>
|
|
|
|
|
|
<!-- Dialog: list saved -->
|
|
|
<string name="tag_list_saved">List Saved</string>
|
|
|
|
|
|
<!-- Dialog: task created without title -->
|
|
|
<string name="tag_no_title_error">Please enter a name for this list first!</string>
|
|
|
|
|
|
<!-- ========================================================== Filters == -->
|
|
|
|
|
|
<!-- filter button to add tag -->
|
|
|
<string name="tag_FEx_add_new">New</string>
|
|
|
|
|
|
<!-- filter header for tags -->
|
|
|
<string name="tag_FEx_header">Llistes</string>
|
|
|
|
|
|
<!-- filter header for tags user created -->
|
|
|
<string name="tag_FEx_category_mine">My Lists</string>
|
|
|
|
|
|
<!-- filter header for tags, shared with user -->
|
|
|
<string name="tag_FEx_category_shared">Shared With Me</string>
|
|
|
|
|
|
<!-- filter header for tags which have no active tasks -->
|
|
|
<string name="tag_FEx_category_inactive">Inactive</string>
|
|
|
|
|
|
<!-- filter for untagged tasks -->
|
|
|
<string name="tag_FEx_untagged">Not in any List</string>
|
|
|
|
|
|
<!-- clarifying title for people who have Google and Astrid lists -->
|
|
|
<string name="tag_FEx_untagged_w_astrid">Not in an Astrid List</string>
|
|
|
|
|
|
<!-- %s => tag name -->
|
|
|
<string name="tag_FEx_name">List: %s</string>
|
|
|
|
|
|
<!-- context menu option to rename a tag -->
|
|
|
<string name="tag_cm_rename">Rename List</string>
|
|
|
|
|
|
<!-- context menu option to delete a tag -->
|
|
|
<string name="tag_cm_delete">Delete List</string>
|
|
|
|
|
|
<!-- context menu option to leave a shared list -->
|
|
|
<string name="tag_cm_leave">Leave List</string>
|
|
|
|
|
|
<!-- Dialog to confirm deletion of a tag (%s -> the name of the list to be deleted) -->
|
|
|
<string name="DLG_delete_this_tag_question">Delete this list: %s? (No tasks will be deleted.)</string>
|
|
|
|
|
|
<!-- Dialog to confirm leaving a shared tag (%s -> the name of the shared list to leave) -->
|
|
|
<string name="DLG_leave_this_shared_tag_question">Leave this shared list: %s? (No tasks will be deleted.)</string>
|
|
|
|
|
|
<!-- Dialog to rename tag -->
|
|
|
<string name="DLG_rename_this_tag_header">Rename the list %s to:</string>
|
|
|
|
|
|
<!-- Toast notification that no changes have been made -->
|
|
|
<string name="TEA_no_tags_modified">No changes made</string>
|
|
|
|
|
|
<!-- Toast notification that a tag has been deleted -->
|
|
|
<string name="TEA_tags_deleted">List %1$s was deleted, affecting %2$d tasks</string>
|
|
|
|
|
|
<!-- Toast notification that a shared tag has been left -->
|
|
|
<string name="TEA_tags_left">You left shared list %1$s, affecting %2$d tasks</string>
|
|
|
|
|
|
<!-- Toast notification that a tag has been renamed -->
|
|
|
<string name="TEA_tags_renamed">Renamed %1$s with %2$s for %3$d tasks</string>
|
|
|
|
|
|
<!-- Tag case migration -->
|
|
|
<string name="tag_case_migration_notice">We\'ve noticed that you have some lists that have the same name with different capitalizations. We think you may have intended them to
|
|
|
be the same list, so we\'ve combined the duplicates. Don\'t worry though: the original lists are simply renamed with numbers (e.g. Shopping_1, Shopping_2). If you don\'t want this, you
|
|
|
can simply delete the new combined list!</string>
|
|
|
|
|
|
<!-- Header for tag settings -->
|
|
|
<string name="tag_settings_title">Settings: </string>
|
|
|
|
|
|
<!-- Header for tag activity -->
|
|
|
<string name="tag_updates_title">Activity: %s</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in timers plug-in -->
|
|
|
|
|
|
<!-- Task List: Start Timer button -->
|
|
|
<string name="TAE_startTimer">Timer</string>
|
|
|
|
|
|
<!-- Task List: Stop Timer button -->
|
|
|
<string name="TAE_stopTimer">Stop</string>
|
|
|
|
|
|
<!-- Android Notification Title (%s => # tasks) -->
|
|
|
<string name="TPl_notification">Temporitzadors actius per %s!</string>
|
|
|
|
|
|
<!-- Filter Header for Timer plugin -->
|
|
|
<string name="TFE_category">Filtres de Temporitzadors</string>
|
|
|
|
|
|
<!-- Filter for Timed Tasks -->
|
|
|
<string name="TFE_workingOn">Tasques sent cronometrades</string>
|
|
|
|
|
|
<!-- Title for TEA -->
|
|
|
<string name="TEA_timer_controls">Timer Controls</string>
|
|
|
|
|
|
|
|
|
<!-- Edit Notes: create comment for when timer is started -->
|
|
|
<string name="TEA_timer_comment_started">started this task:</string>
|
|
|
|
|
|
<!-- Edit Notes: create comment for when timer is stopped -->
|
|
|
<string name="TEA_timer_comment_stopped">stopped doing this task:</string>
|
|
|
|
|
|
<!-- Edit Notes: comment to notify how long was spent on task -->
|
|
|
<string name="TEA_timer_comment_spent">Time spent:</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
|
|
|
|
|
<!-- Voice Add Prompt Text -->
|
|
|
<string name="voice_create_prompt">Speak to create a task</string>
|
|
|
<string name="voice_edit_title_prompt">Speak to set task title</string>
|
|
|
<string name="voice_edit_note_prompt">Speak to set task notes</string>
|
|
|
|
|
|
<!-- Preference: Task List recognition-service is not installed, but available -->
|
|
|
<string name="EPr_voiceInputInstall_dlg">Voice-input is not installed.\nDo you want to go to the market and install it?</string>
|
|
|
<!-- Preference: Task List recognition-service is not available for this system -->
|
|
|
<string name="EPr_voiceInputUnavailable_dlg">Unfortunately voice-input is not available for your system.\nIf possible, please update Android to 2.1 or later.</string>
|
|
|
<!-- Preference: Market is not available for this system -->
|
|
|
<string name="EPr_marketUnavailable_dlg">Unfortunately the market is not available for your system.\nIf possible, try downloading voice search from another source.</string>
|
|
|
<!-- Preference: Task List Show Voice-button if recognition-service is available -->
|
|
|
<string name="EPr_voiceInputEnabled_title">Voice Input</string>
|
|
|
<!-- Preference: voice button description (true) -->
|
|
|
<string name="EPr_voiceInputEnabled_desc_enabled">Voice input button will be displayed in task list page</string>
|
|
|
<!-- Preference: voice button description (false) -->
|
|
|
<string name="EPr_voiceInputEnabled_desc_disabled">Voice input button will be hidden on task list page</string>
|
|
|
<!-- Preference: Task List Voice-button directly creates tasks -->
|
|
|
<string name="EPr_voiceInputCreatesTask_title">Directly Create Tasks</string>
|
|
|
<!-- Preference: Task List Voice-creation description (true) -->
|
|
|
<string name="EPr_voiceInputCreatesTask_desc_enabled">Tasks will automatically be created from voice input</string>
|
|
|
<!-- Preference: Task List Voice-creation description (false) -->
|
|
|
<string name="EPr_voiceInputCreatesTask_desc_disabled">You can edit the task title after voice input finishes</string>
|
|
|
<!-- Preference: Voice reminders if TTS-service is available -->
|
|
|
<string name="EPr_voiceRemindersEnabled_title">Voice Reminders</string>
|
|
|
<!-- Preference: Voice reminders description (true) -->
|
|
|
<string name="EPr_voiceRemindersEnabled_desc_enabled">Astrid will speak task names during task reminders</string>
|
|
|
<!-- Preference: Voice reminders description (false) -->
|
|
|
<string name="EPr_voiceRemindersEnabled_desc_disabled">Astrid will sound a ringtone during task reminders</string>
|
|
|
|
|
|
<!-- Preference Category: Voice Title -->
|
|
|
<string name="EPr_voice_header">Voice Input Settings</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<string name="welcome_show_eula">Accept EULA to get started!</string>
|
|
|
|
|
|
<string name="welcome_setting">Show Tutorial</string>
|
|
|
|
|
|
<string name="welcome_title_1">Benvingut a Astrid</string>
|
|
|
<string name="welcome_title_2">Make lists</string>
|
|
|
<string name="welcome_title_3">Share lists</string>
|
|
|
<string name="welcome_title_4">Divvy up tasks</string>
|
|
|
<string name="welcome_title_5">Provide details</string>
|
|
|
<string name="welcome_title_6">Discover</string>
|
|
|
<string name="welcome_title_7">Connect now\nto get started!</string>
|
|
|
|
|
|
<string name="welcome_title_7_return">That\'s it!</string>
|
|
|
|
|
|
<string name="welcome_body_1">The perfect to-do list that \nworks great with friends</string>
|
|
|
<string name="welcome_body_2">Perfect for any list:\nread, watch, buy, visit!</string>
|
|
|
<string name="welcome_body_3">Share lists with \nfriends, housemates,\nor your sweetheart!</string>
|
|
|
<string name="welcome_body_4">Never wonder who\'s\nbringing dessert!</string>
|
|
|
<string name="welcome_body_5">Tap to add notes,\nset reminders,\nand much more!</string>
|
|
|
<string name="welcome_body_6">Additional features,\nproductivity tips, and\nsuggestions from friends</string>
|
|
|
<string name="welcome_body_7">Login</string>
|
|
|
|
|
|
<string name="welcome_body_7_return">Tap Astrid to return.</string>
|
|
|
|
|
|
</resources>
|