Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjan2016 committed Jul 25, 2017
1 parent 425acb8 commit 40840ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Slovenian/main/CleanMaster.apk/res/values-sl/plurals.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="hint_similar_image_header_left">
<item quantity="other">Skupina: %d</item>
<item quantity="other">Skupin: %d</item>
<item quantity="one">%d skupina</item>
</plurals>
<plurals name="mins_ago">
Expand Down Expand Up @@ -42,12 +42,12 @@
<item quantity="zero">%1$d pregledov</item>
<item quantity="one">%1$d pregled</item>
<item quantity="two">%1$d pregleda</item>
<item quantity="few">%1$d pregledov</item>
<item quantity="few">%1$d pregledi</item>
<item quantity="many">%1$d pregledov</item>
</plurals>
<plurals name="dialog_content_delete_image_confirm">
<item quantity="other">Izbrišem %d fotografijo?</item>
<item quantity="one">Izbrišem %d fotografij?</item>
<item quantity="other">Izbrišem %d fotografij?</item>
<item quantity="one">Izbrišem %d fotografijo?</item>
</plurals>
<plurals name="dialog_content_delete_image_from_all_devices_confirm">
<item quantity="other">Izbrišem %1$s fotografij iz vseh naprav?</item>
Expand Down

0 comments on commit 40840ba

Please sign in to comment.