summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_colors.xml6
-rw-r--r--res/values/cm_strings.xml15
2 files changed, 20 insertions, 1 deletions
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index e4ba40a..751108c 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -76,4 +76,8 @@ limitations under the License.
<!-- Storage Summary Hard colors-->
<color name="storage_summary_text_color">#ff607d8b</color>
<color name="storage_summary_used_text_color">#8a000000</color>
-</resources>
+
+ <!-- Contributors -->
+ <color name="contributors_cloud_fg_color">@color/theme_accent</color>
+ <color name="contributors_cloud_selected_color">#ff5252</color>
+</resources> \ No newline at end of file
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index f28615f..eb68f1a 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -827,4 +827,19 @@
<string name="pa_login_checking_password">Checking account\u2026</string>
<string name="pa_login_incorrect_login">Login was incorrect</string>
+ <!-- Contributors cloud activity -->
+ <string name="contributors_cloud_fragment_title">Contributors</string>
+ <string name="contributors_cloud_loading_message">Loading contributors data\u2026</string>
+ <string name="contributors_cloud_failed_message">Cannot load contributors data</string>
+ <string name="contributor_info_menu">Contributor info</string>
+ <string name="contributor_info_msg">
+ <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
+ <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
+ <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g><br/><br/>
+ <b>Rank:</b> <xliff:g id="rank">%4$s</xliff:g>]]></string>
+ <string name="contributions_info_menu">Contributions info</string>
+ <string name="contributions_info_msg">
+ <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
+ <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
+ <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
</resources>