telephonyprotocols/psdagt/inc/psderr.ra
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <errors/generic/psderr.rls>
       
    17 
       
    18 RESOURCE ARRAY r_error_res_psd_errors1
       
    19 	{
       
    20 	items=
       
    21 		{
       
    22 		SINGLE_ERROR
       
    23 			{
       
    24 			text=r_err_g_psd_service_not_allowed;					// -4135
       
    25 			},
       
    26 		SINGLE_ERROR
       
    27 			{
       
    28 			text=r_err_g_psd_and_non_psd_services_not_allowed;	// -4136
       
    29 			},
       
    30 		SINGLE_ERROR
       
    31 			{
       
    32 			text=r_err_g_psd_ms_identity_can_not_be_derived;		// -4137
       
    33 			},
       
    34 		SINGLE_ERROR
       
    35 			{
       
    36 			text=r_err_g_psd_ms_implicitly_detached;				// -4138
       
    37 			}
       
    38 		};
       
    39 	}
       
    40 
       
    41 RESOURCE ARRAY r_error_res_psd_errors2
       
    42 	{
       
    43 	items=
       
    44 		{
       
    45 		SINGLE_ERROR
       
    46 			{
       
    47 			text=r_err_g_psd_ms_c_temporarily_not_reachable;		// -4144
       
    48 			}
       
    49 
       
    50 		};
       
    51 	}
       
    52 
       
    53 RESOURCE ARRAY r_error_res_psd_errors3
       
    54 	{
       
    55 	items=
       
    56 		{
       
    57 		SINGLE_ERROR
       
    58 			{
       
    59 			text=r_err_g_psd_l1corsndcp_failure;					// -4153
       
    60 			},
       
    61 		SINGLE_ERROR
       
    62 			{
       
    63 			text=r_err_g_psd_insufficient_resources;				// -4154
       
    64 			},
       
    65 		SINGLE_ERROR
       
    66 			{
       
    67 			text=r_err_g_psd_missing_or_unknown_apn;				// -4155
       
    68 			},
       
    69 		SINGLE_ERROR
       
    70 			{
       
    71 			text=r_err_g_psd_unknown_pdp_address;					// -4156
       
    72 			},
       
    73 		SINGLE_ERROR
       
    74 			{
       
    75 			text=r_err_g_psd_user_auth_failure;					// -4157
       
    76 	
       
    77 			},
       
    78 		SINGLE_ERROR
       
    79 			{
       
    80 			text=r_err_g_psd_activation_rejected_by_ggsn;			// -4158
       
    81 	
       
    82 			},
       
    83 		SINGLE_ERROR
       
    84 			{
       
    85 			text=r_err_g_psd_activation_rejected;					// -4159
       
    86 	
       
    87 			}
       
    88 		};
       
    89 	}
       
    90 
       
    91 
       
    92 RESOURCE ARRAY r_error_res_psd_errors4
       
    93 	{
       
    94 	items=
       
    95 		{
       
    96 		SINGLE_ERROR
       
    97 			{
       
    98 			text=r_err_g_psd_ns_api_already_used;					// -4163
       
    99 	
       
   100 			},
       
   101 		SINGLE_ERROR
       
   102 			{
       
   103 			text=r_err_g_psd_regular_context_deactivation;			// -4164
       
   104 	
       
   105 			},
       
   106 		SINGLE_ERROR
       
   107 			{
       
   108 			text=r_err_g_psd_qos_not_accepted;						// -4165
       
   109 	
       
   110 			}
       
   111 		};
       
   112 	}
       
   113 
       
   114 
       
   115 RESOURCE ARRAY r_error_res_psd_errors5
       
   116 	{
       
   117 	items=
       
   118 		{
       
   119 		SINGLE_ERROR
       
   120 			{
       
   121 			text=r_err_g_psd_reactivation_requested;				// -4167
       
   122 	
       
   123 			},
       
   124 		SINGLE_ERROR
       
   125 			{
       
   126 			text=r_err_g_psd_feature_not_supported;				// -4168
       
   127 	
       
   128 			}
       
   129 		};
       
   130 	}
       
   131 
       
   132 RESOURCE TBUF r_err_g_psd_service_not_allowed					{ buf=STRING_r_err_g_psd_service_not_allowed				; }
       
   133 RESOURCE TBUF r_err_g_psd_and_non_psd_services_not_allowed	{ buf=STRING_r_err_g_psd_and_non_psd_services_not_allowed; }
       
   134 RESOURCE TBUF r_err_g_psd_ms_identity_can_not_be_derived		{ buf=STRING_r_err_g_psd_ms_identity_can_not_be_derived	; }
       
   135 RESOURCE TBUF r_err_g_psd_ms_implicitly_detached				{ buf=STRING_r_err_g_psd_ms_implicitly_detached			; }
       
   136 RESOURCE TBUF r_err_g_psd_ms_c_temporarily_not_reachable		{ buf=STRING_r_err_g_psd_ms_c_temporarily_not_reachable	; }
       
   137 RESOURCE TBUF r_err_g_psd_l1corsndcp_failure					{ buf=STRING_r_err_g_psd_l1corsndcp_failure				; }
       
   138 RESOURCE TBUF r_err_g_psd_insufficient_resources				{ buf=STRING_r_err_g_psd_insufficient_resources			; }
       
   139 RESOURCE TBUF r_err_g_psd_missing_or_unknown_apn				{ buf=STRING_r_err_g_psd_missing_or_unknown_apn			; }
       
   140 RESOURCE TBUF r_err_g_psd_unknown_pdp_address					{ buf=STRING_r_err_g_psd_unknown_pdp_address				; }
       
   141 RESOURCE TBUF r_err_g_psd_user_auth_failure					{ buf=STRING_r_err_g_psd_user_auth_failure				; }
       
   142 RESOURCE TBUF r_err_g_psd_activation_rejected_by_ggsn			{ buf=STRING_r_err_g_psd_activation_rejected_by_ggsn		; }
       
   143 RESOURCE TBUF r_err_g_psd_activation_rejected					{ buf=STRING_r_err_g_psd_activation_rejected				; }
       
   144 RESOURCE TBUF r_err_g_psd_ns_api_already_used					{ buf=STRING_r_err_g_psd_ns_api_already_used				; }
       
   145 RESOURCE TBUF r_err_g_psd_regular_context_deactivation			{ buf=STRING_r_err_g_psd_regular_context_deactivation		; }
       
   146 RESOURCE TBUF r_err_g_psd_qos_not_accepted						{ buf=STRING_r_err_g_psd_qos_not_accepted					; }
       
   147 RESOURCE TBUF r_err_g_psd_reactivation_requested				{ buf=STRING_r_err_g_psd_reactivation_requested			; }
       
   148 RESOURCE TBUF r_err_g_psd_feature_not_supported				{ buf=STRING_r_err_g_psd_feature_not_supported			; }