strings.xml: Remove unnecessary punctuations

Periods, colons and other unnecessary punctuations should not be used in labels.
See https://www.google.com/design/spec/style/writing.html#writing-capitalization-punctuation
This commit is contained in:
Zhaofeng Li 2016-04-06 19:40:11 +08:00
parent a35590f9ea
commit 98afe79eaa
25 changed files with 57 additions and 57 deletions

View file

@ -12,8 +12,8 @@
<string name="settings">Beállítások</string>
<string name="did_you_mean">Erre gondolt: </string>
<string name="search_page">"Keresőlap: "</string>
<string name="share_dialog_title">Megosztás ezzel:</string>
<string name="choose_browser">Válasszon böngészőt:</string>
<string name="share_dialog_title">Megosztás ezzel</string>
<string name="choose_browser">Válasszon böngészőt</string>
<string name="screen_rotation">forgatás</string>
<string name="settings_activity_title">Beállítások</string>
<string name="useExternalPlayerTitle">Külső lejátszó használata</string>