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.
103 lines
4.5 KiB
XML
103 lines
4.5 KiB
XML
<?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">
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
<!-- task detail showing Producteev dashboard information (%s => workspace name) -->
|
|
<string name="producteev_TLA_dashboard">W: %s</string>
|
|
|
|
<!-- task detail showing Producteev responsible information (%s => responsible user) -->
|
|
<string name="producteev_TLA_responsible">R: %s</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>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- 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 when synchronizing -->
|
|
<string name="producteev_notification_title">Astrid: Producteev</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 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>
|
|
|
|
</resources> |