~brian-murray/ubuntu-community-accomplishments/check-bug-from-apport

« back to all changes in this revision

Viewing changes to generated/accomplishments/imported-ssh-key.c

 * Added Imported an SSH Key from Angelo, thanks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[accomplishment]
 
2
// ACCOMPLISHMENT: Imported an SSH Key ('title' field)
 
3
// .
 
4
// ENGLISH TRANSLATION:
 
5
// Imported an SSH Key
 
6
 
 
7
// .
 
8
// ----- TRANSLATION INSTRUCTIONS ----- 
 
9
// A short description of the accomplishment.
 
10
//          NOTE: Describe this in the past tense as if it has been achieved (e.g. Registered On Launchpad). 
 
11
_("imported-ssh-key_title")
 
12
// ACCOMPLISHMENT: Imported an SSH Key ('description' field)
 
13
// .
 
14
// ENGLISH TRANSLATION:
 
15
// You have imported an SSH key into launchpad.
 
16
 
 
17
// .
 
18
// ----- TRANSLATION INSTRUCTIONS ----- 
 
19
// Add a descriptive single-line summary of the accomplishment.
 
20
_("imported-ssh-key_description")
 
21
// ACCOMPLISHMENT: Imported an SSH Key ('summary' field)
 
22
// .
 
23
// ENGLISH TRANSLATION:
 
24
// An SSH key secures the connection between your computer and Launchpad while you're pushing Bazaar branches up to Launchpad. To push code branches to Launchpad you first need to generate your SSH key. The key is made up of two parts: a private key that stays on your computer and a public key that you register with Launchpad.
 
25
 
 
26
// .
 
27
// ----- TRANSLATION INSTRUCTIONS ----- 
 
28
// Introduce the accomplishment, explain what the different concepts are that are involved, and provide guidance on how to accomplish it.
 
29
//          NOTE: Break this into paragraphs by putting each paragraph on a new line. 
 
30
//          FORMATTING ALLOWED: <i> <strong> <tt>
 
31
_("imported-ssh-key_summary")
 
32
// ACCOMPLISHMENT: Imported an SSH Key ('steps' field)
 
33
// .
 
34
// ENGLISH TRANSLATION:
 
35
// Install OpenSSH. You can install OpenSSH by opening your terminal and typing: <tt>sudo apt-get install openssh-client</tt>.
 
36
// Once OpenSSH is installed, stay in the terminal and type: <tt>ssh-keygen -t rsa</tt>.
 
37
// When prompted, press Enter to accept the default file name for your key.
 
38
// Next, enter then confirm a password to protect your SSH key. Your key pair is stored in <tt>~/.ssh/</tt> as <tt>id_rsa.pub</tt> (public key) and id_rsa (private key).
 
39
// Open your public key in a text editor and copy its contents to your clipboard. The public key file has the extension <tt>.pub</tt>. For example: <tt>id_rsa.pub</tt>.
 
40
// Visit your Launchpad SSH keys page.
 
41
// Paste your public key into the text box and then click the <b>Import public key</b> button to continue.
 
42
 
 
43
// .
 
44
// ----- TRANSLATION INSTRUCTIONS ----- 
 
45
// Add a series of step-by-step instructions for how to accomplish this trophy.
 
46
//          NOTE: Put each step on a new line
 
47
//          FORMATTING ALLOWED: <i> <strong> <tt>
 
48
_("imported-ssh-key_steps")
 
49
// ACCOMPLISHMENT: Imported an SSH Key ('links' field)
 
50
// .
 
51
// ENGLISH TRANSLATION:
 
52
// https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair
 
53
 
 
54
// .
 
55
// ----- TRANSLATION INSTRUCTIONS ----- 
 
56
// Add related web addresses (don't include a HTML link).
 
57
//          NOTE: Put each URL on a new line
 
58
_("imported-ssh-key_links")
 
59
// ACCOMPLISHMENT: Imported an SSH Key ('help' field)
 
60
// .
 
61
// ENGLISH TRANSLATION:
 
62
// #launchpad on Freenode
 
63
 
 
64
// .
 
65
// ----- TRANSLATION INSTRUCTIONS ----- 
 
66
// Add related help resources (e.g. IRC channel names).
 
67
//          NOTE: Put each help resource on a new line
 
68
//          FORMATTING ALLOWED: <i> <strong> <tt>
 
69
_("imported-ssh-key_help")