This repository was archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathResources.resx
More file actions
890 lines (877 loc) · 34.7 KB
/
Resources.resx
File metadata and controls
890 lines (877 loc) · 34.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BrowseForDirectory" xml:space="preserve">
<value>Select a containing folder for your new repository.</value>
</data>
<data name="CloneTitle" xml:space="preserve">
<value>Clone a Repository</value>
</data>
<data name="OpenFromGitHubTitle" xml:space="preserve">
<value>Open from GitHub</value>
</data>
<data name="CouldNotConnectToGitHub" xml:space="preserve">
<value>Could not connect to github.com</value>
</data>
<data name="CreateGistTitle" xml:space="preserve">
<value>Create a GitHub Gist</value>
</data>
<data name="CreateTitle" xml:space="preserve">
<value>Create a {0} Repository</value>
</data>
<data name="DefaultGistFileName" xml:space="preserve">
<value>GistFromVisualStudio.cs</value>
</data>
<data name="EnterpriseUrlValidatorEmpty" xml:space="preserve">
<value>Please enter an Enterprise URL</value>
</data>
<data name="EnterpriseUrlValidatorInvalid" xml:space="preserve">
<value>Please enter a valid Enterprise URL</value>
</data>
<data name="EnterpriseUrlValidatorNotAGitHubHost" xml:space="preserve">
<value>Not an Enterprise server. Please enter an Enterprise URL</value>
</data>
<data name="ForgotPasswordLink" xml:space="preserve">
<value>(forgot your password?)</value>
</data>
<data name="LoginFailedForbiddenMessage" xml:space="preserve">
<value>Make sure to use your password and not a Personal Access token to sign in.</value>
</data>
<data name="LoginFailedMessage" xml:space="preserve">
<value>Check your username and password, then try again</value>
</data>
<data name="LoginFailedText" xml:space="preserve">
<value>Sign in failed.</value>
</data>
<data name="LoginTitle" xml:space="preserve">
<value>Connect To GitHub</value>
</data>
<data name="PasswordValidatorEmpty" xml:space="preserve">
<value>Please enter your password</value>
</data>
<data name="PRCreatedUpstream" xml:space="preserve">
<value>Pull Request for branch **{0}** created successfully at [{1}]({2})</value>
</data>
<data name="PublishTitle" xml:space="preserve">
<value>Publish repository</value>
</data>
<data name="PublishToTitle" xml:space="preserve">
<value>Publish repository to {0}</value>
</data>
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
<value>Please enter a title for the Pull Request</value>
</data>
<data name="PullRequestSourceAndTargetBranchTheSame" xml:space="preserve">
<value>Source and target branch cannot be the same</value>
</data>
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
<value>Source branch doesn't exist remotely, have you pushed it?</value>
</data>
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
<value>No selected repository.</value>
</data>
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
<value>Please enter a repository path</value>
</data>
<data name="RepositoryCreationClonePathInvalid" xml:space="preserve">
<value>Please enter a valid path</value>
</data>
<data name="RepositoryCreationClonePathInvalidCharacters" xml:space="preserve">
<value>Path contains invalid characters</value>
</data>
<data name="RepositoryCreationClonePathTooLong" xml:space="preserve">
<value>Path too long</value>
</data>
<data name="RepositoryCreationFailedAlreadyExists" xml:space="preserve">
<value>Repository '{0}/{1}' already exists.</value>
</data>
<data name="RepositoryCreationFailedAlreadyExistsMessage" xml:space="preserve">
<value>Change the repository name or select a different account and try again.</value>
</data>
<data name="RepositoryCreationFailedQuota" xml:space="preserve">
<value>Exceeded private repositories quota.</value>
</data>
<data name="RepositoryNameValidatorAlreadyExists" xml:space="preserve">
<value>Repository with same name already exists at this location</value>
</data>
<data name="RepositoryNameValidatorEmpty" xml:space="preserve">
<value>Please enter a repository name</value>
</data>
<data name="RepositoryNameValidatorTooLong" xml:space="preserve">
<value>Repository name must be fewer than 100 characters</value>
</data>
<data name="SafeRepositoryNameWarning" xml:space="preserve">
<value>Will be created as {0}</value>
</data>
<data name="TwoFactorApp" xml:space="preserve">
<value>Open the two-factor authentication app on your device to view your authentication code.</value>
</data>
<data name="TwoFactorSms" xml:space="preserve">
<value>We sent you a message via SMS with your authentication code.</value>
</data>
<data name="TwoFactorTitle" xml:space="preserve">
<value>Two-Factor authentication required</value>
</data>
<data name="TwoFactorUnknown" xml:space="preserve">
<value>Enter a sign in authentication code here</value>
</data>
<data name="UsernameOrEmailValidatorEmpty" xml:space="preserve">
<value>Please enter your username or email address</value>
</data>
<data name="UsernameOrEmailValidatorSpaces" xml:space="preserve">
<value>Username or email address must not have spaces</value>
</data>
<data name="PullRequestsNavigationItemText" xml:space="preserve">
<value>Pull Requests</value>
</data>
<data name="PullRequestNavigationItemText" xml:space="preserve">
<value>Pull Request</value>
</data>
<data name="AddedFileStatus" xml:space="preserve">
<value>add</value>
</data>
<data name="Fork" xml:space="preserve">
<value>fork</value>
</data>
<data name="InvalidBranchName" xml:space="preserve">
<value>[invalid]</value>
</data>
<data name="MustPullBeforePush" xml:space="preserve">
<value>You must pull before you can push</value>
</data>
<data name="NoCommitsToPull" xml:space="preserve">
<value>No commits to pull</value>
</data>
<data name="NoCommitsToPush" xml:space="preserve">
<value>No commits to push</value>
</data>
<data name="NoDescriptionProvidedMarkdown" xml:space="preserve">
<value>*No description provided.*</value>
</data>
<data name="PullRequestDetailsCheckout" xml:space="preserve">
<value>Checkout {0}</value>
</data>
<data name="PullRequestDetailsCheckoutTo" xml:space="preserve">
<value>Checkout to {0}</value>
</data>
<data name="PullRequestDetailsPullToolTip" xml:space="preserve">
<value>Pull from {0} branch {1}</value>
</data>
<data name="PullRequestDetailsPushToolTip" xml:space="preserve">
<value>Push to {0} branch {1}</value>
</data>
<data name="Remote" xml:space="preserve">
<value>remote</value>
</data>
<data name="RenamedFileStatus" xml:space="preserve">
<value>rename</value>
</data>
<data name="SourceRepositoryNoLongerAvailable" xml:space="preserve">
<value>The source repository is no longer available.</value>
</data>
<data name="WorkingDirectoryHasUncommittedCHanges" xml:space="preserve">
<value>Cannot checkout as your working directory has uncommitted changes.</value>
</data>
<data name="SyncSubmodules" xml:space="preserve">
<value>Sync {0} submodules</value>
</data>
<data name="CouldntFindGitOnPath" xml:space="preserve">
<value>Couldn't find Git.exe on PATH.
Please install Git for Windows from:
https://git-scm.com/download/win</value>
</data>
<data name="Approved" xml:space="preserve">
<value>Approved</value>
</data>
<data name="ChangesRequested" xml:space="preserve">
<value>Changes Requested</value>
</data>
<data name="Commented" xml:space="preserve">
<value>Commented</value>
</data>
<data name="InProgress" xml:space="preserve">
<value>InProgress</value>
</data>
<data name="NavigateToEditorStatusMessage" xml:space="preserve">
<value>Press Enter to navigate to Editor</value>
</data>
<data name="NavigateToEditorNotCheckedOutInfoMessage" xml:space="preserve">
<value>Checkout PR branch before navigating to Editor</value>
</data>
<data name="NavigateToEditorNotCheckedOutStatusMessage" xml:space="preserve">
<value>Press Enter to navigate to Editor (PR branch must be checked out)</value>
</data>
<data name="ForkRepositoryTitle" xml:space="preserve">
<value>Fork Repository</value>
</data>
<data name="SwitchOriginTitle" xml:space="preserve">
<value>Switch Origin</value>
</data>
<data name="CancelPendingReviewConfirmation" xml:space="preserve">
<value>Are you sure you want to cancel this review? You will lose all your pending comments.</value>
</data>
<data name="CancelPendingReviewConfirmationCaption" xml:space="preserve">
<value>Cancel Review</value>
</data>
<data name="DestinationAlreadyExists" xml:space="preserve">
<value>A file exists at the destination path.</value>
</data>
<data name="LogoutRequired" xml:space="preserve">
<value>Logout Required</value>
</data>
<data name="day" xml:space="preserve">
<value>{0:N0} day ago</value>
</data>
<data name="days" xml:space="preserve">
<value>{0:N0} days ago</value>
</data>
<data name="hour" xml:space="preserve">
<value>{0:N0} hour ago</value>
</data>
<data name="hours" xml:space="preserve">
<value>{0:N0} hours ago</value>
</data>
<data name="JustNow" xml:space="preserve">
<value>just now</value>
</data>
<data name="minute" xml:space="preserve">
<value>{0:N0} minute ago</value>
</data>
<data name="minutes" xml:space="preserve">
<value>{0:N0} minutes ago</value>
</data>
<data name="month" xml:space="preserve">
<value>{0:N0} month ago</value>
</data>
<data name="months" xml:space="preserve">
<value>{0:N0} months ago</value>
</data>
<data name="second" xml:space="preserve">
<value>{0:N0} second ago</value>
</data>
<data name="seconds" xml:space="preserve">
<value>{0:N0} seconds ago</value>
</data>
<data name="year" xml:space="preserve">
<value>{0:N0} year ago</value>
</data>
<data name="years" xml:space="preserve">
<value>{0:N0} years ago</value>
</data>
<data name="authenticationFailedLabelContent" xml:space="preserve">
<value>Invalid authentication code</value>
</data>
<data name="authenticationFailedLabelMessage" xml:space="preserve">
<value>Try entering the code again or clicking the resend button to get a new authentication code.</value>
</data>
<data name="authenticationSentLabelContent" xml:space="preserve">
<value>Authentication code sent!</value>
</data>
<data name="authenticationSentLabelMessage" xml:space="preserve">
<value>If you do not receive the authentication code, contact support@github.com.</value>
</data>
<data name="browsePathButtonContent" xml:space="preserve">
<value>Browse</value>
</data>
<data name="couldNotConnectToGitHubText" xml:space="preserve">
<value>Could not connect to github.com</value>
</data>
<data name="couldNotConnectToTheServerText" xml:space="preserve">
<value>Could not connect to the server.</value>
</data>
<data name="CreateLink" xml:space="preserve">
<value>Create</value>
</data>
<data name="DescriptionOptional" xml:space="preserve">
<value>Description (Optional)</value>
</data>
<data name="openInBrowser" xml:space="preserve">
<value>Open in Browser</value>
</data>
<data name="CancelLink" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="gistCreatedMessage" xml:space="preserve">
<value>Gist created</value>
</data>
<data name="gistCreationFailedMessage" xml:space="preserve">
<value>Failed to create gist</value>
</data>
<data name="prUpdatedByText" xml:space="preserve">
<value>by</value>
</data>
<data name="Options_PrivacyTitle" xml:space="preserve">
<value>Privacy</value>
</data>
<data name="Options_MetricsLabel" xml:space="preserve">
<value>Help us improve by sending anonymous usage data</value>
</data>
<data name="Error_FailedToCopyToClipboard" xml:space="preserve">
<value>Could not copy to the clipboard. Please try again.</value>
</data>
<data name="LinkCopiedToClipboardMessage" xml:space="preserve">
<value>Link copied to clipboard</value>
</data>
<data name="RepositoryPublishedMessage" xml:space="preserve">
<value>Repository created successfully.</value>
</data>
<data name="makePrivateGist" xml:space="preserve">
<value>Private Gist</value>
</data>
<data name="fileNameText" xml:space="preserve">
<value>File Name</value>
</data>
<data name="NotLoggedInMessage" xml:space="preserve">
<value>You are not signed in to {0}, so certain git operations may fail. [Sign in now]({1})</value>
</data>
<data name="WikiNavigationItemText" xml:space="preserve">
<value>Wiki</value>
</data>
<data name="PulseNavigationItemText" xml:space="preserve">
<value>Pulse</value>
</data>
<data name="pathText" xml:space="preserve">
<value>Path</value>
</data>
<data name="IssuesNavigationItemText" xml:space="preserve">
<value>Issues</value>
</data>
<data name="GraphsNavigationItemText" xml:space="preserve">
<value>Graphs</value>
</data>
<data name="GitHubPublishSectionTitle" xml:space="preserve">
<value>Publish to GitHub</value>
</data>
<data name="BlurbText" xml:space="preserve">
<value>Powerful collaboration, code review, and code management for open source and private projects.</value>
</data>
<data name="GitHubInvitationSectionConnectLabel" xml:space="preserve">
<value>Connect…</value>
</data>
<data name="CloneLink" xml:space="preserve">
<value>Clone</value>
</data>
<data name="verifyText" xml:space="preserve">
<value>Verify</value>
</data>
<data name="twoFactorAuthText" xml:space="preserve">
<value>Two-factor authentication</value>
</data>
<data name="SignUpLink" xml:space="preserve">
<value>Sign up</value>
</data>
<data name="SignOutLink" xml:space="preserve">
<value>Sign out</value>
</data>
<data name="resendCodeButtonToolTip" xml:space="preserve">
<value>Send the code to your registered SMS Device again</value>
</data>
<data name="resendCodeButtonContent" xml:space="preserve">
<value>Resend</value>
</data>
<data name="RepoNameText" xml:space="preserve">
<value>Repository Name</value>
</data>
<data name="RepoDoesNotHaveRemoteText" xml:space="preserve">
<value>This repository does not have a remote. Fill out the form to publish it to GitHub.</value>
</data>
<data name="publishText" xml:space="preserve">
<value>Publish</value>
</data>
<data name="orText" xml:space="preserve">
<value>or</value>
</data>
<data name="openTwoFactorAuthAppText" xml:space="preserve">
<value>Open the two-factor authentication app on your device to view your authentication code.</value>
</data>
<data name="noRepositoriesMessageText" xml:space="preserve">
<value>No repositories</value>
</data>
<data name="nameText" xml:space="preserve">
<value>Name</value>
</data>
<data name="makePrivateContent" xml:space="preserve">
<value>Private Repository</value>
</data>
<data name="localPathText" xml:space="preserve">
<value>Local path</value>
</data>
<data name="licenseListText" xml:space="preserve">
<value>License</value>
</data>
<data name="learnMoreLink" xml:space="preserve">
<value>Learn more</value>
</data>
<data name="ignoreTemplateListText" xml:space="preserve">
<value>Git ignore</value>
</data>
<data name="filterTextPromptText" xml:space="preserve">
<value>Search repositories</value>
</data>
<data name="loadingFailedMessageContent" xml:space="preserve">
<value>Some or all repositories may not have loaded. Close the dialog and try again.</value>
</data>
<data name="loadingFailedMessageMessage" xml:space="preserve">
<value>An error occurred while loading repositories</value>
</data>
<data name="enterpriseUrlPromptText" xml:space="preserve">
<value>GitHub Enterprise server address</value>
</data>
<data name="enterpriseConnectingFailedMessage" xml:space="preserve">
<value>The host isn't available or is not a GitHub Enterprise server. Check the address and try again.</value>
</data>
<data name="UserNameOrEmailPromptText" xml:space="preserve">
<value>Username or email</value>
</data>
<data name="PasswordPrompt" xml:space="preserve">
<value>Password</value>
</data>
<data name="LoginLink" xml:space="preserve">
<value>Sign in</value>
</data>
<data name="dotComConnectionFailedMessageMessage" xml:space="preserve">
<value>Please check your internet connection and try again.</value>
</data>
<data name="dontHaveGitHubEnterpriseText" xml:space="preserve">
<value>Don’t have GitHub Enterprise? </value>
</data>
<data name="dontHaveAnAccountText" xml:space="preserve">
<value>Don’t have an account? </value>
</data>
<data name="TitleRequired" xml:space="preserve">
<value>Title (required)</value>
</data>
<data name="Description" xml:space="preserve">
<value>Description</value>
</data>
<data name="NotAGitHubRepositoryMessage" xml:space="preserve">
<value>Publish this repository to GitHub and get powerful collaboration, code review, and code management for open source and private projects.</value>
</data>
<data name="NotAGitHubRepository" xml:space="preserve">
<value>This repository is not on GitHub</value>
</data>
<data name="NotAGitRepository" xml:space="preserve">
<value>No repository</value>
</data>
<data name="NotAGitRepositoryMessage" xml:space="preserve">
<value>We couldn't find a git repository here. Open a git project or click "File -> Add to Source Control" in a project to get started.</value>
</data>
<data name="CreateAccountLink" xml:space="preserve">
<value>Create an account</value>
</data>
<data name="filterBranchesText" xml:space="preserve">
<value>Filter branches</value>
</data>
<data name="PublishToGitHubButton" xml:space="preserve">
<value>Publish to GitHub</value>
</data>
<data name="GetStartedText" xml:space="preserve">
<value>Get Started</value>
</data>
<data name="SignInLink" xml:space="preserve">
<value>Sign in</value>
</data>
<data name="SignInCallToAction" xml:space="preserve">
<value>Sign in...</value>
</data>
<data name="LocalBranchUpToDate" xml:space="preserve">
<value>Local branch up to date</value>
</data>
<data name="ChangesCountFormat" xml:space="preserve">
<value>Changes ({0})</value>
</data>
<data name="ViewChanges" xml:space="preserve">
<value>View Changes</value>
</data>
<data name="CompareFileAsDefaultAction" xml:space="preserve">
<value>Compare File as Default Action</value>
</data>
<data name="ViewFile" xml:space="preserve">
<value>View File</value>
</data>
<data name="OpenFileAsDefaultAction" xml:space="preserve">
<value>Open File as Default Action</value>
</data>
<data name="SwitchToListView" xml:space="preserve">
<value>Switch to List View</value>
</data>
<data name="SwitchToTreeView" xml:space="preserve">
<value>Switch to Tree View</value>
</data>
<data name="UpdatedFormat" xml:space="preserve">
<value>updated {0}</value>
</data>
<data name="OpenPROnGitHubToolTip" xml:space="preserve">
<value>View Pull Request on GitHub</value>
</data>
<data name="TeamExplorerWelcomeMessage" xml:space="preserve">
<value>Welcome to GitHub for Visual Studio! Why not take a look at our [training](show-training) or [documentation](show-docs)?
[Don't show this again](dont-show-again)</value>
</data>
<data name="prUpdatedText" xml:space="preserve">
<value>Updated</value>
</data>
<data name="Options_EditorCommentsLabel" xml:space="preserve">
<value>Show PR comments on editor margin</value>
</data>
<data name="Options_ExperimentalTitle" xml:space="preserve">
<value>Experimental features</value>
</data>
<data name="Options_ExperimentalNote" xml:space="preserve">
<value>These features might change in a future version</value>
</data>
<data name="ViewChangesInSolution" xml:space="preserve">
<value>View Changes in Solution</value>
</data>
<data name="OpenFileInSolution" xml:space="preserve">
<value>Open File in Solution</value>
</data>
<data name="TokenPrompt" xml:space="preserve">
<value>Token</value>
</data>
<data name="ContinueYourReview" xml:space="preserve">
<value>Continue your review</value>
</data>
<data name="AddYourReview" xml:space="preserve">
<value>Add your review</value>
</data>
<data name="Reviewers" xml:space="preserve">
<value>Reviewers</value>
</data>
<data name="AddReviewComment" xml:space="preserve">
<value>Add review comment</value>
</data>
<data name="AddSingleComment" xml:space="preserve">
<value>Add a single comment</value>
</data>
<data name="ForkNavigationItemText" xml:space="preserve">
<value>Fork</value>
</data>
<data name="Options_DebuggingTitle" xml:space="preserve">
<value>Debugging</value>
</data>
<data name="Options_EnableTraceLoggingText" xml:space="preserve">
<value>Enable Trace Logging</value>
</data>
<data name="BlendDialogText" xml:space="preserve">
<value>The GitHub extension is not available inside Blend</value>
</data>
<data name="UpdateComment" xml:space="preserve">
<value>Update comment</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="Pending" xml:space="preserve">
<value>Pending</value>
</data>
<data name="StartAReview" xml:space="preserve">
<value>Start a review</value>
</data>
<data name="YouMustCommitAndPushYourChangesToAddACommentHere" xml:space="preserve">
<value>You must commit and push your changes to add a comment here.</value>
</data>
<data name="PreviousComment" xml:space="preserve">
<value>Previous Comment</value>
</data>
<data name="NextComment" xml:space="preserve">
<value>Next Comment</value>
</data>
<data name="ViewCheckoutOrCreateAPullRequest" xml:space="preserve">
<value>View, Checkout or Create a Pull request</value>
</data>
<data name="Back" xml:space="preserve">
<value>Back</value>
</data>
<data name="ForkRepository" xml:space="preserve">
<value>Fork Repository</value>
</data>
<data name="ForkTheRepository" xml:space="preserve">
<value>Fork the repository</value>
</data>
<data name="UpdateYourLocalRepositoryS" xml:space="preserve">
<value> Update your local repository's</value>
</data>
<data name="ToPointTo" xml:space="preserve">
<value>to point to</value>
</data>
<data name="CreatePullRequest" xml:space="preserve">
<value>Create pull request</value>
</data>
<data name="SignInToGitHub" xml:space="preserve">
<value>Sign in to GitHub</value>
</data>
<data name="Pull" xml:space="preserve">
<value>Pull</value>
</data>
<data name="Push" xml:space="preserve">
<value>Push</value>
</data>
<data name="Sync" xml:space="preserve">
<value>Sync</value>
</data>
<data name="Wrote" xml:space="preserve">
<value>wrote</value>
</data>
<data name="SubmitYourReviewFor" xml:space="preserve">
<value>Submit your review for</value>
</data>
<data name="YourReviewSummary" xml:space="preserve">
<value>Your review summary</value>
</data>
<data name="CommentOnly" xml:space="preserve">
<value>Comment only</value>
</data>
<data name="Approve" xml:space="preserve">
<value>Approve</value>
</data>
<data name="RequestChanges" xml:space="preserve">
<value>Request changes</value>
</data>
<data name="Comments" xml:space="preserve">
<value>Comments</value>
</data>
<data name="OutdatedComments" xml:space="preserve">
<value>Outdated comments</value>
</data>
<data name="CreateNew" xml:space="preserve">
<value>Create New</value>
</data>
<data name="Assignee" xml:space="preserve">
<value>Assignee</value>
</data>
<data name="Author" xml:space="preserve">
<value>Author</value>
</data>
<data name="SignInWithYourBrowser" xml:space="preserve">
<value>Sign in with your browser</value>
</data>
<data name="Open" xml:space="preserve">
<value>Open</value>
</data>
<data name="FilterByAuthor" xml:space="preserve">
<value>Filter by Author</value>
</data>
<data name="SelectFork" xml:space="preserve">
<value>Select Fork</value>
</data>
<data name="DeleteCommentConfirmation" xml:space="preserve">
<value>Are you sure you want to delete this comment?</value>
</data>
<data name="DeleteCommentConfirmationCaption" xml:space="preserve">
<value>Delete Comment</value>
</data>
<data name="Retry" xml:space="preserve">
<value>Retry</value>
</data>
<data name="ThereArenTAnyOpenPullRequests" xml:space="preserve">
<value>There aren't any open pull requests</value>
</data>
<data name="PullRequestsLetYouTellOthersAboutChangesYouVePushedToARepositoryOnGitHub" xml:space="preserve">
<value>Pull requests let you tell others about changes you've pushed to a repository on GitHub</value>
</data>
<data name="NoResultsMatchedYourSearch" xml:space="preserve">
<value>No results matched your search.</value>
</data>
<data name="ToGetStartedYouCan" xml:space="preserve">
<value>To get started you can</value>
</data>
<data name="CreateAPullRequest" xml:space="preserve">
<value>create a pull request</value>
</data>
<data name="OpenRepositoryAtDir" xml:space="preserve">
<value>Open repository at '{0}'?</value>
</data>
<data name="NoResolveDifferentOwnerMessage" xml:space="preserve">
<value>The target URL has a different owner to the current repository.</value>
</data>
<data name="NoActiveRepositoryMessage" xml:space="preserve">
<value>There is no active repository to navigate</value>
</data>
<data name="ChangesInWorkingDirectoryMessage" xml:space="preserve">
<value>The working file is different to the file at '{0}'. Please checkout the corresponding branch, pull request or commit.</value>
</data>
<data name="DifferentRepositoryMessage" xml:space="preserve">
<value>Please open the repository '{0}' and try again</value>
</data>
<data name="UnknownLinkTypeMessage" xml:space="preserve">
<value>Couldn't open from '{0}'. Only URLs that link to repository files are currently supported.</value>
</data>
<data name="NoGitHubUrlMessage" xml:space="preserve">
<value>Couldn't a find a GitHub URL in clipboard</value>
</data>
<data name="NoResolveSameOwnerMessage" xml:space="preserve">
<value>Couldn't find target URL in current repository. Try again after doing a fetch.</value>
</data>
<data name="CantFindARepositoryAtLocalPath" xml:space="preserve">
<value>There is already a directory at this location, but it doesn't contain a repository.</value>
</data>
<data name="LocalRepositoryDoesntHaveARemoteOrigin" xml:space="preserve">
<value>A repository already exists at this location, but it doesn't have a remote named "origin".</value>
</data>
<data name="LocalRepositoryHasARemoteOf" xml:space="preserve">
<value>A repository already exists at this location, but it has a remote of {0}.</value>
</data>
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>
</data>
<data name="CantFindGitHubUrlForRepository" xml:space="preserve">
<value>Can't find GitHub URL for repository</value>
</data>
<data name="RepositoriesMustHaveRemoteOrigin" xml:space="preserve">
<value>Repositories must have a remote called "origin" defined in order to locate their GitHub URL.</value>
</data>
<data name="RepositoriesMustHaveRemoteOriginHowToFix" xml:space="preserve">
<value>Please rename one of your existing remotes to 'origin' or add a new remote named 'origin' and fetch. This can be done from the command line or by clicking the button below.</value>
</data>
<data name="CouldntFindCorrespondingFile" xml:space="preserve">
<value>Couldn't find file corresponding to '{0}' in the repository. Please do a 'git fetch' or checkout the target pull request.</value>
</data>
<data name="MostRecentlyPushed" xml:space="preserve">
<value>{0} most recently pushed</value>
</data>
<data name="OpenConversation" xml:space="preserve">
<value>Open Conversation</value>
</data>
<data name="Comment" xml:space="preserve">
<value>Comment</value>
</data>
<data name="ClosePullRequest" xml:space="preserve">
<value>Close pull request</value>
</data>
<data name="CloseIssue" xml:space="preserve">
<value>Close issue</value>
</data>
<data name="CloseAndComment" xml:space="preserve">
<value>Close and comment</value>
</data>
<data name="ReopenAndComment" xml:space="preserve">
<value>Reopen and comment</value>
</data>
<data name="ReopenIssue" xml:space="preserve">
<value>Reopen issue</value>
</data>
<data name="ReopenPullRequest" xml:space="preserve">
<value>Reopen pull request</value>
</data>
<data name="CommitCountFormat" xml:space="preserve">
<value>{0} commits</value>
</data>
<data name="AddedSomeCommits" xml:space="preserve">
<value>added some commits</value>
</data>
<data name="AndOthers" xml:space="preserve">
<value>and others</value>
</data>
<data name="ThisConversationWasMarkedAsResolved" xml:space="preserve">
<value>This conversation was marked as resolved</value>
</data>
<data name="YouAreViewingAnOutdatedVersionOfThisFile" xml:space="preserve">
<value>You are viewing an outdated version of this file</value>
</data>
</root>