Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1226618 authored by cketti's avatar cketti
Browse files

Move translated library strings to separate file

parent 186f6d6b
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -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 −12
Original line number Diff line number Diff line
<?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>