Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
d2167870
Commit
d2167870
authored
Jul 03, 2012
by
Edward Wang
Browse files
res: simplify singular case in track_channels_info
parent
44d5ce1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/res/values/strings.xml
View file @
d2167870
...
...
@@ -77,7 +77,7 @@
<string
name=
"track_codec_info"
>
Codec: %1$s\n
</string>
<string
name=
"track_language_info"
>
Language: %1$s\n
</string>
<plurals
name=
"track_channels_info"
>
<item
quantity=
"one"
>
%1$d
channel\n
</item>
<item
quantity=
"one"
>
1
channel\n
</item>
<item
quantity=
"other"
>
%1$d channels\n
</item>
</plurals>
<string
name=
"track_samplerate_info"
>
Sample rate: %1$d Hz\n
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment