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:
parent
a35590f9ea
commit
98afe79eaa
25 changed files with 57 additions and 57 deletions
|
|
@ -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">选择浏览器:</string>
|
||||
<string name="share_dialog_title">分享视频</string>
|
||||
<string name="choose_browser">选择浏览器</string>
|
||||
<string name="screen_rotation">旋转</string>
|
||||
<string name="settings_activity_title">设置</string>
|
||||
<string name="use_external_video_player_title">使用外置视频播放器</string>
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
<string name="storage_permission_denied">访问存储的权限被拒绝</string>
|
||||
<string name="use_exoplayer_summary">实验性</string>
|
||||
<string name="use_exoplayer_title">使用 ExoPlayer</string>
|
||||
<string name="autoplay_by_calling_app_title">另一应用调用时自动播放。</string>
|
||||
<string name="autoplay_by_calling_app_title">另一应用调用时自动播放</string>
|
||||
<string name="autoplay_by_calling_app_summary">NewPipe 是被另一应用调用时自动开始播放视频。</string>
|
||||
<string name="duration_live">直播</string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue