commonuis/CommonDialogs/loc/commondialogs.loc
changeset 0 2f259fa3e83a
child 10 3d340a0166ff
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 Common File Dialogs.
       
    15 *                A .loc file is the one and only place where the logical strings
       
    16 *                to be localised are defined.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //d:Default heading text for memory selection.
       
    22 //l:popup_list_heading_pane_1
       
    23 #define qtn_memc_select_memory "Select memory"
       
    24 
       
    25 //d:Text for phone memory in memory selection.
       
    26 //l:list_single_graphic_popup_menu_pane_1
       
    27 #define qtn_memc_phone "Phone memory"
       
    28 
       
    29 //d:Text for memory card in memory selection when the memory card has no volume label.
       
    30 //l:list_single_graphic_popup_menu_pane_1
       
    31 #define qtn_memc_mmc "Memory card"
       
    32 
       
    33 //d:Text for memory card in memory selection when the memory card is locked.
       
    34 //l:list_single_graphic_popup_menu_pane_1
       
    35 #define qtn_memc_mmc_locked "Memory card locked"
       
    36 
       
    37 //d:Text for memory card in memory selection when the memory card is unavailable (not inserted).
       
    38 //l:list_single_graphic_popup_menu_pane_1
       
    39 #define qtn_memc_mmc_unavailable "Memory card unavailable"
       
    40 
       
    41 //d:Default heading text for default memory selection.
       
    42 //l:list_setting_pane_1
       
    43 #define qtn_memc_default_store "Default store"
       
    44 
       
    45 //d:Text for phone memory in default memory selection.
       
    46 //l:list_setting_pane_2
       
    47 #define qtn_database_phone "Phone memory"
       
    48 
       
    49 //d:Text for memory card in default memory selection when the memory card has no volume label.
       
    50 //l:list_setting_pane_2
       
    51 #define qtn_memc_mce_default "Memory card"
       
    52 
       
    53 //d:Text for memory card in default memory selection when the memory card is locked.
       
    54 //l:list_setting_pane_2
       
    55 #define qtn_database_locked "Memory card locked"
       
    56 
       
    57 //d:Text for memory card in default memory selection when the memory card is unavailable (not inserted).
       
    58 //l:list_setting_pane_2
       
    59 #define qtn_database_unavailable "Memory card unavailable"
       
    60 
       
    61 //d:Heading text for memory and file selection when user wants to save a file.
       
    62 //l:popup_list_heading_pane_1
       
    63 #define qtn_memc_save_heading "Save to"
       
    64 
       
    65 //d:Default heading text for filename prompt. User is prompted for a filename.
       
    66 //l:popup_query_data_window_1
       
    67 #define qtn_memc_filename_prompt "File name"
       
    68 
       
    69 //d:Default heading text for file selection.
       
    70 //l:popup_list_heading_pane_1
       
    71 #define qtn_memc_select_heading "Select file"
       
    72 
       
    73 //d:Left softkey text in file selection dialog when a folder is focused
       
    74 //l:control_pane_1
       
    75 #define text_softkey_open "Open"
       
    76 
       
    77 //d:Left softkey text in move dialog
       
    78 //l:control_pane_1
       
    79 #define text_softkey_move "Move"
       
    80 
       
    81 //d:Text for phone memory in double line memory selection.
       
    82 //l:list_double_large_graphic_popup_menu_pane_1
       
    83 #define qtn_memc_phone_double_list "Phone memory"
       
    84 
       
    85 //d:Amount of free memory in double line memory selection, second row.
       
    86 //l:list_double_large_graphic_popup_menu_pane_2
       
    87 #define qtn_memc_free_memory "%N kB"
       
    88 
       
    89 //d:Amount of free memory in double line memory selection, unit byte, second row.
       
    90 //l:list_double_large_graphic_pane_t2
       
    91 #define qtn_memc_units_byte "B"
       
    92 
       
    93 //d:Amount of free memory in double line memory selection, unit kilobyte, second row.
       
    94 //l:list_double_large_graphic_pane_t2
       
    95 #define qtn_memc_units_kilobyte "kB"
       
    96 
       
    97 //d:Amount of free memory in double line memory selection, unit megabyte, second row.
       
    98 //l:list_double_large_graphic_pane_t2
       
    99 #define qtn_memc_units_megabyte "MB"
       
   100 
       
   101 //d:Amount of free memory in double line memory selection, unit gigabyte, second row.
       
   102 //l:list_double_large_graphic_pane_t2
       
   103 #define qtn_memc_units_gigabyte "GB"
       
   104 
       
   105 //d:Amount of free memory in double line memory selection, second row.
       
   106 //l:list_double_large_graphic_pane_t2
       
   107 #define qtn_memc_free_memory_var_units "Free: %N %U"
       
   108 
       
   109 //d:Amount of free memory in double line memory selection, second row, with dot.
       
   110 //l:list_double_large_graphic_pane_t2
       
   111 #define qtn_memc_free_memory_var_units_dot "Free: %0U[05] %1U"
       
   112 
       
   113 //d:Text for memory card in double line memory selection.
       
   114 //l:list_double_large_graphic_popup_menu_pane_1
       
   115 #define qtn_memc_mmc_double_list "Memory card"
       
   116 
       
   117 //d:Text for locked memory card in double line memory selection, second row.
       
   118 //l:list_double_large_graphic_popup_menu_pane_2
       
   119 #define qtn_memc_mmc_locked_double "Locked"
       
   120 
       
   121 //d:Text for unavailable memory card in double line memory selection, second row.
       
   122 //l:list_double_large_graphic_popup_menu_pane_2
       
   123 #define qtn_memc_mmc_unavailable_double "Unavailable"
       
   124 
       
   125 //d:Wrong password note, changing password. (Duplicate string to MMC Application)
       
   126 //l:popup_note_window_1
       
   127 #define qtn_memc_change_pwd_error1 "The password is incorrect, try again!"
       
   128 
       
   129 //d:Text for remote drive item in memory selection.
       
   130 //l:list_single_graphic_popup_menu_pane
       
   131 #define qtn_memc_remote_drive "Remote drive"
       
   132 
       
   133 //d:If the amount of free memory is not available in the remote drive
       
   134 //l:list_double_large_graphic_popup_menu_pane_2
       
   135 #define qtn_memc_space_not_available "Disk space not available"
       
   136 
       
   137 // New strings for multiple drives
       
   138 //
       
   139 
       
   140 // For single popup layout
       
   141 //
       
   142 
       
   143 //d:Text for device memory in memory selection
       
   144 //l:list_single_graphic_pane_t1_cp2
       
   145 #define qtn_mem_device_memory "%U: Device memory"
       
   146 
       
   147 //d:Text for mass storage in memory selection
       
   148 //l:list_single_graphic_pane_t1_cp2
       
   149 #define qtn_mem_mass_storage "%U: Mass storage"
       
   150 
       
   151 //d:Text for mass storage in memory selection when mass storage drive
       
   152 //  is unavailable
       
   153 //l:list_single_graphic_pane_t1_cp2
       
   154 #define qtn_mem_mass_storage_unavailable "%U: Unavailable mass storage"
       
   155 
       
   156 //d:Text for named memory card in memory selection
       
   157 //l:list_single_graphic_pane_t1_cp2
       
   158 #define qtn_mem_named_memory_card "%0U %1U"
       
   159 
       
   160 //d:Text for default memory card (no name) in memory selection
       
   161 //l:list_single_graphic_pane_t1_cp2
       
   162 #define qtn_mem_memory_card_default "%U: Memory card"
       
   163 
       
   164 //d:Text for locked memory card in memory selection
       
   165 //l:list_single_graphic_pane_t1_cp2
       
   166 #define qtn_mem_memory_card_locked "%U: Locked memory card"
       
   167 
       
   168 //d:Text for locked memory card in memory selection when memory card is
       
   169 //  unavailable
       
   170 //l:list_single_graphic_pane_t1_cp2
       
   171 #define qtn_mem_memory_card_unavailable "%U: Unavailable memory card"
       
   172 
       
   173 // For double popup layout
       
   174 //
       
   175 
       
   176 //d:Text for device memory in memory selection
       
   177 //l:list_double_large_graphic_pane_t1_cp2
       
   178 #define qtn_mem_device_memory_double_list "%U: Device memory"
       
   179 
       
   180 ///d:Text for mass storage in memory selection
       
   181 //l:list_double_large_graphic_pane_t1_cp2
       
   182 #define qtn_mem_mass_storage_double_list "%U: Mass storage"
       
   183 
       
   184 //d:Text for named memory card in memory selection
       
   185 //l:list_double_large_graphic_pane_t1_cp2
       
   186 #define qtn_mem_named_memory_card_double "%0U %1U"
       
   187 
       
   188 //d:Text for default memory card (no name) in memory selection
       
   189 //l:list_double_large_graphic_pane_t1_cp2
       
   190 #define qtn_mem_memory_card_default_double "%U: Memory card"
       
   191 
       
   192 // For settings
       
   193 //
       
   194 
       
   195 //d:Text for device memory in default memory selection
       
   196 //l:list_set_graphic_pane_t1
       
   197 #define qtn_mem_device_memory_setting_list "%U: Device memory"
       
   198 
       
   199 //d:Text for mass storage in default memory selection
       
   200 //l:list_set_graphic_pane_t1
       
   201 #define qtn_mem_mass_storage_setting_list "%U: Mass storage"
       
   202 
       
   203 //d:Text for named memory card in default memory selection
       
   204 //l:list_set_graphic_pane_t1
       
   205 #define qtn_mem_named_memory_card_setting_list "%0U %1U"
       
   206 
       
   207 //d:Text for default memory card (no name) in default memory selection
       
   208 //l:list_set_graphic_pane_t1
       
   209 #define qtn_mem_memory_card_defaul_setting_list "%U: Memory card"
       
   210