diff options
Diffstat (limited to 'inc/language.h')
-rw-r--r-- | inc/language.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/inc/language.h b/inc/language.h new file mode 100644 index 0000000..fb5e240 --- /dev/null +++ b/inc/language.h @@ -0,0 +1,40 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include <libintl.h> + +#define TITLE_TEXT dgettext(PACKAGE, "IDS_ST_HEADER_TIZEN_CONNECT") + +#define NOTICE_TEXT_POWER_OFF dgettext(PACKAGE, "IDS_ST_BODY_CONNECT_TO_OTHER_DEVICES_TO_OPEN_APPS_ON_THEM_ACCESS_THEIR_DATA_AND_USE_APPS_ON_MULTIPLE_DEVICES_AT_THE_SAME_TIME_YOU_CAN_ALLOW_OTHER_DEVICES_TO_CONNECT_MSG") + +#define DEVICE_LIST_TEXT_ALLOWED dgettext(PACKAGE, "IDS_ST_MBODY_ALLOWED_DEVICES") +#define DEVICE_LIST_TEXT_DENIED dgettext(PACKAGE, "IDS_ST_MBODY_DENIED_DEVICES") +#define DEVICE_LIST_TEXT_AVAILABLE dgettext(PACKAGE, "IDS_ST_MBODY_AVAILABLE_DEVICES") + +#define BUTTON_TEXT_SCAN dgettext(PACKAGE, "IDS_ST_BUTTON_SCAN_ABB6") +#define BUTTON_TEXT_STOP dgettext(PACKAGE, "IDS_ST_BUTTON_STOP_SCANNING_ABB") + +#define POPUP_TITLE_TEXT dgettext(PACKAGE, "IDS_ST_HEADER_ALLOW_DEVICE_ACCESS") + +#define POPUP_TEXT_ALLOWED dgettext(PACKAGE, "IDS_ST_POP_DENY_PS_THE_ABILITY_TO_CONNECT_TO_THIS_DEVICE_AT_ALL_OR_JUST_REMOVE_IT_FROM_ALLOWED_DEVICES_Q_ABB") +#define POPUP_TEXT_DENIED dgettext(PACKAGE, "IDS_AT_POP_ALLOW_PS_THE_ABILITY_TO_CONNECT_TO_THIS_DEVICE_AND_ACCESS_THE_DATA_ON_IT_WITHOUT_A_PASSWORD_OR_JUST_REMOVE_IT_FROM_DENIED_DEVICES_Q") +#define POPUP_TEXT_AVAILABLE dgettext(PACKAGE, "IDS_ST_POP_ALLOW_PS_TO_ACCESS_THIS_DEVICE_AND_ITS_DATA_WITHOUT_A_PASSWORD_OR_DENY_IT_THE_ABILITY_TO_CONNECT_AT_ALL_Q_ABB") + +#define POPUP_BUTTON_TEXT_ALLOW dgettext(PACKAGE, "IDS_ST_BUTTON_ALLOW_ABB8") +#define POPUP_BUTTON_TEXT_DENY dgettext(PACKAGE, "IDS_ST_BUTTON_DENY_ABB4") +#define POPUP_BUTTON_TEXT_REMOVE dgettext(PACKAGE, "IDS_ST_BUTTON_REMOVE_ABB9") +#define POPUP_BUTTON_TEXT_CANCEL dgettext(PACKAGE, "IDS_ST_BUTTON_CANCEL_ABB11") +
\ No newline at end of file |