Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
a1e320b5
Commit
a1e320b5
authored
May 15, 2019
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Task #33641 [ABook Check] Android 앱 내 한국어 문구 수정 대응
指摘事項対応
parent
085f0dbe
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
ABVJE_Res_Default_Android/res/values-ja/strings.xml
+2
-1
ABVJE_Res_Default_Android/res/values-ko/strings.xml
+0
-0
ABVJE_Res_Default_Android/res/values/strings.xml
+2
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/HelpActivity.java
+2
-2
No files found.
ABVJE_Res_Default_Android/res/values-ja/strings.xml
View file @
a1e320b5
...
...
@@ -515,7 +515,8 @@
<string
name=
"msg_help_pdf_pin"
>
このボタンを押すと、すでに登録されている報告をピンで表示します。
</string>
<string
name=
"msg_help_pdf_pin_hide"
>
このボタンを押している間はピンを隠します。
</string>
<string
name=
"msg_help_list_report_add"
>
新たに報告を追加することができます。
</string>
<string
name=
"msg_help_pdf_move_360"
>
このボタンを押すと作業コードラベルを移動させることができるようになります。
</string>
<string
name=
"msg_help_360_move"
>
このボタンを押すと作業コードラベルを移動させることができるようになります。
</string>
<string
name=
"msg_help_360_touch"
>
このボタンを押すと作業コードボタンのタップが可能になり、報告できるようになります。
</string>
<!-- 1.0.1 Resource Pattern 1 -->
<!-- 1.9.0.0-->
<string
name=
"meetingroom_setting_1"
>
会議室設定(1)
</string>
...
...
ABVJE_Res_Default_Android/res/values-ko/strings.xml
View file @
a1e320b5
This diff is collapsed.
Click to expand it.
ABVJE_Res_Default_Android/res/values/strings.xml
View file @
a1e320b5
...
...
@@ -521,7 +521,8 @@
<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>
<string
name=
"msg_help_pdf_move_360"
>
Press this button to move the work code label.
</string>
<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>
<!-- 1.0.1 Resource Pattern 1 -->
<!-- 1.9.0.0-->
<string
name=
"meetingroom_setting_1"
>
Meeting room setting(1)
</string>
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/HelpActivity.java
View file @
a1e320b5
...
...
@@ -169,10 +169,10 @@ public class HelpActivity extends ABVUIActivity {
R
.
string
.
msg_help_task_director_list
,
getUserPref
(
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)),
R
.
drawable
.
ic_help_pano_direct_list
));
mHelpDisplayInfoList
.
add
(
settingHelpDisplayInfo
(
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
R
.
string
.
msg_help_
pdf_move_360
,
R
.
string
.
msg_help_
360_move
,
getUserPref
(
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)),
R
.
drawable
.
ic_help_pdf_move
));
mHelpDisplayInfoList
.
add
(
settingHelpDisplayInfo
(
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
R
.
string
.
msg_help_
pdf
_touch
,
R
.
string
.
msg_help_
360
_touch
,
getUserPref
(
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)),
R
.
drawable
.
ic_help_pdf_touch
));
mHelpDisplayInfoList
.
add
(
settingHelpDisplayInfo
(
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
R
.
string
.
msg_help_task_code_hide
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment