mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
More updated. Handle clicks. Updated comments viewer, etc
This commit is contained in:
parent
6bf59e83ad
commit
9b83c5e832
48 changed files with 1861 additions and 1630 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
<color name="dm_profile_button_color">#efefef</color>
|
||||
|
||||
<color name="comment_selected">#888888</color>
|
||||
|
||||
<color name="white">#FFFFFF</color>
|
||||
|
||||
<color name="black">#000000</color>
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@
|
|||
<string name="action_fdroid" translatable="false">F-Droid</string>
|
||||
<string name="action_search">Search username…</string>
|
||||
<string name="action_compare">Compare</string>
|
||||
<string name="single_like">like</string>
|
||||
<string name="multiple_likes">likes</string>
|
||||
<string name="clipboard_error">Error copying text</string>
|
||||
<string name="clipboard_copied">Copied to clipboard!</string>
|
||||
<string name="report">Report</string>
|
||||
|
|
@ -325,6 +323,7 @@
|
|||
<string name="downloading">Downloading…</string>
|
||||
<string name="downloader_downloading_child">Download item %d of %d</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="comment">Comment</string>
|
||||
<plurals name="likes_count">
|
||||
<item quantity="one">%d like</item>
|
||||
<item quantity="other">%d likes</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue