Commit 6c4d015a authored by Max Lv's avatar Max Lv

bump version

parent ad50a6b0
...@@ -5,8 +5,8 @@ import sbtandroid._ ...@@ -5,8 +5,8 @@ import sbtandroid._
import sbtandroid.AndroidPlugin._ import sbtandroid.AndroidPlugin._
object App { object App {
val version = "2.0.2" val version = "2.0.3"
val versionCode = 53 val versionCode = 54
} }
object General { object General {
......
APP_ABI := armeabi x86 APP_ABI := armeabi x86
APP_PLATFORM := android-9 APP_PLATFORM := android-9
APP_STL := stlport_static APP_STL := stlport_static
NDK_TOOLCHAIN_VERSION := 4.6 NDK_TOOLCHAIN_VERSION := 4.8
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<string name="traffic_stat">流量统计</string> <string name="traffic_stat">流量统计</string>
<string name="traffic_stat_summary">在通知栏上显示当前上下行速率</string> <string name="traffic_stat_summary">在通知栏上显示当前上下行速率</string>
<string name="forward_success">后台服务已开始运行。</string> <string name="forward_success">后台服务已开始运行。</string>
<string name="service_running">已连接到 %s。</string> <string name="service_running">已连接到「%s」</string>
<string name="service_status" formatted="false">当前速率:%d KB/s</string> <string name="service_status" formatted="false">当前速率:%d KB/s</string>
<string name="forward_fail">后台服务启动失败。</string> <string name="forward_fail">后台服务启动失败。</string>
<string name="service_stopped">后台服务已停止。</string> <string name="service_stopped">后台服务已停止。</string>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<string name="no"></string> <string name="no"></string>
<string name="profiles">配置文件</string> <string name="profiles">配置文件</string>
<string name="settings">设置选项</string> <string name="settings">设置选项</string>
<string name="remove_profile">删除此配置文件: %s?</string> <string name="remove_profile">删除此配置文件「%s」?</string>
<string name="recovery">重置</string> <string name="recovery">重置</string>
<string name="about">关于</string> <string name="about">关于</string>
<string name="about_title">影梭(shadowsocks)%s</string> <string name="about_title">影梭(shadowsocks)%s</string>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<!-- notification category --> <!-- notification category -->
<string name="forward_success">Shadowsocks started.</string> <string name="forward_success">Shadowsocks started.</string>
<string name="service_running">Connected to %s.</string> <string name="service_running">Connected to "%s"</string>
<string name="service_status" formatted="false">Current Rate: %d KB/s</string> <string name="service_status" formatted="false">Current Rate: %d KB/s</string>
<string name="forward_fail">Shadowsocks failed to start.</string> <string name="forward_fail">Shadowsocks failed to start.</string>
<string name="service_stopped">Shadowsocks stopped.</string> <string name="service_stopped">Shadowsocks stopped.</string>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<string name="loading">Loading…</string> <string name="loading">Loading…</string>
<string name="yes">Yes</string> <string name="yes">Yes</string>
<string name="no">No</string> <string name="no">No</string>
<string name="remove_profile">Remove this profile: %s ?</string> <string name="remove_profile">Remove this profile "%s"?</string>
<!-- menu category --> <!-- menu category -->
<string name="profiles">Profiles</string> <string name="profiles">Profiles</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment