messagingappbase/msgavkon/msgnotifiers/loc/MsgNotifiers.loc
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005 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:  
       
    15 *     Localised strings for MsgNotifiers
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 // LOCALISATION STRINGS
       
    22 
       
    23 //d: "Confirm send" message query.
       
    24 //d: A query that's shown when a 3rd party application is trying to send
       
    25 //d: a message and it does not have enough security capabilities for the operation.
       
    26 //d: A single message is sent to a single recipient.
       
    27 //d: Softkeys: OK/Cancel
       
    28 //d: - OK gives permission to send the message(s)
       
    29 //d: - Cancel denies the sending
       
    30 //d: %0U is the name of the application
       
    31 //d: %1U is the type of the message.
       
    32 //l: popup_info_list_pane_t1
       
    33 //w:
       
    34 //r: 3.0
       
    35 #define qtn_sn_msg_notification "The application %0U is trying to send a message of type %1U."
       
    36 
       
    37 //d: "Confirm send" message query.
       
    38 //d: A query that's shown when a 3rd party application is trying to send
       
    39 //d: a message and it does not have enough security capabilities for the operation.
       
    40 //d: A single message is sent to multiple recipients.
       
    41 //d: Softkeys: OK/Cancel
       
    42 //d: - OK gives permission to send the message(s)
       
    43 //d: - Cancel denies the sending
       
    44 //d: %0U is the name of the application
       
    45 //d: %1U is the type of the message.
       
    46 //l: popup_info_list_pane_t1
       
    47 //w:
       
    48 //r: 3.0
       
    49 #define qtn_sn_msg_note_to_many "The application %0U is trying to send a message of type %1U to multiple recipients."
       
    50 
       
    51 //d: "Confirm send" message query.
       
    52 //d: A query that's shown when a 3rd party application is trying to send
       
    53 //d: a message and it does not have enough security capabilities for the operation.
       
    54 //d: Multiple messages are sent.
       
    55 //d: Softkeys: OK/Cancel
       
    56 //d: - OK gives permission to send the message(s)
       
    57 //d: - Cancel denies the sending
       
    58 //d: %0U is the name of the application
       
    59 //d: %1U is the type of the message.
       
    60 //l: popup_info_list_pane_t1
       
    61 //w:
       
    62 //r: 3.0
       
    63 #define qtn_sn_msg_note_multi   "The application %0U is trying to send multiple messages of type %1U."
       
    64 
       
    65 //d: Title for the "confirm send" message query.
       
    66 //l: heading_pane_t1
       
    67 //w:
       
    68 //r: 3.0
       
    69 #define qtn_sn_prompt_messaging "Message request:"
       
    70 
       
    71 //d: If the application name cannot be resolved this string is shown instead
       
    72 //d: as the %0U parameter of the "confirm send" message query.
       
    73 //l: none
       
    74 //w:
       
    75 //r: 3.0
       
    76 #define qtn_sn_msg_unknown_application "Unknown"
       
    77 
       
    78 //d: If the message type cannot be resolved this string is shown instead
       
    79 //d: as the %1U parameter of the "confirm send" message query.
       
    80 //l: none
       
    81 //w:
       
    82 //r: 3.0
       
    83 #define qtn_sn_msg_unknown_message "Unknown"
       
    84 
       
    85 // End of file