Fix string formatting issues which lead to crashes
This commit is contained in:
parent
d8295cd677
commit
01f7a4874d
5 changed files with 6 additions and 5 deletions
|
@ -56,7 +56,7 @@
|
|||
<string name="add_time_framed_lryics">اضافه کردن متون دارای زمان</string>
|
||||
<string name="added_song_count_to_playlist">Added %1$d song(s) to %2$s</string>
|
||||
<string name="added_title_to_playing_queue">"یک مورد به لیست پخش اهنگ ها اضافه شد."</string>
|
||||
<string name="added_x_titles_to_playing_queue">مورد خاص به لیست پخش اهنگ اضافه شد.</string>
|
||||
<string name="added_x_titles_to_playing_queue">%1$d آهنگ به لیست پخش اضافه شد.</string>
|
||||
<string name="album">آلبوم</string>
|
||||
<plurals name="albumSongs">
|
||||
<item quantity="one">آهنگ ها</item>
|
||||
|
|
|
@ -60,13 +60,13 @@
|
|||
<string name="album">Album</string>
|
||||
<plurals name="albumSongs">
|
||||
<item quantity="one">Morceau</item>
|
||||
<item quantity="other">Morceaux</item>
|
||||
<item quantity="many">Morceaux</item>
|
||||
</plurals>
|
||||
<string name="album_artist">Artiste de l\'album</string>
|
||||
<string name="albums">Albums</string>
|
||||
<plurals name="albums">
|
||||
<item quantity="one">Album</item>
|
||||
<item quantity="other">Albums</item>
|
||||
<item quantity="many">Albums</item>
|
||||
</plurals>
|
||||
<string name="always">Toujours</string>
|
||||
<string name="app_share">Hey, jetez un coup d\'œil à ce super lecteur de musique : https://play.google.com/store/apps/details?id=%s</string>
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
<string name="create_action">సృష్టించు</string>
|
||||
<string name="created_playlist_x">ప్లేజాబితా%1$sసృష్టించబడింది.</string>
|
||||
<string name="credit_title">సభ్యులు మరియు సహాయకులు</string>
|
||||
<string name="currently_listening_to_x_by_x">ప్రస్తుతం %2$s ద్వారా %1$d వింటున్నారు.</string>
|
||||
<string name="currently_listening_to_x_by_x">ప్రస్తుతం %2$s ద్వారా %1$s వింటున్నారు.</string>
|
||||
<string name="dark_theme_name">కైండా డార్క్</string>
|
||||
<string name="delete_playlist_title">ప్లేజాబితాను తొలగించండి</string>
|
||||
<string name="delete_playlist_x"><![CDATA[<b>%1$s</b> ప్లేజాబితాను తొలగించాలా?]]></string>
|
||||
|
|
|
@ -411,7 +411,7 @@
|
|||
<string name="remove_song_from_playlist_title">ลบเพลงออกจากเพลย์ลิสต์</string>
|
||||
<string name="remove_song_x_from_playlist"><![CDATA[ลบเพลง <b>%1$s</b> ออกจากเพลย์ลิสต์?]]></string>
|
||||
<string name="remove_songs_from_playlist_title">ลบเพลงออกจากเพลย์ลิสต์</string>
|
||||
<string name="remove_x_songs_from_playlist"><![CDATA[ลบเพลง <b>%1$s</b> ออกจากเพลย์ลิสต์?]]></string>
|
||||
<string name="remove_x_songs_from_playlist"><![CDATA[ลบเพลง <b>%1$d</b> ออกจากเพลย์ลิสต์?]]></string>
|
||||
<string name="rename_playlist_title">เปลี่ยนขื่อเพลย์ลิสต์</string>
|
||||
<string name="replace_cover">Replace Cover</string>
|
||||
<string name="report_an_issue">รายการปัญหา</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="error_delete_backup">Couldn\u2019t delete backup</string>
|
||||
<string name="error_empty_name">Your name can\'t be empty!</string>
|
||||
<string name="error_load_failed">Load failed</string>
|
||||
<string name="error_share_file">Couldn\'t share file</string>
|
||||
<string name="expanded">Expanded</string>
|
||||
<string name="faq">FAQ</string>
|
||||
<string name="favorites">Favorites</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue