alarmui/loc/AlmAlert.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:   This is a localisation file for AknAlarmService.
       
    15  *                A _loc file is the one and only place where the logical
       
    16  *                strings to be localised are defined
       
    17  *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 // LOCALISATION STRINGS
       
    24 
       
    25 //d:Title of alarm note when Clock alarm is active
       
    26 //l:popup_note_window
       
    27 //
       
    28 #define qtn_quest_clock_alarm_occur  "Clock alarm:"
       
    29 
       
    30 //d:The message when phone was switch off
       
    31 //l:popup_note_window
       
    32 //
       
    33 #define qtn_quest_switch_phone_on  "Switch the phone on?"
       
    34 
       
    35 //d:05wk02 To-Do alarm line 1
       
    36 //l:popup_note_window
       
    37 //
       
    38 #define qtn_todo_alarm_heading  "To-Do Task:"
       
    39 
       
    40 //d:05wk02 To-Do alarm line 2
       
    41 //l:popup_note_window
       
    42 //
       
    43 #define qtn_todo_alarm_due  "Due:"
       
    44 
       
    45 //d:Confirmation note shown when user snoozes an alarm.
       
    46 //d:%N in minutes, plural.
       
    47 //l:popup_note_window
       
    48 //w:
       
    49 //r:3.1
       
    50 #define qtn_clk_note_snooze_multiply  "Alarm Snoozed for %N minutes"
       
    51 
       
    52 //d:Confirmation note shown when user snoozes an alarm.
       
    53 //d:(singular)
       
    54 //l:popup_note_window
       
    55 //w:
       
    56 //r:3.1
       
    57 #define qtn_clk_note_snooze_multiply_one  "Alarm Snoozed for 1 minute"
       
    58 
       
    59 
       
    60 // End of File