소스 검색

Fixes lintian errors.

j8
Damian Minkov 10 년 전
부모
커밋
7765b9fe5e
3개의 변경된 파일84개의 추가작업 그리고 8개의 파일을 삭제
  1. 8
    8
      debian/jitsi-meet.templates
  2. 1
    0
      debian/po/POTFILES.in
  3. 75
    0
      debian/po/templates.pot

+ 8
- 8
debian/jitsi-meet.templates 파일 보기

@@ -1,23 +1,23 @@
1 1
 Template: jitsi-meet/cert-choice
2 2
 Type: select
3
-Choices: I want a generated self-signed certificate, I have a certificate and will upload the files on the server
4
-Description: SSL certificate for the Jitsi Meet instance
3
+__Choices: Self-signed certificate will be generated, A certificate is available and the files are uploaded on the server
4
+_Description: SSL certificate for the Jitsi Meet instance
5 5
  Jitsi Meet is best to be set up with an SSL certificate.
6
- If you have no certificate, we can generate a self-signed one.
7
- If you have a certificate signed by a recognised CA, you can upload it on the server 
8
- and point us to its location. The default filenames will be /etc/ssl/--domain.name--.key 
6
+ Having no certificate, a self-signed one will be generated.
7
+ Having a certificate signed by a recognised CA, it can be uploaded on the server
8
+ and point its location. The default filenames will be /etc/ssl/--domain.name--.key
9 9
  for the key and /etc/ssl/--domain.name--.crt for the certificate.
10 10
 
11 11
 Template: jitsi-meet/cert-path-key
12 12
 Type: string
13 13
 Default: ${default-key}
14
-Description: Full local server path to the SSL key file
14
+_Description: Full local server path to the SSL key file:
15 15
  The full path to the SSL key file on the server.
16
- If you haven't uploaded it, now is a good time to upload it in another console.
16
+ If it has not been uploaded, now is a good time to do so.
17 17
 
18 18
 Template: jitsi-meet/cert-path-crt
19 19
 Type: string
20 20
 Default: ${default-crt}
21
-Description: Full local server path to the SSL certificate file
21
+_Description: Full local server path to the SSL certificate file:
22 22
  The full path to the SSL certificate file on the server.
23 23
  If you haven't uploaded it, now is a good time to upload it in another console.

+ 1
- 0
debian/po/POTFILES.in 파일 보기

@@ -0,0 +1 @@
1
+[type: gettext/rfc822deb] jitsi-meet.templates

+ 75
- 0
debian/po/templates.pot 파일 보기

@@ -0,0 +1,75 @@
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: jitsi-meet\n"
10
+"Report-Msgid-Bugs-To: jitsi-meet@packages.debian.org\n"
11
+"POT-Creation-Date: 2014-09-03 16:27+0200\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"Language: \n"
16
+"MIME-Version: 1.0\n"
17
+"Content-Type: text/plain; charset=CHARSET\n"
18
+"Content-Transfer-Encoding: 8bit\n"
19
+
20
+#. Type: select
21
+#. Choices
22
+#: ../jitsi-meet.templates:1001
23
+msgid "I want a generated self-signed certificate"
24
+msgstr ""
25
+
26
+#. Type: select
27
+#. Choices
28
+#: ../jitsi-meet.templates:1001
29
+msgid "I have a certificate and will upload the files on the server"
30
+msgstr ""
31
+
32
+#. Type: select
33
+#. Description
34
+#: ../jitsi-meet.templates:1002
35
+msgid "SSL certificate for the Jitsi Meet instance"
36
+msgstr ""
37
+
38
+#. Type: select
39
+#. Description
40
+#: ../jitsi-meet.templates:1002
41
+msgid ""
42
+"Jitsi Meet is best to be set up with an SSL certificate. If you have no "
43
+"certificate, we can generate a self-signed one. If you have a certificate "
44
+"signed by a recognised CA, you can upload it on the server  and point us to "
45
+"its location. The default filenames will be /etc/ssl/--domain.name--.key  "
46
+"for the key and /etc/ssl/--domain.name--.crt for the certificate."
47
+msgstr ""
48
+
49
+#. Type: string
50
+#. Description
51
+#: ../jitsi-meet.templates:2001
52
+msgid "Full local server path to the SSL key file"
53
+msgstr ""
54
+
55
+#. Type: string
56
+#. Description
57
+#: ../jitsi-meet.templates:2001
58
+msgid ""
59
+"The full path to the SSL key file on the server. If you haven't uploaded it, "
60
+"now is a good time to upload it in another console."
61
+msgstr ""
62
+
63
+#. Type: string
64
+#. Description
65
+#: ../jitsi-meet.templates:3001
66
+msgid "Full local server path to the SSL certificate file"
67
+msgstr ""
68
+
69
+#. Type: string
70
+#. Description
71
+#: ../jitsi-meet.templates:3001
72
+msgid ""
73
+"The full path to the SSL certificate file on the server. If you haven't "
74
+"uploaded it, now is a good time to upload it in another console."
75
+msgstr ""

Loading…
취소
저장