Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Added Chinese translation #30
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jun 4, 2014
1 parent a725568 commit 857ba0c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 1 addition & 2 deletions AppRater.iml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.codechimp-org.apprater" external.system.module.version="1.0.16" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.codechimp-org.apprater" external.system.module.version="1.0.17" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
4 changes: 2 additions & 2 deletions AppRater/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codechimp.apprater"
android:versionCode="27"
android:versionName="1.0.17" >
android:versionCode="28"
android:versionName="1.0.18" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
7 changes: 7 additions & 0 deletions AppRater/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<resources>
<string name="dialog_title">评价 %s</string>
<string name="rate_message">如果您喜欢这款应用,请您花费一点点时间给我们些评价,谢谢您的支持!</string>
<string name="rate">立即评价</string>
<string name="later">稍后再来</string>
<string name="no_thanks">残忍拒绝</string>
</resources>
4 changes: 2 additions & 2 deletions AppRaterDemo/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codechimp.appraterdemo"
android:versionCode="27"
android:versionName="1.0.17" >
android:versionCode="28"
android:versionName="1.0.18" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit 857ba0c

Please sign in to comment.