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

@ -13,8 +13,8 @@
<string name="settings">Ρυθμίσεις</string>
<string name="did_you_mean">"Μήπως εννοείτε: "</string>
<string name="search_page">"Αναζήτηση σελίδας: "</string>
<string name="share_dialog_title">Κοινοποίηση με:</string>
<string name="choose_browser">Επιλέξτε browser:</string>
<string name="share_dialog_title">Κοινοποίηση με</string>
<string name="choose_browser">Επιλέξτε browser</string>
<string name="screen_rotation">περιστροφή</string>
<string name="settings_activity_title">Ρυθμίσεις</string>
<string name="use_external_video_player_title">Χρήση εξωτερικού video player</string>