blob: a77f5efd101fb94e0893f59b5de3f73604e27d00 [file] [log] [blame]
<!--
~ Copyright (C) 2017 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="app_name">GithubBrowser</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="auth_token_title">Type or paste your GitHub token</string>
<string name="hint_token">GitHub token</string>
<string name="contributors">Contributors</string>
<plurals name="bugs">
<item quantity="one">%1$d issue</item>
<item quantity="other">%1$d issues</item>
</plurals>
<string name="starred">%1$d starred</string>
<string name="forked">%1$d forked</string>
<plurals name="contributions">
<item quantity="one">%1$d contribution</item>
<item quantity="other">%1$d contributions</item>
</plurals>
<string name="created">Created on %1$s</string>
<string name="repositories">Repositories</string>
<string name="followers">Followers</string>
<string name="following">Following</string>
<string name="joined">Joined on %1$s</string>
<string name="hint_email">Email</string>
<string name="hint_location">Location</string>
<string name="no_results">No data for \'%1$s\'</string>
<string name="load_error">Couldn\'t load data for \'%1$s\'</string>
</resources>