javaextensions/pim/javapimloc/loc/pimtodo.loc
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 /*
       
     2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Localized strings for PIM API ToDo lists
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS
       
    20 
       
    21 // d:Name of the list
       
    22 // d:ToDo list name does not have counterpart in the native Calendar so
       
    23 // d:this must be localized as descriptive as possible.
       
    24 // l:title_pane_t2/opt9
       
    25 // r:2.6
       
    26 //
       
    27 #define qtn_jpim_todo_listname              "To-do notes"
       
    28 
       
    29 // Fields
       
    30 
       
    31 // d:Completed. Status text of the ToDo note. This is boolean field which
       
    32 // d:can have values of true or false. This field does not have counterpart
       
    33 // d:in the native Calendar localization files.
       
    34 // l:list_double_graphic_heading_pane_t1
       
    35 // r:2.6
       
    36 //
       
    37 #define qtn_jpim_todo_completed             "Completed"
       
    38 
       
    39 // d:Completion date of the ToDo. Includes date and time
       
    40 // d:Logical name in Calendar: qtn_cale_viewer_completed without the ":" mark
       
    41 // l:list_double_graphic_heading_pane_t1
       
    42 // r:2.6
       
    43 //
       
    44 #define qtn_jpim_todo_completiondate        "Completion date"
       
    45 
       
    46 // d:Due date
       
    47 // d:Refers to the ToDo due date field in the native Calendar
       
    48 // d:Logical name in Calendar: qtn_todo_note_duedate
       
    49 // l:list_double_graphic_heading_pane_t1
       
    50 // r:2.6
       
    51 //
       
    52 #define qtn_jpim_todo_due                   "Due date"
       
    53 
       
    54 // d:Priority
       
    55 // d:Refers to the ToDo priority field in the native Calendar
       
    56 // d:Logical name in Calendar: qtn_todo_note_view_priority
       
    57 // l:list_double_graphic_heading_pane_t1
       
    58 // r:2.6
       
    59 //
       
    60 #define qtn_jpim_todo_priority              "Priority"
       
    61 
       
    62 // d:Subject
       
    63 // d:Refers to the ToDo subject field in the native Calendar
       
    64 // d:Logical name in Calendar: qtn_cale_note_subject
       
    65 // l:list_double_graphic_heading_pane_t1
       
    66 // r:2.6
       
    67 //
       
    68 #define qtn_jpim_todo_summary               "Subject"
       
    69 
       
    70 // d:UID (Unique IDentifier)
       
    71 // d:A code string that uniquely identifies an item among other items
       
    72 // d:in a list. UIDs are generated by the list - not by the user.
       
    73 // d:Logical name in Calendar: N/A (no counterpart in the native)
       
    74 // l:list_double_graphic_heading_pane_t1
       
    75 // r:2.6
       
    76 //
       
    77 #define qtn_jpim_todo_uid                   "UID"
       
    78 
       
    79 // d:Note (longer description of a to-do item)
       
    80 // d:Refers to the ToDo description field in the native Calendar
       
    81 // d:Logical name in Calendar: qtn_cale_meeting_description
       
    82 // l:list_double_graphic_heading_pane_t1
       
    83 // r:3.1
       
    84 //
       
    85 #define qtn_jpim_todo_note                  "Description"
       
    86 
       
    87 // d:Revision (last modified date/time)
       
    88 // d:Logical name in Calendar: N/A (no counterpart in the native)
       
    89 // l:list_double_graphic_heading_pane_t1
       
    90 // r:3.1
       
    91 //
       
    92 #define qtn_jpim_todo_revision              "Revision"
       
    93 
       
    94 // d:Class (synchronisation class)
       
    95 // d:Refers to the ToDo synchronisation field in the native Calendar
       
    96 // d:Logical name in Calendar: qtn_cale_note_meeting_confident
       
    97 // l:list_double_graphic_heading_pane_t1
       
    98 // r:3.1
       
    99 //
       
   100 #define qtn_jpim_todo_class                 "Synchronisation"
       
   101 
       
   102 // d:Alarm (Calculated in seconds from the due date)
       
   103 // d:Refers to the ToDo alarm field in the native Calendar
       
   104 // d:Logical name in Calendar: qtn_cale_alarm_activity
       
   105 // l:list_double_graphic_heading_pane_t1
       
   106 // r:3.1
       
   107 //
       
   108 #define qtn_jpim_todo_extalarm              "Alarm"
       
   109 
       
   110 // End of File