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
5d60379c
Commit
5d60379c
authored
Sep 02, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#34867 作業並び替え機能(多言語対応)
parent
fbc108a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
14 deletions
+11
-14
ABVJE_UI_Android/res/values-ko/arrays.xml
+5
-7
ABVJE_UI_Android/res/values/arrays.xml
+6
-7
No files found.
ABVJE_UI_Android/res/values-ko/arrays.xml
View file @
5d60379c
...
...
@@ -2,12 +2,10 @@
<resources>
<string-array
name=
"sort_names"
>
<item>
콘텐츠명(가나다)순
</item>
<item>
콘텐츠 번호가 작은 순서
</item>
<item>
공개일이 최근인 순서
</item>
<item>
콘텐츠 용량이 큰 순서
</item>
<item>
다운로드 날짜가 최근인 순서
</item>
<item>
많이 본 순서
</item>
<item>
최근에 본 순서
</item>
<item>
작업명(가나다라)
</item>
<item>
작업개시일 최신순
</item>
<item>
작업개시일 오래된순
</item>
<item>
보고타입
</item>
<item>
열람최신순
</item>
</string-array>
</resources>
ABVJE_UI_Android/res/values/arrays.xml
View file @
5d60379c
...
...
@@ -3,12 +3,10 @@
<!-- String Array -->
<string-array
name=
"sort_names"
>
<item>
Content Name
</item>
<item>
Content ID
</item>
<item>
Released date
</item>
<item>
Content size
</item>
<item>
Downloaded date
</item>
<item>
Viewed count
</item>
<item>
Viewed date
</item>
<item>
Order by name
</item>
<item>
Order by start date(descend)
</item>
<item>
Order by start date(ascend)
</item>
<item>
Order by operation Type
</item>
<item>
Order by browse date(descend)
</item>
</string-array>
</resources>
\ No newline at end of file
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