Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
完善 strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed May 18, 2014
1 parent e08ee26 commit 7d819d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/layout/mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="12.0dp"
android:layout_marginBottom="12.0dp"
android:entries="@array/mode" />
android:entries="@array/mode_list" />

<TextView
android:id="@+id/warning"
Expand Down
5 changes: 4 additions & 1 deletion res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,13 @@
<string name="select_mode_warning">请登录以避免 Sad Panda</string>

<!-- Vote -->
<string name="invalid_rating">非法评分</string>
<string name="vote_succeeded">投票成功</string>
<string name="vote_failed">投票失败</string>

<!-- Rate -->
<string name="invalid_rating">非法评分</string>
<string name="rate_succeeded">评价成功</string>
<string name="rate_failed">评价失败</string>

<string name="uploader_others">该用户上传的其他内容</string>

Expand Down
2 changes: 1 addition & 1 deletion res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<item>@string/star_5</item>
</string-array>

<string-array name="mode" translatable="false">
<string-array name="mode_list" translatable="false">
<item>g.e-hentai.org</item>
<item>exhentai.org</item>
<item>lofi.e-hentai.org (460x)</item>
Expand Down

0 comments on commit 7d819d4

Please sign in to comment.