mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Move translated library strings to separate file
This commit is contained in:
parent
186f6d6ba2
commit
e1226618e1
@ -3,4 +3,12 @@
|
||||
<string name="pull_to_refresh_pull_label">往下滑動可重新整理…</string>
|
||||
<string name="pull_to_refresh_release_label">放開後開始重新整理…</string>
|
||||
<string name="pull_to_refresh_refreshing_label">載入中…</string>
|
||||
<string name="pull_to_refresh_from_bottom_pull_label">@string/pull_to_refresh_pull_label</string>
|
||||
<string name="pull_to_refresh_from_bottom_release_label">@string/pull_to_refresh_release_label</string>
|
||||
<string name="pull_to_refresh_from_bottom_refreshing_label">@string/pull_to_refresh_refreshing_label</string>
|
||||
<string name="changelog_full_title">更新履歷</string>
|
||||
<string name="changelog_title">"更新內容"</string>
|
||||
<string name="changelog_ok_button">確定</string>
|
||||
<string name="changelog_show_full">完整資訊…</string>
|
||||
<string name="changelog_version_format">版本 %s</string>
|
||||
</resources>
|
@ -1,16 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="changelog_full_title">更新履歷</string>
|
||||
<string name="changelog_title">"更新內容"</string>
|
||||
<string name="changelog_ok_button">確定</string>
|
||||
<string name="changelog_show_full">完整資訊…</string>
|
||||
<string name="changelog_version_format">版本 %s</string>
|
||||
<string name="pull_to_refresh_pull_label">往下滑動可重新整理…</string>
|
||||
<string name="pull_to_refresh_release_label">放開後開始重新整理…</string>
|
||||
<string name="pull_to_refresh_refreshing_label">載入中…</string>
|
||||
<string name="pull_to_refresh_from_bottom_pull_label">@string/pull_to_refresh_pull_label</string>
|
||||
<string name="pull_to_refresh_from_bottom_release_label">@string/pull_to_refresh_release_label</string>
|
||||
<string name="pull_to_refresh_from_bottom_refreshing_label">@string/pull_to_refresh_refreshing_label</string>
|
||||
<string name="app_revision_url">https://github.com/k9mail/k-9/wiki/ReleaseNotes</string>
|
||||
<string name="app_webpage_url">http://code.google.com/p/k9mail/</string>
|
||||
<string name="message_header_mua">K-9 Mail for Android</string>
|
||||
|
Loading…
Reference in New Issue
Block a user