strings.xml 129 KB
Newer Older
Lee Jaebin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="progress">Loading&#8230;</string>
    <string name="edit">Edit</string>
    <string name="ok">OK</string>
    <string name="yes">Yes</string>
    <string name="confirm">Confirm</string>
    <string name="no">No</string>
    <string name="cancel">Cancel</string>
    <string name="delete_message">Are you sure to delete ?</string>
    <string name="delete">Delete</string>
    <string name="end">Exit</string>
    <string name="top">TOP</string>
    <string name="bookmark">Bookmark</string>
    <string name="index">Index</string>
    <string name="memo">Memo</string>
    <string name="change_user">Change user</string>
    <string name="change_user_message">If you login with another user ID, all downloaded data will be deleted.\nAre you sure to login?</string>
    <string name="change_user_message2">If you login with another user ID, all my data will be deleted.\nAre you sure to login?</string>
    <string name="save">Save</string>
    <string name="page">Page</string>
    <string name="back">Back</string>
    <string name="search">Search</string>
    <string name="deviceId_title">Device Id</string>
    <string name="page_all_copy">Copy All Text</string>
    <string name="page_copy">Copy Text</string>
    <string name="pen_size">Size</string>
    <string name="color_title">Color</string>
    <string name="marking_size_title_0">Minimum</string>
    <string name="marking_size_title_1">Thin</string>
    <string name="marking_size_title_2">Middle</string>
    <string name="marking_size_title_3">Thick</string>
    <string name="marking_size_title_4">Huge</string>
    <string name="marking">Marking</string>
    <string name="clear">Clear</string>
    <string name="pen">Pen</string>
    <string name="marker">Marker</string>
    <string name="eraser">Eraser</string>
    <string name="marking_file_is">Marking file is</string>
    <string name="save_success">%1$s saved.</string>
    <string name="save_fail">%1$s failed to save.</string>
    <string name="load_fail">%1$s failed to load.</string>
    <string name="save_end">Save and quit.</string>
    <string name="not_save_end">Quit without saving.</string>
    <string name="open">Open</string>
    <string name="close">Close</string>
    <string name="change_password_ok">Changing Password completed.</string>
    <string name="logout">Logout</string>
    <string name="logout_summary">Back to login page with deleting login account.</string>
    <string name="setting">Setting</string>
    <string name="login">Login</string>
    <string name="account">Account</string>
    <string name="logid">LoginID</string>
    <string name="last_login">Last login date and time</string>
    <string name="pwd_change">Change password</string>
    <string name="pwd_now">Current password</string>
    <string name="pwd_new">New Password</string>
    <string name="pwd_renew">(input again)New Password</string>
    <string name="password">Password</string>
    <string name="list">List</string>
    <string name="cursor">Cursor</string>
    <string name="send_error_title">Send Error info</string>
    <string name="send_error">Enable to send trace info next time App starts when error occurred.</string>
    <string name="export_title">Log Export</string>
    <string name="export">Collect current log and send.</string>
    <string name="content_description">Image</string>
    <string name="app_name_info">Application Name</string>
    <string name="app_version_info">Application Version</string>
    <string name="download">Download</string>
    <string name="update">Update</string>
    <string name="download_success">Downloaded the content.</string>
    <string name="download_error">Unable to download the content.</string>
    <string name="pause">Pause</string>
    <string name="restart">Restart</string>
    <string name="waiting">Waiting</string>
    <string name="logout_info">Are you going to logout?</string>
    <string name="password_change_summary">Change password.</string>
    <string name="title_url_path">Account Path</string>
    <string name="title_site_id">Site ID</string>
    <string name="title_id">ID</string>
    <string name="title_password">Password</string>
    <string name="pwd_change_reminder_message">I recommend that you change your password on a regular basis. \n  Do you want to change the password?</string>
    <string name="pwd_change_reminder_enforcement_message">A certain period of time has elapsed from the date when you changed password. \n  Please change the password.</string>
    <string name="pwd_change_newlogin_reminder_message">In order to use more secure, we recommend you to change your password. \n Do you want to change the password now?</string>
    <string name="pwd_change_newlogin_enforcement_message">In order to use more secure, you must change your password now.</string>
    <string name="export_log_title">Export the log</string>
    <string name="export_log_message">It may take a few minutes. \n Is it OK?</string>
    <string name="preview_title">Preview</string>
    <string name="cont_desc">Image</string>
    <string name="agree">Agree</string>
    <string name="disagree">Disagree</string>
    <string name="email_body">Content of the body</string>
    <string name="chose_mail_soft">Please select the e-mail application.</string>
    <string name="download_start">Downloading start</string>
    <string name="initializing">Initializing</string>
    <string name="cut">Cut</string>
    <string name="copy">Copy</string>
    <string name="new_memo">New</string>
    <string name="paste_memo">Paste</string>
    <string name="clear_memo">Clear</string>
    <string name="link_download_waiting">The content is waiting to download.</string>
    <string name="text_copy_all">Text copy completed.</string>
    <string name="msg_network_offline">No connection to internet.</string>
    <string name="enquete">Form</string>
    <string name="enquete_over">This Form has already answered.</string>
    <string name="exam">Exam</string>
    <string name="exam_over">This exam has already answered.</string>
108
    <string name="quiz">Quiz</string>
Lee Jaebin committed
109 110 111 112 113 114 115 116 117
    <string name="quiz_over">This quiz has already answered.</string>
    <string name="transparency">Transparency</string>
    <string name="zero">0</string>
    <string name="one">1</string>
    <string name="enquete_alert_message">Stop the current From?\nYour From will not be saved if you stop now.</string>
    <string name="enquete_alert_marking_message">Marking is unavailable during From.</string>
    <string name="no_content2">"%1$s" has not been downloaded. \n Would you like to download now?</string>
    <string name="password_conditiontitle">New password requisites:</string>
    <string name="password_condition">Alphanumeric,-,_ only available\nfrom 6chars to 16chars\nUse both Alphabet and Number\nCannot use same 3 letters continuously\nCannot use more than 4 letters in previous password.</string>
118
    <string name="no_content_need_refresh">Content not found or No authority.</string>
Lee Jaebin committed
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
    <string name="content_num">No.</string>
    <string name="no_content_history">No reading history.</string>
    <string name="contractor">Company</string>
    <string name="showPassword">show password</string>
    <string name="log_info">Log Info</string>
    <string name="app_info">Application Information</string>
    <string name="about_app">About Application</string>
    <string name="licence_info">License Information</string>
    <string name="complete_state">%1$s Done.</string>
    <string name="failed_state">%1$s Failed.</string>
    <string name="complete">Completed</string>
    <string name="meeting_room">Meeting Room</string>
    <string name="meeting_room_name">Room Name</string>
    <string name="meeting_participant_count">Number of Participant</string>
    <string name="meeting_enter">Enter</string>
    <string name="meeting_leave">Leave</string>
    <string name="create">Create</string>
    <string name="creator">Creator</string>
    <string name="create_date">Create Date</string>
    <string name="msg_meeting_room_deleted">The meeting room is already deleted.</string>
    <string name="msg_leave">Are you sure to leave?</string>
    <string name="msg_leave_all">If you %1$s, all participants will be disconnected! OK?</string>
    <string name="msg_disconnected">Left the room due to connection closed. If you enter again, press Enter.</string>
    <string name="msg_disconnected_reconnect">Connection closed. Do you want to enter the room again?</string>
    <string name="msg_different_meeting_version">Due to different app version with the meeting room creator, it may not work correctly.</string>
    <string name="msg_content_not_allowed_at_meeting">During the meeting, you cannot open this content.</string>
    <string name="msg_approve_promotion">Promotion request from %1$s. Permit?</string>
    <string name="msg_request_promotion">Sent promotion request.</string>
    <string name="msg_promotion_approved">Promotion request was approved.</string>
    <string name="msg_promotion_denied">Promotion request was denied.</string>
    <string name="msg_enter_as_publisher">Entered meeting room as publisher.</string>
    <string name="msg_enter_as_subscriber">Entered meeting room as subscriber.</string>
    <string name="msg_content_to_be_updated">The content has an updated version. In case meeting function not working correctly, update the content before use it.</string>
    <string name="bug_report">Error Report.</string>
    <string name="not_show_nexttime">Not show next time.</string>
    <string name="hint_option">Optional</string>
    <string name="complementary">Please describe detail of failure and how to reproduce it.</string>
    <string name="version">Version.</string>
    <string name="updating">Updating&#8230;</string>
    <string name="user_info_copy">User Info Copy</string>
    <string name="user_info_copy_alert">Content orientation differs. Copy nevertheless?</string>
    <string name="message_delete_content">Delete content?</string>
    <string name="filter">filter</string>
    <string name="homepage">Homepage</string>
    <string name="support_mail">Support Mail</string>
    <string name="error">Error</string>
Lee Jaebin committed
165

Lee Jaebin committed
166 167 168 169 170 171 172 173 174
    <string name="error_email_subject">【Error Report】 ABook for Android</string>
    <string name="sendlog_email_subject">ABook for Android Log file</string>
    <string name="sendlog_email_text">Attached is ABook for Android Log file.</string>
    <string name="sendlog_email_text_no_attachment">Send ABook for Android Error Log.</string>
    <string name="abook_policy_information1">ABook need your MAC address to certificate your account &amp; device.\n\nDo you agree with our policy?</string>
    <string name="about_abook">Version : %1$s (%2$s)\n\nHP : %3$s\n\nContact : %4$s\n\n%5$s</string>
    <string name="to_back">back to %1$s</string><!-- ~へ戻る -->
    <string name="location_services_disabled">Location services disabled</string>
    <string name="location_services_disabled_message">Needs access to your location. Please turn on Location services.</string>
Lee Jaebin committed
175

Lee Jaebin committed
176 177
    <string name="need_to_application_update">New app version is released.\nWould you like to close this application and download new version?</string>
    <string name="app_update">Application Update</string>
Lee Jaebin committed
178

Lee Jaebin committed
179
    <string name="access_location_message">"%1$s" Would Like to Use Your Current Location</string>
Lee Jaebin committed
180

Lee Jaebin committed
181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
    <!-- Error Message -->
    <string name="E000">Please enter company ID.</string>
    <string name="E001">Please enter your login ID.</string>
    <string name="E002">Please enter your password.</string>
    <string name="E003">Please enter your site ID.</string>
    <string name="E101">Please enter your current password.</string>
    <string name="E102">Please enter your new password.</string>
    <string name="E103">(input again)Please enter your new password.</string>
    <string name="E104">"New password" and "(input again) new password" do not match.</string>
    <string name="E105">App was unable to read the content. \n After deleting the content, please download again.</string>
    <string name="E106">Login ID or login password is not correct.</string>
    <string name="E107">Contingency has occurred.</string>
    <string name="E108">Please input a search word.</string>
    <string name="E109">Please input the correct id or password.</string>
    <string name="E110">The password can use alphanumeric characters and symbols(-_).</string>
    <string name="E111">App failed the user authentication.</string>
    <string name="E112">No app found for this content.</string>
    <string name="E113">Failed to open the content.</string>
    <string name="E121">Please enter meeting room name.</string>
    <string name="E122">Meeting room name must be 1 to 16 characters.</string>
    <string name="E123">If you require password, it must be 3 to 10 alpha-numeric characters.</string>
    <string name="E124">Failed to create meeting room.</string>
    <string name="E125">Failed to enter meeting room.</string>
    <string name="E126">Failed to delete meeting room.</string>
    <string name="E127">Failed to get meeting room list.</string>
    <string name="E128">Failed to get license info.</string>
    <string name="E129">Password is not correct.</string>
    <string name="E130">Link is invalid.</string>
Lee Jaebin committed
209

Lee Jaebin committed
210 211 212 213 214 215 216 217 218 219 220
    <string name="L001">Incorrect information entered. \n Please check the user account, please login again.(L001)</string>
    <string name="L002">This device ID is already used in other user accounts. \n Please contact the administrator.(L002)</string>
    <string name="L003">App failed to register the device information. \n Please register of the terminal to the server-side user information or login again.(L003)</string>
    <string name="L004">Has been registered by the login ID of the device available for your account. \n Please contact the administrator.(L004)</string>
    <string name="L005">Customer service is currently stopped.(L005)</string>
    <string name="L006">This device is not registered. \n Please contact the administrator.(L006)(L006)</string>
    <string name="L007">App failed to register the device information. \n  Please login again.(L007)</string>
    <string name="L008">This company is not available now. (L008)</string>
    <string name="L009">Has been registered by the login ID of the device available for your account. \n Please contact the administrator.(L009)</string>
    <string name="L010">Cannot identify the device information on a platform using.\nPlease contact the administrator.(L010)</string>
    <string name="L012">Amount of device active is over.\nPlease contact administrator(L012)</string>
Lee Jaebin committed
221

Lee Jaebin committed
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    <string name="L108">Validity period of the password has expired. \n Please set a new password.</string>
    <string name="L109">Password expiration is coming soon.</string>
    <string name="L110">Long period of time has elapsed since the last login. \n Please login again.</string>
    <string name="L111">There is not a bookmark.</string>
    <string name="L112">There is not a index.</string>
    <string name="L113">Now refreshing. \n You can operate after the refresh.</string>
    <string name="L114">Please choose the contents.</string>
    <string name="L115">NOT FOUND</string>
    <string name="L116">Because the network connection broken, I will pause the download.</string>
    <string name="L117">You failed 5 times to login. So, you can not log in for one hour.</string>
    <string name="L118">After %s failed attempts, the account is locked.</string>
    <string name="L119">Remote control uses the Wi-Fi. \n Please check the connection status of Wi-Fi.</string>
    <string name="L120">There was a problem in communication with the server.</string>
    <string name="L121">Could not be resumed.</string>
    <string name="L122">Currently, this feature is not supported in the version of the App Android.</string>
    <string name="L123">These content are limited.\nThe input of the password is necessary.</string>
    <string name="L124">System error occurred. Will reload the application.</string>
Lee Jaebin committed
239

Lee Jaebin committed
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
    <string name="C_E_SYSTEM_0001">Contingency has occurred.</string>
    <string name="C_E_SYSTEM_0002">App can not login.(Encryption failures 0002)</string>
    <string name="C_E_SYSTEM_0003">App can not login.(Library initialization Failed)</string>
    <string name="C_E_SECURITY_1001">You will not be able to login due to an unexpected error. \n Please contact your administrator.</string>
    <string name="C_E_SECURITY_1002">App can not login.(Encryption failures 1002)</string>
    <string name="C_E_SECURITY_1003">App can not login.(Encryption failures 1003)</string>
    <string name="C_E_SECURITY_1004">Please login again.</string>
    <string name="C_E_SECURITY_1005">Login ID or login password is not correct.</string>
    <string name="C_I_CONTENT_0001">App has already updated processing.</string>
    <string name="C_I_CONTENT_0002">Unable to refresh while downloading.</string>
    <string name="C_E_CONTENT_2001">Some parts of the content may not be shown correctly due to invalid content info. Try re-open the content or contact your administrator with log export.(%s)</string>
    <string name="S_E_ACMS_0001">App will not be able to communicate with the server. \n After a few moments, please try again. (-1)</string>
    <string name="S_E_ACMS_0400">App will not be able to communicate with the server. \n After a few moments, please try again. (400)</string>
    <string name="S_E_ACMS_0403">App will not be able to communicate with the server. \n Please try log out and then log in again once.(403)</string>
    <string name="S_E_ACMS_0404">App will not be able to communicate with the server. \n After a few moments, please try again. (404)</string>
    <string name="S_E_ACMS_0500">App will not be able to communicate with the server. \n After a few moments, please try again. (500)</string>
    <string name="S_E_ACMS_INVALID_RESPONSE">App will not be able to communicate with the server. \n After a few moments, please try again. (InvalidResponse)</string>
    <string name="S_E_ACMS_1403">App can not confirm user information. Please login again. (1403)</string>
    <string name="S_E_ACMS_L001">Login ID or login password is not correct.</string>
    <string name="S_E_ACMS_L002">Another user is in use this device.</string>
    <string name="S_E_ACMS_L004">This user ID is used by another device.</string>
    <string name="S_E_ACMS_L005">This login ID can not be used due to the closure of the operator\'s services.</string>
    <string name="S_E_ACMS_L006">Device is not registered. (No automatic registration)</string>
    <string name="S_E_ACMS_L008">This company is not available now.</string>
    <string name="S_E_ACMS_L009">The user account has been registered another device ID.</string>
    <string name="S_E_ACMS_L010">Cannot identify the device information on a platform using.\nPlease contact the administrator.(L010)</string>
    <string name="S_E_ACMS_L012">Amount of device active is over.\nPlease contact administrator(L012)</string>
Lee Jaebin committed
267

Lee Jaebin committed
268 269 270 271 272 273 274 275 276 277
    <string name="C_E_SYSTEM_0004">You only need to log in first, Wi-Fi network is turned ON. \n If you are using 3G network,you need to keep ON the Wi-Fi. \n But, you need not connect to Wi-Fi.</string>
    <string name="C_E_SYSTEM_0005">No Wi-Fi connection. If you use 3G or other mobile network, it may cost traffic fee.\nWould you like to download?</string>
    <string name="NETWORK">App can not connect to the network. \n Please check the connection status of the network.</string>
    <string name="STORAGE_ERROR">There is not enough free space on the device.</string>
    <string name="STORAGE_WARNING">It is the only remaining free space of the device.</string>
    <string name="DOWNLOAD_ERROR">Failed to download content.</string>
    <string name="DOWNLOAD_CANCEL_ERROR">Failed to cancel download.</string>
    <string name="BUG_REPORT">Last time the application was forced to shutdown. To solve the problem, please send bug report to developer.</string>
    <string name="OUT_OF_MEMORY">Out of memory error.</string>
    <string name="MOVIE_FATAL_ERROR">fatal error occurred while playing movie. Please re-open the content.</string>
Lee Jaebin committed
278

Lee Jaebin committed
279 280 281 282 283 284 285 286
    <string name="ERROR">Contingency has occurred.</string>
    <string name="M001">Number of downloadable content is up to three at a time.</string>
    <string name="M002">This content has been deleted or private.</string>
    <string name="M003">The selected content has private or deleted. Corresponding content is skipped the download.</string>
    <string name="M004">Failed to delete content.</string>
    <string name="M005">Content is updated at server. Please refresh and dmsg_error_disconnectedownload this again.</string>
    <string name="M006">Menu has changed. Please restart this application.</string>
    <string name="M007">This content requires payment to download.</string>
Lee Jaebin committed
287

Lee Jaebin committed
288 289 290
    <!-- Added Ver1.3.1 -->
    <string name="check_app_update">Check Update</string>
    <string name="msg_latest_version">It is the latest version.</string>
Lee Jaebin committed
291

Lee Jaebin committed
292 293 294 295
    <!-- Appears to be unused List -->
    <string name="version_info">Version information</string>
    <string name="mail_size_over">You can not attach PDF of 20MB or more.</string>
    <string name="send_to">send</string>
Lee Jaebin committed
296

Lee Jaebin committed
297 298 299 300
    <!-- Reader -->
    <string name="reader_downloading">Content is now under downloading.</string>
    <string name="fcm_not_supported">Push message service can not be used.</string>
    <string name="request_network_connection">Unable to connect.\nConfirm network connection.</string>
Lee Jaebin committed
301

Lee Jaebin committed
302 303
    <!-- Signage -->
    <string name="no_content">Content not found</string>
304

Lee Jaebin committed
305 306 307 308 309
    <string name="dummy_str">Dummy</string>
    <string name="dummy_num">12345</string>
    <string name="dummy_date">0000/00/00</string>
    <string name="dummy_date_time">0000/00/00 00:00:00</string>
    <string name="dummy_time">00:00:00</string>
310

Lee Jaebin committed
311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332
    <!-- 1.6.2 -->
    <string name="exam_message">Offline now. Please send when online.\nIf you close this screen without sending, the values you inputted is discarded. </string>
    <string name="request_login_label">Please login to the portal site</string>

    <!-- 1.7-->
    <string name="msg_require_content_refresh">The content is not found. Refresh content list at Home screen and try again.</string>

    <!-- 1.8.1-->
    <string name="meeting">Meeting</string>
    <string name="bookmark_unusabke">Unable to use bookmark function \nbecause you have no authority to the content.</string>
    <string name="marking_unusable">Unable to save marking because \nyou have no authority to the content.</string>
    <string name="memo_unusable">Unable to use memo function \nbecause you have no authority to the content.</string>
    <string name="request_download_un_authorized_content">To join the meeting room, \nyou need to download unauthorized content.\n Start downloading now?</string>

    <!-- 1.9.0.0-->
    <string name="meetingroom_setting">Meeting room setting</string>
    <string name="marking_share_setting">Marking sharing setting</string>
    <string name="chairman_marking_share">Publisher marking sharing</string>
    <string name="marking_share_auto_save">Auto-save sharing marking</string>

    <!-- 1.9.3-->
    <string name="date_label">Period</string>
333
    <string name="operation_name">Working Name</string>
334
    <string name="operation_list">Operation List</string>
335
    <string name="operation_search_count">%1$s cases have been searched.</string>
Lee Jaebin committed
336 337 338 339 340 341 342 343 344 345 346 347
    <string name="msg_date_validation">Start date must be before the end date</string>
    <string name="search_result">Search Results</string>
    <string name="pano_edit">360edit</string>
    <string name="information_update">Update</string>
    <string name="work_report">Report</string>
    <string name="synchronizing">Syncing...</string>
    <string name="msg_error_task_receiving_failed">An error occurred while receiving work data.</string>
    <string name="msg_error_task_report_receiving_failed">An error occurred while receiving work report data.</string>
    <string name="file_initialization">Initializing file</string>
    <string name="msg_confirm_entry_scene">Would you like to register the selected image as a scene image?</string>
    <string name="msg_confirm_save_pano_edit">Do you want to end the editing? \n (Unsaved changes are discarded)</string>

348 349
    <string name="operation_manual">Operation manual</string>
    <string name="operation_related_content">Related Content</string>
Lee Jaebin committed
350 351 352 353
    <string name="new_content">New</string>
    <string name="save_all">Save All</string>
    <string name="content_update">update</string>
    <string name="remote_support">Remote Support</string>
354
    <string name="remote_support_list">Remote Support List</string>
Lee Jaebin committed
355 356 357 358 359 360 361 362 363 364 365 366 367
    <string name="new_make">New Make</string>
    <string name="msg_no_data">There are not registered data.</string>
    <string name="msg_confirm_exit_meeting_room">All the participants will be disconnected, will you leave the room?</string>
    <string name="room_name">Room Name</string>
    <string name="room_no">Room No.</string>
    <string name="password_setting">Password Setting</string>
    <string name="exist">exist</string>
    <string name="not_exist">not exist</string>
    <string name="msg_cancel_download">Are you sure you want to stop the download?</string>
    <string name="pano_entry_title">360 Content registration</string>
    <string name="label_entry">Registration</string>
    <string name="label_base_file">Base file</string>
    <string name="select_image">Image selection</string>
368
    <string name="error_msg_open_pano_edit">The content can not be edited (%1$s) because the content is being edited on another terminal.</string> d
Lee Jaebin committed
369 370 371

    <string name="P001">Hankaku katakana can not be used for content name.</string>
    <string name="P002">Content has already been registered.</string>
372
    <string name="P003">Wokring can not be newly registered, modified, or deleted.</string>
373
    <string name="P004">Task of this working is being edited on the server. Please try again later.</string>
Lee Jaebin committed
374
    <string name="P005">It is already checked. Check data can not be sent.</string>
375
    <string name="P006">You do not have job reporting permissions.</string>
Lee Jaebin committed
376 377 378 379 380 381 382 383 384

    <string name="no_ozd_viewer">Viewer doesn\'t exist.</string>
    <string name="msg_ozd_save_fail">Document save failed. Please save again.</string>
    <string name="push_message_send">send push message</string>
    <string name="send_destination">Destination</string>
    <string name="send_message">Message</string>
    <string name="send">Send</string>
    <string name="free_input">free text input</string>
    <string name="in_group">in group</string>
385
    <string name="all_operation">the entire wokring</string>
Lee Jaebin committed
386 387 388 389 390 391 392 393
    <string name="push_message_list">Message list</string>
    <string name="push_message_input_null">please enter a push message.</string>
    <string name="push_message_input_over">The push message is too long.</string>
    <string name="push_message_send_success">we sent a push message.</string>
    <string name="push_message_send_fail">Failed to send push message.</string>
    <string name="respons_fix_push_message_fail">Failed to acquire fixed form sentences.</string>
    <string name="title_help">help</string>

394
    <string name="msg_help_operation_list_main">It is the home screen of @Form. Completed works are not displayed. If [Search results] is displayed at the top of the page, search conditions are set. If you clear the condition and search, all items will be displayed. Please tap inside the target work frame to proceed to the report. You can update the information by touching the screen and pulling down the work list.</string>
Kim Jinsung committed
395
    <string name="msg_help_operation_list_search">You can search for work. Enter the name and implementation period to search.</string>
396 397
    <string name="msg_help_operation_list_setting">You can change the password, check the version of the application, view the operation manual of the application, and so on.</string>
    <string name="msg_help_operation_list_pano">Go to the screen to add 360-degree panoramic images (scenes) and radar maps. It is displayed when you register a project of 360 format.</string>
Kim Jinsung committed
398
    <string name="msg_help_operation_list_sync">When this button is displayed, it indicates that there is new information. You can update the new information by pressing the button.</string>
399 400 401 402 403
    <string name="msg_help_operation_list_direction">To do work instructions, press this button.</string>
    <string name="msg_help_operation_list_report">To do work report, press this button.</string>
    <string name="msg_help_operation_list_detail">Proceed to the screen that references documents related to the project, such as manuals, work procedures manuals.</string>
    <string name="msg_help_operation_detail_main">Save related documents and browse. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.</string>
    <string name="msg_help_operation_home">You will return to the home screen.</string>
404 405 406
    <string name="msg_help_pano_edit_add">you save the captured 360 degree panorama image on the @Form server.</string>
    <string name="msg_help_pano_edit_server_add">You add a 360 degree panorama image (scene) saved on the @Form server. You can also add a radar map.</string>
    <string name="msg_help_pano_edit_server_save">Save it after adding scenes etc. [Temporary save] is temporarily saved in the terminal, [Save] is sent the change information to the @Form server.</string>
Kim Jinsung committed
407 408
    <string name="msg_help_list_main">The color of the work code label is orange and not complete. Please tap inside the target report frame to proceed to the report.</string>
    <string name="msg_help_director_report_search">Enter the report name in the search box and press the button to search.</string>
Lee Jaebin committed
409 410 411 412 413 414 415 416
    <string name="msg_help_director_add">You will add a new work instruction.</string>
    <string name="msg_help_director_edit">Correct the instruction contents already registered.</string>
    <string name="msg_help_director_task_main">The input content may be composed of multiple pages. Although it can be saved in the middle of input, it can not save if mandatory items are not entered.</string>
    <string name="msg_help_task_save">Save your entries.</string>
    <string name="msg_help_task_delete">Delete saved instruction contents.</string>
    <string name="msg_help_task_prev">You will return to the previous page.</string>
    <string name="msg_help_task_next">You will proceed to the next page.</string>
    <string name="msg_help_task_close">Close the entry screen. Input contents not saved are discarded.</string>
Kim Jinsung committed
417
    <string name="msg_help_task_director_list">Display the report list.</string>
Lee Jaebin committed
418 419
    <string name="msg_help_task_pano_zoom">Enlarges / reduces the 360-degree panoramic image. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_drawing_director_main">Double-tap the pdf to register new instruction contents. To modify already registered instructions, tap the operation code on the drawing. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
Kim Jinsung committed
420
    <string name="msg_help_drawing_report_main">If you want to make a new report, please double-tap on the relevant part of the drawing. If you want to modify a report that has already been registered, tap the work code label or pin. The color of the work code label or pin is orange and not complete.</string>
Lee Jaebin committed
421
    <string name="msg_help_pano_director_main">Double tap on the space to register new instruction contents. If you wish to modify already registered instruction content, tap on the working code in the space. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
422
    <string name="msg_help_pano_report_main">If you want to make a new report, please double-tap on the relevant part of the space. If you would like to modify the report content already registered, please tap the work code label. The color of the work code label is orange and not complete.</string>
Kim Jinsung committed
423
    <string name="msg_help_routineTask_list_main">The target check will be created automatically when the start date is reached. Please tap inside the target report frame to proceed to the report.</string>
424
    <string name="msg_help_routineTask_list_refresh">Refresh the screen with the latest information.</string>
Lee Jaebin committed
425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454

    <string name="msg_help_drawing_zoom">Scale the drawing. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_report_task_show_director">Display the contents of the instruction.</string>
    <string name="msg_help_report_task_show_report">Proceed to the work report.</string>
    <string name="msg_help_report_task_comfirm">You can check the instruction content.</string>
    <string name="msg_help_dicrector_task_list_main">Display the work registered to all scenes in the list. The work of the currently displayed scene is displayed, and the work of the other scenes is collapsed. The color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_dicrector_task_list_search">Search work by partial match.</string>
    <string name="msg_help_dicrector_task_list_scene_move">You can move to each scene.</string>
    <string name="msg_help_dicrector_task_show_list_up">Display the work.</string>
    <string name="msg_help_dicrector_task_list_down">Hide the work.</string>
    <string name="msg_help_dicrector_task_list_close">Close the list screen.</string>
    <string name="msg_help_report_task_director_main">The contents registered by the instructor are displayed.</string>
    <string name="msg_help_report_task_director_input">The work report screen is displayed.</string>

    <string name="title_permission_dialog">Application authority</string>
    <string name="msg_permission_dialog_storage_update">To upgrade the version of the application, you need the external storage usage authority. \n To transition to the application setting screen.</string>
    <string name="msg_permission_dialog_location">Position information usage authority is required. \n To transition to the application setting screen.</string>
    <string name="msg_permission_dialog_camera">Camera usage authority is required. \n To transition to the application setting screen.</string>
    <string name="msg_location_search_fail">Failed to acquire location information.</string>
    <string name="msg_pano_image_no_selected">Base file has not been selected.</string>
    <string name="msg_permission_dialog_storage_album">In order to use local photos,you need the external storage usage authority. \ nTo transition to the application setting screen.</string>

    <string name="msg_send_error_task_report_data">An error occurred while sending work report data. \n Untransmitted data is automatically transmitted at the next transmission.</string>

    <!-- 1.9.400-->
    <string name="pull_to_refresh_label">Pull to refresh…</string>
    <string name="release_to_refresh_label">Release to refresh…</string>
    <string name="msg_sence_regist_failed">The addition of a scene failed.\nSince the selected image is registered as the scene material, you must manually add the scene.</string>
    <string name="msg_sence_regist_api_failed">The addition of a scene failed.\nSelect an image again to add a scene.</string>
    <string name="communication">communication</string>
455
    <string name="operation_select">Wokring choice</string>
Lee Jaebin committed
456 457 458
    <string name="detail">detail</string>
    <string name="title_message_detail">message detail</string>
    <string name="push_message_sender">Sender :</string>
459
    <string name="title_operation_report_form">Task report </string>
Lee Jaebin committed
460 461 462 463 464 465 466 467
    <string name="title_preview">preivew</string>
    <string name="title_input">input</string>
    <string name="title_common_content">Related Content(Commmon)</string>
    <string name="msg_not_related_content">The content can not be opened because It is not related data.</string>
    <string name="msg_common_processing">processing...</string>

    <string name="msg_help_communication_menu">You can use push messages and remote assistance. If there is an unread push message, a red circle is displayed at the upper right of the icon.</string>
    <string name="msg_help_common_content_menu">Go to the screen that references materials that all users can view.</string>
Kim Jinsung committed
468
    <string name="msg_help_common_content">It is a material that can be viewed by all users. Save the document on the terminal and view it. Please save in the state that can communicate.</string>
Lee Jaebin committed
469 470 471 472 473 474 475
    <string name="msg_help_task_code_hide">Hide the working code while pressing this button.</string>
    <string name="msg_help_task_related_content">It will be displayed if relevant information is available for the question.</string>
    <string name="msg_help_task_form_explain">An explanation about each question of the input form is displayed.</string>
    <string name="msg_help_task_first_back">You will return to the first page.</string>
    <string name="msg_help_task_end_go">You will proceed to the last page.</string>
    <string name="recent_update_date">recent update date:%1$s</string>

476 477
    <string name="label_operation_report_type">Kind</string>
    <string name="date_label_routineTask">Working time</string>
Lee Jaebin committed
478 479
    <string name="msg_no_report_data">There is no work data.</string>
    <string name="msg_permission_dialog_mic">Mic usage authority is required. \n To transition to the application setting screen.</string>
480
    <string name="msg_routineTask_report_disable_not_list">It is not possible to transition to the inspection work report screen except for Wokring list screen.</string>
481 482 483
    <string name="msg_routineTask_report_disable_refreshing">You can not enter the inspection work report screen while updating information.</string>
    <string name="msg_routineTask_report_disable_meeting_room">You can not enter the inspection work report screen while conference room is connected.</string>
    <string name="msg_routineTask_report_disable_not_updated">In the state where information is not updated, it can not transit to the inspection work report screen.</string>
484
    <string name="msg_routineTask_report_disable_no_operation">Since Wokring does not exist, it can not transit to the inspection work report screen.</string>
485
    <string name="msg_routineTask_report_available_from">Information can be updated from「%s」</string>
Lee Jaebin committed
486 487
    <string name="msg_not_common_content">You can not view it because it is contents that are not set in common data.</string>

488 489
    <string name="room_list">Room List</string>
    <string name="create_room">Create Room</string>
490 491 492 493 494 495 496 497 498 499

    <!-- ABookCheck 1.0.1 -->
    <string name="temp_save">Temporarily saved</string>
    <string name="temp_save_info">Do you want to temporarily save it?</string>
    <string name="save_info">Save it and send it to the server?</string>
    <string name="msg_temp_save_result">It has been saved.</string>
    <string name="delete_info">Do you want to delete the saved data?</string>
    <string name="Report">Report</string>
    <string name="Routine">Routine</string>
    <string name="ReportReply">ReportReply</string>
500
    <string name="content_link_update">The document name [%1$s] will be updated. \nDo you want to update it?</string>
501
    <string name="msg_non_target_meeting_content">It is the document that can not be read during distance support connection.</string>
502

Kim Jinsung committed
503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523
    <string name="msg_help_operation_list_list_view">You can change to list display.</string>
    <string name="msg_help_operation_list_panel_view">You can change to panel display.</string>
    <string name="msg_help_operation_list_filter">You can select the type of work to be displayed.</string>
    <string name="msg_help_operation_list_filter_on">Indicates that the type of work is selected.</string>
    <string name="msg_help_operation_list_type_report">It indicates that the task is to report only.</string>
    <string name="msg_help_operation_list_type_report_reply">It indicates that the task requires an answer to the report.</string>
    <string name="msg_help_operation_list_type_routine">It indicates that this is a task that requires regular reporting.</string>
    <string name="msg_help_operation_list_base_360">It shows that it is a form to input a report on a 360 degree panoramic image.</string>
    <string name="msg_help_operation_list_base_pdf">It shows that it is a form to input a report on a drawing or an image.</string>
    <string name="msg_help_operation_list_base_list">Indicates that the report target is displayed in a list format.</string>
    <string name="msg_help_common_all_download">Among the displayed materials, the ones not saved on the terminal are downloaded collectively.</string>
    <string name="msg_help_common_download">Save the materials individually to the terminal.</string>
    <string name="msg_help_common_open">You can view the documents.</string>
    <string name="msg_help_common_update">Displayed when the document is corrected. Press the button to save the latest material.</string>
    <string name="msg_help_common_delete">Delete the document from the terminal. Even if you delete it, you can browse it if you save it again.</string>
    <string name="msg_help_pdf_move">Press this button to move the work code label or pin.</string>
    <string name="msg_help_pdf_touch">Press this button to report.</string>
    <string name="msg_help_pdf_code">When this button is pressed, reports that have already been registered are displayed with a work code label.</string>
    <string name="msg_help_pdf_pin">When this button is pressed, already registered reports are displayed with pins.</string>
    <string name="msg_help_pdf_pin_hide">Hides the pin while pressing this button.</string>
    <string name="msg_help_list_report_add">You can add new reports.</string>
524 525
    <string name="msg_help_360_move">Press this button to move the work code label.</string>
    <string name="msg_help_360_touch">If you press this button, you will be able to touch the work code button, so you can report the work.</string>
526 527
    <!-- 1.0.1 Resource Pattern 1 -->
    <!-- 1.9.0.0-->
528 529 530 531
    <string name="meetingroom_setting_1">Meeting room setting(1)</string>
    <string name="marking_share_setting_1">Marking sharing setting(1)</string>
    <string name="chairman_marking_share_1">Publisher marking sharing(1)</string>
    <string name="marking_share_auto_save_1">Auto-save sharing marking(1)</string>
532 533

    <!-- 1.9.3-->
534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555
    <string name="date_label_1">Period(1)</string>
    <string name="operation_name_1">Wokring Name(1)</string>
    <string name="operation_list_1">Wokring(1)</string>
    <string name="operation_search_count_1">%1$s cases have been searched.(1)</string>
    <string name="msg_date_validation_1">Start date must be before the end date(1)</string>
    <string name="search_result_1">Search Results(1)</string>
    <string name="pano_edit_1">360edit(1)</string>
    <string name="information_update_1">Update(1)</string>
    <string name="work_report_1">Report(1)</string>
    <string name="synchronizing_1">Syncing...(1)</string>
    <string name="msg_error_task_receiving_failed_1">An error occurred while receiving work data.(1)</string>
    <string name="msg_error_task_report_receiving_failed_1">An error occurred while receiving work report data.(1)</string>
    <string name="file_initialization_1">Initializing file(1)</string>
    <string name="msg_confirm_entry_scene_1">Would you like to register the selected image as a scene image?(1)</string>
    <string name="msg_confirm_save_pano_edit_1">Do you want to end the editing? \n (Unsaved changes are discarded)(1)</string>

    <string name="operation_manual_1">Operation manual(1)</string>
    <string name="operation_related_content_1">Related Content(1)</string>
    <string name="new_content_1">New(1)</string>
    <string name="save_all_1">Save All(1)</string>
    <string name="content_update_1">update(1)</string>
    <string name="remote_support_1">Remote Support(1)</string>
556
    <string name="remote_support_list_1">Remote Support List</string>
557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593
    <string name="new_make_1">New Make(1)</string>
    <string name="msg_no_data_1">There are not registered data.(1)</string>
    <string name="msg_confirm_exit_meeting_room_1">All the participants will be disconnected, will you leave the room?(1)</string>
    <string name="room_name_1">Room Name(1)</string>
    <string name="room_no_1">Room No.(1)</string>
    <string name="password_setting_1">Password Setting(1)</string>
    <string name="exist_1">exist(1)</string>
    <string name="not_exist_1">not exist(1)</string>
    <string name="msg_cancel_download_1">Are you sure you want to stop the download?(1)</string>
    <string name="pano_entry_title_1">360 Content registration(1)</string>
    <string name="label_entry_1">Registration(1)</string>
    <string name="label_base_file_1">Base file(1)</string>
    <string name="select_image_1">Image selection(1)</string>
    <string name="error_msg_open_pano_edit_1">The content can not be edited (%1$s) because the content is being edited on another terminal.(1)</string>

    <string name="P001_1">Hankaku katakana can not be used for content name.(1)</string>
    <string name="P002_1">Content has already been registered.(1)</string>
    <string name="P003_1">Wokring can not be newly registered, modified, or deleted.(1)</string>
    <string name="P004_1">Wokring is being viewed on the server. Please execute the synchronization process again after a while.(1)</string>
    <string name="P005_1">It is already checked. Check data can not be sent.(1)</string>

    <string name="no_ozd_viewer_1">Viewer doesn\'t exist.(1)</string>
    <string name="msg_ozd_save_fail_1">Document save failed. Please save again.(1)</string>
    <string name="push_message_send_1">send push message(1)</string>
    <string name="send_destination_1">Destination(1)</string>
    <string name="send_message_1">Message(1)</string>
    <string name="send_1">Send(1)</string>
    <string name="free_input_1">free text input(1)</string>
    <string name="in_group_1">in group(1)</string>
    <string name="all_operation_1">the entire Wokring(1)</string>
    <string name="push_message_list_1">Message list(1)</string>
    <string name="push_message_input_null_1">please enter a push message.(1)</string>
    <string name="push_message_input_over_1">The push message is too long.(1)</string>
    <string name="push_message_send_success_1">we sent a push message.(1)</string>
    <string name="push_message_send_fail_1">Failed to send push message.(1)</string>
    <string name="respons_fix_push_message_fail_1">Failed to acquire fixed form sentences.(1)</string>
    <string name="title_help_1">help(1)</string>
594

595
    <string name="msg_help_operation_list_main_1">It is the @Form home screen. Completed projects are not displayed. When "Search result" is displayed at the top of the page, search conditions are set. When you clear the condition in search, all items are displayed.</string>
596 597 598 599 600 601 602 603 604
    <string name="msg_help_operation_list_search_1">You can search for projects. Please enter the name and the execution period and search.</string>
    <string name="msg_help_operation_list_setting_1">You can change the password, check the version of the application, view the operation manual of the application, and so on.</string>
    <string name="msg_help_operation_list_pano_1">Go to the screen to add 360-degree panoramic images (scenes) and radar maps. It is displayed when you register a project of 360 format.</string>
    <string name="msg_help_operation_list_sync_1">If the button is blue, it indicates that there is new information. Please push the button to update instructions and related materials. Please perform operation in a communicable state.</string>
    <string name="msg_help_operation_list_direction_1">To do work instructions, press this button.</string>
    <string name="msg_help_operation_list_report_1">To do work report, press this button.</string>
    <string name="msg_help_operation_list_detail_1">Proceed to the screen that references documents related to the project, such as manuals, work procedures manuals.</string>
    <string name="msg_help_operation_detail_main_1">Save related documents and browse. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.</string>
    <string name="msg_help_operation_home_1">You will return to the home screen.</string>
605 606 607
    <string name="msg_help_pano_edit_add_1">you save the captured 360 degree panorama image on the @Form server.</string>
    <string name="msg_help_pano_edit_server_add_1">You add a 360 degree panorama image (scene) saved on the @Form server. You can also add a radar map.</string>
    <string name="msg_help_pano_edit_server_save_1">After adding scenes etc, save it. "Temporary storage" is temporarily saved on the terminal, "Save" is transmitted to the @Form server and reflected on the terminal of the project member.</string>
608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639
    <string name="msg_help_list_main_1">The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_director_report_search_1">Enter a work name and search for work.</string>
    <string name="msg_help_director_add_1">You will add a new work instruction.</string>
    <string name="msg_help_director_edit_1">Correct the instruction contents already registered.</string>
    <string name="msg_help_director_task_main_1">The input content may be composed of multiple pages. Although it can be saved in the middle of input, it can not save if mandatory items are not entered.</string>
    <string name="msg_help_task_save_1">Save your entries.</string>
    <string name="msg_help_task_delete_1">Delete saved instruction contents.</string>
    <string name="msg_help_task_prev_1">You will return to the previous page.</string>
    <string name="msg_help_task_next_1">You will proceed to the next page.</string>
    <string name="msg_help_task_close_1">Close the entry screen. Input contents not saved are discarded.</string>
    <string name="msg_help_task_director_list_1">Display the work instruction list.</string>
    <string name="msg_help_task_pano_zoom_1">Enlarges / reduces the 360-degree panoramic image. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_drawing_director_main_1">Double-tap the pdf to register new instruction contents. To modify already registered instructions, tap the operation code on the drawing. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_drawing_report_main_1">Please tap the operation code on the pdf when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_director_main_1">Double tap on the space to register new instruction contents. If you wish to modify already registered instruction content, tap on the working code in the space. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_report_main_1">Please tap the operation code on the space when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_routineTask_list_main_1">It is not possible to report jobs until the job start time. Pressing the [Update List] button displays the [Job Report] button.</string>
    <string name="msg_help_routineTask_list_refresh_1">Refresh the screen with the latest information.</string>

    <string name="msg_help_drawing_zoom_1">Scale the drawing. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_report_task_show_director_1">Display the contents of the instruction.</string>
    <string name="msg_help_report_task_show_report_1">Proceed to the work report.</string>
    <string name="msg_help_report_task_comfirm_1">You can check the instruction content.</string>
    <string name="msg_help_dicrector_task_list_main_1">Display the work registered to all scenes in the list. The work of the currently displayed scene is displayed, and the work of the other scenes is collapsed. The color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_dicrector_task_list_search_1">Search work by partial match.</string>
    <string name="msg_help_dicrector_task_list_scene_move_1">You can move to each scene.</string>
    <string name="msg_help_dicrector_task_show_list_up_1">Display the work.</string>
    <string name="msg_help_dicrector_task_list_down_1">Hide the work.</string>
    <string name="msg_help_dicrector_task_list_close_1">Close the list screen.</string>
    <string name="msg_help_report_task_director_main_1">The contents registered by the instructor are displayed.</string>
    <string name="msg_help_report_task_director_input_1">The work report screen is displayed.</string>

640 641 642 643 644 645 646
    <string name="title_permission_dialog_1">Application authority(1)</string>
    <string name="msg_permission_dialog_storage_update_1">To upgrade the version of the application, you need the external storage usage authority. \n To transition to the application setting screen.(1)</string>
    <string name="msg_permission_dialog_location_1">Position information usage authority is required. \n To transition to the application setting screen.(1)</string>
    <string name="msg_permission_dialog_camera_1">Camera usage authority is required. \n To transition to the application setting screen.(1)</string>
    <string name="msg_location_search_fail_1">Failed to acquire location information.(1)</string>
    <string name="msg_pano_image_no_selected_1">Base file has not been selected.(1)</string>
    <string name="msg_permission_dialog_storage_album_1">In order to use local photos,you need the external storage usage authority. \ nTo transition to the application setting screen.(1)</string>
647

648
    <string name="msg_send_error_task_report_data_1">An error occurred while sending work report data. \n Untransmitted data is automatically transmitted at the next transmission.(1)</string>
649 650

    <!-- 1.9.400-->
651 652 653 654 655 656 657 658 659 660
    <string name="pull_to_refresh_label_1">Pull to refresh…(1)</string>
    <string name="release_to_refresh_label_1">Release to refresh…(1)</string>
    <string name="msg_sence_regist_failed_1">The addition of a scene failed.\nSince the selected image is registered as the scene material, you must manually add the scene.(1)</string>
    <string name="msg_sence_regist_api_failed_1">The addition of a scene failed.\nSelect an image again to add a scene.(1)</string>
    <string name="communication_1">communication(1)</string>
    <string name="operation_select_1">Wokring choice(1)</string>
    <string name="detail_1">detail(1)</string>
    <string name="title_message_detail_1">message detail(1)</string>
    <string name="push_message_sender_1">Sender(1) :</string>
    <string name="title_operation_report_form_1">Task report (1)</string>
661 662
    <string name="title_preview_1">preivew</string>
    <string name="title_input_1">input</string>
663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
    <string name="title_common_content_1">Related Content(Commmon)(1)</string>
    <string name="msg_not_related_content_1">The content can not be opened because It is not related data.(1)</string>
    <string name="msg_common_processing_1">processing...(1)</string>

    <string name="msg_help_communication_menu_1">You can use push messages and remote assistance. If there is an unread push message, a red circle is displayed at the upper right of the icon.(1)</string>
    <string name="msg_help_common_content_menu_1">Go to the screen that references materials that all users can view.(1)</string>
    <string name="msg_help_common_content_1">It is a material that all users can view. Save the document and view it. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.(1)</string>
    <string name="msg_help_task_code_hide_1">Hide the working code while pressing this button.(1)</string>
    <string name="msg_help_task_related_content_1">It will be displayed if relevant information is available for the question.(1)</string>
    <string name="msg_help_task_form_explain_1">An explanation about each question of the input form is displayed.(1)</string>
    <string name="msg_help_task_first_back_1">You will return to the first page.(1)</string>
    <string name="msg_help_task_end_go_1">You will proceed to the last page.(1)</string>
    <string name="recent_update_date_1">recent update date:%1$s(1)</string>

    <string name="label_operation_report_type_1">Kind(1)</string>
    <string name="date_label_routineTask_1">Working time(1)</string>
    <string name="msg_no_report_data_1">There is no work data.(1)</string>
    <string name="msg_permission_dialog_mic_1">Mic usage authority is required. \n To transition to the application setting screen.(1)</string>
    <string name="msg_routineTask_report_disable_not_list_1">It is not possible to transition to the inspection work report screen except for Wokring list screen.(1)</string>
    <string name="msg_routineTask_report_disable_refreshing_1">You can not enter the inspection work report screen while updating information.(1)</string>
    <string name="msg_routineTask_report_disable_meeting_room_1">You can not enter the inspection work report screen while conference room is connected.(1)</string>
    <string name="msg_routineTask_report_disable_not_updated_1">In the state where information is not updated, it can not transit to the inspection work report screen.(1)</string>
    <string name="msg_routineTask_report_disable_no_operation_1">Since Wokring does not exist, it can not transit to the inspection work report screen.(1)</string>
    <string name="msg_routineTask_report_available_from_1">Information can be updated from「%s」(1)</string>
    <string name="msg_not_common_content_1">You can not view it because it is contents that are not set in common data.(1)</string>

    <string name="room_list_1">Room List(1)</string>
    <string name="create_room_1">Create Room(1)</string>
691 692

    <!-- ABookCheck 1.0.1 -->
693 694 695 696 697 698 699 700
    <string name="temp_save_1">Temporarily saved(1)</string>
    <string name="temp_save_info_1">Do you want to temporarily save it?(1)</string>
    <string name="save_info_1">Save it and send it to the server?(1)</string>
    <string name="msg_temp_save_result_1">It has been saved.(1)</string>
    <string name="delete_info_1">Do you want to delete the saved data?(1)</string>
    <string name="Report_1">Report(1)</string>
    <string name="Routine_1">Routine(1)</string>
    <string name="ReportReply_1">ReportReply(1)</string>
701 702 703

    <!-- 1.0.1 Resource Pattern 2 -->
    <!-- 1.9.0.0-->
704 705 706 707
    <string name="meetingroom_setting_2">Meeting room setting(2)</string>
    <string name="marking_share_setting_2">Marking sharing setting(2)</string>
    <string name="chairman_marking_share_2">Publisher marking sharing(2)</string>
    <string name="marking_share_auto_save_2">Auto-save sharing marking(2)</string>
708 709

    <!-- 1.9.3-->
710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731
    <string name="date_label_2">Period(2)</string>
    <string name="operation_name_2">Wokring Name(2)</string>
    <string name="operation_list_2">Wokring(2)</string>
    <string name="operation_search_count_2">%1$s cases have been searched.(2)</string>
    <string name="msg_date_validation_2">Start date must be before the end date(2)</string>
    <string name="search_result_2">Search Results(2)</string>
    <string name="pano_edit_2">360edit(2)</string>
    <string name="information_update_2">Update(2)</string>
    <string name="work_report_2">Report(2)</string>
    <string name="synchronizing_2">Syncing...(2)</string>
    <string name="msg_error_task_receiving_failed_2">An error occurred while receiving work data.(2)</string>
    <string name="msg_error_task_report_receiving_failed_2">An error occurred while receiving work report data.(2)</string>
    <string name="file_initialization_2">Initializing file(2)</string>
    <string name="msg_confirm_entry_scene_2">Would you like to register the selected image as a scene image?(2)</string>
    <string name="msg_confirm_save_pano_edit_2">Do you want to end the editing? \n (Unsaved changes are discarded)(2)</string>

    <string name="operation_manual_2">Operation manual(2)</string>
    <string name="operation_related_content_2">Related Content(2)</string>
    <string name="new_content_2">New(2)</string>
    <string name="save_all_2">Save All(2)</string>
    <string name="content_update_2">update(2)</string>
    <string name="remote_support_2">Remote Support(2)</string>
732
    <string name="remote_support_list_2">Remote Support List(2)</string>
733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769
    <string name="new_make_2">New Make(2)</string>
    <string name="msg_no_data_2">There are not registered data.(2)</string>
    <string name="msg_confirm_exit_meeting_room_2">All the participants will be disconnected, will you leave the room?(2)</string>
    <string name="room_name_2">Room Name(2)</string>
    <string name="room_no_2">Room No.(2)</string>
    <string name="password_setting_2">Password Setting(2)</string>
    <string name="exist_2">exist(2)</string>
    <string name="not_exist_2">not exist(2)</string>
    <string name="msg_cancel_download_2">Are you sure you want to stop the download?(2)</string>
    <string name="pano_entry_title_2">360 Content registration(2)</string>
    <string name="label_entry_2">Registration(2)</string>
    <string name="label_base_file_2">Base file(2)</string>
    <string name="select_image_2">Image selection(2)</string>
    <string name="error_msg_open_pano_edit_2">The content can not be edited (%1$s) because the content is being edited on another terminal.(2)</string>

    <string name="P001_2">Hankaku katakana can not be used for content name.(2)</string>
    <string name="P002_2">Content has already been registered.(2)</string>
    <string name="P003_2">Wokring can not be newly registered, modified, or deleted.(2)</string>
    <string name="P004_2">Wokring is being viewed on the server. Please execute the synchronization process again after a while.(2)</string>
    <string name="P005_2">It is already checked. Check data can not be sent.(2)</string>

    <string name="no_ozd_viewer_2">Viewer doesn\'t exist.(2)</string>
    <string name="msg_ozd_save_fail_2">Document save failed. Please save again.(2)</string>
    <string name="push_message_send_2">send push message(2)</string>
    <string name="send_destination_2">Destination(2)</string>
    <string name="send_message_2">Message(2)</string>
    <string name="send_2">Send(2)</string>
    <string name="free_input_2">free text input(2)</string>
    <string name="in_group_2">in group(2)</string>
    <string name="all_operation_2">the entire Wokring(2)</string>
    <string name="push_message_list_2">Message list(2)</string>
    <string name="push_message_input_null_2">please enter a push message.(2)</string>
    <string name="push_message_input_over_2">The push message is too long.(2)</string>
    <string name="push_message_send_success_2">we sent a push message.(2)</string>
    <string name="push_message_send_fail_2">Failed to send push message.(2)</string>
    <string name="respons_fix_push_message_fail_2">Failed to acquire fixed form sentences.(2)</string>
    <string name="title_help_2">help(2)</string>
770

771
    <string name="msg_help_operation_list_main_2">It is the @Form home screen. Completed projects are not displayed. When "Search result" is displayed at the top of the page, search conditions are set. When you clear the condition in search, all items are displayed.</string>
772 773 774 775 776 777 778 779 780
    <string name="msg_help_operation_list_search_2">You can search for projects. Please enter the name and the execution period and search.</string>
    <string name="msg_help_operation_list_setting_2">You can change the password, check the version of the application, view the operation manual of the application, and so on.</string>
    <string name="msg_help_operation_list_pano_2">Go to the screen to add 360-degree panoramic images (scenes) and radar maps. It is displayed when you register a project of 360 format.</string>
    <string name="msg_help_operation_list_sync_2">If the button is blue, it indicates that there is new information. Please push the button to update instructions and related materials. Please perform operation in a communicable state.</string>
    <string name="msg_help_operation_list_direction_2">To do work instructions, press this button.</string>
    <string name="msg_help_operation_list_report_2">To do work report, press this button.</string>
    <string name="msg_help_operation_list_detail_2">Proceed to the screen that references documents related to the project, such as manuals, work procedures manuals.</string>
    <string name="msg_help_operation_detail_main_2">Save related documents and browse. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.</string>
    <string name="msg_help_operation_home_2">You will return to the home screen.</string>
781 782 783
    <string name="msg_help_pano_edit_add_2">you save the captured 360 degree panorama image on the @Form server.</string>
    <string name="msg_help_pano_edit_server_add_2">You add a 360 degree panorama image (scene) saved on the @Form server. You can also add a radar map.</string>
    <string name="msg_help_pano_edit_server_save_2">After adding scenes etc, save it. "Temporary storage" is temporarily saved on the terminal, "Save" is transmitted to the @Form server and reflected on the terminal of the project member.</string>
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815
    <string name="msg_help_list_main_2">The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_director_report_search_2">Enter a work name and search for work.</string>
    <string name="msg_help_director_add_2">You will add a new work instruction.</string>
    <string name="msg_help_director_edit_2">Correct the instruction contents already registered.</string>
    <string name="msg_help_director_task_main_2">The input content may be composed of multiple pages. Although it can be saved in the middle of input, it can not save if mandatory items are not entered.</string>
    <string name="msg_help_task_save_2">Save your entries.</string>
    <string name="msg_help_task_delete_2">Delete saved instruction contents.</string>
    <string name="msg_help_task_prev_2">You will return to the previous page.</string>
    <string name="msg_help_task_next_2">You will proceed to the next page.</string>
    <string name="msg_help_task_close_2">Close the entry screen. Input contents not saved are discarded.</string>
    <string name="msg_help_task_director_list_2">Display the work instruction list.</string>
    <string name="msg_help_task_pano_zoom_2">Enlarges / reduces the 360-degree panoramic image. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_drawing_director_main_2">Double-tap the pdf to register new instruction contents. To modify already registered instructions, tap the operation code on the drawing. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_drawing_report_main_2">Please tap the operation code on the pdf when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_director_main_2">Double tap on the space to register new instruction contents. If you wish to modify already registered instruction content, tap on the working code in the space. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_report_main_2">Please tap the operation code on the space when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_routineTask_list_main_2">It is not possible to report jobs until the job start time. Pressing the [Update List] button displays the [Job Report] button.</string>
    <string name="msg_help_routineTask_list_refresh_2">Refresh the screen with the latest information.</string>

    <string name="msg_help_drawing_zoom_2">Scale the drawing. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_report_task_show_director_2">Display the contents of the instruction.</string>
    <string name="msg_help_report_task_show_report_2">Proceed to the work report.</string>
    <string name="msg_help_report_task_comfirm_2">You can check the instruction content.</string>
    <string name="msg_help_dicrector_task_list_main_2">Display the work registered to all scenes in the list. The work of the currently displayed scene is displayed, and the work of the other scenes is collapsed. The color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_dicrector_task_list_search_2">Search work by partial match.</string>
    <string name="msg_help_dicrector_task_list_scene_move_2">You can move to each scene.</string>
    <string name="msg_help_dicrector_task_show_list_up_2">Display the work.</string>
    <string name="msg_help_dicrector_task_list_down_2">Hide the work.</string>
    <string name="msg_help_dicrector_task_list_close_2">Close the list screen.</string>
    <string name="msg_help_report_task_director_main_2">The contents registered by the instructor are displayed.</string>
    <string name="msg_help_report_task_director_input_2">The work report screen is displayed.</string>

816 817 818 819 820 821 822
    <string name="title_permission_dialog_2">Application authority(2)</string>
    <string name="msg_permission_dialog_storage_update_2">To upgrade the version of the application, you need the external storage usage authority. \n To transition to the application setting screen.(2)</string>
    <string name="msg_permission_dialog_location_2">Position information usage authority is required. \n To transition to the application setting screen.(2)</string>
    <string name="msg_permission_dialog_camera_2">Camera usage authority is required. \n To transition to the application setting screen.(2)</string>
    <string name="msg_location_search_fail_2">Failed to acquire location information.(2)</string>
    <string name="msg_pano_image_no_selected_2">Base file has not been selected.(2)</string>
    <string name="msg_permission_dialog_storage_album_2">In order to use local photos,you need the external storage usage authority. \ nTo transition to the application setting screen.(2)</string>
823

824
    <string name="msg_send_error_task_report_data_2">An error occurred while sending work report data. \n Untransmitted data is automatically transmitted at the next transmission.(2)</string>
825 826

    <!-- 1.9.400-->
827 828 829 830 831 832 833 834 835 836
    <string name="pull_to_refresh_label_2">Pull to refresh…(2)</string>
    <string name="release_to_refresh_label_2">Release to refresh…(2)</string>
    <string name="msg_sence_regist_failed_2">The addition of a scene failed.\nSince the selected image is registered as the scene material, you must manually add the scene.(2)</string>
    <string name="msg_sence_regist_api_failed_2">The addition of a scene failed.\nSelect an image again to add a scene.(2)</string>
    <string name="communication_2">communication(2)</string>
    <string name="operation_select_2">Wokring choice(2)</string>
    <string name="detail_2">detail(2)</string>
    <string name="title_message_detail_2">message detail(2)</string>
    <string name="push_message_sender_2">Sender(2) :</string>
    <string name="title_operation_report_form_2">Task report (2)</string>
837 838
    <string name="title_preview_2">preivew</string>
    <string name="title_input_2">input</string>
839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866
    <string name="title_common_content_2">Related Content(Commmon)(2)</string>
    <string name="msg_not_related_content_2">The content can not be opened because It is not related data.(2)</string>
    <string name="msg_common_processing_2">processing...(2)</string>

    <string name="msg_help_communication_menu_2">You can use push messages and remote assistance. If there is an unread push message, a red circle is displayed at the upper right of the icon.(2)</string>
    <string name="msg_help_common_content_menu_2">Go to the screen that references materials that all users can view.(2)</string>
    <string name="msg_help_common_content_2">It is a material that all users can view. Save the document and view it. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.(2)</string>
    <string name="msg_help_task_code_hide_2">Hide the working code while pressing this button.(2)</string>
    <string name="msg_help_task_related_content_2">It will be displayed if relevant information is available for the question.(2)</string>
    <string name="msg_help_task_form_explain_2">An explanation about each question of the input form is displayed.(2)</string>
    <string name="msg_help_task_first_back_2">You will return to the first page.(2)</string>
    <string name="msg_help_task_end_go_2">You will proceed to the last page.(2)</string>
    <string name="recent_update_date_2">recent update date:%1$s(2)</string>

    <string name="label_operation_report_type_2">Kind(2)</string>
    <string name="date_label_routineTask_2">Working time(2)</string>
    <string name="msg_no_report_data_2">There is no work data.(2)</string>
    <string name="msg_permission_dialog_mic_2">Mic usage authority is required. \n To transition to the application setting screen.(2)</string>
    <string name="msg_routineTask_report_disable_not_list_2">It is not possible to transition to the inspection work report screen except for Wokring list screen.(2)</string>
    <string name="msg_routineTask_report_disable_refreshing_2">You can not enter the inspection work report screen while updating information.(2)</string>
    <string name="msg_routineTask_report_disable_meeting_room_2">You can not enter the inspection work report screen while conference room is connected.(2)</string>
    <string name="msg_routineTask_report_disable_not_updated_2">In the state where information is not updated, it can not transit to the inspection work report screen.(2)</string>
    <string name="msg_routineTask_report_disable_no_operation_2">Since Wokring does not exist, it can not transit to the inspection work report screen.(2)</string>
    <string name="msg_routineTask_report_available_from_2">Information can be updated from「%s」(2)</string>
    <string name="msg_not_common_content_2">You can not view it because it is contents that are not set in common data.(2)</string>

    <string name="room_list_2">Room List(2)</string>
    <string name="create_room_2">Create Room(2)</string>
867 868

    <!-- ABookCheck 1.0.1 -->
869 870 871 872 873 874 875 876
    <string name="temp_save_2">Temporarily saved(2)</string>
    <string name="temp_save_info_2">Do you want to temporarily save it?(2)</string>
    <string name="save_info_2">Save it and send it to the server?(2)</string>
    <string name="msg_temp_save_result_2">It has been saved.(2)</string>
    <string name="delete_info_2">Do you want to delete the saved data?(2)</string>
    <string name="Report_2">Report(2)</string>
    <string name="Routine_2">Routine(2)</string>
    <string name="ReportReply_2">ReportReply(2)</string>
877 878 879

    <!-- 1.0.1 Resource Pattern 3 -->
    <!-- 1.9.0.0-->
880 881 882 883
    <string name="meetingroom_setting_3">Meeting room setting(3)</string>
    <string name="marking_share_setting_3">Marking sharing setting(3)</string>
    <string name="chairman_marking_share_3">Publisher marking sharing(3)</string>
    <string name="marking_share_auto_save_3">Auto-save sharing marking(3)</string>
884 885

    <!-- 1.9.3-->
886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907
    <string name="date_label_3">Period(3)</string>
    <string name="operation_name_3">Wokring Name(3)</string>
    <string name="operation_list_3">Wokring(3)</string>
    <string name="operation_search_count_3">%1$s cases have been searched.(3)</string>
    <string name="msg_date_validation_3">Start date must be before the end date(3)</string>
    <string name="search_result_3">Search Results(3)</string>
    <string name="pano_edit_3">360edit(3)</string>
    <string name="information_update_3">Update(3)</string>
    <string name="work_report_3">Report(3)</string>
    <string name="synchronizing_3">Syncing...(3)</string>
    <string name="msg_error_task_receiving_failed_3">An error occurred while receiving work data.(3)</string>
    <string name="msg_error_task_report_receiving_failed_3">An error occurred while receiving work report data.(3)</string>
    <string name="file_initialization_3">Initializing file(3)</string>
    <string name="msg_confirm_entry_scene_3">Would you like to register the selected image as a scene image?(3)</string>
    <string name="msg_confirm_save_pano_edit_3">Do you want to end the editing? \n (Unsaved changes are discarded)(3)</string>

    <string name="operation_manual_3">Operation manual(3)</string>
    <string name="operation_related_content_3">Related Content(3)</string>
    <string name="new_content_3">New(3)</string>
    <string name="save_all_3">Save All(3)</string>
    <string name="content_update_3">update(3)</string>
    <string name="remote_support_3">Remote Support(3)</string>
908
    <string name="remote_support_list_3">Remote Support List(3)</string>
909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945
    <string name="new_make_3">New Make(3)</string>
    <string name="msg_no_data_3">There are not registered data.(3)</string>
    <string name="msg_confirm_exit_meeting_room_3">All the participants will be disconnected, will you leave the room?(3)</string>
    <string name="room_name_3">Room Name(3)</string>
    <string name="room_no_3">Room No.(3)</string>
    <string name="password_setting_3">Password Setting(3)</string>
    <string name="exist_3">exist(3)</string>
    <string name="not_exist_3">not exist(3)</string>
    <string name="msg_cancel_download_3">Are you sure you want to stop the download?(3)</string>
    <string name="pano_entry_title_3">360 Content registration(3)</string>
    <string name="label_entry_3">Registration(3)</string>
    <string name="label_base_file_3">Base file(3)</string>
    <string name="select_image_3">Image selection(3)</string>
    <string name="error_msg_open_pano_edit_3">The content can not be edited (%1$s) because the content is being edited on another terminal.(3)</string>

    <string name="P001_3">Hankaku katakana can not be used for content name.(3)</string>
    <string name="P002_3">Content has already been registered.(3)</string>
    <string name="P003_3">Wokring can not be newly registered, modified, or deleted.(3)</string>
    <string name="P004_3">Wokring is being viewed on the server. Please execute the synchronization process again after a while.(3)</string>
    <string name="P005_3">It is already checked. Check data can not be sent.(3)</string>

    <string name="no_ozd_viewer_3">Viewer doesn\'t exist.(3)</string>
    <string name="msg_ozd_save_fail_3">Document save failed. Please save again.(3)</string>
    <string name="push_message_send_3">send push message(3)</string>
    <string name="send_destination_3">Destination(3)</string>
    <string name="send_message_3">Message(3)</string>
    <string name="send_3">Send(3)</string>
    <string name="free_input_3">free text input(3)</string>
    <string name="in_group_3">in group(3)</string>
    <string name="all_operation_3">the entire Wokring(3)</string>
    <string name="push_message_list_3">Message list(3)</string>
    <string name="push_message_input_null_3">please enter a push message.(3)</string>
    <string name="push_message_input_over_3">The push message is too long.(3)</string>
    <string name="push_message_send_success_3">we sent a push message.(3)</string>
    <string name="push_message_send_fail_3">Failed to send push message.(3)</string>
    <string name="respons_fix_push_message_fail_3">Failed to acquire fixed form sentences.(3)</string>
    <string name="title_help_3">help(3)</string>
946

947
    <string name="msg_help_operation_list_main_3">It is the @Form home screen. Completed projects are not displayed. When "Search result" is displayed at the top of the page, search conditions are set. When you clear the condition in search, all items are displayed.</string>
948 949 950 951 952 953 954 955 956
    <string name="msg_help_operation_list_search_3">You can search for projects. Please enter the name and the execution period and search.</string>
    <string name="msg_help_operation_list_setting_3">You can change the password, check the version of the application, view the operation manual of the application, and so on.</string>
    <string name="msg_help_operation_list_pano_3">Go to the screen to add 360-degree panoramic images (scenes) and radar maps. It is displayed when you register a project of 360 format.</string>
    <string name="msg_help_operation_list_sync_3">If the button is blue, it indicates that there is new information. Please push the button to update instructions and related materials. Please perform operation in a communicable state.</string>
    <string name="msg_help_operation_list_direction_3">To do work instructions, press this button.</string>
    <string name="msg_help_operation_list_report_3">To do work report, press this button.</string>
    <string name="msg_help_operation_list_detail_3">Proceed to the screen that references documents related to the project, such as manuals, work procedures manuals.</string>
    <string name="msg_help_operation_detail_main_3">Save related documents and browse. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.</string>
    <string name="msg_help_operation_home_3">You will return to the home screen.</string>
957 958 959
    <string name="msg_help_pano_edit_add_3">you save the captured 360 degree panorama image on the @Form server.</string>
    <string name="msg_help_pano_edit_server_add_3">You add a 360 degree panorama image (scene) saved on the @Form server. You can also add a radar map.</string>
    <string name="msg_help_pano_edit_server_save_3">After adding scenes etc, save it. "Temporary storage" is temporarily saved on the terminal, "Save" is transmitted to the @Form server and reflected on the terminal of the project member.</string>
960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991
    <string name="msg_help_list_main_3">The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_director_report_search_3">Enter a work name and search for work.</string>
    <string name="msg_help_director_add_3">You will add a new work instruction.</string>
    <string name="msg_help_director_edit_3">Correct the instruction contents already registered.</string>
    <string name="msg_help_director_task_main_3">The input content may be composed of multiple pages. Although it can be saved in the middle of input, it can not save if mandatory items are not entered.</string>
    <string name="msg_help_task_save_3">Save your entries.</string>
    <string name="msg_help_task_delete_3">Delete saved instruction contents.</string>
    <string name="msg_help_task_prev_3">You will return to the previous page.</string>
    <string name="msg_help_task_next_3">You will proceed to the next page.</string>
    <string name="msg_help_task_close_3">Close the entry screen. Input contents not saved are discarded.</string>
    <string name="msg_help_task_director_list_3">Display the work instruction list.</string>
    <string name="msg_help_task_pano_zoom_3">Enlarges / reduces the 360-degree panoramic image. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_drawing_director_main_3">Double-tap the pdf to register new instruction contents. To modify already registered instructions, tap the operation code on the drawing. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_drawing_report_main_3">Please tap the operation code on the pdf when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_director_main_3">Double tap on the space to register new instruction contents. If you wish to modify already registered instruction content, tap on the working code in the space. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_report_main_3">Please tap the operation code on the space when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_routineTask_list_main_3">It is not possible to report jobs until the job start time. Pressing the [Update List] button displays the [Job Report] button.</string>
    <string name="msg_help_routineTask_list_refresh_3">Refresh the screen with the latest information.</string>

    <string name="msg_help_drawing_zoom_3">Scale the drawing. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_report_task_show_director_3">Display the contents of the instruction.</string>
    <string name="msg_help_report_task_show_report_3">Proceed to the work report.</string>
    <string name="msg_help_report_task_comfirm_3">You can check the instruction content.</string>
    <string name="msg_help_dicrector_task_list_main_3">Display the work registered to all scenes in the list. The work of the currently displayed scene is displayed, and the work of the other scenes is collapsed. The color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_dicrector_task_list_search_3">Search work by partial match.</string>
    <string name="msg_help_dicrector_task_list_scene_move_3">You can move to each scene.</string>
    <string name="msg_help_dicrector_task_show_list_up_3">Display the work.</string>
    <string name="msg_help_dicrector_task_list_down_3">Hide the work.</string>
    <string name="msg_help_dicrector_task_list_close_3">Close the list screen.</string>
    <string name="msg_help_report_task_director_main_3">The contents registered by the instructor are displayed.</string>
    <string name="msg_help_report_task_director_input_3">The work report screen is displayed.</string>

992 993 994 995 996 997 998
    <string name="title_permission_dialog_3">Application authority(3)</string>
    <string name="msg_permission_dialog_storage_update_3">To upgrade the version of the application, you need the external storage usage authority. \n To transition to the application setting screen.(3)</string>
    <string name="msg_permission_dialog_location_3">Position information usage authority is required. \n To transition to the application setting screen.(3)</string>
    <string name="msg_permission_dialog_camera_3">Camera usage authority is required. \n To transition to the application setting screen.(3)</string>
    <string name="msg_location_search_fail_3">Failed to acquire location information.(3)</string>
    <string name="msg_pano_image_no_selected_3">Base file has not been selected.(3)</string>
    <string name="msg_permission_dialog_storage_album_3">In order to use local photos,you need the external storage usage authority. \ nTo transition to the application setting screen.(3)</string>
999

1000
    <string name="msg_send_error_task_report_data_3">An error occurred while sending work report data. \n Untransmitted data is automatically transmitted at the next transmission.(3)</string>
1001 1002

    <!-- 1.9.400-->
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012
    <string name="pull_to_refresh_label_3">Pull to refresh…(3)</string>
    <string name="release_to_refresh_label_3">Release to refresh…(3)</string>
    <string name="msg_sence_regist_failed_3">The addition of a scene failed.\nSince the selected image is registered as the scene material, you must manually add the scene.(3)</string>
    <string name="msg_sence_regist_api_failed_3">The addition of a scene failed.\nSelect an image again to add a scene.(3)</string>
    <string name="communication_3">communication(3)</string>
    <string name="operation_select_3">Wokring choice(3)</string>
    <string name="detail_3">detail(3)</string>
    <string name="title_message_detail_3">message detail(3)</string>
    <string name="push_message_sender_3">Sender(3) :</string>
    <string name="title_operation_report_form_3">Task report (3)</string>
1013 1014
    <string name="title_preview_3">preivew</string>
    <string name="title_input_3">input</string>
1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042
    <string name="title_common_content_3">Related Content(Commmon)(3)</string>
    <string name="msg_not_related_content_3">The content can not be opened because It is not related data.(3)</string>
    <string name="msg_common_processing_3">processing...(3)</string>

    <string name="msg_help_communication_menu_3">You can use push messages and remote assistance. If there is an unread push message, a red circle is displayed at the upper right of the icon.(3)</string>
    <string name="msg_help_common_content_menu_3">Go to the screen that references materials that all users can view.(3)</string>
    <string name="msg_help_common_content_3">It is a material that all users can view. Save the document and view it. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.(3)</string>
    <string name="msg_help_task_code_hide_3">Hide the working code while pressing this button.(3)</string>
    <string name="msg_help_task_related_content_3">It will be displayed if relevant information is available for the question.(3)</string>
    <string name="msg_help_task_form_explain_3">An explanation about each question of the input form is displayed.(3)</string>
    <string name="msg_help_task_first_back_3">You will return to the first page.(3)</string>
    <string name="msg_help_task_end_go_3">You will proceed to the last page.(3)</string>
    <string name="recent_update_date_3">recent update date:%1$s(3)</string>

    <string name="label_operation_report_type_3">Kind(3)</string>
    <string name="date_label_routineTask_3">Working time(3)</string>
    <string name="msg_no_report_data_3">There is no work data.(3)</string>
    <string name="msg_permission_dialog_mic_3">Mic usage authority is required. \n To transition to the application setting screen.(3)</string>
    <string name="msg_routineTask_report_disable_not_list_3">It is not possible to transition to the inspection work report screen except for Wokring list screen.(3)</string>
    <string name="msg_routineTask_report_disable_refreshing_3">You can not enter the inspection work report screen while updating information.(3)</string>
    <string name="msg_routineTask_report_disable_meeting_room_3">You can not enter the inspection work report screen while conference room is connected.(3)</string>
    <string name="msg_routineTask_report_disable_not_updated_3">In the state where information is not updated, it can not transit to the inspection work report screen.(3)</string>
    <string name="msg_routineTask_report_disable_no_operation_3">Since Wokring does not exist, it can not transit to the inspection work report screen.(3)</string>
    <string name="msg_routineTask_report_available_from_3">Information can be updated from「%s」(3)</string>
    <string name="msg_not_common_content_3">You can not view it because it is contents that are not set in common data.(3)</string>

    <string name="room_list_3">Room List(3)</string>
    <string name="create_room_3">Create Room(3)</string>
1043 1044

    <!-- ABookCheck 1.0.1 -->
1045 1046 1047 1048 1049 1050 1051 1052
    <string name="temp_save_3">Temporarily saved(3)</string>
    <string name="temp_save_info_3">Do you want to temporarily save it?(3)</string>
    <string name="save_info_3">Save it and send it to the server?(3)</string>
    <string name="msg_temp_save_result_3">It has been saved.(3)</string>
    <string name="delete_info_3">Do you want to delete the saved data?(3)</string>
    <string name="Report_3">Report(3)</string>
    <string name="Routine_3">Routine(3)</string>
    <string name="ReportReply_3">ReportReply(3)</string>
1053 1054 1055

    <!-- 1.0.1 Resource Pattern 4 -->
    <!-- 1.9.0.0-->
1056 1057 1058 1059
    <string name="meetingroom_setting_4">Meeting room setting(4)</string>
    <string name="marking_share_setting_4">Marking sharing setting(4)</string>
    <string name="chairman_marking_share_4">Publisher marking sharing(4)</string>
    <string name="marking_share_auto_save_4">Auto-save sharing marking(4)</string>
1060 1061

    <!-- 1.9.3-->
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083
    <string name="date_label_4">Period(4)</string>
    <string name="operation_name_4">Wokring Name(4)</string>
    <string name="operation_list_4">Wokring(4)</string>
    <string name="operation_search_count_4">%1$s cases have been searched.(4)</string>
    <string name="msg_date_validation_4">Start date must be before the end date(4)</string>
    <string name="search_result_4">Search Results(4)</string>
    <string name="pano_edit_4">360edit(4)</string>
    <string name="information_update_4">Update(4)</string>
    <string name="work_report_4">Report(4)</string>
    <string name="synchronizing_4">Syncing...(4)</string>
    <string name="msg_error_task_receiving_failed_4">An error occurred while receiving work data.(4)</string>
    <string name="msg_error_task_report_receiving_failed_4">An error occurred while receiving work report data.(4)</string>
    <string name="file_initialization_4">Initializing file(4)</string>
    <string name="msg_confirm_entry_scene_4">Would you like to register the selected image as a scene image?(4)</string>
    <string name="msg_confirm_save_pano_edit_4">Do you want to end the editing? \n (Unsaved changes are discarded)(4)</string>

    <string name="operation_manual_4">Operation manual(4)</string>
    <string name="operation_related_content_4">Related Content(4)</string>
    <string name="new_content_4">New(4)</string>
    <string name="save_all_4">Save All(4)</string>
    <string name="content_update_4">update(4)</string>
    <string name="remote_support_4">Remote Support(4)</string>
1084
    <string name="remote_support_list_4">Remote Support List(4)</string>
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121
    <string name="new_make_4">New Make(4)</string>
    <string name="msg_no_data_4">There are not registered data.(4)</string>
    <string name="msg_confirm_exit_meeting_room_4">All the participants will be disconnected, will you leave the room?(4)</string>
    <string name="room_name_4">Room Name(4)</string>
    <string name="room_no_4">Room No.(4)</string>
    <string name="password_setting_4">Password Setting(4)</string>
    <string name="exist_4">exist(4)</string>
    <string name="not_exist_4">not exist(4)</string>
    <string name="msg_cancel_download_4">Are you sure you want to stop the download?(4)</string>
    <string name="pano_entry_title_4">360 Content registration(4)</string>
    <string name="label_entry_4">Registration(4)</string>
    <string name="label_base_file_4">Base file(4)</string>
    <string name="select_image_4">Image selection(4)</string>
    <string name="error_msg_open_pano_edit_4">The content can not be edited (%1$s) because the content is being edited on another terminal.(4)</string>

    <string name="P001_4">Hankaku katakana can not be used for content name.(4)</string>
    <string name="P002_4">Content has already been registered.(4)</string>
    <string name="P003_4">Wokring can not be newly registered, modified, or deleted.(4)</string>
    <string name="P004_4">Wokring is being viewed on the server. Please execute the synchronization process again after a while.(4)</string>
    <string name="P005_4">It is already checked. Check data can not be sent.(4)</string>

    <string name="no_ozd_viewer_4">Viewer doesn\'t exist.(4)</string>
    <string name="msg_ozd_save_fail_4">Document save failed. Please save again.(4)</string>
    <string name="push_message_send_4">send push message(4)</string>
    <string name="send_destination_4">Destination(4)</string>
    <string name="send_message_4">Message(4)</string>
    <string name="send_4">Send(4)</string>
    <string name="free_input_4">free text input(4)</string>
    <string name="in_group_4">in group(4)</string>
    <string name="all_operation_4">the entire Wokring(4)</string>
    <string name="push_message_list_4">Message list(4)</string>
    <string name="push_message_input_null_4">please enter a push message.(4)</string>
    <string name="push_message_input_over_4">The push message is too long.(4)</string>
    <string name="push_message_send_success_4">we sent a push message.(4)</string>
    <string name="push_message_send_fail_4">Failed to send push message.(4)</string>
    <string name="respons_fix_push_message_fail_4">Failed to acquire fixed form sentences.(4)</string>
    <string name="title_help_4">help(4)</string>
1122

1123
    <string name="msg_help_operation_list_main_4">It is the @Form home screen. Completed projects are not displayed. When "Search result" is displayed at the top of the page, search conditions are set. When you clear the condition in search, all items are displayed.</string>
1124 1125 1126 1127 1128 1129 1130 1131 1132
    <string name="msg_help_operation_list_search_4">You can search for projects. Please enter the name and the execution period and search.</string>
    <string name="msg_help_operation_list_setting_4">You can change the password, check the version of the application, view the operation manual of the application, and so on.</string>
    <string name="msg_help_operation_list_pano_4">Go to the screen to add 360-degree panoramic images (scenes) and radar maps. It is displayed when you register a project of 360 format.</string>
    <string name="msg_help_operation_list_sync_4">If the button is blue, it indicates that there is new information. Please push the button to update instructions and related materials. Please perform operation in a communicable state.</string>
    <string name="msg_help_operation_list_direction_4">To do work instructions, press this button.</string>
    <string name="msg_help_operation_list_report_4">To do work report, press this button.</string>
    <string name="msg_help_operation_list_detail_4">Proceed to the screen that references documents related to the project, such as manuals, work procedures manuals.</string>
    <string name="msg_help_operation_detail_main_4">Save related documents and browse. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.</string>
    <string name="msg_help_operation_home_4">You will return to the home screen.</string>
1133 1134 1135
    <string name="msg_help_pano_edit_add_4">you save the captured 360 degree panorama image on the @Form server.</string>
    <string name="msg_help_pano_edit_server_add_4">You add a 360 degree panorama image (scene) saved on the @Form server. You can also add a radar map.</string>
    <string name="msg_help_pano_edit_server_save_4">After adding scenes etc, save it. "Temporary storage" is temporarily saved on the terminal, "Save" is transmitted to the @Form server and reflected on the terminal of the project member.</string>
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167
    <string name="msg_help_list_main_4">The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_director_report_search_4">Enter a work name and search for work.</string>
    <string name="msg_help_director_add_4">You will add a new work instruction.</string>
    <string name="msg_help_director_edit_4">Correct the instruction contents already registered.</string>
    <string name="msg_help_director_task_main_4">The input content may be composed of multiple pages. Although it can be saved in the middle of input, it can not save if mandatory items are not entered.</string>
    <string name="msg_help_task_save_4">Save your entries.</string>
    <string name="msg_help_task_delete_4">Delete saved instruction contents.</string>
    <string name="msg_help_task_prev_4">You will return to the previous page.</string>
    <string name="msg_help_task_next_4">You will proceed to the next page.</string>
    <string name="msg_help_task_close_4">Close the entry screen. Input contents not saved are discarded.</string>
    <string name="msg_help_task_director_list_4">Display the work instruction list.</string>
    <string name="msg_help_task_pano_zoom_4">Enlarges / reduces the 360-degree panoramic image. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_drawing_director_main_4">Double-tap the pdf to register new instruction contents. To modify already registered instructions, tap the operation code on the drawing. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_drawing_report_main_4">Please tap the operation code on the pdf when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_director_main_4">Double tap on the space to register new instruction contents. If you wish to modify already registered instruction content, tap on the working code in the space. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_report_main_4">Please tap the operation code on the space when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_routineTask_list_main_4">It is not possible to report jobs until the job start time. Pressing the [Update List] button displays the [Job Report] button.</string>
    <string name="msg_help_routineTask_list_refresh_4">Refresh the screen with the latest information.</string>

    <string name="msg_help_drawing_zoom_4">Scale the drawing. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_report_task_show_director_4">Display the contents of the instruction.</string>
    <string name="msg_help_report_task_show_report_4">Proceed to the work report.</string>
    <string name="msg_help_report_task_comfirm_4">You can check the instruction content.</string>
    <string name="msg_help_dicrector_task_list_main_4">Display the work registered to all scenes in the list. The work of the currently displayed scene is displayed, and the work of the other scenes is collapsed. The color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_dicrector_task_list_search_4">Search work by partial match.</string>
    <string name="msg_help_dicrector_task_list_scene_move_4">You can move to each scene.</string>
    <string name="msg_help_dicrector_task_show_list_up_4">Display the work.</string>
    <string name="msg_help_dicrector_task_list_down_4">Hide the work.</string>
    <string name="msg_help_dicrector_task_list_close_4">Close the list screen.</string>
    <string name="msg_help_report_task_director_main_4">The contents registered by the instructor are displayed.</string>
    <string name="msg_help_report_task_director_input_4">The work report screen is displayed.</string>

1168 1169 1170 1171 1172 1173 1174
    <string name="title_permission_dialog_4">Application authority(4)</string>
    <string name="msg_permission_dialog_storage_update_4">To upgrade the version of the application, you need the external storage usage authority. \n To transition to the application setting screen.(4)</string>
    <string name="msg_permission_dialog_location_4">Position information usage authority is required. \n To transition to the application setting screen.(4)</string>
    <string name="msg_permission_dialog_camera_4">Camera usage authority is required. \n To transition to the application setting screen.(4)</string>
    <string name="msg_location_search_fail_4">Failed to acquire location information.(4)</string>
    <string name="msg_pano_image_no_selected_4">Base file has not been selected.(4)</string>
    <string name="msg_permission_dialog_storage_album_4">In order to use local photos,you need the external storage usage authority. \ nTo transition to the application setting screen.(4)</string>
1175

1176
    <string name="msg_send_error_task_report_data_4">An error occurred while sending work report data. \n Untransmitted data is automatically transmitted at the next transmission.(4)</string>
1177 1178

    <!-- 1.9.400-->
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188
    <string name="pull_to_refresh_label_4">Pull to refresh…(4)</string>
    <string name="release_to_refresh_label_4">Release to refresh…(4)</string>
    <string name="msg_sence_regist_failed_4">The addition of a scene failed.\nSince the selected image is registered as the scene material, you must manually add the scene.(4)</string>
    <string name="msg_sence_regist_api_failed_4">The addition of a scene failed.\nSelect an image again to add a scene.(4)</string>
    <string name="communication_4">communication(4)</string>
    <string name="operation_select_4">Wokring choice(4)</string>
    <string name="detail_4">detail(4)</string>
    <string name="title_message_detail_4">message detail(4)</string>
    <string name="push_message_sender_4">Sender(4) :</string>
    <string name="title_operation_report_form_4">Task report (4)</string>
1189 1190
    <string name="title_preview_4">preivew</string>
    <string name="title_input_4">input</string>
1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218
    <string name="title_common_content_4">Related Content(Commmon)(4)</string>
    <string name="msg_not_related_content_4">The content can not be opened because It is not related data.(4)</string>
    <string name="msg_common_processing_4">processing...(4)</string>

    <string name="msg_help_communication_menu_4">You can use push messages and remote assistance. If there is an unread push message, a red circle is displayed at the upper right of the icon.(4)</string>
    <string name="msg_help_common_content_menu_4">Go to the screen that references materials that all users can view.(4)</string>
    <string name="msg_help_common_content_4">It is a material that all users can view. Save the document and view it. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.(4)</string>
    <string name="msg_help_task_code_hide_4">Hide the working code while pressing this button.(4)</string>
    <string name="msg_help_task_related_content_4">It will be displayed if relevant information is available for the question.(4)</string>
    <string name="msg_help_task_form_explain_4">An explanation about each question of the input form is displayed.(4)</string>
    <string name="msg_help_task_first_back_4">You will return to the first page.(4)</string>
    <string name="msg_help_task_end_go_4">You will proceed to the last page.(4)</string>
    <string name="recent_update_date_4">recent update date:%1$s(4)</string>

    <string name="label_operation_report_type_4">Kind(4)</string>
    <string name="date_label_routineTask_4">Working time(4)</string>
    <string name="msg_no_report_data_4">There is no work data.(4)</string>
    <string name="msg_permission_dialog_mic_4">Mic usage authority is required. \n To transition to the application setting screen.(4)</string>
    <string name="msg_routineTask_report_disable_not_list_4">It is not possible to transition to the inspection work report screen except for Wokring list screen.(4)</string>
    <string name="msg_routineTask_report_disable_refreshing_4">You can not enter the inspection work report screen while updating information.(4)</string>
    <string name="msg_routineTask_report_disable_meeting_room_4">You can not enter the inspection work report screen while conference room is connected.(4)</string>
    <string name="msg_routineTask_report_disable_not_updated_4">In the state where information is not updated, it can not transit to the inspection work report screen.(4)</string>
    <string name="msg_routineTask_report_disable_no_operation_4">Since Wokring does not exist, it can not transit to the inspection work report screen.(4)</string>
    <string name="msg_routineTask_report_available_from_4">Information can be updated from「%s」(4)</string>
    <string name="msg_not_common_content_4">You can not view it because it is contents that are not set in common data.(4)</string>

    <string name="room_list_4">Room List(4)</string>
    <string name="create_room_4">Create Room(4)</string>
1219 1220

    <!-- ABookCheck 1.0.1 -->
1221 1222 1223 1224 1225 1226 1227 1228
    <string name="temp_save_4">Temporarily saved(4)</string>
    <string name="temp_save_info_4">Do you want to temporarily save it?(4)</string>
    <string name="save_info_4">Save it and send it to the server?(4)</string>
    <string name="msg_temp_save_result_4">It has been saved.(4)</string>
    <string name="delete_info_4">Do you want to delete the saved data?(4)</string>
    <string name="Report_4">Report(4)</string>
    <string name="Routine_4">Routine(4)</string>
    <string name="ReportReply_4">ReportReply(4)</string>
1229 1230 1231

    <!-- 1.0.1 Resource Pattern 5 -->
    <!-- 1.9.0.0-->
1232 1233 1234 1235
    <string name="meetingroom_setting_5">Meeting room setting(5)</string>
    <string name="marking_share_setting_5">Marking sharing setting(5)</string>
    <string name="chairman_marking_share_5">Publisher marking sharing(5)</string>
    <string name="marking_share_auto_save_5">Auto-save sharing marking(5)</string>
1236 1237

    <!-- 1.9.3-->
1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259
    <string name="date_label_5">Period(5)</string>
    <string name="operation_name_5">Wokring Name(5)</string>
    <string name="operation_list_5">Wokring(5)</string>
    <string name="operation_search_count_5">%1$s cases have been searched.(5)</string>
    <string name="msg_date_validation_5">Start date must be before the end date(5)</string>
    <string name="search_result_5">Search Results(5)</string>
    <string name="pano_edit_5">360edit(5)</string>
    <string name="information_update_5">Update(5)</string>
    <string name="work_report_5">Report(5)</string>
    <string name="synchronizing_5">Syncing...(5)</string>
    <string name="msg_error_task_receiving_failed_5">An error occurred while receiving work data.(5)</string>
    <string name="msg_error_task_report_receiving_failed_5">An error occurred while receiving work report data.(5)</string>
    <string name="file_initialization_5">Initializing file(5)</string>
    <string name="msg_confirm_entry_scene_5">Would you like to register the selected image as a scene image?(5)</string>
    <string name="msg_confirm_save_pano_edit_5">Do you want to end the editing? \n (Unsaved changes are discarded)(5)</string>

    <string name="operation_manual_5">Operation manual(5)</string>
    <string name="operation_related_content_5">Related Content(5)</string>
    <string name="new_content_5">New(5)</string>
    <string name="save_all_5">Save All(5)</string>
    <string name="content_update_5">update(5)</string>
    <string name="remote_support_5">Remote Support(5)</string>
1260
    <string name="remote_support_list_5">Remote Support List(5)</string>
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297
    <string name="new_make_5">New Make(5)</string>
    <string name="msg_no_data_5">There are not registered data.(5)</string>
    <string name="msg_confirm_exit_meeting_room_5">All the participants will be disconnected, will you leave the room?(5)</string>
    <string name="room_name_5">Room Name(5)</string>
    <string name="room_no_5">Room No.(5)</string>
    <string name="password_setting_5">Password Setting(5)</string>
    <string name="exist_5">exist(5)</string>
    <string name="not_exist_5">not exist(5)</string>
    <string name="msg_cancel_download_5">Are you sure you want to stop the download?(5)</string>
    <string name="pano_entry_title_5">360 Content registration(5)</string>
    <string name="label_entry_5">Registration(5)</string>
    <string name="label_base_file_5">Base file(5)</string>
    <string name="select_image_5">Image selection(5)</string>
    <string name="error_msg_open_pano_edit_5">The content can not be edited (%1$s) because the content is being edited on another terminal.(5)</string>

    <string name="P001_5">Hankaku katakana can not be used for content name.(5)</string>
    <string name="P002_5">Content has already been registered.(5)</string>
    <string name="P003_5">Wokring can not be newly registered, modified, or deleted.(5)</string>
    <string name="P004_5">Wokring is being viewed on the server. Please execute the synchronization process again after a while.(5)</string>
    <string name="P005_5">It is already checked. Check data can not be sent.(5)</string>

    <string name="no_ozd_viewer_5">Viewer doesn\'t exist.(5)</string>
    <string name="msg_ozd_save_fail_5">Document save failed. Please save again.(5)</string>
    <string name="push_message_send_5">send push message(5)</string>
    <string name="send_destination_5">Destination(5)</string>
    <string name="send_message_5">Message(5)</string>
    <string name="send_5">Send(5)</string>
    <string name="free_input_5">free text input(5)</string>
    <string name="in_group_5">in group(5)</string>
    <string name="all_operation_5">the entire Wokring(5)</string>
    <string name="push_message_list_5">Message list(5)</string>
    <string name="push_message_input_null_5">please enter a push message.(5)</string>
    <string name="push_message_input_over_5">The push message is too long.(5)</string>
    <string name="push_message_send_success_5">we sent a push message.(5)</string>
    <string name="push_message_send_fail_5">Failed to send push message.(5)</string>
    <string name="respons_fix_push_message_fail_5">Failed to acquire fixed form sentences.(5)</string>
    <string name="title_help_5">help(5)</string>
1298

1299
    <string name="msg_help_operation_list_main_5">It is the @Form home screen. Completed projects are not displayed. When "Search result" is displayed at the top of the page, search conditions are set. When you clear the condition in search, all items are displayed.</string>
1300 1301 1302 1303 1304 1305 1306 1307 1308
    <string name="msg_help_operation_list_search_5">You can search for projects. Please enter the name and the execution period and search.</string>
    <string name="msg_help_operation_list_setting_5">You can change the password, check the version of the application, view the operation manual of the application, and so on.</string>
    <string name="msg_help_operation_list_pano_5">Go to the screen to add 360-degree panoramic images (scenes) and radar maps. It is displayed when you register a project of 360 format.</string>
    <string name="msg_help_operation_list_sync_5">If the button is blue, it indicates that there is new information. Please push the button to update instructions and related materials. Please perform operation in a communicable state.</string>
    <string name="msg_help_operation_list_direction_5">To do work instructions, press this button.</string>
    <string name="msg_help_operation_list_report_5">To do work report, press this button.</string>
    <string name="msg_help_operation_list_detail_5">Proceed to the screen that references documents related to the project, such as manuals, work procedures manuals.</string>
    <string name="msg_help_operation_detail_main_5">Save related documents and browse. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.</string>
    <string name="msg_help_operation_home_5">You will return to the home screen.</string>
1309 1310 1311
    <string name="msg_help_pano_edit_add_5">you save the captured 360 degree panorama image on the @Form server.</string>
    <string name="msg_help_pano_edit_server_add_5">You add a 360 degree panorama image (scene) saved on the @Form server. You can also add a radar map.</string>
    <string name="msg_help_pano_edit_server_save_5">After adding scenes etc, save it. "Temporary storage" is temporarily saved on the terminal, "Save" is transmitted to the @Form server and reflected on the terminal of the project member.</string>
1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343
    <string name="msg_help_list_main_5">The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_director_report_search_5">Enter a work name and search for work.</string>
    <string name="msg_help_director_add_5">You will add a new work instruction.</string>
    <string name="msg_help_director_edit_5">Correct the instruction contents already registered.</string>
    <string name="msg_help_director_task_main_5">The input content may be composed of multiple pages. Although it can be saved in the middle of input, it can not save if mandatory items are not entered.</string>
    <string name="msg_help_task_save_5">Save your entries.</string>
    <string name="msg_help_task_delete_5">Delete saved instruction contents.</string>
    <string name="msg_help_task_prev_5">You will return to the previous page.</string>
    <string name="msg_help_task_next_5">You will proceed to the next page.</string>
    <string name="msg_help_task_close_5">Close the entry screen. Input contents not saved are discarded.</string>
    <string name="msg_help_task_director_list_5">Display the work instruction list.</string>
    <string name="msg_help_task_pano_zoom_5">Enlarges / reduces the 360-degree panoramic image. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_drawing_director_main_5">Double-tap the pdf to register new instruction contents. To modify already registered instructions, tap the operation code on the drawing. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_drawing_report_main_5">Please tap the operation code on the pdf when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_director_main_5">Double tap on the space to register new instruction contents. If you wish to modify already registered instruction content, tap on the working code in the space. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_pano_report_main_5">Please tap the operation code on the space when confirming instruction contents and reporting work. The background color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_routineTask_list_main_5">It is not possible to report jobs until the job start time. Pressing the [Update List] button displays the [Job Report] button.</string>
    <string name="msg_help_routineTask_list_refresh_5">Refresh the screen with the latest information.</string>

    <string name="msg_help_drawing_zoom_5">Scale the drawing. \n + can be enlarged, - can be shrunk.</string>
    <string name="msg_help_report_task_show_director_5">Display the contents of the instruction.</string>
    <string name="msg_help_report_task_show_report_5">Proceed to the work report.</string>
    <string name="msg_help_report_task_comfirm_5">You can check the instruction content.</string>
    <string name="msg_help_dicrector_task_list_main_5">Display the work registered to all scenes in the list. The work of the currently displayed scene is displayed, and the work of the other scenes is collapsed. The color of the working code indicates the work status, the orange color is incomplete, and the blue color is completed.</string>
    <string name="msg_help_dicrector_task_list_search_5">Search work by partial match.</string>
    <string name="msg_help_dicrector_task_list_scene_move_5">You can move to each scene.</string>
    <string name="msg_help_dicrector_task_show_list_up_5">Display the work.</string>
    <string name="msg_help_dicrector_task_list_down_5">Hide the work.</string>
    <string name="msg_help_dicrector_task_list_close_5">Close the list screen.</string>
    <string name="msg_help_report_task_director_main_5">The contents registered by the instructor are displayed.</string>
    <string name="msg_help_report_task_director_input_5">The work report screen is displayed.</string>

1344 1345 1346 1347 1348 1349 1350
    <string name="title_permission_dialog_5">Application authority(5)</string>
    <string name="msg_permission_dialog_storage_update_5">To upgrade the version of the application, you need the external storage usage authority. \n To transition to the application setting screen.(5)</string>
    <string name="msg_permission_dialog_location_5">Position information usage authority is required. \n To transition to the application setting screen.(5)</string>
    <string name="msg_permission_dialog_camera_5">Camera usage authority is required. \n To transition to the application setting screen.(5)</string>
    <string name="msg_location_search_fail_5">Failed to acquire location information.(5)</string>
    <string name="msg_pano_image_no_selected_5">Base file has not been selected.(5)</string>
    <string name="msg_permission_dialog_storage_album_5">In order to use local photos,you need the external storage usage authority. \ nTo transition to the application setting screen.(5)</string>
1351

1352
    <string name="msg_send_error_task_report_data_5">An error occurred while sending work report data. \n Untransmitted data is automatically transmitted at the next transmission.(5)</string>
1353 1354

    <!-- 1.9.400-->
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364
    <string name="pull_to_refresh_label_5">Pull to refresh…(5)</string>
    <string name="release_to_refresh_label_5">Release to refresh…(5)</string>
    <string name="msg_sence_regist_failed_5">The addition of a scene failed.\nSince the selected image is registered as the scene material, you must manually add the scene.(5)</string>
    <string name="msg_sence_regist_api_failed_5">The addition of a scene failed.\nSelect an image again to add a scene.(5)</string>
    <string name="communication_5">communication(5)</string>
    <string name="operation_select_5">Wokring choice(5)</string>
    <string name="detail_5">detail(5)</string>
    <string name="title_message_detail_5">message detail(5)</string>
    <string name="push_message_sender_5">Sender(5) :</string>
    <string name="title_operation_report_form_5">Task report (5)</string>
1365 1366
    <string name="title_preview_5">preivew</string>
    <string name="title_input_5">input</string>
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394
    <string name="title_common_content_5">Related Content(Commmon)(5)</string>
    <string name="msg_not_related_content_5">The content can not be opened because It is not related data.(5)</string>
    <string name="msg_common_processing_5">processing...(5)</string>

    <string name="msg_help_communication_menu_5">You can use push messages and remote assistance. If there is an unread push message, a red circle is displayed at the upper right of the icon.(5)</string>
    <string name="msg_help_common_content_menu_5">Go to the screen that references materials that all users can view.(5)</string>
    <string name="msg_help_common_content_5">It is a material that all users can view. Save the document and view it. Save each document or collectively in a communicable state. Tap the [Open] button to browse the document. When the content of the document changes, [Update] button will be displayed. When you tap [Delete] button, the data saved on the terminal will be deleted.(5)</string>
    <string name="msg_help_task_code_hide_5">Hide the working code while pressing this button.(5)</string>
    <string name="msg_help_task_related_content_5">It will be displayed if relevant information is available for the question.(5)</string>
    <string name="msg_help_task_form_explain_5">An explanation about each question of the input form is displayed.(5)</string>
    <string name="msg_help_task_first_back_5">You will return to the first page.(5)</string>
    <string name="msg_help_task_end_go_5">You will proceed to the last page.(5)</string>
    <string name="recent_update_date_5">recent update date:%1$s(5)</string>

    <string name="label_operation_report_type_5">Kind(5)</string>
    <string name="date_label_routineTask_5">Working time(5)</string>
    <string name="msg_no_report_data_5">There is no work data.(5)</string>
    <string name="msg_permission_dialog_mic_5">Mic usage authority is required. \n To transition to the application setting screen.(5)</string>
    <string name="msg_routineTask_report_disable_not_list_5">It is not possible to transition to the inspection work report screen except for Wokring list screen.(5)</string>
    <string name="msg_routineTask_report_disable_refreshing_5">You can not enter the inspection work report screen while updating information.(5)</string>
    <string name="msg_routineTask_report_disable_meeting_room_5">You can not enter the inspection work report screen while conference room is connected.(5)</string>
    <string name="msg_routineTask_report_disable_not_updated_5">In the state where information is not updated, it can not transit to the inspection work report screen.(5)</string>
    <string name="msg_routineTask_report_disable_no_operation_5">Since Wokring does not exist, it can not transit to the inspection work report screen.(5)</string>
    <string name="msg_routineTask_report_available_from_5">Information can be updated from「%s」(5)</string>
    <string name="msg_not_common_content_5">You can not view it because it is contents that are not set in common data.(5)</string>

    <string name="room_list_5">Room List(5)</string>
    <string name="create_room_5">Create Room(5)</string>
1395 1396

    <!-- ABookCheck 1.0.1 -->
1397 1398 1399 1400 1401 1402 1403 1404
    <string name="temp_save_5">Temporarily saved(5)</string>
    <string name="temp_save_info_5">Do you want to temporarily save it?(5)</string>
    <string name="save_info_5">Save it and send it to the server?(5)</string>
    <string name="msg_temp_save_result_5">It has been saved.(5)</string>
    <string name="delete_info_5">Do you want to delete the saved data?(5)</string>
    <string name="Report_5">Report(5)</string>
    <string name="Routine_5">Routine(5)</string>
    <string name="ReportReply_5">ReportReply(5)</string>
1405 1406

    <!-- ABookCheck Sato 1.0.0 -->
1407
    <string name="set_title_pairing">Pairing</string>
1408
    <string name="center_thermometer">Central thermometer</string>
1409
    <string name="pairing_search_scan">Scan</string>
1410
    <string name="pairing_search_scaning">Scaning...</string>
1411
    <string name="pairing_search_stop">Stop</string>
1412
    <string name="ble_connecting">Connection...</string>
1413
    <string name="title_okudake_sensor">OKUDAKE SENSOR</string>
1414 1415 1416
    <string name="msg_ble_connect_success">Connected with %1$s. Please control %1$s.</string>
    <string name="msg_scan_bluetooth_no_allow">If Bluetooth is not allow, %1$s scan is disabled.</string>
    <string name="msg_connect_bluetooth_no_allow">If Bluetooth is not allow, %1$s connect is disabled.</string>
Kim Jinsung committed
1417
    <string name="msg_location_device_no_allow">Please set the location information to ON in the device setting.</string>
1418
    <string name="bluetooth_is_not_supported">Bluetooth is not supported.</string>
Kim Jinsung committed
1419
    <string name="barcode">Code Reader</string>
1420 1421 1422

    <!-- ABookCheck Sato 1.0.2 -->
    <string name="chino_machine">CHINO機器</string>
Lee Jaebin committed
1423
    <string name="spp_machine">シリアル通信機器</string>
1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438
    <string name="radiation_thermometer">放射温度計</string>
    <string name="pairing_save_machine">Saved %s</string>
    <string name="pairing_other_machine">Other %s</string>
    <string name="pairing_other_machine_searching">Other %s(Searching...)</string>
    <string name="msg_bluetooth_connect_error">登録した%1$sと接続することができません。%1$sの電源を確認した後、再度お試しください。</string>
    <string name="msg_bluetooth_receive_data_error">%1$sのデータ取得に失敗しました。</string>
    <string name="msg_pairing_device_no_info">登録された%s情報がありません。\n設定画面のペアリング設定から登録できます。</string>
    <string name="msg_not_found_parameter">パラメータが存在しません。</string>
    <string name="msg_fraud_parameter">The parameter contains a non-numeric string.</string>
    <string name="msg_okudake_fraud_parameter">おくだけセンサーのパラメータに数値以外の文字列が含まれています。</string>
    <string name="nfc_communication">NFC通信</string>
    <string name="msg_hold_nfc_device">NFC機器をかざしてください。</string>
    <string name="msg_nfc_value_error">NFC通信でエラーが発生しました。(%s)</string>
    <string name="msg_no_support_nfc">NFC機能が利用できない端末です。</string>
    <string name="msg_no_nfc_setting">端末の設定からNFCを有効にする必要があります。\n端末の設定画面へ遷移しますか?</string>
Lee Jaebin committed
1439
    <string name="select_spp_device_title">シリアル通信機器選択</string>
1440

Lee Jaebin committed
1441
</resources>