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
a1f1b4e5
Commit
a1f1b4e5
authored
Aug 04, 2021
by
onuma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新規文言リソース追加
parent
62be22e8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletions
+7
-1
ABVJE_Res_Default_Android/res/values-ja/strings.xml
+2
-0
ABVJE_Res_Default_Android/res/values-ko/strings.xml
+2
-0
ABVJE_Res_Default_Android/res/values/strings.xml
+2
-0
ABVJE_UI_Android/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java
+1
-1
No files found.
ABVJE_Res_Default_Android/res/values-ja/strings.xml
View file @
a1f1b4e5
...
...
@@ -1490,6 +1490,8 @@
<string
name=
"msg_destroy_exist_collaboration"
>
進行中の協業が存在します。既存協業を終了し、新しい協業を開始してもよろしいですか
</string>
<string
name=
"not_found_camera"
>
利用可能なカメラを見つかりませんでした。
</string>
<string
name=
"error_fail_record"
>
レコーディングに失敗しました。管理者にお問い合わせしてください。
</string>
<string
name=
"chat_open_fail_meeting_connected"
>
会議室接続中にはチャットルームは開けません。
</string>
<string
name=
"chat_open_fail_collaborattion_connected"
>
協業中にはチャットルームは開けません。
</string>
<!-- 連続作業 -->
<string
name=
"msg_error_all_process_delete"
>
全削除の送信に失敗しました。
</string>
<string
name=
"msg_ozd_file_could_not_opened"
>
帳票ファイルを開くことができませんでした。
</string>
...
...
ABVJE_Res_Default_Android/res/values-ko/strings.xml
View file @
a1f1b4e5
...
...
@@ -1498,6 +1498,8 @@
<string
name=
"not_found_camera"
>
사용 가능한 카메라 기기를 찾을수 없습니다.
</string>
<string
name=
"msg_destroy_exist_collaboration"
>
진행중인 협업이 존재합니다. 기존 협업을 종료하고 새로운 협업을 시작 하시겠습니까?
</string>
<string
name=
"error_fail_record"
>
레코드에 실패했습니다. 관리자에게 문의해주세요.
</string>
<string
name=
"chat_open_fail_meeting_connected"
>
회의실 접속 중에는 채팅방을 열수 없습니다.
</string>
<string
name=
"chat_open_fail_collaborattion_connected"
>
문서협업 접속 중에는 채팅방을 열수 없습니다.
</string>
<!-- Communication 会議室 -->
<string
name=
"msg_error_favorites_100_over"
>
즐겨찾기는 최대 100개까지 입니다.
</string>
<string
name=
"msg_eroor_network_offline"
>
연결된 네트워크가 없습니다.
</string>
...
...
ABVJE_Res_Default_Android/res/values/strings.xml
View file @
a1f1b4e5
...
...
@@ -1495,6 +1495,8 @@
<string
name=
"not_found_camera"
>
Not found camera device.
</string>
<string
name=
"msg_destroy_exist_collaboration"
>
Ongoing collaboration exist. Do you want to terminate exist collaboration and start new?
</string>
<string
name=
"error_fail_record"
>
Recording failed. Please contact the administrator.
</string>
<string
name=
"chat_open_fail_meeting_connected"
>
Chat rooms cannot be opened while the meeting room is connected.
</string>
<string
name=
"chat_open_fail_collaborattion_connected"
>
Chat rooms cannot be opened while the document collaboration is connected.
</string>
<!-- Communication 会議室 -->
<string
name=
"msg_error_favorites_100_over"
>
You can have up to 100 favorites.
</string>
<string
name=
"msg_eroor_network_offline"
>
There is no network connected.
</string>
...
...
ABVJE_UI_Android/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java
View file @
a1f1b4e5
...
...
@@ -969,7 +969,7 @@ public abstract class PullToRefreshBase<T extends View> extends LinearLayout imp
*/
protected
final
void
setHeaderScroll
(
int
value
)
{
if
(
DEBUG
)
{
Log
.
d
(
LOG_TAG
,
"setHeaderScroll: "
+
value
);
Log
.
v
(
LOG_TAG
,
"setHeaderScroll: "
+
value
);
}
// Clamp value to with pull scroll range
...
...
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