Move translated library strings to separate file

This commit is contained in:
cketti 2013-07-09 04:31:12 +02:00
parent 186f6d6ba2
commit e1226618e1
2 changed files with 10 additions and 13 deletions

View File

@ -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>
</resources>
<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>

View File

@ -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>
@ -871,4 +860,4 @@
<string name="last_refresh_time_format_with_push">最後更新 %s (啟用推送)</string>
<string name="preposition_for_date">於 %s</string>
<string name="mark_all_as_read">標記全部為已讀</string>
</resources>
</resources>