mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
6.1 KiB
XML
146 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
**
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
-->
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
<!-- filters header: Producteev -->
|
|
<string name="producteev_FEx_header">Producteev</string>
|
|
|
|
<!-- filter category for Producteev dashboards -->
|
|
<string name="producteev_FEx_dashboard">Workspaces</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">Assigned To \'%s\'</string>
|
|
|
|
<!-- detail for showing tasks created by someone else (%s => person name) -->
|
|
<string name="producteev_PDE_task_from">from %s</string>
|
|
|
|
<!-- replacement string for task edit "Notes" when using Producteev -->
|
|
<string name="producteev_TEA_notes">Add a Comment</string>
|
|
|
|
<!-- ==================================================== Preferences == -->
|
|
|
|
<!-- Preferences Title: Producteev -->
|
|
<string name="producteev_PPr_header">Producteev</string>
|
|
|
|
<!-- dashboard title for producteev default dashboard -->
|
|
<string name="producteev_default_dashboard">Default Workspace</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">Add new Workspace...</string>
|
|
|
|
<!-- dashboard spinner entry on TEA for adding a new dashboard -->
|
|
<string name="producteev_create_dashboard_name">Name for new Workspace</string>
|
|
|
|
<!-- preference title for default dashboard -->
|
|
<string name="producteev_PPr_defaultdash_title">Default Workspace</string>
|
|
|
|
<!-- preference description for default dashboard (%s -> setting) -->
|
|
<string name="producteev_PPr_defaultdash_summary">New tasks will be added to: %s</string>
|
|
|
|
<!-- preference description for default dashboard (when set to 'not synchronized') -->
|
|
<string name="producteev_PPr_defaultdash_summary_none">New tasks will not be synchronized by default</string>
|
|
|
|
<!-- ================================================= Login Activity == -->
|
|
|
|
<!-- Activity Title: Producteev Login -->
|
|
<string name="producteev_PLA_title">Log In to Producteev</string>
|
|
|
|
<!-- Instructions: Producteev login -->
|
|
<string name="producteev_PLA_body">Sign in with your existing
|
|
Producteev account, or create a new account!</string>
|
|
|
|
<!-- Producteev Terms Link -->
|
|
<string name="producteev_PLA_terms">Terms & Conditions</string>
|
|
|
|
<!-- Sign In Button -->
|
|
<string name="producteev_PLA_signIn">Sign In</string>
|
|
|
|
<!-- Create New User Button -->
|
|
<string name="producteev_PLA_createNew">Create New User</string>
|
|
|
|
<!-- E-mail Address Label -->
|
|
<string name="producteev_PLA_email">E-mail</string>
|
|
|
|
<!-- Password Label -->
|
|
<string name="producteev_PLA_password">Password</string>
|
|
|
|
<!-- Timezone Spinner -->
|
|
<string name="producteev_PLA_timezone">Timezone</string>
|
|
|
|
<!-- Confirm Password Label -->
|
|
<string name="producteev_PLA_confirmPassword">Confirm Password</string>
|
|
|
|
<!-- First Name Label -->
|
|
<string name="producteev_PLA_firstName">First Name</string>
|
|
|
|
<!-- Last Name Label -->
|
|
<string name="producteev_PLA_lastName">Last Name</string>
|
|
|
|
<!-- Error Message when fields aren't filled out -->
|
|
<string name="producteev_PLA_errorEmpty">Error: fill out all fields!</string>
|
|
|
|
<!-- Error Message when passwords don't match -->
|
|
<string name="producteev_PLA_errorMatch">Error: passwords don\'t match!</string>
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
<string name="producteev_PLA_errorAuth">Error: e-mail or password incorrect!</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 tasks updated / click for more details</string>
|
|
|
|
<!-- Error msg when io exception -->
|
|
<string name="producteev_ioerror">Connection Error! Check your Internet connection.</string>
|
|
|
|
<!-- Prod Login email not specified-->
|
|
<string name="producteev_MLA_email_empty">E-Mail was not specified!</string>
|
|
|
|
<!-- Prod Login password not specified-->
|
|
<string name="producteev_MLA_password_empty">Password was not specified!</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">Assign this task to this person:</string>
|
|
|
|
<!-- Spinner-item for unassigned tasks on taskeditactivity -->
|
|
<string name="producteev_TEA_task_unassigned"><Unassigned></string>
|
|
|
|
<!-- label for dashboard-assignment spinner on taskeditactivity -->
|
|
<string name="producteev_TEA_dashboard_assign_label">Assign this task to this workspace:</string>
|
|
|
|
<!-- Spinner-item for default dashboard on taskeditactivity -->
|
|
<string name="producteev_TEA_dashboard_default"><Default></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>
|
|
|
|
</resources>
|