Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
briar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Dehm
briar
Commits
76896e0b
Commit
76896e0b
authored
11 years ago
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Always format invitation codes as six digits.
parent
dd16e61b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar-android/res/values/strings.xml
+6
-6
6 additions, 6 deletions
briar-android/res/values/strings.xml
with
6 additions
and
6 deletions
briar-android/res/values/strings.xml
+
6
−
6
View file @
76896e0b
...
...
@@ -25,14 +25,14 @@
<string
name=
"new_identity_item"
>
New identity\u2026
</string>
<string
name=
"contact_list_title"
>
Contacts
</string>
<string
name=
"contact_connected"
>
Connected
</string>
<string
name=
"format_last_connected"
>
Last connected
<
br /
>
%
1$
s
</string>
<string
name=
"format_last_connected"
>
Last connected
<
br /
>
%s
</string>
<string
name=
"add_contact_title"
>
Add a Contact
</string>
<string
name=
"your_nickname"
>
Your nickname:
</string>
<string
name=
"face_to_face"
>
For security reasons you must be face-to-face with the person you want to add as a contact.\n\nThis will prevent anyone from impersonating you or reading your messages in future.
</string>
<string
name=
"continue_button"
>
Continue
</string>
<string
name=
"your_invitation_code"
>
Your invitation code is
</string>
<string
name=
"enter_invitation_code"
>
Please enter your contact\'s invitation code:
</string>
<string
name=
"searching_format"
>
Searching for %
1$s
\u2026
</string>
<string
name=
"searching_format"
>
Searching for %
06d
\u2026
</string>
<string
name=
"connection_failed"
>
Connection failed
</string>
<string
name=
"could_not_find_contact"
>
Briar could not find your contact nearby
</string>
<string
name=
"try_again_button"
>
Try again
</string>
...
...
@@ -46,8 +46,8 @@
<string
name=
"interfering"
>
This could mean that someone is trying to interfere with your connection
</string>
<string
name=
"contact_added_toast"
>
Contact added
</string>
<string
name=
"done_button"
>
Done
</string>
<string
name=
"format_from"
>
From: %
1$
s
</string>
<string
name=
"format_to"
>
To: %
1$
s
</string>
<string
name=
"format_from"
>
From: %s
</string>
<string
name=
"format_to"
>
To: %s
</string>
<string
name=
"read_message_title"
>
Private Message
</string>
<string
name=
"write_message_title"
>
New Private Message
</string>
<string
name=
"from"
>
From:
</string>
...
...
@@ -56,8 +56,8 @@
<string
name=
"new_contact_item"
>
New contact\u2026
</string>
<string
name=
"forums_title"
>
Forums
</string>
<plurals
name=
"forums_available"
>
<item
quantity=
"one"
>
%
1$
d forum available from contacts
</item>
<item
quantity=
"other"
>
%
1$
d forums available from contacts
</item>
<item
quantity=
"one"
>
%d forum available from contacts
</item>
<item
quantity=
"other"
>
%d forums available from contacts
</item>
</plurals>
<string
name=
"no_posts"
>
No posts
</string>
<string
name=
"subscribe_to_this_forum"
>
Subscribe to this forum
</string>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment