clock2/clockui/uilayer/loc/clockapp.loc
branchRCL_3
changeset 66 bd7edf625bdd
child 67 1539a383d7b6
equal deleted inserted replaced
65:12af337248b1 66:bd7edf625bdd
       
     1 /*
       
     2 * Copyright (c) 2008 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:   The localization file for the clock application.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * Syntax of a logical name entry in this file is the following:
       
    20 *
       
    21 * // d:context description (line 1)
       
    22 * // d:context description (line N)
       
    23 * // l:P_No
       
    24 * //
       
    25 * #define qtn_?feature/?module_name_?freetext "?text"
       
    26 * #define text_?feature/?module_name_?freetext "?text"
       
    27 *
       
    28 *   where
       
    29 *         "qtn_" or "text_" starts a logical name, which does not
       
    30 *          contain dots.
       
    31 *         "d:" starts description line(s), which
       
    32 *              clarify entry's context with information like:
       
    33 *              1. Is a word a verb in imperative or is it a noun ?
       
    34 *                   - what does text "Set" mean ?
       
    35 *              2. What will replace %U (unicode text parameter) or
       
    36 *                 %N (number parameter) included in texts ?
       
    37 *                   - is it phone number or email address ?
       
    38 *         "l:" starts a layout information (one line).r_wsui_city_selection_menubar
       
    39 *              "P" and "No" are symbols in LAF's information table
       
    40 *                 - "P" is parent pane or current pane
       
    41 *                 - "No" is reference number in table
       
    42 *
       
    43 */
       
    44 
       
    45 //d: Name in application grid form
       
    46 //l: cell_app_pane_t1
       
    47 //w:
       
    48 //r: 3.1
       
    49 //
       
    50 #define qtn_apps_clock_grid					"Clock"
       
    51 
       
    52 //d: Name in applicaton list form
       
    53 //l: list_single_large_graphic_pane_t1
       
    54 //w:
       
    55 //r: 3.1
       
    56 //
       
    57 #define qtn_apps_clock_list					"Clock"
       
    58 
       
    59 //d: Command in options menu.
       
    60 //l: list_single_pane_t1_cp2
       
    61 //w:
       
    62 //r: 3.1
       
    63 //
       
    64 #define qtn_clk_multi_new_alarm				"New Alarm"
       
    65 
       
    66 //d: Command in options menu. Opens time query dialog to change alarm time
       
    67 //l: list_single_pane_t1_cp2
       
    68 //w:
       
    69 //r: 3.1
       
    70 //
       
    71 #define qtn_alarm_change_alarm				"Reset alarm"
       
    72 
       
    73 //d: Command in options menu. Deactivates a recurring alarm.
       
    74 //l: list_single_pane_t1_cp2
       
    75 //w:
       
    76 //r: 3.1
       
    77 //
       
    78 #define qtn_clk_deact_alarm					"Deactivate Alarm"
       
    79 
       
    80 //d: Command in options menu. Activates a deactivated recurring alarm.
       
    81 //l: list_single_pane_t1_cp2
       
    82 //w:
       
    83 //r: 3.1
       
    84 //
       
    85 #define qtn_clk_activate_alarm				"Activate Alarm"
       
    86  
       
    87 //d: Command in options menu. Removes the current alarm.
       
    88 //l: list_single_pane_t1_cp2
       
    89 //w:
       
    90 //r: 3.1
       
    91 //
       
    92 #define qtn_alarm_delete_alarm				"Remove alarm"
       
    93 
       
    94 //d: Command in options menu. Opens "Date & Time" settings view
       
    95 //l:list_single_pane_t1_cp2
       
    96 //w:
       
    97 //r: 3.1
       
    98 //
       
    99 #define qtn_clk_settings                	"Settings"
       
   100 
       
   101 //d: Command in options menu. Used in Alarm Clock view. Opens Help application.
       
   102 //l: list_single_pane_t1_cp2
       
   103 //w:
       
   104 //r: 3.1
       
   105 //
       
   106 #define qtn_clk_help_home					"Help"
       
   107 
       
   108 //d: Text Editor
       
   109 //l: form_field_data_wide_pane_t1
       
   110 //w:
       
   111 //r: 3.1
       
   112 //
       
   113 #define qtn_clk_alarm_description			"Description"
       
   114 
       
   115 //d: DUPLICATE of: qtn_cale_note_meeting_alarm/Calendar.loc
       
   116 //l: form_field_data_wide_pane_t1
       
   117 //w:
       
   118 //r: 3.1
       
   119 //
       
   120 #define qtn_cale_note_meeting_alarm			"Alarm time"
       
   121 
       
   122 //d: Used in Alarm Clock view. Used in confirmation note of deleting an alarm.
       
   123 //l: popup_note_window
       
   124 //w:
       
   125 //r: 3.1
       
   126 //
       
   127 #define qtn_alarm_quest_delete				"Delete alarm?"
       
   128 
       
   129 //d: Notification query to show alarm time when DST rollover is going to happen.
       
   130 //l: popup_note_window
       
   131 //w:
       
   132 //r: 5.0
       
   133 //
       
   134 #define qtn_clk_note_alarm_dst_rollover		"Alarm will occur at %U after automatic daylight saving update."
       
   135 
       
   136 //d: Used when daily alarm is set. %N is replaced with the time of the alarm
       
   137 //l: popup_note_window
       
   138 //w:
       
   139 //r: 3.1
       
   140 //
       
   141 #define qtn_clk_alarm_note_day_clk			"Alarm occurs every day at %U"
       
   142 
       
   143 //d: Used when weekly alarm is set. %N is replaced with the time of the alarm
       
   144 //l: popup_note_window
       
   145 //w:
       
   146 //r: 3.1
       
   147 //
       
   148 #define qtn_clk_alarm_note_week_clk			"Alarm occurs every week on %0U at %1U"
       
   149 
       
   150 //d: Used when alarm is set for workdays. %N is replaced with the time of the alarm
       
   151 //l: popup_note_window
       
   152 //w:
       
   153 //r: 3.1
       
   154 //
       
   155 #define qtn_clk_alarm_note_wday_clk			"Alarm occurs workdays at %U"
       
   156 
       
   157 //d: Used when once only Alarm time has been set. %U is replaced with name of the weekday. %N is replaced with the time.
       
   158 //l: popup_note_window
       
   159 //w:
       
   160 //r: 3.1
       
   161 //
       
   162 #define qtn_clk_alarm_note_once_next		"Alarm occurs once only on next %0U at %1U"
       
   163 
       
   164 //d: Used when Alarm time has been set. Used in confirmation note of creating/changing an alarm.
       
   165 //d: %0N is replaced with 1
       
   166 //d: %1N is replaced with 1
       
   167 //l: popup_note_window
       
   168 //w:
       
   169 //r: 3.1
       
   170 //
       
   171 #define qtn_alarm_conf_singular				"Time to alarm: %0N hour and %1N minute."
       
   172  
       
   173 //d: Used when Alarm time has been set. Used in confirmation note of creating/changing an alarm.
       
   174 //d: %0N is replaced with digits of hours
       
   175 //d: %1N is replaced with digits of minutes
       
   176 //l: popup_note_window
       
   177 //w:
       
   178 //r: 3.1
       
   179 //
       
   180 #define qtn_alarm_conf_plural				"Time to alarm: %0N hours and %1N minutes."
       
   181 
       
   182 //d: Used when Alarm time has been set. Used in confirmation note of creating/changing an alarm.
       
   183 //d: %0N is replaced with 1
       
   184 //d: %1N is replaced with digits of minutes
       
   185 //l: popup_note_window
       
   186 //w:
       
   187 //r: 3.1
       
   188 //
       
   189 #define qtn_alarm_conf_hour_sev_min			"Time to alarm: %0N hour and %1N minutes."
       
   190  
       
   191 //d: Used when Alarm time has been set. Used in confirmation note of creating/changing an alarm.
       
   192 //d: %0N is replaced with digits of hours
       
   193 //d: %1N is replaced with 1
       
   194 //l: popup_note_window
       
   195 //w:
       
   196 //r: 3.1
       
   197 //
       
   198 #define qtn_alarm_conf_sev_hours_min		"Time to alarm: %0N hours and %1N minute."
       
   199 
       
   200 //d: Used when an Alarm has been snoozed. %U is replaced with the new alarm expiry time.
       
   201 //l: list_double_pane_t2
       
   202 //w:
       
   203 //r: 3.1
       
   204 //
       
   205 #define qtn_clk_alarms_view_snoozed_alarm	"Snoozed %U"
       
   206 
       
   207 //d: Title of common "Date & Time" settings view
       
   208 //l: title_pane_t2/opt9
       
   209 //w:
       
   210 //r: 3.1
       
   211 //
       
   212 #define qtn_clk_title_settings				"Date & Time settings"
       
   213 
       
   214 //d: Title of Clock view
       
   215 //l: title_pane_t2/opt9
       
   216 //w:
       
   217 //r: 3.1
       
   218 //
       
   219 #define qtn_clk_title_home_clock			"Clock"
       
   220 
       
   221 //d: Text in middle soft key in World clock view, when there is no cities added.
       
   222 //l: control_pane_t3/opt7
       
   223 //w:
       
   224 //r: 3.2
       
   225 //
       
   226 #define qtn_msk_add_city					"Add"
       
   227 
       
   228 
       
   229 //d: World clock option menu, Change image
       
   230 //l: list_single_pane_t1_cp2
       
   231 //w:
       
   232 //r: 3.2
       
   233 //
       
   234 #define qtn_clk_opt_wrld_clk_change_img					"Change image"
       
   235 
       
   236 //d: World clock view options menu, Add location.
       
   237 //l: list_single_pane_t1_cp2
       
   238 //w:
       
   239 //r: 3.2
       
   240 //
       
   241 #define qtn_clk_opt_region_add				"Add"
       
   242 
       
   243 //d: World clock view options menu, remove city.
       
   244 //l: list_single_pane_t1_cp2
       
   245 //w:
       
   246 //r: 3.1
       
   247 //
       
   248 #define qtn_clk_opt_city_rmv				"Remove"
       
   249 
       
   250 //d: World clock view opetions menu, select home location.
       
   251 //l: list_single_pane_t1_cp2
       
   252 //w:
       
   253 //r: 3.2
       
   254 //
       
   255 #define qtn_clk_opt_region_my_region		"My current location"
       
   256 
       
   257 //d: Confirmation guery for remove location operation.
       
   258 //d: %U is replaced with name of the location.
       
   259 //l: popup_note_window
       
   260 //w:
       
   261 //r: 3.2
       
   262 //
       
   263 #define qtn_clk_query_remove_region         "Remove location from the list: %U?"
       
   264 
       
   265 //d: Location view title pane.
       
   266 //l: title_pane_t2/opt9
       
   267 //w:
       
   268 //r: 3.2
       
   269 //
       
   270 #define qtn_clk_country_title               "Locations"
       
   271 
       
   272 //d: Used when time zone has to be selected.
       
   273 //l: heading_pane_t1
       
   274 //w:
       
   275 //r: 3.1
       
   276 //
       
   277 #define qtn_clk_qtl_select_city             "Select city"
       
   278 
       
   279 //d: Confirmation guery for selecting a location when Nitz is on.
       
   280 //l: popup_note_window
       
   281 //w:
       
   282 //r: 3.2
       
   283 //
       
   284 #define qtn_clk_home_region_disable_nitz	"Changing home location will disable NITZ, continue?"
       
   285 
       
   286 //d: Confirmation guery for selecting a location.
       
   287 //l: popup_note_window
       
   288 //w:
       
   289 //r: 3.2
       
   290 //
       
   291 #define qtn_clk_query_region_af_time		"Do you want to change General System Time according selected location?"
       
   292 
       
   293 //d: Used when My location has been set. Confirms time change.
       
   294 //d: %U is replaced with name of the selected location
       
   295 //l: popup_note_window
       
   296 //w:
       
   297 //r: 3.2
       
   298 //
       
   299 #define qtn_clk_note_time_changed_country	"Device time changed according to UTC offset of %U"
       
   300 
       
   301 //d: Title for the World Clock view. 
       
   302 //l: title_pane_t2/opt9
       
   303 //w:
       
   304 //r: 5.1
       
   305 //
       
   306 #define qtn_clk_title_wrld_clk                  "World Clock"
       
   307 
       
   308 //d: Used in World clock view when the view is empty.
       
   309 //l: main_list_empty_pane
       
   310 //w:
       
   311 //r: 5.1
       
   312 //
       
   313 #define qtn_wrld_clk_empty_view		        "No locations"
       
   314 
       
   315 //d: Alarm list item.
       
   316 //l: list_double_large_graphic_pane_t2
       
   317 //w:
       
   318 //r: 5.1
       
   319 //
       
   320 #define qtn_clk_command_new_alarm		    "New Alarm"
       
   321 
       
   322 //d: In alarm's list view for inactive alarms.
       
   323 //l: list_double_graphic_pane_t2
       
   324 //w:
       
   325 //r: 5.1
       
   326 //
       
   327 #define qtn_clk_alarms_view_inactive_alarm        "INACTIVE" 
       
   328 
       
   329 //d: In Alarm's view while deleting the alarm.
       
   330 //l: popup_note_window
       
   331 //w:
       
   332 //r: 5.1
       
   333 //
       
   334 #define qtn_clk_alarm_note_deleted              "Alarm deleted from Alarm view" 
       
   335 
       
   336 
       
   337 //d: In world clock view while adding 16th city.
       
   338 //l: popup_note_window
       
   339 //w:
       
   340 //r: 5.1
       
   341 //
       
   342 #define qtn_clk_note_location_max               "Unable to add more.Remove some locations."     
       
   343 //d: Used in Alarm Clock view. Used in confirmation note of deleting a snooze.
       
   344 //l: popup_note_window
       
   345 //w:
       
   346 //r: tb9.2
       
   347 //
       
   348 #define qtn_clk_remove_snooze                   "Remove Snooze"
       
   349 
       
   350 //d: In Alarm's view while removing the snooze.
       
   351 //l: popup_note_window
       
   352 //w:
       
   353 //r: tb9.2
       
   354 //
       
   355 #define qtn_clk_snooze_note_removed						"Snooze removed"
       
   356 // End of file