Merge pull request #819 from TobiGr/fix-czech-plurals

Fix Czech plurals
This commit is contained in:
Christian Schabesberger 2017-11-08 12:54:38 +01:00 committed by GitHub
commit 856aacf8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
- [ ] I carefully reed the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [ ] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them.

View File

@ -204,24 +204,21 @@ otevření ve vyskakovacím okně</string>
<plurals name="subscribers"> <plurals name="subscribers">
<item quantity="one">%s odběratel</item> <item quantity="one">%s odběratel</item>
<item quantity="few">%s odběratelů</item> <item quantity="few">%s odběratelů</item>
<item quantity="many">%s odběratelé</item> <item quantity="other">%s odběratelé</item>
<item quantity="other"/>
</plurals> </plurals>
<string name="no_views">Žádná zhlédnutí</string> <string name="no_views">Žádná zhlédnutí</string>
<plurals name="views"> <plurals name="views">
<item quantity="one">%s zhlédnutí</item> <item quantity="one">%s zhlédnutí</item>
<item quantity="few">%s zhlédnutí</item> <item quantity="few">%s zhlédnutí</item>
<item quantity="many">%s zhlédnutí</item> <item quantity="other">%s zhlédnutí</item>
<item quantity="other"/>
</plurals> </plurals>
<string name="no_videos">Žádná videa</string> <string name="no_videos">Žádná videa</string>
<plurals name="videos"> <plurals name="videos">
<item quantity="one">%s video</item> <item quantity="one">%s video</item>
<item quantity="few">%s videí</item> <item quantity="few">%s videí</item>
<item quantity="many">%s videa</item> <item quantity="other">%s videa</item>
<item quantity="other"/>
</plurals> </plurals>
<string name="settings_category_downloads_title">Stahování</string> <string name="settings_category_downloads_title">Stahování</string>