notepad/notepad1/loc/NpdLib.loc
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Localisation strings.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //d:Open selected memo
       
    20 //l:list_single_pane_t1_cp2
       
    21 //
       
    22 #define qtn_nmake_om_open_memo "Open memo"
       
    23 
       
    24 //d:Add new memo
       
    25 //l:list_single_pane_t1_cp2
       
    26 //
       
    27 #define qtn_nmake_om_add_new "Add new memo"
       
    28 
       
    29 //d:Delete selected memo
       
    30 //l:list_single_pane_t1_cp2
       
    31 //
       
    32 #define qtn_nmake_om_delete_memo "Delete memo"
       
    33 
       
    34 //d:Next memo.
       
    35 //l:list_single_pane_t1_cp2
       
    36 //
       
    37 #define qtn_nmake_om_next_memo "Next memo"
       
    38 
       
    39 //d:Previous memo.
       
    40 //l:list_single_pane_t1_cp2
       
    41 //
       
    42 #define qtn_nmake_om_previous_memo "Previous memo"
       
    43 
       
    44 //d:Delete confirmation query.
       
    45 //d:Max length of this string is 256 because this is used from TBUF256.
       
    46 //l:popup_note_window
       
    47 //
       
    48 #define qtn_nmake_note_delete_memo  "Delete note?"
       
    49 
       
    50 //d:Delete multiple memos confirmation query.
       
    51 //d:Max length of this string is 256 because this is used from TBUF256.
       
    52 //l:popup_note_window
       
    53 //
       
    54 #define qtn_nmake_note_delete_memos "Delete %N memos?"
       
    55 
       
    56 //d:Delete selected template.
       
    57 //l:list_single_pane_t1_cp2
       
    58 //
       
    59 #define qtn_nmake_delete_template "Delete template"
       
    60 
       
    61 //d:Delete confirmation query.
       
    62 //d:Max length of this string is 256 because this is used from TBUF256.
       
    63 //l:popup_note_window
       
    64 //
       
    65 #define qtn_nmake_note_del_template "Delete template?"
       
    66 
       
    67 //d:In viewing received memos state, this command saves the message 
       
    68 //d:as a notepad memo.
       
    69 //l:list_single_pane_t1_cp2
       
    70 //
       
    71 #define qtn_nmake_save_mail_atta "Save"
       
    72 
       
    73 //d:In viewing received memos state, this confirmation note is showed
       
    74 //d:after the message is saved as a notepad memo.
       
    75 //d:Max length of this string is 256 because this is used from TBUF256.
       
    76 //l:popup_note_window
       
    77 //
       
    78 #define qtn_nmake_memo_atta_saved "Attachment saved"
       
    79 
       
    80 //d:Prompt text of Fetching memos API.
       
    81 //d:Max length of this string is 40 because this is used from TBUF40.
       
    82 //l:heading_pane_t1
       
    83 //
       
    84 #define qtn_nmake_fetch_memo_prmpt "Select memo:"
       
    85 
       
    86 //d:Title of Notepad, used both in list of memos, Notepad editor.
       
    87 //l:title_pane_t2/opt9
       
    88 //
       
    89 #define qtn_nmake_title_notepad "Notes"
       
    90 
       
    91 //d:Title of Editor of template (Notepad spec 1.3 Message Templates).
       
    92 //l:title_pane_t2/opt9
       
    93 //
       
    94 #define qtn_nmake_title_template "Template"
       
    95 
       
    96 //d:A progress note text in deleting memos.
       
    97 //l:popup_note_wait_window
       
    98 //
       
    99 #define qtn_nmake_delete_prog_note "Deleting"
       
   100 
       
   101 //d:An information note text shown when all content of a previous created memo
       
   102 //d:are erased in editor and Done.
       
   103 //l:popup_note_window
       
   104 //
       
   105 #define qtn_nmake_deleted_empty_memo "Memo deleted"
       
   106 
       
   107 //d:Prompt text of Fetching templates API.
       
   108 //l:heading_pane_t1
       
   109 //
       
   110 #define qtn_sms_select_template "Select template:"
       
   111 
       
   112 //d:In viewing external text, this command opens the document for editing.
       
   113 //l:list_single_pane_t1_cp2
       
   114 //
       
   115 #define qtn_nmake_opt_edit "Edit"
       
   116 
       
   117 //d:In case there are no memos on a list, this is seen at main pane. 
       
   118 //l:main_list_empty_pane
       
   119 //
       
   120 #define qtn_nmake_no_memos "No memos"
       
   121 
       
   122 //d:In case there are no memos on a list, this is seen  primary text at main pane. 
       
   123 //l:main_pane_empty_t1/opt2
       
   124 
       
   125 //
       
   126 #define qtn_nmake_no_memos_primary_text  "No notes"
       
   127 
       
   128 //d:In case there are no memos on a list, this is seen secondary text at main pane. 
       
   129 //l: main_list_empty_pane/opt2
       
   130 
       
   131 //
       
   132 #define qtn_nmake_no_memos_secondary_text  "Select New note from Options to create notes"
       
   133 
       
   134 //d:In case there are no memos on a list, this is seen as secondary text at main pane for non touch device. 
       
   135 //l:main_list_empty_pane/opt2
       
   136 
       
   137 //
       
   138 #define qtn_nmake_no_memos_secondary_text_nontouch "To create new notes, start typing with keyboard"
       
   139 //d:An information note text shown when all content of a previous created template
       
   140 //d:are erased in editor and Done.
       
   141 //l:popup_note_window
       
   142 //
       
   143 #define qtn_nmake_deleted_empty_template "Template deleted"
       
   144 // End of File