tizen 2.3.1 release
[apps/home/settings.git] / setting-password / include / setting-password-strings.h
1 /*
2  * setting
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
5  *
6  * Contact: MyoungJune Park <mj2004.park@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21 #ifndef _SETTING_PASSWORD_STRINGS_H_
22 #define _SETTING_PASSWORD_STRINGS_H_
23
24 #define PASSWORD_MUST_DIGITS                    "Password must consist of at least %d digit(s)."
25 #define PASSWORD_MUST_ALPHANUMERIC              "Password must consist of at least %d alphanumeric character(s)."
26 #define PASSWORD_MUST_NOT_MATCH_PREV    "Password must not match previous passwords."
27 #define ENTER_ANOTHER_PASSWORD                  "IDS_ASEML_POP_ENTER_ANOTHER_PASSWORD"
28 #define PASSWORD_EXPIRED                                "IDS_ASEML_POP_PASSWORD_EXPIRED"
29 #define PASSWORD_EXPIRED_CHANGE_PASSWORD        "Current password is expired. Change password."
30
31 #define MAX_NUM_REACHED                                 "Maxinum number of password entry attempts reached."
32
33 #define PASSWORD_EMPTY                          _("IDS_ST_BODY_PASSWORD_EMPTY")
34 #define DCM_PIN_ATTEMPT_DESC2           "IDS_ST_BODY_PD_ATTEMPTS_REMAINING_JPN_DCM"
35 #define ATTEMPT_REMAINING_DESC          "%d attempt remaining"  /* on processing NTR */
36 #define PIN_ERR_DESC                    _("IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT") /* "Incorrect PIN. %d attempts left" */
37 #define PUK1_BLOCKED                    "IDS_ST_BODY_PUK1_BLOCKED"
38
39 #define ATTEMPT_DESC                            _("IDS_ST_POP_PD_ATTEMPT_LEFT")                 /* "%d attempt left" */
40 #define ATTEMPTS_DESC                           _("IDS_ST_POP_PD_ATTEMPTS_LEFT")                /* "%d attempts left" */
41 #define PUK1_ERR_DESC                           _("IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT") /* "Incorrect PUK1. %d attempts left" */
42 #define PUK2_ERR_DESC                           _("IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT") /* "Incorrect PUK2. %d attempts left" */
43 #define PW_ERR_DESC                             _("IDS_ST_POP_INCORRECT_PASSWORD")      /* "Incorrect password" */
44 #define PW_ERR_REUSED                           _("IDS_ST_BODY_UNABLE_TO_USE_CURRENT_PASSWORD") /* "Incorrect password" */
45 #define PW_ERR_DELAY_DESC                       _("IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS") /* "Please enter password again after %d seconds" */
46 #define PW_NORMAL_DESC                          _("IDS_ST_POP_PASSWORD_MUST_CONTAIN_AT_LEAST_PD_ALPHANUMERIC_CHARACTERS")       /* "Normal password : Password must contain at least %d alphanumeric characters" */
47 #define PW_NORMAL_AND_CONTAIN_ALPHANUMER_DESC _("IDS_ST_BODY_PASSWORDS_MUST_CONSIST_OF_AT_LEAST_4_ALPHANUMERIC_CHARACTERS_ALSO_INCLUDING_AT_LEAST_1_ALPHABETICAL_CHARACTER")    /* mdm and normal shared password : Passwords must consist of at least 4 alphanumeric characters also including at least 1 alphabetical character */
48
49 #define PW_SHORT_GUIDE_CURRENT          "IDS_ST_BODY_CURRENT"
50 #define PW_SHORT_GUIDE_NEW                      "IDS_ST_BODY_NEW"
51 #define PW_SHORT_GUIDE_CONFIRM          "IDS_ST_BODY_CONFIRM"
52
53 #define PW_ST_ENTER_PW                  ""
54 #define PW_ST_NEW_PW                    "IDS_ST_BODY_ENTER_NEW_PASSWORD"
55 #define PW_ST_ENTER_PW_AGAIN    "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
56 #define PW_ST_ENTER_CUR_PW              "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
57
58 #define PW_ST_INCORRECT_PW_TRY_AGAIN                            "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
59 #define PW_ST_DO_NOT_CONTAIN_SIMPLE_SEQUENCE_HELP       "IDS_ST_BODY_THE_PASSWORD_MUST_NOT_CONTAIN_A_SIMPLE_SEQUENCE_HEG_1111_OR_1234"
60 #define PW_ST_PW_DO_NOT_MATCH                                           "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
61 #define PW_ST_INCORRECT_PW_5TIMES_HELP                          "Incorrect password entered 5 times<br>Try again in %d seconds"
62 #define PW_ST_PW_MAX_LENGTH_HELP                                        "IDS_ST_BODY_PASSWORD_MUST_CONTAIN_NO_MORE_THAN_PD_CHARACTERS_ABB"
63 #define PW_ST_PW_MIN_LENGTH_HELP                                        "IDS_ST_POP_PASSWORD_MUST_CONTAIN_AT_LEAST_PD_ALPHANUMERIC_CHARACTERS"
64 #define PW_ST_PW_MIN_LENGTH_ALPHABETIC_HELP                     "IDS_ST_BODY_PASSWORD_MUST_CONTAIN_AT_LEAST_PD_CHARACTERS_ABB"
65
66
67 /* Forgot password for personal mode */
68 #define PW_ST_RESET_PERSONAL_MODE_HELP  "IDS_ST_BODY_RESET_PERSONAL_MODE_SECURITY_SETTINGS_AND_DELETE_PERSONAL_CONTENT"
69 #define PW_ST_RESET_PERSONAL_MODE               "IDS_ST_BODY_RESET_PERSONAL_MODE"
70 #define PW_ST_FORGOT_PASSWORD                   "IDS_ST_BODY_FORGOT_PASSWORD_SWA"
71 #define PW_ST_RESET_PERSONAL_MODE_POPUP_Q       "IDS_ST_POP_YOUR_PERSONAL_MODE_SECURITY_SETTINGS_WILL_BE_RESET_AND_YOUR_PERSONAL_CONTENT_WILL_BE_DELETED_RESET_PERSONAL_MODE_Q"
72 #define PW_ST_RESET                                             "IDS_ST_BUTTON_RESET"
73 #define PW_ST_CANCEL                                    "IDS_COM_SK_CANCEL"
74
75
76 #endif