1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 02:39:43 +02:00

v0.2.4 Release - Custom default icon and color for secondlion ; fixes #155

This commit is contained in:
Gregor Santner 2017-03-19 23:32:18 +01:00
parent 5379386ecc
commit 8d6b09c800
32 changed files with 189 additions and 58 deletions

View file

@ -31,7 +31,11 @@
<!-- Notifications dropdown -->
<string name="pref_title__extended_notifications">拡張通知</string>
<string name="pref_desc__extended_notifications">通知のカテゴリーを示すドロップダウン・メニューで通知ベルを拡張します</string>
<string name="pref_desc__language">このアプリの言語を変更します。アプリを再起動すると変更を反映します</string>
<string name="pref_title__language">言語</string>
<string name="language_system">システム言語</string>
<!-- Font size -->
<string name="pref_desc__font_size">WebView のテキストサイズを調整</string>
<string name="pref_title__font_size">フォントサイズ</string>
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<string name="font_size_normal">標準</string>
@ -73,7 +77,7 @@
<string name="pref_desc__intellihide_toolbars">スクロールの間、自動的に上部と下部のツールバーを非表示にします</string>
<string name="pref_title__intellihide_toolbars">Intellihide ツールバー</string>
<string name="pref_title__append_shared_via_app">シェア方法の通知を追加</string>
<string name="pref_desc__append_shared_via_app">シェアしたテキストに、このアプリへの参照 (\"&#8230;でシェア\") を追加します</string>
<string name="pref_desc__append_shared_via_app">共有テキストにこのアプリへの参照を追加します: [via #dandelion]</string>
<!-- More -->
<string name="pref_title__sub_miscelaneous">その他</string>
<string name="pref_title__wipe_settings">完全なリセット</string>