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
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-25 13:54+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../apturl-gtk:49
msgid "User requested interrupt."
msgstr ""
#: ../AptUrl/Parser.py:85
msgid "Non whitelist char in the uri"
msgstr ""
#: ../AptUrl/Parser.py:93
msgid "Whitespace in key=value"
msgstr ""
#: ../AptUrl/Parser.py:99
#, python-format
msgid "Exception '%s'"
msgstr ""
#: ../AptUrl/Parser.py:109
#, python-format
msgid "Url string '%s' too long"
msgstr ""
#: ../AptUrl/Parser.py:115
msgid "No ':' in the uri"
msgstr ""
#: ../AptUrl/AptUrl.py:56
msgid "Invalid /etc/apt/sources.list file"
msgstr ""
#: ../AptUrl/AptUrl.py:59
msgid "Software index is broken"
msgstr ""
#: ../AptUrl/AptUrl.py:60
msgid ""
"This is a major failure of your software management system. Please check for "
"broken packages with synaptic, check the file permissions and correctness of "
"the file '/etc/apt/sources.list' and reload the software information with: "
"'sudo apt-get update' and 'sudo apt-get install -f'."
msgstr ""
#: ../AptUrl/AptUrl.py:88
msgid "Need a url to continue, exiting"
msgstr ""
#: ../AptUrl/AptUrl.py:91
#, python-format
msgid "Invalid url: '%s' given, exiting"
msgstr ""
#: ../AptUrl/AptUrl.py:127
#, python-format
msgid "Can not deal with protocol '%s' "
msgstr ""
#: ../AptUrl/AptUrl.py:143
#, python-format
msgid "Package '%s' is virtual."
msgstr ""
#: ../AptUrl/AptUrl.py:146
#, python-format
msgid "Could not find package '%s'."
msgstr ""
#: ../AptUrl/AptUrl.py:152
#, python-format
msgid "Package '%s' is already installed"
msgstr ""
#: ../AptUrl/AptUrl.py:167
#, python-format
msgid "Can not install '%s' (%s) "
msgstr ""
#: ../AptUrl/AptUrl.py:173
#, python-format
msgid "Package '%s' requests minimal version '%s', but only '%s' is available"
msgstr ""
#: ../AptUrl/gtk/GtkUI.py:87
msgid "Install additional software?"
msgstr ""
#: ../AptUrl/gtk/GtkUI.py:88
#, python-format
msgid "Do you want to install package '%s'?"
msgstr ""
#: ../data/apturl-gtk.ui.h:1
msgid "_Install"
msgstr ""
#: ../data/apturl-gtk.ui.h:2
msgid "Description"
msgstr ""
#: ../data/apturl.schemas.in.h:1
msgid "Whether the specified command should handle \"apt\" URLs"
msgstr ""
#: ../data/apturl.schemas.in.h:2
msgid ""
"True if the command specified in the \"command\" key should handle \"apt\" "
"URLs."
msgstr ""
#: ../data/apturl.schemas.in.h:3
msgid "The handler for \"apt\" URLs"
msgstr ""
#: ../data/apturl.schemas.in.h:4
msgid "The command used to handle \"apt\" URLs, if enabled."
msgstr ""
#: ../data/apturl.schemas.in.h:5
msgid "Run the command in a terminal"
msgstr ""
#: ../data/apturl.schemas.in.h:6
msgid ""
"True if the command used to handle this type of URL should be run in a "
"terminal."
msgstr ""
|