##// END OF EJS Templates
release: merge back stable branch into default
marcink -
r1403:bf39ac0d merge default
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -1,15 +1,16 b''
1 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0
1 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0
2 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1
2 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1
3 c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0
3 c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0
4 7fd5c850745e2ea821fb4406af5f4bff9b0a7526 v4.1.1
4 7fd5c850745e2ea821fb4406af5f4bff9b0a7526 v4.1.1
5 41c87da28a179953df86061d817bc35533c66dd2 v4.1.2
5 41c87da28a179953df86061d817bc35533c66dd2 v4.1.2
6 baaf9f5bcea3bae0ef12ae20c8b270482e62abb6 v4.2.0
6 baaf9f5bcea3bae0ef12ae20c8b270482e62abb6 v4.2.0
7 32a70c7e56844a825f61df496ee5eaf8c3c4e189 v4.2.1
7 32a70c7e56844a825f61df496ee5eaf8c3c4e189 v4.2.1
8 fa695cdb411d294679ac081d595ac654e5613b03 v4.3.0
8 fa695cdb411d294679ac081d595ac654e5613b03 v4.3.0
9 0e4dc11b58cad833c513fe17bac39e6850edf959 v4.3.1
9 0e4dc11b58cad833c513fe17bac39e6850edf959 v4.3.1
10 8a876f48f5cb1d018b837db28ff928500cb32cfb v4.4.0
10 8a876f48f5cb1d018b837db28ff928500cb32cfb v4.4.0
11 8dd86b410b1aac086ffdfc524ef300f896af5047 v4.4.1
11 8dd86b410b1aac086ffdfc524ef300f896af5047 v4.4.1
12 d2514226abc8d3b4f6fb57765f47d1b6fb360a05 v4.4.2
12 d2514226abc8d3b4f6fb57765f47d1b6fb360a05 v4.4.2
13 27d783325930af6dad2741476c0d0b1b7c8415c2 v4.5.0
13 27d783325930af6dad2741476c0d0b1b7c8415c2 v4.5.0
14 7f2016f352abcbdba4a19d4039c386e9629449da v4.5.1
14 7f2016f352abcbdba4a19d4039c386e9629449da v4.5.1
15 416fec799314c70a5c780fb28b3357b08869333a v4.5.2
15 416fec799314c70a5c780fb28b3357b08869333a v4.5.2
16 27c3b85fafc83143e6678fbc3da69e1615bcac55 v4.6.0
@@ -1,1852 +1,1852 b''
1 # Generated by pip2nix 0.4.0
1 # Generated by pip2nix 0.4.0
2 # See https://github.com/johbo/pip2nix
2 # See https://github.com/johbo/pip2nix
3
3
4 {
4 {
5 Babel = super.buildPythonPackage {
5 Babel = super.buildPythonPackage {
6 name = "Babel-1.3";
6 name = "Babel-1.3";
7 buildInputs = with self; [];
7 buildInputs = with self; [];
8 doCheck = false;
8 doCheck = false;
9 propagatedBuildInputs = with self; [pytz];
9 propagatedBuildInputs = with self; [pytz];
10 src = fetchurl {
10 src = fetchurl {
11 url = "https://pypi.python.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
11 url = "https://pypi.python.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
12 md5 = "5264ceb02717843cbc9ffce8e6e06bdb";
12 md5 = "5264ceb02717843cbc9ffce8e6e06bdb";
13 };
13 };
14 meta = {
14 meta = {
15 license = [ pkgs.lib.licenses.bsdOriginal ];
15 license = [ pkgs.lib.licenses.bsdOriginal ];
16 };
16 };
17 };
17 };
18 Beaker = super.buildPythonPackage {
18 Beaker = super.buildPythonPackage {
19 name = "Beaker-1.7.0";
19 name = "Beaker-1.7.0";
20 buildInputs = with self; [];
20 buildInputs = with self; [];
21 doCheck = false;
21 doCheck = false;
22 propagatedBuildInputs = with self; [];
22 propagatedBuildInputs = with self; [];
23 src = fetchurl {
23 src = fetchurl {
24 url = "https://pypi.python.org/packages/97/8e/409d2e7c009b8aa803dc9e6f239f1db7c3cdf578249087a404e7c27a505d/Beaker-1.7.0.tar.gz";
24 url = "https://pypi.python.org/packages/97/8e/409d2e7c009b8aa803dc9e6f239f1db7c3cdf578249087a404e7c27a505d/Beaker-1.7.0.tar.gz";
25 md5 = "386be3f7fe427358881eee4622b428b3";
25 md5 = "386be3f7fe427358881eee4622b428b3";
26 };
26 };
27 meta = {
27 meta = {
28 license = [ pkgs.lib.licenses.bsdOriginal ];
28 license = [ pkgs.lib.licenses.bsdOriginal ];
29 };
29 };
30 };
30 };
31 CProfileV = super.buildPythonPackage {
31 CProfileV = super.buildPythonPackage {
32 name = "CProfileV-1.0.6";
32 name = "CProfileV-1.0.6";
33 buildInputs = with self; [];
33 buildInputs = with self; [];
34 doCheck = false;
34 doCheck = false;
35 propagatedBuildInputs = with self; [bottle];
35 propagatedBuildInputs = with self; [bottle];
36 src = fetchurl {
36 src = fetchurl {
37 url = "https://pypi.python.org/packages/eb/df/983a0b6cfd3ac94abf023f5011cb04f33613ace196e33f53c86cf91850d5/CProfileV-1.0.6.tar.gz";
37 url = "https://pypi.python.org/packages/eb/df/983a0b6cfd3ac94abf023f5011cb04f33613ace196e33f53c86cf91850d5/CProfileV-1.0.6.tar.gz";
38 md5 = "08c7c242b6e64237bc53c5d13537e03d";
38 md5 = "08c7c242b6e64237bc53c5d13537e03d";
39 };
39 };
40 meta = {
40 meta = {
41 license = [ pkgs.lib.licenses.mit ];
41 license = [ pkgs.lib.licenses.mit ];
42 };
42 };
43 };
43 };
44 Chameleon = super.buildPythonPackage {
44 Chameleon = super.buildPythonPackage {
45 name = "Chameleon-2.24";
45 name = "Chameleon-2.24";
46 buildInputs = with self; [];
46 buildInputs = with self; [];
47 doCheck = false;
47 doCheck = false;
48 propagatedBuildInputs = with self; [];
48 propagatedBuildInputs = with self; [];
49 src = fetchurl {
49 src = fetchurl {
50 url = "https://pypi.python.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
50 url = "https://pypi.python.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
51 md5 = "1b01f1f6533a8a11d0d2f2366dec5342";
51 md5 = "1b01f1f6533a8a11d0d2f2366dec5342";
52 };
52 };
53 meta = {
53 meta = {
54 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
54 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
55 };
55 };
56 };
56 };
57 FormEncode = super.buildPythonPackage {
57 FormEncode = super.buildPythonPackage {
58 name = "FormEncode-1.2.4";
58 name = "FormEncode-1.2.4";
59 buildInputs = with self; [];
59 buildInputs = with self; [];
60 doCheck = false;
60 doCheck = false;
61 propagatedBuildInputs = with self; [];
61 propagatedBuildInputs = with self; [];
62 src = fetchurl {
62 src = fetchurl {
63 url = "https://pypi.python.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
63 url = "https://pypi.python.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
64 md5 = "6bc17fb9aed8aea198975e888e2077f4";
64 md5 = "6bc17fb9aed8aea198975e888e2077f4";
65 };
65 };
66 meta = {
66 meta = {
67 license = [ pkgs.lib.licenses.psfl ];
67 license = [ pkgs.lib.licenses.psfl ];
68 };
68 };
69 };
69 };
70 Jinja2 = super.buildPythonPackage {
70 Jinja2 = super.buildPythonPackage {
71 name = "Jinja2-2.7.3";
71 name = "Jinja2-2.7.3";
72 buildInputs = with self; [];
72 buildInputs = with self; [];
73 doCheck = false;
73 doCheck = false;
74 propagatedBuildInputs = with self; [MarkupSafe];
74 propagatedBuildInputs = with self; [MarkupSafe];
75 src = fetchurl {
75 src = fetchurl {
76 url = "https://pypi.python.org/packages/b0/73/eab0bca302d6d6a0b5c402f47ad1760dc9cb2dd14bbc1873ad48db258e4d/Jinja2-2.7.3.tar.gz";
76 url = "https://pypi.python.org/packages/b0/73/eab0bca302d6d6a0b5c402f47ad1760dc9cb2dd14bbc1873ad48db258e4d/Jinja2-2.7.3.tar.gz";
77 md5 = "b9dffd2f3b43d673802fe857c8445b1a";
77 md5 = "b9dffd2f3b43d673802fe857c8445b1a";
78 };
78 };
79 meta = {
79 meta = {
80 license = [ pkgs.lib.licenses.bsdOriginal ];
80 license = [ pkgs.lib.licenses.bsdOriginal ];
81 };
81 };
82 };
82 };
83 Mako = super.buildPythonPackage {
83 Mako = super.buildPythonPackage {
84 name = "Mako-1.0.6";
84 name = "Mako-1.0.6";
85 buildInputs = with self; [];
85 buildInputs = with self; [];
86 doCheck = false;
86 doCheck = false;
87 propagatedBuildInputs = with self; [MarkupSafe];
87 propagatedBuildInputs = with self; [MarkupSafe];
88 src = fetchurl {
88 src = fetchurl {
89 url = "https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz";
89 url = "https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz";
90 md5 = "a28e22a339080316b2acc352b9ee631c";
90 md5 = "a28e22a339080316b2acc352b9ee631c";
91 };
91 };
92 meta = {
92 meta = {
93 license = [ pkgs.lib.licenses.mit ];
93 license = [ pkgs.lib.licenses.mit ];
94 };
94 };
95 };
95 };
96 Markdown = super.buildPythonPackage {
96 Markdown = super.buildPythonPackage {
97 name = "Markdown-2.6.7";
97 name = "Markdown-2.6.7";
98 buildInputs = with self; [];
98 buildInputs = with self; [];
99 doCheck = false;
99 doCheck = false;
100 propagatedBuildInputs = with self; [];
100 propagatedBuildInputs = with self; [];
101 src = fetchurl {
101 src = fetchurl {
102 url = "https://pypi.python.org/packages/48/a4/fc6b002789c2239ac620ca963694c95b8f74e4747769cdf6021276939e74/Markdown-2.6.7.zip";
102 url = "https://pypi.python.org/packages/48/a4/fc6b002789c2239ac620ca963694c95b8f74e4747769cdf6021276939e74/Markdown-2.6.7.zip";
103 md5 = "632710a7474bbb74a82084392251061f";
103 md5 = "632710a7474bbb74a82084392251061f";
104 };
104 };
105 meta = {
105 meta = {
106 license = [ pkgs.lib.licenses.bsdOriginal ];
106 license = [ pkgs.lib.licenses.bsdOriginal ];
107 };
107 };
108 };
108 };
109 MarkupSafe = super.buildPythonPackage {
109 MarkupSafe = super.buildPythonPackage {
110 name = "MarkupSafe-0.23";
110 name = "MarkupSafe-0.23";
111 buildInputs = with self; [];
111 buildInputs = with self; [];
112 doCheck = false;
112 doCheck = false;
113 propagatedBuildInputs = with self; [];
113 propagatedBuildInputs = with self; [];
114 src = fetchurl {
114 src = fetchurl {
115 url = "https://pypi.python.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz";
115 url = "https://pypi.python.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz";
116 md5 = "f5ab3deee4c37cd6a922fb81e730da6e";
116 md5 = "f5ab3deee4c37cd6a922fb81e730da6e";
117 };
117 };
118 meta = {
118 meta = {
119 license = [ pkgs.lib.licenses.bsdOriginal ];
119 license = [ pkgs.lib.licenses.bsdOriginal ];
120 };
120 };
121 };
121 };
122 MySQL-python = super.buildPythonPackage {
122 MySQL-python = super.buildPythonPackage {
123 name = "MySQL-python-1.2.5";
123 name = "MySQL-python-1.2.5";
124 buildInputs = with self; [];
124 buildInputs = with self; [];
125 doCheck = false;
125 doCheck = false;
126 propagatedBuildInputs = with self; [];
126 propagatedBuildInputs = with self; [];
127 src = fetchurl {
127 src = fetchurl {
128 url = "https://pypi.python.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
128 url = "https://pypi.python.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
129 md5 = "654f75b302db6ed8dc5a898c625e030c";
129 md5 = "654f75b302db6ed8dc5a898c625e030c";
130 };
130 };
131 meta = {
131 meta = {
132 license = [ pkgs.lib.licenses.gpl1 ];
132 license = [ pkgs.lib.licenses.gpl1 ];
133 };
133 };
134 };
134 };
135 Paste = super.buildPythonPackage {
135 Paste = super.buildPythonPackage {
136 name = "Paste-2.0.3";
136 name = "Paste-2.0.3";
137 buildInputs = with self; [];
137 buildInputs = with self; [];
138 doCheck = false;
138 doCheck = false;
139 propagatedBuildInputs = with self; [six];
139 propagatedBuildInputs = with self; [six];
140 src = fetchurl {
140 src = fetchurl {
141 url = "https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
141 url = "https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
142 md5 = "1231e14eae62fa7ed76e9130b04bc61e";
142 md5 = "1231e14eae62fa7ed76e9130b04bc61e";
143 };
143 };
144 meta = {
144 meta = {
145 license = [ pkgs.lib.licenses.mit ];
145 license = [ pkgs.lib.licenses.mit ];
146 };
146 };
147 };
147 };
148 PasteDeploy = super.buildPythonPackage {
148 PasteDeploy = super.buildPythonPackage {
149 name = "PasteDeploy-1.5.2";
149 name = "PasteDeploy-1.5.2";
150 buildInputs = with self; [];
150 buildInputs = with self; [];
151 doCheck = false;
151 doCheck = false;
152 propagatedBuildInputs = with self; [];
152 propagatedBuildInputs = with self; [];
153 src = fetchurl {
153 src = fetchurl {
154 url = "https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
154 url = "https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
155 md5 = "352b7205c78c8de4987578d19431af3b";
155 md5 = "352b7205c78c8de4987578d19431af3b";
156 };
156 };
157 meta = {
157 meta = {
158 license = [ pkgs.lib.licenses.mit ];
158 license = [ pkgs.lib.licenses.mit ];
159 };
159 };
160 };
160 };
161 PasteScript = super.buildPythonPackage {
161 PasteScript = super.buildPythonPackage {
162 name = "PasteScript-1.7.5";
162 name = "PasteScript-1.7.5";
163 buildInputs = with self; [];
163 buildInputs = with self; [];
164 doCheck = false;
164 doCheck = false;
165 propagatedBuildInputs = with self; [Paste PasteDeploy];
165 propagatedBuildInputs = with self; [Paste PasteDeploy];
166 src = fetchurl {
166 src = fetchurl {
167 url = "https://pypi.python.org/packages/a5/05/fc60efa7c2f17a1dbaeccb2a903a1e90902d92b9d00eebabe3095829d806/PasteScript-1.7.5.tar.gz";
167 url = "https://pypi.python.org/packages/a5/05/fc60efa7c2f17a1dbaeccb2a903a1e90902d92b9d00eebabe3095829d806/PasteScript-1.7.5.tar.gz";
168 md5 = "4c72d78dcb6bb993f30536842c16af4d";
168 md5 = "4c72d78dcb6bb993f30536842c16af4d";
169 };
169 };
170 meta = {
170 meta = {
171 license = [ pkgs.lib.licenses.mit ];
171 license = [ pkgs.lib.licenses.mit ];
172 };
172 };
173 };
173 };
174 Pygments = super.buildPythonPackage {
174 Pygments = super.buildPythonPackage {
175 name = "Pygments-2.2.0";
175 name = "Pygments-2.2.0";
176 buildInputs = with self; [];
176 buildInputs = with self; [];
177 doCheck = false;
177 doCheck = false;
178 propagatedBuildInputs = with self; [];
178 propagatedBuildInputs = with self; [];
179 src = fetchurl {
179 src = fetchurl {
180 url = "https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
180 url = "https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
181 md5 = "13037baca42f16917cbd5ad2fab50844";
181 md5 = "13037baca42f16917cbd5ad2fab50844";
182 };
182 };
183 meta = {
183 meta = {
184 license = [ pkgs.lib.licenses.bsdOriginal ];
184 license = [ pkgs.lib.licenses.bsdOriginal ];
185 };
185 };
186 };
186 };
187 Pylons = super.buildPythonPackage {
187 Pylons = super.buildPythonPackage {
188 name = "Pylons-1.0.2.dev20161213";
188 name = "Pylons-1.0.2.dev20170205";
189 buildInputs = with self; [];
189 buildInputs = with self; [];
190 doCheck = false;
190 doCheck = false;
191 propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];
191 propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];
192 src = fetchurl {
192 src = fetchurl {
193 url = "https://code.rhodecode.com/upstream/pylons/archive/707354ee4261b9c10450404fc9852ccea4fd667d.tar.gz?md5=f26633726fa2cd3a340316ee6a5d218f";
193 url = "https://code.rhodecode.com/upstream/pylons/archive/707354ee4261b9c10450404fc9852ccea4fd667d.tar.gz?md5=f26633726fa2cd3a340316ee6a5d218f";
194 md5 = "f26633726fa2cd3a340316ee6a5d218f";
194 md5 = "f26633726fa2cd3a340316ee6a5d218f";
195 };
195 };
196 meta = {
196 meta = {
197 license = [ pkgs.lib.licenses.bsdOriginal ];
197 license = [ pkgs.lib.licenses.bsdOriginal ];
198 };
198 };
199 };
199 };
200 Pyro4 = super.buildPythonPackage {
200 Pyro4 = super.buildPythonPackage {
201 name = "Pyro4-4.41";
201 name = "Pyro4-4.41";
202 buildInputs = with self; [];
202 buildInputs = with self; [];
203 doCheck = false;
203 doCheck = false;
204 propagatedBuildInputs = with self; [serpent];
204 propagatedBuildInputs = with self; [serpent];
205 src = fetchurl {
205 src = fetchurl {
206 url = "https://pypi.python.org/packages/56/2b/89b566b4bf3e7f8ba790db2d1223852f8cb454c52cab7693dd41f608ca2a/Pyro4-4.41.tar.gz";
206 url = "https://pypi.python.org/packages/56/2b/89b566b4bf3e7f8ba790db2d1223852f8cb454c52cab7693dd41f608ca2a/Pyro4-4.41.tar.gz";
207 md5 = "ed69e9bfafa9c06c049a87cb0c4c2b6c";
207 md5 = "ed69e9bfafa9c06c049a87cb0c4c2b6c";
208 };
208 };
209 meta = {
209 meta = {
210 license = [ pkgs.lib.licenses.mit ];
210 license = [ pkgs.lib.licenses.mit ];
211 };
211 };
212 };
212 };
213 Routes = super.buildPythonPackage {
213 Routes = super.buildPythonPackage {
214 name = "Routes-1.13";
214 name = "Routes-1.13";
215 buildInputs = with self; [];
215 buildInputs = with self; [];
216 doCheck = false;
216 doCheck = false;
217 propagatedBuildInputs = with self; [repoze.lru];
217 propagatedBuildInputs = with self; [repoze.lru];
218 src = fetchurl {
218 src = fetchurl {
219 url = "https://pypi.python.org/packages/88/d3/259c3b3cde8837eb9441ab5f574a660e8a4acea8f54a078441d4d2acac1c/Routes-1.13.tar.gz";
219 url = "https://pypi.python.org/packages/88/d3/259c3b3cde8837eb9441ab5f574a660e8a4acea8f54a078441d4d2acac1c/Routes-1.13.tar.gz";
220 md5 = "d527b0ab7dd9172b1275a41f97448783";
220 md5 = "d527b0ab7dd9172b1275a41f97448783";
221 };
221 };
222 meta = {
222 meta = {
223 license = [ pkgs.lib.licenses.bsdOriginal ];
223 license = [ pkgs.lib.licenses.bsdOriginal ];
224 };
224 };
225 };
225 };
226 SQLAlchemy = super.buildPythonPackage {
226 SQLAlchemy = super.buildPythonPackage {
227 name = "SQLAlchemy-0.9.9";
227 name = "SQLAlchemy-0.9.9";
228 buildInputs = with self; [];
228 buildInputs = with self; [];
229 doCheck = false;
229 doCheck = false;
230 propagatedBuildInputs = with self; [];
230 propagatedBuildInputs = with self; [];
231 src = fetchurl {
231 src = fetchurl {
232 url = "https://pypi.python.org/packages/28/f7/1bbfd0d8597e8c358d5e15a166a486ad82fc5579b4e67b6ef7c05b1d182b/SQLAlchemy-0.9.9.tar.gz";
232 url = "https://pypi.python.org/packages/28/f7/1bbfd0d8597e8c358d5e15a166a486ad82fc5579b4e67b6ef7c05b1d182b/SQLAlchemy-0.9.9.tar.gz";
233 md5 = "8a10a9bd13ed3336ef7333ac2cc679ff";
233 md5 = "8a10a9bd13ed3336ef7333ac2cc679ff";
234 };
234 };
235 meta = {
235 meta = {
236 license = [ pkgs.lib.licenses.mit ];
236 license = [ pkgs.lib.licenses.mit ];
237 };
237 };
238 };
238 };
239 Sphinx = super.buildPythonPackage {
239 Sphinx = super.buildPythonPackage {
240 name = "Sphinx-1.2.2";
240 name = "Sphinx-1.2.2";
241 buildInputs = with self; [];
241 buildInputs = with self; [];
242 doCheck = false;
242 doCheck = false;
243 propagatedBuildInputs = with self; [Pygments docutils Jinja2];
243 propagatedBuildInputs = with self; [Pygments docutils Jinja2];
244 src = fetchurl {
244 src = fetchurl {
245 url = "https://pypi.python.org/packages/0a/50/34017e6efcd372893a416aba14b84a1a149fc7074537b0e9cb6ca7b7abe9/Sphinx-1.2.2.tar.gz";
245 url = "https://pypi.python.org/packages/0a/50/34017e6efcd372893a416aba14b84a1a149fc7074537b0e9cb6ca7b7abe9/Sphinx-1.2.2.tar.gz";
246 md5 = "3dc73ccaa8d0bfb2d62fb671b1f7e8a4";
246 md5 = "3dc73ccaa8d0bfb2d62fb671b1f7e8a4";
247 };
247 };
248 meta = {
248 meta = {
249 license = [ pkgs.lib.licenses.bsdOriginal ];
249 license = [ pkgs.lib.licenses.bsdOriginal ];
250 };
250 };
251 };
251 };
252 Tempita = super.buildPythonPackage {
252 Tempita = super.buildPythonPackage {
253 name = "Tempita-0.5.2";
253 name = "Tempita-0.5.2";
254 buildInputs = with self; [];
254 buildInputs = with self; [];
255 doCheck = false;
255 doCheck = false;
256 propagatedBuildInputs = with self; [];
256 propagatedBuildInputs = with self; [];
257 src = fetchurl {
257 src = fetchurl {
258 url = "https://pypi.python.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
258 url = "https://pypi.python.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
259 md5 = "4c2f17bb9d481821c41b6fbee904cea1";
259 md5 = "4c2f17bb9d481821c41b6fbee904cea1";
260 };
260 };
261 meta = {
261 meta = {
262 license = [ pkgs.lib.licenses.mit ];
262 license = [ pkgs.lib.licenses.mit ];
263 };
263 };
264 };
264 };
265 URLObject = super.buildPythonPackage {
265 URLObject = super.buildPythonPackage {
266 name = "URLObject-2.4.0";
266 name = "URLObject-2.4.0";
267 buildInputs = with self; [];
267 buildInputs = with self; [];
268 doCheck = false;
268 doCheck = false;
269 propagatedBuildInputs = with self; [];
269 propagatedBuildInputs = with self; [];
270 src = fetchurl {
270 src = fetchurl {
271 url = "https://pypi.python.org/packages/cb/b6/e25e58500f9caef85d664bec71ec67c116897bfebf8622c32cb75d1ca199/URLObject-2.4.0.tar.gz";
271 url = "https://pypi.python.org/packages/cb/b6/e25e58500f9caef85d664bec71ec67c116897bfebf8622c32cb75d1ca199/URLObject-2.4.0.tar.gz";
272 md5 = "2ed819738a9f0a3051f31dc9924e3065";
272 md5 = "2ed819738a9f0a3051f31dc9924e3065";
273 };
273 };
274 meta = {
274 meta = {
275 license = [ ];
275 license = [ ];
276 };
276 };
277 };
277 };
278 WebError = super.buildPythonPackage {
278 WebError = super.buildPythonPackage {
279 name = "WebError-0.10.3";
279 name = "WebError-0.10.3";
280 buildInputs = with self; [];
280 buildInputs = with self; [];
281 doCheck = false;
281 doCheck = false;
282 propagatedBuildInputs = with self; [WebOb Tempita Pygments Paste];
282 propagatedBuildInputs = with self; [WebOb Tempita Pygments Paste];
283 src = fetchurl {
283 src = fetchurl {
284 url = "https://pypi.python.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
284 url = "https://pypi.python.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
285 md5 = "84b9990b0baae6fd440b1e60cdd06f9a";
285 md5 = "84b9990b0baae6fd440b1e60cdd06f9a";
286 };
286 };
287 meta = {
287 meta = {
288 license = [ pkgs.lib.licenses.mit ];
288 license = [ pkgs.lib.licenses.mit ];
289 };
289 };
290 };
290 };
291 WebHelpers = super.buildPythonPackage {
291 WebHelpers = super.buildPythonPackage {
292 name = "WebHelpers-1.3";
292 name = "WebHelpers-1.3";
293 buildInputs = with self; [];
293 buildInputs = with self; [];
294 doCheck = false;
294 doCheck = false;
295 propagatedBuildInputs = with self; [MarkupSafe];
295 propagatedBuildInputs = with self; [MarkupSafe];
296 src = fetchurl {
296 src = fetchurl {
297 url = "https://pypi.python.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
297 url = "https://pypi.python.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
298 md5 = "32749ffadfc40fea51075a7def32588b";
298 md5 = "32749ffadfc40fea51075a7def32588b";
299 };
299 };
300 meta = {
300 meta = {
301 license = [ pkgs.lib.licenses.bsdOriginal ];
301 license = [ pkgs.lib.licenses.bsdOriginal ];
302 };
302 };
303 };
303 };
304 WebHelpers2 = super.buildPythonPackage {
304 WebHelpers2 = super.buildPythonPackage {
305 name = "WebHelpers2-2.0";
305 name = "WebHelpers2-2.0";
306 buildInputs = with self; [];
306 buildInputs = with self; [];
307 doCheck = false;
307 doCheck = false;
308 propagatedBuildInputs = with self; [MarkupSafe six];
308 propagatedBuildInputs = with self; [MarkupSafe six];
309 src = fetchurl {
309 src = fetchurl {
310 url = "https://pypi.python.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
310 url = "https://pypi.python.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
311 md5 = "0f6b68d70c12ee0aed48c00b24da13d3";
311 md5 = "0f6b68d70c12ee0aed48c00b24da13d3";
312 };
312 };
313 meta = {
313 meta = {
314 license = [ pkgs.lib.licenses.mit ];
314 license = [ pkgs.lib.licenses.mit ];
315 };
315 };
316 };
316 };
317 WebOb = super.buildPythonPackage {
317 WebOb = super.buildPythonPackage {
318 name = "WebOb-1.3.1";
318 name = "WebOb-1.3.1";
319 buildInputs = with self; [];
319 buildInputs = with self; [];
320 doCheck = false;
320 doCheck = false;
321 propagatedBuildInputs = with self; [];
321 propagatedBuildInputs = with self; [];
322 src = fetchurl {
322 src = fetchurl {
323 url = "https://pypi.python.org/packages/16/78/adfc0380b8a0d75b2d543fa7085ba98a573b1ae486d9def88d172b81b9fa/WebOb-1.3.1.tar.gz";
323 url = "https://pypi.python.org/packages/16/78/adfc0380b8a0d75b2d543fa7085ba98a573b1ae486d9def88d172b81b9fa/WebOb-1.3.1.tar.gz";
324 md5 = "20918251c5726956ba8fef22d1556177";
324 md5 = "20918251c5726956ba8fef22d1556177";
325 };
325 };
326 meta = {
326 meta = {
327 license = [ pkgs.lib.licenses.mit ];
327 license = [ pkgs.lib.licenses.mit ];
328 };
328 };
329 };
329 };
330 WebTest = super.buildPythonPackage {
330 WebTest = super.buildPythonPackage {
331 name = "WebTest-1.4.3";
331 name = "WebTest-1.4.3";
332 buildInputs = with self; [];
332 buildInputs = with self; [];
333 doCheck = false;
333 doCheck = false;
334 propagatedBuildInputs = with self; [WebOb];
334 propagatedBuildInputs = with self; [WebOb];
335 src = fetchurl {
335 src = fetchurl {
336 url = "https://pypi.python.org/packages/51/3d/84fd0f628df10b30c7db87895f56d0158e5411206b721ca903cb51bfd948/WebTest-1.4.3.zip";
336 url = "https://pypi.python.org/packages/51/3d/84fd0f628df10b30c7db87895f56d0158e5411206b721ca903cb51bfd948/WebTest-1.4.3.zip";
337 md5 = "631ce728bed92c681a4020a36adbc353";
337 md5 = "631ce728bed92c681a4020a36adbc353";
338 };
338 };
339 meta = {
339 meta = {
340 license = [ pkgs.lib.licenses.mit ];
340 license = [ pkgs.lib.licenses.mit ];
341 };
341 };
342 };
342 };
343 Whoosh = super.buildPythonPackage {
343 Whoosh = super.buildPythonPackage {
344 name = "Whoosh-2.7.4";
344 name = "Whoosh-2.7.4";
345 buildInputs = with self; [];
345 buildInputs = with self; [];
346 doCheck = false;
346 doCheck = false;
347 propagatedBuildInputs = with self; [];
347 propagatedBuildInputs = with self; [];
348 src = fetchurl {
348 src = fetchurl {
349 url = "https://pypi.python.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
349 url = "https://pypi.python.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
350 md5 = "c2710105f20b3e29936bd2357383c325";
350 md5 = "c2710105f20b3e29936bd2357383c325";
351 };
351 };
352 meta = {
352 meta = {
353 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
353 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
354 };
354 };
355 };
355 };
356 alembic = super.buildPythonPackage {
356 alembic = super.buildPythonPackage {
357 name = "alembic-0.8.4";
357 name = "alembic-0.8.4";
358 buildInputs = with self; [];
358 buildInputs = with self; [];
359 doCheck = false;
359 doCheck = false;
360 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor];
360 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor];
361 src = fetchurl {
361 src = fetchurl {
362 url = "https://pypi.python.org/packages/ca/7e/299b4499b5c75e5a38c5845145ad24755bebfb8eec07a2e1c366b7181eeb/alembic-0.8.4.tar.gz";
362 url = "https://pypi.python.org/packages/ca/7e/299b4499b5c75e5a38c5845145ad24755bebfb8eec07a2e1c366b7181eeb/alembic-0.8.4.tar.gz";
363 md5 = "5f95d8ee62b443f9b37eb5bee76c582d";
363 md5 = "5f95d8ee62b443f9b37eb5bee76c582d";
364 };
364 };
365 meta = {
365 meta = {
366 license = [ pkgs.lib.licenses.mit ];
366 license = [ pkgs.lib.licenses.mit ];
367 };
367 };
368 };
368 };
369 amqplib = super.buildPythonPackage {
369 amqplib = super.buildPythonPackage {
370 name = "amqplib-1.0.2";
370 name = "amqplib-1.0.2";
371 buildInputs = with self; [];
371 buildInputs = with self; [];
372 doCheck = false;
372 doCheck = false;
373 propagatedBuildInputs = with self; [];
373 propagatedBuildInputs = with self; [];
374 src = fetchurl {
374 src = fetchurl {
375 url = "https://pypi.python.org/packages/75/b7/8c2429bf8d92354a0118614f9a4d15e53bc69ebedce534284111de5a0102/amqplib-1.0.2.tgz";
375 url = "https://pypi.python.org/packages/75/b7/8c2429bf8d92354a0118614f9a4d15e53bc69ebedce534284111de5a0102/amqplib-1.0.2.tgz";
376 md5 = "5c92f17fbedd99b2b4a836d4352d1e2f";
376 md5 = "5c92f17fbedd99b2b4a836d4352d1e2f";
377 };
377 };
378 meta = {
378 meta = {
379 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
379 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
380 };
380 };
381 };
381 };
382 anyjson = super.buildPythonPackage {
382 anyjson = super.buildPythonPackage {
383 name = "anyjson-0.3.3";
383 name = "anyjson-0.3.3";
384 buildInputs = with self; [];
384 buildInputs = with self; [];
385 doCheck = false;
385 doCheck = false;
386 propagatedBuildInputs = with self; [];
386 propagatedBuildInputs = with self; [];
387 src = fetchurl {
387 src = fetchurl {
388 url = "https://pypi.python.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz";
388 url = "https://pypi.python.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz";
389 md5 = "2ea28d6ec311aeeebaf993cb3008b27c";
389 md5 = "2ea28d6ec311aeeebaf993cb3008b27c";
390 };
390 };
391 meta = {
391 meta = {
392 license = [ pkgs.lib.licenses.bsdOriginal ];
392 license = [ pkgs.lib.licenses.bsdOriginal ];
393 };
393 };
394 };
394 };
395 appenlight-client = super.buildPythonPackage {
395 appenlight-client = super.buildPythonPackage {
396 name = "appenlight-client-0.6.14";
396 name = "appenlight-client-0.6.14";
397 buildInputs = with self; [];
397 buildInputs = with self; [];
398 doCheck = false;
398 doCheck = false;
399 propagatedBuildInputs = with self; [WebOb requests];
399 propagatedBuildInputs = with self; [WebOb requests];
400 src = fetchurl {
400 src = fetchurl {
401 url = "https://pypi.python.org/packages/4d/e0/23fee3ebada8143f707e65c06bcb82992040ee64ea8355e044ed55ebf0c1/appenlight_client-0.6.14.tar.gz";
401 url = "https://pypi.python.org/packages/4d/e0/23fee3ebada8143f707e65c06bcb82992040ee64ea8355e044ed55ebf0c1/appenlight_client-0.6.14.tar.gz";
402 md5 = "578c69b09f4356d898fff1199b98a95c";
402 md5 = "578c69b09f4356d898fff1199b98a95c";
403 };
403 };
404 meta = {
404 meta = {
405 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ];
405 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ];
406 };
406 };
407 };
407 };
408 authomatic = super.buildPythonPackage {
408 authomatic = super.buildPythonPackage {
409 name = "authomatic-0.1.0.post1";
409 name = "authomatic-0.1.0.post1";
410 buildInputs = with self; [];
410 buildInputs = with self; [];
411 doCheck = false;
411 doCheck = false;
412 propagatedBuildInputs = with self; [];
412 propagatedBuildInputs = with self; [];
413 src = fetchurl {
413 src = fetchurl {
414 url = "https://pypi.python.org/packages/08/1a/8a930461e604c2d5a7a871e1ac59fa82ccf994c32e807230c8d2fb07815a/Authomatic-0.1.0.post1.tar.gz";
414 url = "https://pypi.python.org/packages/08/1a/8a930461e604c2d5a7a871e1ac59fa82ccf994c32e807230c8d2fb07815a/Authomatic-0.1.0.post1.tar.gz";
415 md5 = "be3f3ce08747d776aae6d6cc8dcb49a9";
415 md5 = "be3f3ce08747d776aae6d6cc8dcb49a9";
416 };
416 };
417 meta = {
417 meta = {
418 license = [ pkgs.lib.licenses.mit ];
418 license = [ pkgs.lib.licenses.mit ];
419 };
419 };
420 };
420 };
421 backport-ipaddress = super.buildPythonPackage {
421 backport-ipaddress = super.buildPythonPackage {
422 name = "backport-ipaddress-0.1";
422 name = "backport-ipaddress-0.1";
423 buildInputs = with self; [];
423 buildInputs = with self; [];
424 doCheck = false;
424 doCheck = false;
425 propagatedBuildInputs = with self; [];
425 propagatedBuildInputs = with self; [];
426 src = fetchurl {
426 src = fetchurl {
427 url = "https://pypi.python.org/packages/d3/30/54c6dab05a4dec44db25ff309f1fbb6b7a8bde3f2bade38bb9da67bbab8f/backport_ipaddress-0.1.tar.gz";
427 url = "https://pypi.python.org/packages/d3/30/54c6dab05a4dec44db25ff309f1fbb6b7a8bde3f2bade38bb9da67bbab8f/backport_ipaddress-0.1.tar.gz";
428 md5 = "9c1f45f4361f71b124d7293a60006c05";
428 md5 = "9c1f45f4361f71b124d7293a60006c05";
429 };
429 };
430 meta = {
430 meta = {
431 license = [ pkgs.lib.licenses.psfl ];
431 license = [ pkgs.lib.licenses.psfl ];
432 };
432 };
433 };
433 };
434 backports.shutil-get-terminal-size = super.buildPythonPackage {
434 backports.shutil-get-terminal-size = super.buildPythonPackage {
435 name = "backports.shutil-get-terminal-size-1.0.0";
435 name = "backports.shutil-get-terminal-size-1.0.0";
436 buildInputs = with self; [];
436 buildInputs = with self; [];
437 doCheck = false;
437 doCheck = false;
438 propagatedBuildInputs = with self; [];
438 propagatedBuildInputs = with self; [];
439 src = fetchurl {
439 src = fetchurl {
440 url = "https://pypi.python.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
440 url = "https://pypi.python.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
441 md5 = "03267762480bd86b50580dc19dff3c66";
441 md5 = "03267762480bd86b50580dc19dff3c66";
442 };
442 };
443 meta = {
443 meta = {
444 license = [ pkgs.lib.licenses.mit ];
444 license = [ pkgs.lib.licenses.mit ];
445 };
445 };
446 };
446 };
447 bottle = super.buildPythonPackage {
447 bottle = super.buildPythonPackage {
448 name = "bottle-0.12.8";
448 name = "bottle-0.12.8";
449 buildInputs = with self; [];
449 buildInputs = with self; [];
450 doCheck = false;
450 doCheck = false;
451 propagatedBuildInputs = with self; [];
451 propagatedBuildInputs = with self; [];
452 src = fetchurl {
452 src = fetchurl {
453 url = "https://pypi.python.org/packages/52/df/e4a408f3a7af396d186d4ecd3b389dd764f0f943b4fa8d257bfe7b49d343/bottle-0.12.8.tar.gz";
453 url = "https://pypi.python.org/packages/52/df/e4a408f3a7af396d186d4ecd3b389dd764f0f943b4fa8d257bfe7b49d343/bottle-0.12.8.tar.gz";
454 md5 = "13132c0a8f607bf860810a6ee9064c5b";
454 md5 = "13132c0a8f607bf860810a6ee9064c5b";
455 };
455 };
456 meta = {
456 meta = {
457 license = [ pkgs.lib.licenses.mit ];
457 license = [ pkgs.lib.licenses.mit ];
458 };
458 };
459 };
459 };
460 bumpversion = super.buildPythonPackage {
460 bumpversion = super.buildPythonPackage {
461 name = "bumpversion-0.5.3";
461 name = "bumpversion-0.5.3";
462 buildInputs = with self; [];
462 buildInputs = with self; [];
463 doCheck = false;
463 doCheck = false;
464 propagatedBuildInputs = with self; [];
464 propagatedBuildInputs = with self; [];
465 src = fetchurl {
465 src = fetchurl {
466 url = "https://pypi.python.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
466 url = "https://pypi.python.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
467 md5 = "c66a3492eafcf5ad4b024be9fca29820";
467 md5 = "c66a3492eafcf5ad4b024be9fca29820";
468 };
468 };
469 meta = {
469 meta = {
470 license = [ pkgs.lib.licenses.mit ];
470 license = [ pkgs.lib.licenses.mit ];
471 };
471 };
472 };
472 };
473 celery = super.buildPythonPackage {
473 celery = super.buildPythonPackage {
474 name = "celery-2.2.10";
474 name = "celery-2.2.10";
475 buildInputs = with self; [];
475 buildInputs = with self; [];
476 doCheck = false;
476 doCheck = false;
477 propagatedBuildInputs = with self; [python-dateutil anyjson kombu pyparsing];
477 propagatedBuildInputs = with self; [python-dateutil anyjson kombu pyparsing];
478 src = fetchurl {
478 src = fetchurl {
479 url = "https://pypi.python.org/packages/b1/64/860fd50e45844c83442e7953effcddeff66b2851d90b2d784f7201c111b8/celery-2.2.10.tar.gz";
479 url = "https://pypi.python.org/packages/b1/64/860fd50e45844c83442e7953effcddeff66b2851d90b2d784f7201c111b8/celery-2.2.10.tar.gz";
480 md5 = "898bc87e54f278055b561316ba73e222";
480 md5 = "898bc87e54f278055b561316ba73e222";
481 };
481 };
482 meta = {
482 meta = {
483 license = [ pkgs.lib.licenses.bsdOriginal ];
483 license = [ pkgs.lib.licenses.bsdOriginal ];
484 };
484 };
485 };
485 };
486 channelstream = super.buildPythonPackage {
486 channelstream = super.buildPythonPackage {
487 name = "channelstream-0.5.2";
487 name = "channelstream-0.5.2";
488 buildInputs = with self; [];
488 buildInputs = with self; [];
489 doCheck = false;
489 doCheck = false;
490 propagatedBuildInputs = with self; [gevent ws4py pyramid pyramid-jinja2 itsdangerous requests six];
490 propagatedBuildInputs = with self; [gevent ws4py pyramid pyramid-jinja2 itsdangerous requests six];
491 src = fetchurl {
491 src = fetchurl {
492 url = "https://pypi.python.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
492 url = "https://pypi.python.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
493 md5 = "1c5eb2a8a405be6f1073da94da6d81d3";
493 md5 = "1c5eb2a8a405be6f1073da94da6d81d3";
494 };
494 };
495 meta = {
495 meta = {
496 license = [ pkgs.lib.licenses.bsdOriginal ];
496 license = [ pkgs.lib.licenses.bsdOriginal ];
497 };
497 };
498 };
498 };
499 click = super.buildPythonPackage {
499 click = super.buildPythonPackage {
500 name = "click-5.1";
500 name = "click-5.1";
501 buildInputs = with self; [];
501 buildInputs = with self; [];
502 doCheck = false;
502 doCheck = false;
503 propagatedBuildInputs = with self; [];
503 propagatedBuildInputs = with self; [];
504 src = fetchurl {
504 src = fetchurl {
505 url = "https://pypi.python.org/packages/b7/34/a496632c4fb6c1ee76efedf77bb8d28b29363d839953d95095b12defe791/click-5.1.tar.gz";
505 url = "https://pypi.python.org/packages/b7/34/a496632c4fb6c1ee76efedf77bb8d28b29363d839953d95095b12defe791/click-5.1.tar.gz";
506 md5 = "9c5323008cccfe232a8b161fc8196d41";
506 md5 = "9c5323008cccfe232a8b161fc8196d41";
507 };
507 };
508 meta = {
508 meta = {
509 license = [ pkgs.lib.licenses.bsdOriginal ];
509 license = [ pkgs.lib.licenses.bsdOriginal ];
510 };
510 };
511 };
511 };
512 colander = super.buildPythonPackage {
512 colander = super.buildPythonPackage {
513 name = "colander-1.2";
513 name = "colander-1.2";
514 buildInputs = with self; [];
514 buildInputs = with self; [];
515 doCheck = false;
515 doCheck = false;
516 propagatedBuildInputs = with self; [translationstring iso8601];
516 propagatedBuildInputs = with self; [translationstring iso8601];
517 src = fetchurl {
517 src = fetchurl {
518 url = "https://pypi.python.org/packages/14/23/c9ceba07a6a1dc0eefbb215fc0dc64aabc2b22ee756bc0f0c13278fa0887/colander-1.2.tar.gz";
518 url = "https://pypi.python.org/packages/14/23/c9ceba07a6a1dc0eefbb215fc0dc64aabc2b22ee756bc0f0c13278fa0887/colander-1.2.tar.gz";
519 md5 = "83db21b07936a0726e588dae1914b9ed";
519 md5 = "83db21b07936a0726e588dae1914b9ed";
520 };
520 };
521 meta = {
521 meta = {
522 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
522 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
523 };
523 };
524 };
524 };
525 configobj = super.buildPythonPackage {
525 configobj = super.buildPythonPackage {
526 name = "configobj-5.0.6";
526 name = "configobj-5.0.6";
527 buildInputs = with self; [];
527 buildInputs = with self; [];
528 doCheck = false;
528 doCheck = false;
529 propagatedBuildInputs = with self; [six];
529 propagatedBuildInputs = with self; [six];
530 src = fetchurl {
530 src = fetchurl {
531 url = "https://pypi.python.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
531 url = "https://pypi.python.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
532 md5 = "e472a3a1c2a67bb0ec9b5d54c13a47d6";
532 md5 = "e472a3a1c2a67bb0ec9b5d54c13a47d6";
533 };
533 };
534 meta = {
534 meta = {
535 license = [ pkgs.lib.licenses.bsdOriginal ];
535 license = [ pkgs.lib.licenses.bsdOriginal ];
536 };
536 };
537 };
537 };
538 cov-core = super.buildPythonPackage {
538 cov-core = super.buildPythonPackage {
539 name = "cov-core-1.15.0";
539 name = "cov-core-1.15.0";
540 buildInputs = with self; [];
540 buildInputs = with self; [];
541 doCheck = false;
541 doCheck = false;
542 propagatedBuildInputs = with self; [coverage];
542 propagatedBuildInputs = with self; [coverage];
543 src = fetchurl {
543 src = fetchurl {
544 url = "https://pypi.python.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
544 url = "https://pypi.python.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
545 md5 = "f519d4cb4c4e52856afb14af52919fe6";
545 md5 = "f519d4cb4c4e52856afb14af52919fe6";
546 };
546 };
547 meta = {
547 meta = {
548 license = [ pkgs.lib.licenses.mit ];
548 license = [ pkgs.lib.licenses.mit ];
549 };
549 };
550 };
550 };
551 coverage = super.buildPythonPackage {
551 coverage = super.buildPythonPackage {
552 name = "coverage-3.7.1";
552 name = "coverage-3.7.1";
553 buildInputs = with self; [];
553 buildInputs = with self; [];
554 doCheck = false;
554 doCheck = false;
555 propagatedBuildInputs = with self; [];
555 propagatedBuildInputs = with self; [];
556 src = fetchurl {
556 src = fetchurl {
557 url = "https://pypi.python.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
557 url = "https://pypi.python.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
558 md5 = "c47b36ceb17eaff3ecfab3bcd347d0df";
558 md5 = "c47b36ceb17eaff3ecfab3bcd347d0df";
559 };
559 };
560 meta = {
560 meta = {
561 license = [ pkgs.lib.licenses.bsdOriginal ];
561 license = [ pkgs.lib.licenses.bsdOriginal ];
562 };
562 };
563 };
563 };
564 cssselect = super.buildPythonPackage {
564 cssselect = super.buildPythonPackage {
565 name = "cssselect-0.9.1";
565 name = "cssselect-0.9.1";
566 buildInputs = with self; [];
566 buildInputs = with self; [];
567 doCheck = false;
567 doCheck = false;
568 propagatedBuildInputs = with self; [];
568 propagatedBuildInputs = with self; [];
569 src = fetchurl {
569 src = fetchurl {
570 url = "https://pypi.python.org/packages/aa/e5/9ee1460d485b94a6d55732eb7ad5b6c084caf73dd6f9cb0bb7d2a78fafe8/cssselect-0.9.1.tar.gz";
570 url = "https://pypi.python.org/packages/aa/e5/9ee1460d485b94a6d55732eb7ad5b6c084caf73dd6f9cb0bb7d2a78fafe8/cssselect-0.9.1.tar.gz";
571 md5 = "c74f45966277dc7a0f768b9b0f3522ac";
571 md5 = "c74f45966277dc7a0f768b9b0f3522ac";
572 };
572 };
573 meta = {
573 meta = {
574 license = [ pkgs.lib.licenses.bsdOriginal ];
574 license = [ pkgs.lib.licenses.bsdOriginal ];
575 };
575 };
576 };
576 };
577 decorator = super.buildPythonPackage {
577 decorator = super.buildPythonPackage {
578 name = "decorator-3.4.2";
578 name = "decorator-3.4.2";
579 buildInputs = with self; [];
579 buildInputs = with self; [];
580 doCheck = false;
580 doCheck = false;
581 propagatedBuildInputs = with self; [];
581 propagatedBuildInputs = with self; [];
582 src = fetchurl {
582 src = fetchurl {
583 url = "https://pypi.python.org/packages/35/3a/42566eb7a2cbac774399871af04e11d7ae3fc2579e7dae85213b8d1d1c57/decorator-3.4.2.tar.gz";
583 url = "https://pypi.python.org/packages/35/3a/42566eb7a2cbac774399871af04e11d7ae3fc2579e7dae85213b8d1d1c57/decorator-3.4.2.tar.gz";
584 md5 = "9e0536870d2b83ae27d58dbf22582f4d";
584 md5 = "9e0536870d2b83ae27d58dbf22582f4d";
585 };
585 };
586 meta = {
586 meta = {
587 license = [ pkgs.lib.licenses.bsdOriginal ];
587 license = [ pkgs.lib.licenses.bsdOriginal ];
588 };
588 };
589 };
589 };
590 deform = super.buildPythonPackage {
590 deform = super.buildPythonPackage {
591 name = "deform-2.0a2";
591 name = "deform-2.0a2";
592 buildInputs = with self; [];
592 buildInputs = with self; [];
593 doCheck = false;
593 doCheck = false;
594 propagatedBuildInputs = with self; [Chameleon colander peppercorn translationstring zope.deprecation];
594 propagatedBuildInputs = with self; [Chameleon colander peppercorn translationstring zope.deprecation];
595 src = fetchurl {
595 src = fetchurl {
596 url = "https://pypi.python.org/packages/8d/b3/aab57e81da974a806dc9c5fa024a6404720f890a6dcf2e80885e3cb4609a/deform-2.0a2.tar.gz";
596 url = "https://pypi.python.org/packages/8d/b3/aab57e81da974a806dc9c5fa024a6404720f890a6dcf2e80885e3cb4609a/deform-2.0a2.tar.gz";
597 md5 = "7a90d41f7fbc18002ce74f39bd90a5e4";
597 md5 = "7a90d41f7fbc18002ce74f39bd90a5e4";
598 };
598 };
599 meta = {
599 meta = {
600 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
600 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
601 };
601 };
602 };
602 };
603 docutils = super.buildPythonPackage {
603 docutils = super.buildPythonPackage {
604 name = "docutils-0.12";
604 name = "docutils-0.12";
605 buildInputs = with self; [];
605 buildInputs = with self; [];
606 doCheck = false;
606 doCheck = false;
607 propagatedBuildInputs = with self; [];
607 propagatedBuildInputs = with self; [];
608 src = fetchurl {
608 src = fetchurl {
609 url = "https://pypi.python.org/packages/37/38/ceda70135b9144d84884ae2fc5886c6baac4edea39550f28bcd144c1234d/docutils-0.12.tar.gz";
609 url = "https://pypi.python.org/packages/37/38/ceda70135b9144d84884ae2fc5886c6baac4edea39550f28bcd144c1234d/docutils-0.12.tar.gz";
610 md5 = "4622263b62c5c771c03502afa3157768";
610 md5 = "4622263b62c5c771c03502afa3157768";
611 };
611 };
612 meta = {
612 meta = {
613 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
613 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
614 };
614 };
615 };
615 };
616 dogpile.cache = super.buildPythonPackage {
616 dogpile.cache = super.buildPythonPackage {
617 name = "dogpile.cache-0.6.1";
617 name = "dogpile.cache-0.6.1";
618 buildInputs = with self; [];
618 buildInputs = with self; [];
619 doCheck = false;
619 doCheck = false;
620 propagatedBuildInputs = with self; [];
620 propagatedBuildInputs = with self; [];
621 src = fetchurl {
621 src = fetchurl {
622 url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz";
622 url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz";
623 md5 = "35d7fb30f22bbd0685763d894dd079a9";
623 md5 = "35d7fb30f22bbd0685763d894dd079a9";
624 };
624 };
625 meta = {
625 meta = {
626 license = [ pkgs.lib.licenses.bsdOriginal ];
626 license = [ pkgs.lib.licenses.bsdOriginal ];
627 };
627 };
628 };
628 };
629 dogpile.core = super.buildPythonPackage {
629 dogpile.core = super.buildPythonPackage {
630 name = "dogpile.core-0.4.1";
630 name = "dogpile.core-0.4.1";
631 buildInputs = with self; [];
631 buildInputs = with self; [];
632 doCheck = false;
632 doCheck = false;
633 propagatedBuildInputs = with self; [];
633 propagatedBuildInputs = with self; [];
634 src = fetchurl {
634 src = fetchurl {
635 url = "https://pypi.python.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
635 url = "https://pypi.python.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
636 md5 = "01cb19f52bba3e95c9b560f39341f045";
636 md5 = "01cb19f52bba3e95c9b560f39341f045";
637 };
637 };
638 meta = {
638 meta = {
639 license = [ pkgs.lib.licenses.bsdOriginal ];
639 license = [ pkgs.lib.licenses.bsdOriginal ];
640 };
640 };
641 };
641 };
642 ecdsa = super.buildPythonPackage {
642 ecdsa = super.buildPythonPackage {
643 name = "ecdsa-0.11";
643 name = "ecdsa-0.11";
644 buildInputs = with self; [];
644 buildInputs = with self; [];
645 doCheck = false;
645 doCheck = false;
646 propagatedBuildInputs = with self; [];
646 propagatedBuildInputs = with self; [];
647 src = fetchurl {
647 src = fetchurl {
648 url = "https://pypi.python.org/packages/6c/3f/92fe5dcdcaa7bd117be21e5520c9a54375112b66ec000d209e9e9519fad1/ecdsa-0.11.tar.gz";
648 url = "https://pypi.python.org/packages/6c/3f/92fe5dcdcaa7bd117be21e5520c9a54375112b66ec000d209e9e9519fad1/ecdsa-0.11.tar.gz";
649 md5 = "8ef586fe4dbb156697d756900cb41d7c";
649 md5 = "8ef586fe4dbb156697d756900cb41d7c";
650 };
650 };
651 meta = {
651 meta = {
652 license = [ pkgs.lib.licenses.mit ];
652 license = [ pkgs.lib.licenses.mit ];
653 };
653 };
654 };
654 };
655 elasticsearch = super.buildPythonPackage {
655 elasticsearch = super.buildPythonPackage {
656 name = "elasticsearch-2.3.0";
656 name = "elasticsearch-2.3.0";
657 buildInputs = with self; [];
657 buildInputs = with self; [];
658 doCheck = false;
658 doCheck = false;
659 propagatedBuildInputs = with self; [urllib3];
659 propagatedBuildInputs = with self; [urllib3];
660 src = fetchurl {
660 src = fetchurl {
661 url = "https://pypi.python.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
661 url = "https://pypi.python.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
662 md5 = "2550f3b51629cf1ef9636608af92c340";
662 md5 = "2550f3b51629cf1ef9636608af92c340";
663 };
663 };
664 meta = {
664 meta = {
665 license = [ pkgs.lib.licenses.asl20 ];
665 license = [ pkgs.lib.licenses.asl20 ];
666 };
666 };
667 };
667 };
668 elasticsearch-dsl = super.buildPythonPackage {
668 elasticsearch-dsl = super.buildPythonPackage {
669 name = "elasticsearch-dsl-2.2.0";
669 name = "elasticsearch-dsl-2.2.0";
670 buildInputs = with self; [];
670 buildInputs = with self; [];
671 doCheck = false;
671 doCheck = false;
672 propagatedBuildInputs = with self; [six python-dateutil elasticsearch];
672 propagatedBuildInputs = with self; [six python-dateutil elasticsearch];
673 src = fetchurl {
673 src = fetchurl {
674 url = "https://pypi.python.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
674 url = "https://pypi.python.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
675 md5 = "fa6bd3c87ea3caa8f0f051bc37c53221";
675 md5 = "fa6bd3c87ea3caa8f0f051bc37c53221";
676 };
676 };
677 meta = {
677 meta = {
678 license = [ pkgs.lib.licenses.asl20 ];
678 license = [ pkgs.lib.licenses.asl20 ];
679 };
679 };
680 };
680 };
681 enum34 = super.buildPythonPackage {
681 enum34 = super.buildPythonPackage {
682 name = "enum34-1.1.6";
682 name = "enum34-1.1.6";
683 buildInputs = with self; [];
683 buildInputs = with self; [];
684 doCheck = false;
684 doCheck = false;
685 propagatedBuildInputs = with self; [];
685 propagatedBuildInputs = with self; [];
686 src = fetchurl {
686 src = fetchurl {
687 url = "https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
687 url = "https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
688 md5 = "5f13a0841a61f7fc295c514490d120d0";
688 md5 = "5f13a0841a61f7fc295c514490d120d0";
689 };
689 };
690 meta = {
690 meta = {
691 license = [ pkgs.lib.licenses.bsdOriginal ];
691 license = [ pkgs.lib.licenses.bsdOriginal ];
692 };
692 };
693 };
693 };
694 future = super.buildPythonPackage {
694 future = super.buildPythonPackage {
695 name = "future-0.14.3";
695 name = "future-0.14.3";
696 buildInputs = with self; [];
696 buildInputs = with self; [];
697 doCheck = false;
697 doCheck = false;
698 propagatedBuildInputs = with self; [];
698 propagatedBuildInputs = with self; [];
699 src = fetchurl {
699 src = fetchurl {
700 url = "https://pypi.python.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
700 url = "https://pypi.python.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
701 md5 = "e94079b0bd1fc054929e8769fc0f6083";
701 md5 = "e94079b0bd1fc054929e8769fc0f6083";
702 };
702 };
703 meta = {
703 meta = {
704 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
704 license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
705 };
705 };
706 };
706 };
707 futures = super.buildPythonPackage {
707 futures = super.buildPythonPackage {
708 name = "futures-3.0.2";
708 name = "futures-3.0.2";
709 buildInputs = with self; [];
709 buildInputs = with self; [];
710 doCheck = false;
710 doCheck = false;
711 propagatedBuildInputs = with self; [];
711 propagatedBuildInputs = with self; [];
712 src = fetchurl {
712 src = fetchurl {
713 url = "https://pypi.python.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
713 url = "https://pypi.python.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
714 md5 = "42aaf1e4de48d6e871d77dc1f9d96d5a";
714 md5 = "42aaf1e4de48d6e871d77dc1f9d96d5a";
715 };
715 };
716 meta = {
716 meta = {
717 license = [ pkgs.lib.licenses.bsdOriginal ];
717 license = [ pkgs.lib.licenses.bsdOriginal ];
718 };
718 };
719 };
719 };
720 gevent = super.buildPythonPackage {
720 gevent = super.buildPythonPackage {
721 name = "gevent-1.1.2";
721 name = "gevent-1.1.2";
722 buildInputs = with self; [];
722 buildInputs = with self; [];
723 doCheck = false;
723 doCheck = false;
724 propagatedBuildInputs = with self; [greenlet];
724 propagatedBuildInputs = with self; [greenlet];
725 src = fetchurl {
725 src = fetchurl {
726 url = "https://pypi.python.org/packages/43/8f/cb3224a0e6ab663547f45c10d0651cfd52633fde4283bf68d627084df8cc/gevent-1.1.2.tar.gz";
726 url = "https://pypi.python.org/packages/43/8f/cb3224a0e6ab663547f45c10d0651cfd52633fde4283bf68d627084df8cc/gevent-1.1.2.tar.gz";
727 md5 = "bb32a2f852a4997138014d5007215c6e";
727 md5 = "bb32a2f852a4997138014d5007215c6e";
728 };
728 };
729 meta = {
729 meta = {
730 license = [ pkgs.lib.licenses.mit ];
730 license = [ pkgs.lib.licenses.mit ];
731 };
731 };
732 };
732 };
733 gnureadline = super.buildPythonPackage {
733 gnureadline = super.buildPythonPackage {
734 name = "gnureadline-6.3.3";
734 name = "gnureadline-6.3.3";
735 buildInputs = with self; [];
735 buildInputs = with self; [];
736 doCheck = false;
736 doCheck = false;
737 propagatedBuildInputs = with self; [];
737 propagatedBuildInputs = with self; [];
738 src = fetchurl {
738 src = fetchurl {
739 url = "https://pypi.python.org/packages/3a/ee/2c3f568b0a74974791ac590ec742ef6133e2fbd287a074ba72a53fa5e97c/gnureadline-6.3.3.tar.gz";
739 url = "https://pypi.python.org/packages/3a/ee/2c3f568b0a74974791ac590ec742ef6133e2fbd287a074ba72a53fa5e97c/gnureadline-6.3.3.tar.gz";
740 md5 = "c4af83c9a3fbeac8f2da9b5a7c60e51c";
740 md5 = "c4af83c9a3fbeac8f2da9b5a7c60e51c";
741 };
741 };
742 meta = {
742 meta = {
743 license = [ pkgs.lib.licenses.gpl1 ];
743 license = [ pkgs.lib.licenses.gpl1 ];
744 };
744 };
745 };
745 };
746 gprof2dot = super.buildPythonPackage {
746 gprof2dot = super.buildPythonPackage {
747 name = "gprof2dot-2016.10.13";
747 name = "gprof2dot-2016.10.13";
748 buildInputs = with self; [];
748 buildInputs = with self; [];
749 doCheck = false;
749 doCheck = false;
750 propagatedBuildInputs = with self; [];
750 propagatedBuildInputs = with self; [];
751 src = fetchurl {
751 src = fetchurl {
752 url = "https://pypi.python.org/packages/a0/e0/73c71baed306f0402a00a94ffc7b2be94ad1296dfcb8b46912655b93154c/gprof2dot-2016.10.13.tar.gz";
752 url = "https://pypi.python.org/packages/a0/e0/73c71baed306f0402a00a94ffc7b2be94ad1296dfcb8b46912655b93154c/gprof2dot-2016.10.13.tar.gz";
753 md5 = "0125401f15fd2afe1df686a76c64a4fd";
753 md5 = "0125401f15fd2afe1df686a76c64a4fd";
754 };
754 };
755 meta = {
755 meta = {
756 license = [ { fullName = "LGPL"; } ];
756 license = [ { fullName = "LGPL"; } ];
757 };
757 };
758 };
758 };
759 greenlet = super.buildPythonPackage {
759 greenlet = super.buildPythonPackage {
760 name = "greenlet-0.4.10";
760 name = "greenlet-0.4.10";
761 buildInputs = with self; [];
761 buildInputs = with self; [];
762 doCheck = false;
762 doCheck = false;
763 propagatedBuildInputs = with self; [];
763 propagatedBuildInputs = with self; [];
764 src = fetchurl {
764 src = fetchurl {
765 url = "https://pypi.python.org/packages/67/62/ca2a95648666eaa2ffeb6a9b3964f21d419ae27f82f2e66b53da5b943fc4/greenlet-0.4.10.zip";
765 url = "https://pypi.python.org/packages/67/62/ca2a95648666eaa2ffeb6a9b3964f21d419ae27f82f2e66b53da5b943fc4/greenlet-0.4.10.zip";
766 md5 = "bed0c4b3b896702131f4d5c72f87c41d";
766 md5 = "bed0c4b3b896702131f4d5c72f87c41d";
767 };
767 };
768 meta = {
768 meta = {
769 license = [ pkgs.lib.licenses.mit ];
769 license = [ pkgs.lib.licenses.mit ];
770 };
770 };
771 };
771 };
772 gunicorn = super.buildPythonPackage {
772 gunicorn = super.buildPythonPackage {
773 name = "gunicorn-19.6.0";
773 name = "gunicorn-19.6.0";
774 buildInputs = with self; [];
774 buildInputs = with self; [];
775 doCheck = false;
775 doCheck = false;
776 propagatedBuildInputs = with self; [];
776 propagatedBuildInputs = with self; [];
777 src = fetchurl {
777 src = fetchurl {
778 url = "https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/gunicorn-19.6.0.tar.gz";
778 url = "https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/gunicorn-19.6.0.tar.gz";
779 md5 = "338e5e8a83ea0f0625f768dba4597530";
779 md5 = "338e5e8a83ea0f0625f768dba4597530";
780 };
780 };
781 meta = {
781 meta = {
782 license = [ pkgs.lib.licenses.mit ];
782 license = [ pkgs.lib.licenses.mit ];
783 };
783 };
784 };
784 };
785 infrae.cache = super.buildPythonPackage {
785 infrae.cache = super.buildPythonPackage {
786 name = "infrae.cache-1.0.1";
786 name = "infrae.cache-1.0.1";
787 buildInputs = with self; [];
787 buildInputs = with self; [];
788 doCheck = false;
788 doCheck = false;
789 propagatedBuildInputs = with self; [Beaker repoze.lru];
789 propagatedBuildInputs = with self; [Beaker repoze.lru];
790 src = fetchurl {
790 src = fetchurl {
791 url = "https://pypi.python.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
791 url = "https://pypi.python.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
792 md5 = "b09076a766747e6ed2a755cc62088e32";
792 md5 = "b09076a766747e6ed2a755cc62088e32";
793 };
793 };
794 meta = {
794 meta = {
795 license = [ pkgs.lib.licenses.zpt21 ];
795 license = [ pkgs.lib.licenses.zpt21 ];
796 };
796 };
797 };
797 };
798 invoke = super.buildPythonPackage {
798 invoke = super.buildPythonPackage {
799 name = "invoke-0.13.0";
799 name = "invoke-0.13.0";
800 buildInputs = with self; [];
800 buildInputs = with self; [];
801 doCheck = false;
801 doCheck = false;
802 propagatedBuildInputs = with self; [];
802 propagatedBuildInputs = with self; [];
803 src = fetchurl {
803 src = fetchurl {
804 url = "https://pypi.python.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
804 url = "https://pypi.python.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
805 md5 = "c0d1ed4bfb34eaab551662d8cfee6540";
805 md5 = "c0d1ed4bfb34eaab551662d8cfee6540";
806 };
806 };
807 meta = {
807 meta = {
808 license = [ pkgs.lib.licenses.bsdOriginal ];
808 license = [ pkgs.lib.licenses.bsdOriginal ];
809 };
809 };
810 };
810 };
811 ipdb = super.buildPythonPackage {
811 ipdb = super.buildPythonPackage {
812 name = "ipdb-0.10.1";
812 name = "ipdb-0.10.1";
813 buildInputs = with self; [];
813 buildInputs = with self; [];
814 doCheck = false;
814 doCheck = false;
815 propagatedBuildInputs = with self; [ipython setuptools];
815 propagatedBuildInputs = with self; [ipython setuptools];
816 src = fetchurl {
816 src = fetchurl {
817 url = "https://pypi.python.org/packages/eb/0a/0a37dc19572580336ad3813792c0d18c8d7117c2d66fc63c501f13a7a8f8/ipdb-0.10.1.tar.gz";
817 url = "https://pypi.python.org/packages/eb/0a/0a37dc19572580336ad3813792c0d18c8d7117c2d66fc63c501f13a7a8f8/ipdb-0.10.1.tar.gz";
818 md5 = "4aeab65f633ddc98ebdb5eebf08dc713";
818 md5 = "4aeab65f633ddc98ebdb5eebf08dc713";
819 };
819 };
820 meta = {
820 meta = {
821 license = [ pkgs.lib.licenses.bsdOriginal ];
821 license = [ pkgs.lib.licenses.bsdOriginal ];
822 };
822 };
823 };
823 };
824 ipython = super.buildPythonPackage {
824 ipython = super.buildPythonPackage {
825 name = "ipython-5.1.0";
825 name = "ipython-5.1.0";
826 buildInputs = with self; [];
826 buildInputs = with self; [];
827 doCheck = false;
827 doCheck = false;
828 propagatedBuildInputs = with self; [setuptools decorator pickleshare simplegeneric traitlets prompt-toolkit Pygments pexpect backports.shutil-get-terminal-size pathlib2 pexpect];
828 propagatedBuildInputs = with self; [setuptools decorator pickleshare simplegeneric traitlets prompt-toolkit Pygments pexpect backports.shutil-get-terminal-size pathlib2 pexpect];
829 src = fetchurl {
829 src = fetchurl {
830 url = "https://pypi.python.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
830 url = "https://pypi.python.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
831 md5 = "47c8122420f65b58784cb4b9b4af35e3";
831 md5 = "47c8122420f65b58784cb4b9b4af35e3";
832 };
832 };
833 meta = {
833 meta = {
834 license = [ pkgs.lib.licenses.bsdOriginal ];
834 license = [ pkgs.lib.licenses.bsdOriginal ];
835 };
835 };
836 };
836 };
837 ipython-genutils = super.buildPythonPackage {
837 ipython-genutils = super.buildPythonPackage {
838 name = "ipython-genutils-0.1.0";
838 name = "ipython-genutils-0.1.0";
839 buildInputs = with self; [];
839 buildInputs = with self; [];
840 doCheck = false;
840 doCheck = false;
841 propagatedBuildInputs = with self; [];
841 propagatedBuildInputs = with self; [];
842 src = fetchurl {
842 src = fetchurl {
843 url = "https://pypi.python.org/packages/71/b7/a64c71578521606edbbce15151358598f3dfb72a3431763edc2baf19e71f/ipython_genutils-0.1.0.tar.gz";
843 url = "https://pypi.python.org/packages/71/b7/a64c71578521606edbbce15151358598f3dfb72a3431763edc2baf19e71f/ipython_genutils-0.1.0.tar.gz";
844 md5 = "9a8afbe0978adbcbfcb3b35b2d015a56";
844 md5 = "9a8afbe0978adbcbfcb3b35b2d015a56";
845 };
845 };
846 meta = {
846 meta = {
847 license = [ pkgs.lib.licenses.bsdOriginal ];
847 license = [ pkgs.lib.licenses.bsdOriginal ];
848 };
848 };
849 };
849 };
850 iso8601 = super.buildPythonPackage {
850 iso8601 = super.buildPythonPackage {
851 name = "iso8601-0.1.11";
851 name = "iso8601-0.1.11";
852 buildInputs = with self; [];
852 buildInputs = with self; [];
853 doCheck = false;
853 doCheck = false;
854 propagatedBuildInputs = with self; [];
854 propagatedBuildInputs = with self; [];
855 src = fetchurl {
855 src = fetchurl {
856 url = "https://pypi.python.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
856 url = "https://pypi.python.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
857 md5 = "b06d11cd14a64096f907086044f0fe38";
857 md5 = "b06d11cd14a64096f907086044f0fe38";
858 };
858 };
859 meta = {
859 meta = {
860 license = [ pkgs.lib.licenses.mit ];
860 license = [ pkgs.lib.licenses.mit ];
861 };
861 };
862 };
862 };
863 itsdangerous = super.buildPythonPackage {
863 itsdangerous = super.buildPythonPackage {
864 name = "itsdangerous-0.24";
864 name = "itsdangerous-0.24";
865 buildInputs = with self; [];
865 buildInputs = with self; [];
866 doCheck = false;
866 doCheck = false;
867 propagatedBuildInputs = with self; [];
867 propagatedBuildInputs = with self; [];
868 src = fetchurl {
868 src = fetchurl {
869 url = "https://pypi.python.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
869 url = "https://pypi.python.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
870 md5 = "a3d55aa79369aef5345c036a8a26307f";
870 md5 = "a3d55aa79369aef5345c036a8a26307f";
871 };
871 };
872 meta = {
872 meta = {
873 license = [ pkgs.lib.licenses.bsdOriginal ];
873 license = [ pkgs.lib.licenses.bsdOriginal ];
874 };
874 };
875 };
875 };
876 kombu = super.buildPythonPackage {
876 kombu = super.buildPythonPackage {
877 name = "kombu-1.5.1";
877 name = "kombu-1.5.1";
878 buildInputs = with self; [];
878 buildInputs = with self; [];
879 doCheck = false;
879 doCheck = false;
880 propagatedBuildInputs = with self; [anyjson amqplib];
880 propagatedBuildInputs = with self; [anyjson amqplib];
881 src = fetchurl {
881 src = fetchurl {
882 url = "https://pypi.python.org/packages/19/53/74bf2a624644b45f0850a638752514fc10a8e1cbd738f10804951a6df3f5/kombu-1.5.1.tar.gz";
882 url = "https://pypi.python.org/packages/19/53/74bf2a624644b45f0850a638752514fc10a8e1cbd738f10804951a6df3f5/kombu-1.5.1.tar.gz";
883 md5 = "50662f3c7e9395b3d0721fb75d100b63";
883 md5 = "50662f3c7e9395b3d0721fb75d100b63";
884 };
884 };
885 meta = {
885 meta = {
886 license = [ pkgs.lib.licenses.bsdOriginal ];
886 license = [ pkgs.lib.licenses.bsdOriginal ];
887 };
887 };
888 };
888 };
889 lxml = super.buildPythonPackage {
889 lxml = super.buildPythonPackage {
890 name = "lxml-3.4.4";
890 name = "lxml-3.4.4";
891 buildInputs = with self; [];
891 buildInputs = with self; [];
892 doCheck = false;
892 doCheck = false;
893 propagatedBuildInputs = with self; [];
893 propagatedBuildInputs = with self; [];
894 src = fetchurl {
894 src = fetchurl {
895 url = "https://pypi.python.org/packages/63/c7/4f2a2a4ad6c6fa99b14be6b3c1cece9142e2d915aa7c43c908677afc8fa4/lxml-3.4.4.tar.gz";
895 url = "https://pypi.python.org/packages/63/c7/4f2a2a4ad6c6fa99b14be6b3c1cece9142e2d915aa7c43c908677afc8fa4/lxml-3.4.4.tar.gz";
896 md5 = "a9a65972afc173ec7a39c585f4eea69c";
896 md5 = "a9a65972afc173ec7a39c585f4eea69c";
897 };
897 };
898 meta = {
898 meta = {
899 license = [ pkgs.lib.licenses.bsdOriginal ];
899 license = [ pkgs.lib.licenses.bsdOriginal ];
900 };
900 };
901 };
901 };
902 meld3 = super.buildPythonPackage {
902 meld3 = super.buildPythonPackage {
903 name = "meld3-1.0.2";
903 name = "meld3-1.0.2";
904 buildInputs = with self; [];
904 buildInputs = with self; [];
905 doCheck = false;
905 doCheck = false;
906 propagatedBuildInputs = with self; [];
906 propagatedBuildInputs = with self; [];
907 src = fetchurl {
907 src = fetchurl {
908 url = "https://pypi.python.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
908 url = "https://pypi.python.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
909 md5 = "3ccc78cd79cffd63a751ad7684c02c91";
909 md5 = "3ccc78cd79cffd63a751ad7684c02c91";
910 };
910 };
911 meta = {
911 meta = {
912 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
912 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
913 };
913 };
914 };
914 };
915 mock = super.buildPythonPackage {
915 mock = super.buildPythonPackage {
916 name = "mock-1.0.1";
916 name = "mock-1.0.1";
917 buildInputs = with self; [];
917 buildInputs = with self; [];
918 doCheck = false;
918 doCheck = false;
919 propagatedBuildInputs = with self; [];
919 propagatedBuildInputs = with self; [];
920 src = fetchurl {
920 src = fetchurl {
921 url = "https://pypi.python.org/packages/15/45/30273ee91feb60dabb8fbb2da7868520525f02cf910279b3047182feed80/mock-1.0.1.zip";
921 url = "https://pypi.python.org/packages/15/45/30273ee91feb60dabb8fbb2da7868520525f02cf910279b3047182feed80/mock-1.0.1.zip";
922 md5 = "869f08d003c289a97c1a6610faf5e913";
922 md5 = "869f08d003c289a97c1a6610faf5e913";
923 };
923 };
924 meta = {
924 meta = {
925 license = [ pkgs.lib.licenses.bsdOriginal ];
925 license = [ pkgs.lib.licenses.bsdOriginal ];
926 };
926 };
927 };
927 };
928 msgpack-python = super.buildPythonPackage {
928 msgpack-python = super.buildPythonPackage {
929 name = "msgpack-python-0.4.8";
929 name = "msgpack-python-0.4.8";
930 buildInputs = with self; [];
930 buildInputs = with self; [];
931 doCheck = false;
931 doCheck = false;
932 propagatedBuildInputs = with self; [];
932 propagatedBuildInputs = with self; [];
933 src = fetchurl {
933 src = fetchurl {
934 url = "https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
934 url = "https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
935 md5 = "dcd854fb41ee7584ebbf35e049e6be98";
935 md5 = "dcd854fb41ee7584ebbf35e049e6be98";
936 };
936 };
937 meta = {
937 meta = {
938 license = [ pkgs.lib.licenses.asl20 ];
938 license = [ pkgs.lib.licenses.asl20 ];
939 };
939 };
940 };
940 };
941 nose = super.buildPythonPackage {
941 nose = super.buildPythonPackage {
942 name = "nose-1.3.6";
942 name = "nose-1.3.6";
943 buildInputs = with self; [];
943 buildInputs = with self; [];
944 doCheck = false;
944 doCheck = false;
945 propagatedBuildInputs = with self; [];
945 propagatedBuildInputs = with self; [];
946 src = fetchurl {
946 src = fetchurl {
947 url = "https://pypi.python.org/packages/70/c7/469e68148d17a0d3db5ed49150242fd70a74a8147b8f3f8b87776e028d99/nose-1.3.6.tar.gz";
947 url = "https://pypi.python.org/packages/70/c7/469e68148d17a0d3db5ed49150242fd70a74a8147b8f3f8b87776e028d99/nose-1.3.6.tar.gz";
948 md5 = "0ca546d81ca8309080fc80cb389e7a16";
948 md5 = "0ca546d81ca8309080fc80cb389e7a16";
949 };
949 };
950 meta = {
950 meta = {
951 license = [ { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "GNU LGPL"; } ];
951 license = [ { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "GNU LGPL"; } ];
952 };
952 };
953 };
953 };
954 objgraph = super.buildPythonPackage {
954 objgraph = super.buildPythonPackage {
955 name = "objgraph-2.0.0";
955 name = "objgraph-2.0.0";
956 buildInputs = with self; [];
956 buildInputs = with self; [];
957 doCheck = false;
957 doCheck = false;
958 propagatedBuildInputs = with self; [];
958 propagatedBuildInputs = with self; [];
959 src = fetchurl {
959 src = fetchurl {
960 url = "https://pypi.python.org/packages/d7/33/ace750b59247496ed769b170586c5def7202683f3d98e737b75b767ff29e/objgraph-2.0.0.tar.gz";
960 url = "https://pypi.python.org/packages/d7/33/ace750b59247496ed769b170586c5def7202683f3d98e737b75b767ff29e/objgraph-2.0.0.tar.gz";
961 md5 = "25b0d5e5adc74aa63ead15699614159c";
961 md5 = "25b0d5e5adc74aa63ead15699614159c";
962 };
962 };
963 meta = {
963 meta = {
964 license = [ pkgs.lib.licenses.mit ];
964 license = [ pkgs.lib.licenses.mit ];
965 };
965 };
966 };
966 };
967 packaging = super.buildPythonPackage {
967 packaging = super.buildPythonPackage {
968 name = "packaging-15.2";
968 name = "packaging-15.2";
969 buildInputs = with self; [];
969 buildInputs = with self; [];
970 doCheck = false;
970 doCheck = false;
971 propagatedBuildInputs = with self; [];
971 propagatedBuildInputs = with self; [];
972 src = fetchurl {
972 src = fetchurl {
973 url = "https://pypi.python.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
973 url = "https://pypi.python.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
974 md5 = "c16093476f6ced42128bf610e5db3784";
974 md5 = "c16093476f6ced42128bf610e5db3784";
975 };
975 };
976 meta = {
976 meta = {
977 license = [ pkgs.lib.licenses.asl20 ];
977 license = [ pkgs.lib.licenses.asl20 ];
978 };
978 };
979 };
979 };
980 paramiko = super.buildPythonPackage {
980 paramiko = super.buildPythonPackage {
981 name = "paramiko-1.15.1";
981 name = "paramiko-1.15.1";
982 buildInputs = with self; [];
982 buildInputs = with self; [];
983 doCheck = false;
983 doCheck = false;
984 propagatedBuildInputs = with self; [pycrypto ecdsa];
984 propagatedBuildInputs = with self; [pycrypto ecdsa];
985 src = fetchurl {
985 src = fetchurl {
986 url = "https://pypi.python.org/packages/04/2b/a22d2a560c1951abbbf95a0628e245945565f70dc082d9e784666887222c/paramiko-1.15.1.tar.gz";
986 url = "https://pypi.python.org/packages/04/2b/a22d2a560c1951abbbf95a0628e245945565f70dc082d9e784666887222c/paramiko-1.15.1.tar.gz";
987 md5 = "48c274c3f9b1282932567b21f6acf3b5";
987 md5 = "48c274c3f9b1282932567b21f6acf3b5";
988 };
988 };
989 meta = {
989 meta = {
990 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
990 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
991 };
991 };
992 };
992 };
993 pathlib2 = super.buildPythonPackage {
993 pathlib2 = super.buildPythonPackage {
994 name = "pathlib2-2.1.0";
994 name = "pathlib2-2.1.0";
995 buildInputs = with self; [];
995 buildInputs = with self; [];
996 doCheck = false;
996 doCheck = false;
997 propagatedBuildInputs = with self; [six];
997 propagatedBuildInputs = with self; [six];
998 src = fetchurl {
998 src = fetchurl {
999 url = "https://pypi.python.org/packages/c9/27/8448b10d8440c08efeff0794adf7d0ed27adb98372c70c7b38f3947d4749/pathlib2-2.1.0.tar.gz";
999 url = "https://pypi.python.org/packages/c9/27/8448b10d8440c08efeff0794adf7d0ed27adb98372c70c7b38f3947d4749/pathlib2-2.1.0.tar.gz";
1000 md5 = "38e4f58b4d69dfcb9edb49a54a8b28d2";
1000 md5 = "38e4f58b4d69dfcb9edb49a54a8b28d2";
1001 };
1001 };
1002 meta = {
1002 meta = {
1003 license = [ pkgs.lib.licenses.mit ];
1003 license = [ pkgs.lib.licenses.mit ];
1004 };
1004 };
1005 };
1005 };
1006 peppercorn = super.buildPythonPackage {
1006 peppercorn = super.buildPythonPackage {
1007 name = "peppercorn-0.5";
1007 name = "peppercorn-0.5";
1008 buildInputs = with self; [];
1008 buildInputs = with self; [];
1009 doCheck = false;
1009 doCheck = false;
1010 propagatedBuildInputs = with self; [];
1010 propagatedBuildInputs = with self; [];
1011 src = fetchurl {
1011 src = fetchurl {
1012 url = "https://pypi.python.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
1012 url = "https://pypi.python.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
1013 md5 = "f08efbca5790019ab45d76b7244abd40";
1013 md5 = "f08efbca5790019ab45d76b7244abd40";
1014 };
1014 };
1015 meta = {
1015 meta = {
1016 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1016 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1017 };
1017 };
1018 };
1018 };
1019 pexpect = super.buildPythonPackage {
1019 pexpect = super.buildPythonPackage {
1020 name = "pexpect-4.2.1";
1020 name = "pexpect-4.2.1";
1021 buildInputs = with self; [];
1021 buildInputs = with self; [];
1022 doCheck = false;
1022 doCheck = false;
1023 propagatedBuildInputs = with self; [ptyprocess];
1023 propagatedBuildInputs = with self; [ptyprocess];
1024 src = fetchurl {
1024 src = fetchurl {
1025 url = "https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-4.2.1.tar.gz";
1025 url = "https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-4.2.1.tar.gz";
1026 md5 = "3694410001a99dff83f0b500a1ca1c95";
1026 md5 = "3694410001a99dff83f0b500a1ca1c95";
1027 };
1027 };
1028 meta = {
1028 meta = {
1029 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1029 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
1030 };
1030 };
1031 };
1031 };
1032 pickleshare = super.buildPythonPackage {
1032 pickleshare = super.buildPythonPackage {
1033 name = "pickleshare-0.7.4";
1033 name = "pickleshare-0.7.4";
1034 buildInputs = with self; [];
1034 buildInputs = with self; [];
1035 doCheck = false;
1035 doCheck = false;
1036 propagatedBuildInputs = with self; [pathlib2];
1036 propagatedBuildInputs = with self; [pathlib2];
1037 src = fetchurl {
1037 src = fetchurl {
1038 url = "https://pypi.python.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
1038 url = "https://pypi.python.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
1039 md5 = "6a9e5dd8dfc023031f6b7b3f824cab12";
1039 md5 = "6a9e5dd8dfc023031f6b7b3f824cab12";
1040 };
1040 };
1041 meta = {
1041 meta = {
1042 license = [ pkgs.lib.licenses.mit ];
1042 license = [ pkgs.lib.licenses.mit ];
1043 };
1043 };
1044 };
1044 };
1045 prompt-toolkit = super.buildPythonPackage {
1045 prompt-toolkit = super.buildPythonPackage {
1046 name = "prompt-toolkit-1.0.9";
1046 name = "prompt-toolkit-1.0.9";
1047 buildInputs = with self; [];
1047 buildInputs = with self; [];
1048 doCheck = false;
1048 doCheck = false;
1049 propagatedBuildInputs = with self; [six wcwidth];
1049 propagatedBuildInputs = with self; [six wcwidth];
1050 src = fetchurl {
1050 src = fetchurl {
1051 url = "https://pypi.python.org/packages/83/14/5ac258da6c530eca02852ee25c7a9ff3ca78287bb4c198d0d0055845d856/prompt_toolkit-1.0.9.tar.gz";
1051 url = "https://pypi.python.org/packages/83/14/5ac258da6c530eca02852ee25c7a9ff3ca78287bb4c198d0d0055845d856/prompt_toolkit-1.0.9.tar.gz";
1052 md5 = "a39f91a54308fb7446b1a421c11f227c";
1052 md5 = "a39f91a54308fb7446b1a421c11f227c";
1053 };
1053 };
1054 meta = {
1054 meta = {
1055 license = [ pkgs.lib.licenses.bsdOriginal ];
1055 license = [ pkgs.lib.licenses.bsdOriginal ];
1056 };
1056 };
1057 };
1057 };
1058 psutil = super.buildPythonPackage {
1058 psutil = super.buildPythonPackage {
1059 name = "psutil-4.3.1";
1059 name = "psutil-4.3.1";
1060 buildInputs = with self; [];
1060 buildInputs = with self; [];
1061 doCheck = false;
1061 doCheck = false;
1062 propagatedBuildInputs = with self; [];
1062 propagatedBuildInputs = with self; [];
1063 src = fetchurl {
1063 src = fetchurl {
1064 url = "https://pypi.python.org/packages/78/cc/f267a1371f229bf16db6a4e604428c3b032b823b83155bd33cef45e49a53/psutil-4.3.1.tar.gz";
1064 url = "https://pypi.python.org/packages/78/cc/f267a1371f229bf16db6a4e604428c3b032b823b83155bd33cef45e49a53/psutil-4.3.1.tar.gz";
1065 md5 = "199a366dba829c88bddaf5b41d19ddc0";
1065 md5 = "199a366dba829c88bddaf5b41d19ddc0";
1066 };
1066 };
1067 meta = {
1067 meta = {
1068 license = [ pkgs.lib.licenses.bsdOriginal ];
1068 license = [ pkgs.lib.licenses.bsdOriginal ];
1069 };
1069 };
1070 };
1070 };
1071 psycopg2 = super.buildPythonPackage {
1071 psycopg2 = super.buildPythonPackage {
1072 name = "psycopg2-2.6.1";
1072 name = "psycopg2-2.6.1";
1073 buildInputs = with self; [];
1073 buildInputs = with self; [];
1074 doCheck = false;
1074 doCheck = false;
1075 propagatedBuildInputs = with self; [];
1075 propagatedBuildInputs = with self; [];
1076 src = fetchurl {
1076 src = fetchurl {
1077 url = "https://pypi.python.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz";
1077 url = "https://pypi.python.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz";
1078 md5 = "842b44f8c95517ed5b792081a2370da1";
1078 md5 = "842b44f8c95517ed5b792081a2370da1";
1079 };
1079 };
1080 meta = {
1080 meta = {
1081 license = [ pkgs.lib.licenses.zpt21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1081 license = [ pkgs.lib.licenses.zpt21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1082 };
1082 };
1083 };
1083 };
1084 ptyprocess = super.buildPythonPackage {
1084 ptyprocess = super.buildPythonPackage {
1085 name = "ptyprocess-0.5.1";
1085 name = "ptyprocess-0.5.1";
1086 buildInputs = with self; [];
1086 buildInputs = with self; [];
1087 doCheck = false;
1087 doCheck = false;
1088 propagatedBuildInputs = with self; [];
1088 propagatedBuildInputs = with self; [];
1089 src = fetchurl {
1089 src = fetchurl {
1090 url = "https://pypi.python.org/packages/db/d7/b465161910f3d1cef593c5e002bff67e0384898f597f1a7fdc8db4c02bf6/ptyprocess-0.5.1.tar.gz";
1090 url = "https://pypi.python.org/packages/db/d7/b465161910f3d1cef593c5e002bff67e0384898f597f1a7fdc8db4c02bf6/ptyprocess-0.5.1.tar.gz";
1091 md5 = "94e537122914cc9ec9c1eadcd36e73a1";
1091 md5 = "94e537122914cc9ec9c1eadcd36e73a1";
1092 };
1092 };
1093 meta = {
1093 meta = {
1094 license = [ ];
1094 license = [ ];
1095 };
1095 };
1096 };
1096 };
1097 py = super.buildPythonPackage {
1097 py = super.buildPythonPackage {
1098 name = "py-1.4.31";
1098 name = "py-1.4.31";
1099 buildInputs = with self; [];
1099 buildInputs = with self; [];
1100 doCheck = false;
1100 doCheck = false;
1101 propagatedBuildInputs = with self; [];
1101 propagatedBuildInputs = with self; [];
1102 src = fetchurl {
1102 src = fetchurl {
1103 url = "https://pypi.python.org/packages/f4/9a/8dfda23f36600dd701c6722316ba8a3ab4b990261f83e7d3ffc6dfedf7ef/py-1.4.31.tar.gz";
1103 url = "https://pypi.python.org/packages/f4/9a/8dfda23f36600dd701c6722316ba8a3ab4b990261f83e7d3ffc6dfedf7ef/py-1.4.31.tar.gz";
1104 md5 = "5d2c63c56dc3f2115ec35c066ecd582b";
1104 md5 = "5d2c63c56dc3f2115ec35c066ecd582b";
1105 };
1105 };
1106 meta = {
1106 meta = {
1107 license = [ pkgs.lib.licenses.mit ];
1107 license = [ pkgs.lib.licenses.mit ];
1108 };
1108 };
1109 };
1109 };
1110 py-bcrypt = super.buildPythonPackage {
1110 py-bcrypt = super.buildPythonPackage {
1111 name = "py-bcrypt-0.4";
1111 name = "py-bcrypt-0.4";
1112 buildInputs = with self; [];
1112 buildInputs = with self; [];
1113 doCheck = false;
1113 doCheck = false;
1114 propagatedBuildInputs = with self; [];
1114 propagatedBuildInputs = with self; [];
1115 src = fetchurl {
1115 src = fetchurl {
1116 url = "https://pypi.python.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1116 url = "https://pypi.python.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
1117 md5 = "dd8b367d6b716a2ea2e72392525f4e36";
1117 md5 = "dd8b367d6b716a2ea2e72392525f4e36";
1118 };
1118 };
1119 meta = {
1119 meta = {
1120 license = [ pkgs.lib.licenses.bsdOriginal ];
1120 license = [ pkgs.lib.licenses.bsdOriginal ];
1121 };
1121 };
1122 };
1122 };
1123 py-gfm = super.buildPythonPackage {
1123 py-gfm = super.buildPythonPackage {
1124 name = "py-gfm-0.1.3";
1124 name = "py-gfm-0.1.3";
1125 buildInputs = with self; [];
1125 buildInputs = with self; [];
1126 doCheck = false;
1126 doCheck = false;
1127 propagatedBuildInputs = with self; [setuptools Markdown];
1127 propagatedBuildInputs = with self; [setuptools Markdown];
1128 src = fetchurl {
1128 src = fetchurl {
1129 url = "https://code.rhodecode.com/upstream/py-gfm/archive/0d66a19bc16e3d49de273c0f797d4e4781e8c0f2.tar.gz?md5=0d0d5385bfb629eea636a80b9c2bfd16";
1129 url = "https://code.rhodecode.com/upstream/py-gfm/archive/0d66a19bc16e3d49de273c0f797d4e4781e8c0f2.tar.gz?md5=0d0d5385bfb629eea636a80b9c2bfd16";
1130 md5 = "0d0d5385bfb629eea636a80b9c2bfd16";
1130 md5 = "0d0d5385bfb629eea636a80b9c2bfd16";
1131 };
1131 };
1132 meta = {
1132 meta = {
1133 license = [ pkgs.lib.licenses.bsdOriginal ];
1133 license = [ pkgs.lib.licenses.bsdOriginal ];
1134 };
1134 };
1135 };
1135 };
1136 pycrypto = super.buildPythonPackage {
1136 pycrypto = super.buildPythonPackage {
1137 name = "pycrypto-2.6.1";
1137 name = "pycrypto-2.6.1";
1138 buildInputs = with self; [];
1138 buildInputs = with self; [];
1139 doCheck = false;
1139 doCheck = false;
1140 propagatedBuildInputs = with self; [];
1140 propagatedBuildInputs = with self; [];
1141 src = fetchurl {
1141 src = fetchurl {
1142 url = "https://pypi.python.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1142 url = "https://pypi.python.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
1143 md5 = "55a61a054aa66812daf5161a0d5d7eda";
1143 md5 = "55a61a054aa66812daf5161a0d5d7eda";
1144 };
1144 };
1145 meta = {
1145 meta = {
1146 license = [ pkgs.lib.licenses.publicDomain ];
1146 license = [ pkgs.lib.licenses.publicDomain ];
1147 };
1147 };
1148 };
1148 };
1149 pycurl = super.buildPythonPackage {
1149 pycurl = super.buildPythonPackage {
1150 name = "pycurl-7.19.5";
1150 name = "pycurl-7.19.5";
1151 buildInputs = with self; [];
1151 buildInputs = with self; [];
1152 doCheck = false;
1152 doCheck = false;
1153 propagatedBuildInputs = with self; [];
1153 propagatedBuildInputs = with self; [];
1154 src = fetchurl {
1154 src = fetchurl {
1155 url = "https://pypi.python.org/packages/6c/48/13bad289ef6f4869b1d8fc11ae54de8cfb3cc4a2eb9f7419c506f763be46/pycurl-7.19.5.tar.gz";
1155 url = "https://pypi.python.org/packages/6c/48/13bad289ef6f4869b1d8fc11ae54de8cfb3cc4a2eb9f7419c506f763be46/pycurl-7.19.5.tar.gz";
1156 md5 = "47b4eac84118e2606658122104e62072";
1156 md5 = "47b4eac84118e2606658122104e62072";
1157 };
1157 };
1158 meta = {
1158 meta = {
1159 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1159 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1160 };
1160 };
1161 };
1161 };
1162 pyflakes = super.buildPythonPackage {
1162 pyflakes = super.buildPythonPackage {
1163 name = "pyflakes-0.8.1";
1163 name = "pyflakes-0.8.1";
1164 buildInputs = with self; [];
1164 buildInputs = with self; [];
1165 doCheck = false;
1165 doCheck = false;
1166 propagatedBuildInputs = with self; [];
1166 propagatedBuildInputs = with self; [];
1167 src = fetchurl {
1167 src = fetchurl {
1168 url = "https://pypi.python.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
1168 url = "https://pypi.python.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
1169 md5 = "905fe91ad14b912807e8fdc2ac2e2c23";
1169 md5 = "905fe91ad14b912807e8fdc2ac2e2c23";
1170 };
1170 };
1171 meta = {
1171 meta = {
1172 license = [ pkgs.lib.licenses.mit ];
1172 license = [ pkgs.lib.licenses.mit ];
1173 };
1173 };
1174 };
1174 };
1175 pygments-markdown-lexer = super.buildPythonPackage {
1175 pygments-markdown-lexer = super.buildPythonPackage {
1176 name = "pygments-markdown-lexer-0.1.0.dev39";
1176 name = "pygments-markdown-lexer-0.1.0.dev39";
1177 buildInputs = with self; [];
1177 buildInputs = with self; [];
1178 doCheck = false;
1178 doCheck = false;
1179 propagatedBuildInputs = with self; [Pygments];
1179 propagatedBuildInputs = with self; [Pygments];
1180 src = fetchurl {
1180 src = fetchurl {
1181 url = "https://pypi.python.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
1181 url = "https://pypi.python.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
1182 md5 = "6360fe0f6d1f896e35b7a0142ce6459c";
1182 md5 = "6360fe0f6d1f896e35b7a0142ce6459c";
1183 };
1183 };
1184 meta = {
1184 meta = {
1185 license = [ pkgs.lib.licenses.asl20 ];
1185 license = [ pkgs.lib.licenses.asl20 ];
1186 };
1186 };
1187 };
1187 };
1188 pyparsing = super.buildPythonPackage {
1188 pyparsing = super.buildPythonPackage {
1189 name = "pyparsing-1.5.7";
1189 name = "pyparsing-1.5.7";
1190 buildInputs = with self; [];
1190 buildInputs = with self; [];
1191 doCheck = false;
1191 doCheck = false;
1192 propagatedBuildInputs = with self; [];
1192 propagatedBuildInputs = with self; [];
1193 src = fetchurl {
1193 src = fetchurl {
1194 url = "https://pypi.python.org/packages/2e/26/e8fb5b4256a5f5036be7ce115ef8db8d06bc537becfbdc46c6af008314ee/pyparsing-1.5.7.zip";
1194 url = "https://pypi.python.org/packages/2e/26/e8fb5b4256a5f5036be7ce115ef8db8d06bc537becfbdc46c6af008314ee/pyparsing-1.5.7.zip";
1195 md5 = "b86854857a368d6ccb4d5b6e76d0637f";
1195 md5 = "b86854857a368d6ccb4d5b6e76d0637f";
1196 };
1196 };
1197 meta = {
1197 meta = {
1198 license = [ pkgs.lib.licenses.mit ];
1198 license = [ pkgs.lib.licenses.mit ];
1199 };
1199 };
1200 };
1200 };
1201 pyramid = super.buildPythonPackage {
1201 pyramid = super.buildPythonPackage {
1202 name = "pyramid-1.6.1";
1202 name = "pyramid-1.6.1";
1203 buildInputs = with self; [];
1203 buildInputs = with self; [];
1204 doCheck = false;
1204 doCheck = false;
1205 propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy];
1205 propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy];
1206 src = fetchurl {
1206 src = fetchurl {
1207 url = "https://pypi.python.org/packages/30/b3/fcc4a2a4800cbf21989e00454b5828cf1f7fe35c63e0810b350e56d4c475/pyramid-1.6.1.tar.gz";
1207 url = "https://pypi.python.org/packages/30/b3/fcc4a2a4800cbf21989e00454b5828cf1f7fe35c63e0810b350e56d4c475/pyramid-1.6.1.tar.gz";
1208 md5 = "b18688ff3cc33efdbb098a35b45dd122";
1208 md5 = "b18688ff3cc33efdbb098a35b45dd122";
1209 };
1209 };
1210 meta = {
1210 meta = {
1211 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1211 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1212 };
1212 };
1213 };
1213 };
1214 pyramid-beaker = super.buildPythonPackage {
1214 pyramid-beaker = super.buildPythonPackage {
1215 name = "pyramid-beaker-0.8";
1215 name = "pyramid-beaker-0.8";
1216 buildInputs = with self; [];
1216 buildInputs = with self; [];
1217 doCheck = false;
1217 doCheck = false;
1218 propagatedBuildInputs = with self; [pyramid Beaker];
1218 propagatedBuildInputs = with self; [pyramid Beaker];
1219 src = fetchurl {
1219 src = fetchurl {
1220 url = "https://pypi.python.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1220 url = "https://pypi.python.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
1221 md5 = "22f14be31b06549f80890e2c63a93834";
1221 md5 = "22f14be31b06549f80890e2c63a93834";
1222 };
1222 };
1223 meta = {
1223 meta = {
1224 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1224 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1225 };
1225 };
1226 };
1226 };
1227 pyramid-debugtoolbar = super.buildPythonPackage {
1227 pyramid-debugtoolbar = super.buildPythonPackage {
1228 name = "pyramid-debugtoolbar-2.4.2";
1228 name = "pyramid-debugtoolbar-2.4.2";
1229 buildInputs = with self; [];
1229 buildInputs = with self; [];
1230 doCheck = false;
1230 doCheck = false;
1231 propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments];
1231 propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments];
1232 src = fetchurl {
1232 src = fetchurl {
1233 url = "https://pypi.python.org/packages/89/00/ed5426ee41ed747ba3ffd30e8230841a6878286ea67d480b1444d24f06a2/pyramid_debugtoolbar-2.4.2.tar.gz";
1233 url = "https://pypi.python.org/packages/89/00/ed5426ee41ed747ba3ffd30e8230841a6878286ea67d480b1444d24f06a2/pyramid_debugtoolbar-2.4.2.tar.gz";
1234 md5 = "073ea67086cc4bd5decc3a000853642d";
1234 md5 = "073ea67086cc4bd5decc3a000853642d";
1235 };
1235 };
1236 meta = {
1236 meta = {
1237 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1237 license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
1238 };
1238 };
1239 };
1239 };
1240 pyramid-jinja2 = super.buildPythonPackage {
1240 pyramid-jinja2 = super.buildPythonPackage {
1241 name = "pyramid-jinja2-2.5";
1241 name = "pyramid-jinja2-2.5";
1242 buildInputs = with self; [];
1242 buildInputs = with self; [];
1243 doCheck = false;
1243 doCheck = false;
1244 propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
1244 propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
1245 src = fetchurl {
1245 src = fetchurl {
1246 url = "https://pypi.python.org/packages/a1/80/595e26ffab7deba7208676b6936b7e5a721875710f982e59899013cae1ed/pyramid_jinja2-2.5.tar.gz";
1246 url = "https://pypi.python.org/packages/a1/80/595e26ffab7deba7208676b6936b7e5a721875710f982e59899013cae1ed/pyramid_jinja2-2.5.tar.gz";
1247 md5 = "07cb6547204ac5e6f0b22a954ccee928";
1247 md5 = "07cb6547204ac5e6f0b22a954ccee928";
1248 };
1248 };
1249 meta = {
1249 meta = {
1250 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1250 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1251 };
1251 };
1252 };
1252 };
1253 pyramid-mako = super.buildPythonPackage {
1253 pyramid-mako = super.buildPythonPackage {
1254 name = "pyramid-mako-1.0.2";
1254 name = "pyramid-mako-1.0.2";
1255 buildInputs = with self; [];
1255 buildInputs = with self; [];
1256 doCheck = false;
1256 doCheck = false;
1257 propagatedBuildInputs = with self; [pyramid Mako];
1257 propagatedBuildInputs = with self; [pyramid Mako];
1258 src = fetchurl {
1258 src = fetchurl {
1259 url = "https://pypi.python.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1259 url = "https://pypi.python.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
1260 md5 = "ee25343a97eb76bd90abdc2a774eb48a";
1260 md5 = "ee25343a97eb76bd90abdc2a774eb48a";
1261 };
1261 };
1262 meta = {
1262 meta = {
1263 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1263 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1264 };
1264 };
1265 };
1265 };
1266 pysqlite = super.buildPythonPackage {
1266 pysqlite = super.buildPythonPackage {
1267 name = "pysqlite-2.6.3";
1267 name = "pysqlite-2.6.3";
1268 buildInputs = with self; [];
1268 buildInputs = with self; [];
1269 doCheck = false;
1269 doCheck = false;
1270 propagatedBuildInputs = with self; [];
1270 propagatedBuildInputs = with self; [];
1271 src = fetchurl {
1271 src = fetchurl {
1272 url = "https://pypi.python.org/packages/5c/a6/1c429cd4c8069cf4bfbd0eb4d592b3f4042155a8202df83d7e9b93aa3dc2/pysqlite-2.6.3.tar.gz";
1272 url = "https://pypi.python.org/packages/5c/a6/1c429cd4c8069cf4bfbd0eb4d592b3f4042155a8202df83d7e9b93aa3dc2/pysqlite-2.6.3.tar.gz";
1273 md5 = "7ff1cedee74646b50117acff87aa1cfa";
1273 md5 = "7ff1cedee74646b50117acff87aa1cfa";
1274 };
1274 };
1275 meta = {
1275 meta = {
1276 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1276 license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
1277 };
1277 };
1278 };
1278 };
1279 pytest = super.buildPythonPackage {
1279 pytest = super.buildPythonPackage {
1280 name = "pytest-3.0.5";
1280 name = "pytest-3.0.5";
1281 buildInputs = with self; [];
1281 buildInputs = with self; [];
1282 doCheck = false;
1282 doCheck = false;
1283 propagatedBuildInputs = with self; [py];
1283 propagatedBuildInputs = with self; [py];
1284 src = fetchurl {
1284 src = fetchurl {
1285 url = "https://pypi.python.org/packages/a8/87/b7ca49efe52d2b4169f2bfc49aa5e384173c4619ea8e635f123a0dac5b75/pytest-3.0.5.tar.gz";
1285 url = "https://pypi.python.org/packages/a8/87/b7ca49efe52d2b4169f2bfc49aa5e384173c4619ea8e635f123a0dac5b75/pytest-3.0.5.tar.gz";
1286 md5 = "cefd527b59332688bf5db4a10aa8a7cb";
1286 md5 = "cefd527b59332688bf5db4a10aa8a7cb";
1287 };
1287 };
1288 meta = {
1288 meta = {
1289 license = [ pkgs.lib.licenses.mit ];
1289 license = [ pkgs.lib.licenses.mit ];
1290 };
1290 };
1291 };
1291 };
1292 pytest-catchlog = super.buildPythonPackage {
1292 pytest-catchlog = super.buildPythonPackage {
1293 name = "pytest-catchlog-1.2.2";
1293 name = "pytest-catchlog-1.2.2";
1294 buildInputs = with self; [];
1294 buildInputs = with self; [];
1295 doCheck = false;
1295 doCheck = false;
1296 propagatedBuildInputs = with self; [py pytest];
1296 propagatedBuildInputs = with self; [py pytest];
1297 src = fetchurl {
1297 src = fetchurl {
1298 url = "https://pypi.python.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
1298 url = "https://pypi.python.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
1299 md5 = "09d890c54c7456c818102b7ff8c182c8";
1299 md5 = "09d890c54c7456c818102b7ff8c182c8";
1300 };
1300 };
1301 meta = {
1301 meta = {
1302 license = [ pkgs.lib.licenses.mit ];
1302 license = [ pkgs.lib.licenses.mit ];
1303 };
1303 };
1304 };
1304 };
1305 pytest-cov = super.buildPythonPackage {
1305 pytest-cov = super.buildPythonPackage {
1306 name = "pytest-cov-2.4.0";
1306 name = "pytest-cov-2.4.0";
1307 buildInputs = with self; [];
1307 buildInputs = with self; [];
1308 doCheck = false;
1308 doCheck = false;
1309 propagatedBuildInputs = with self; [pytest coverage];
1309 propagatedBuildInputs = with self; [pytest coverage];
1310 src = fetchurl {
1310 src = fetchurl {
1311 url = "https://pypi.python.org/packages/00/c0/2bfd1fcdb9d407b8ac8185b1cb5ff458105c6b207a9a7f0e13032de9828f/pytest-cov-2.4.0.tar.gz";
1311 url = "https://pypi.python.org/packages/00/c0/2bfd1fcdb9d407b8ac8185b1cb5ff458105c6b207a9a7f0e13032de9828f/pytest-cov-2.4.0.tar.gz";
1312 md5 = "2fda09677d232acc99ec1b3c5831e33f";
1312 md5 = "2fda09677d232acc99ec1b3c5831e33f";
1313 };
1313 };
1314 meta = {
1314 meta = {
1315 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1315 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1316 };
1316 };
1317 };
1317 };
1318 pytest-profiling = super.buildPythonPackage {
1318 pytest-profiling = super.buildPythonPackage {
1319 name = "pytest-profiling-1.2.2";
1319 name = "pytest-profiling-1.2.2";
1320 buildInputs = with self; [];
1320 buildInputs = with self; [];
1321 doCheck = false;
1321 doCheck = false;
1322 propagatedBuildInputs = with self; [six pytest gprof2dot];
1322 propagatedBuildInputs = with self; [six pytest gprof2dot];
1323 src = fetchurl {
1323 src = fetchurl {
1324 url = "https://pypi.python.org/packages/73/e8/804681323bac0bc45c520ec34185ba8469008942266d0074699b204835c1/pytest-profiling-1.2.2.tar.gz";
1324 url = "https://pypi.python.org/packages/73/e8/804681323bac0bc45c520ec34185ba8469008942266d0074699b204835c1/pytest-profiling-1.2.2.tar.gz";
1325 md5 = "0a16d7dda2d23b91e9730fa4558cf728";
1325 md5 = "0a16d7dda2d23b91e9730fa4558cf728";
1326 };
1326 };
1327 meta = {
1327 meta = {
1328 license = [ pkgs.lib.licenses.mit ];
1328 license = [ pkgs.lib.licenses.mit ];
1329 };
1329 };
1330 };
1330 };
1331 pytest-runner = super.buildPythonPackage {
1331 pytest-runner = super.buildPythonPackage {
1332 name = "pytest-runner-2.9";
1332 name = "pytest-runner-2.9";
1333 buildInputs = with self; [];
1333 buildInputs = with self; [];
1334 doCheck = false;
1334 doCheck = false;
1335 propagatedBuildInputs = with self; [];
1335 propagatedBuildInputs = with self; [];
1336 src = fetchurl {
1336 src = fetchurl {
1337 url = "https://pypi.python.org/packages/11/d4/c335ddf94463e451109e3494e909765c3e5205787b772e3b25ee8601b86a/pytest-runner-2.9.tar.gz";
1337 url = "https://pypi.python.org/packages/11/d4/c335ddf94463e451109e3494e909765c3e5205787b772e3b25ee8601b86a/pytest-runner-2.9.tar.gz";
1338 md5 = "2212a2e34404b0960b2fdc2c469247b2";
1338 md5 = "2212a2e34404b0960b2fdc2c469247b2";
1339 };
1339 };
1340 meta = {
1340 meta = {
1341 license = [ pkgs.lib.licenses.mit ];
1341 license = [ pkgs.lib.licenses.mit ];
1342 };
1342 };
1343 };
1343 };
1344 pytest-sugar = super.buildPythonPackage {
1344 pytest-sugar = super.buildPythonPackage {
1345 name = "pytest-sugar-0.7.1";
1345 name = "pytest-sugar-0.7.1";
1346 buildInputs = with self; [];
1346 buildInputs = with self; [];
1347 doCheck = false;
1347 doCheck = false;
1348 propagatedBuildInputs = with self; [pytest termcolor];
1348 propagatedBuildInputs = with self; [pytest termcolor];
1349 src = fetchurl {
1349 src = fetchurl {
1350 url = "https://pypi.python.org/packages/03/97/05d988b4fa870e7373e8ee4582408543b9ca2bd35c3c67b569369c6f9c49/pytest-sugar-0.7.1.tar.gz";
1350 url = "https://pypi.python.org/packages/03/97/05d988b4fa870e7373e8ee4582408543b9ca2bd35c3c67b569369c6f9c49/pytest-sugar-0.7.1.tar.gz";
1351 md5 = "7400f7c11f3d572b2c2a3b60352d35fe";
1351 md5 = "7400f7c11f3d572b2c2a3b60352d35fe";
1352 };
1352 };
1353 meta = {
1353 meta = {
1354 license = [ pkgs.lib.licenses.bsdOriginal ];
1354 license = [ pkgs.lib.licenses.bsdOriginal ];
1355 };
1355 };
1356 };
1356 };
1357 pytest-timeout = super.buildPythonPackage {
1357 pytest-timeout = super.buildPythonPackage {
1358 name = "pytest-timeout-1.2.0";
1358 name = "pytest-timeout-1.2.0";
1359 buildInputs = with self; [];
1359 buildInputs = with self; [];
1360 doCheck = false;
1360 doCheck = false;
1361 propagatedBuildInputs = with self; [pytest];
1361 propagatedBuildInputs = with self; [pytest];
1362 src = fetchurl {
1362 src = fetchurl {
1363 url = "https://pypi.python.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
1363 url = "https://pypi.python.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
1364 md5 = "83607d91aa163562c7ee835da57d061d";
1364 md5 = "83607d91aa163562c7ee835da57d061d";
1365 };
1365 };
1366 meta = {
1366 meta = {
1367 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1367 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1368 };
1368 };
1369 };
1369 };
1370 python-dateutil = super.buildPythonPackage {
1370 python-dateutil = super.buildPythonPackage {
1371 name = "python-dateutil-1.5";
1371 name = "python-dateutil-1.5";
1372 buildInputs = with self; [];
1372 buildInputs = with self; [];
1373 doCheck = false;
1373 doCheck = false;
1374 propagatedBuildInputs = with self; [];
1374 propagatedBuildInputs = with self; [];
1375 src = fetchurl {
1375 src = fetchurl {
1376 url = "https://pypi.python.org/packages/b4/7c/df59c89a753eb33c7c44e1dd42de0e9bc2ccdd5a4d576e0bfad97cc280cb/python-dateutil-1.5.tar.gz";
1376 url = "https://pypi.python.org/packages/b4/7c/df59c89a753eb33c7c44e1dd42de0e9bc2ccdd5a4d576e0bfad97cc280cb/python-dateutil-1.5.tar.gz";
1377 md5 = "0dcb1de5e5cad69490a3b6ab63f0cfa5";
1377 md5 = "0dcb1de5e5cad69490a3b6ab63f0cfa5";
1378 };
1378 };
1379 meta = {
1379 meta = {
1380 license = [ pkgs.lib.licenses.psfl ];
1380 license = [ pkgs.lib.licenses.psfl ];
1381 };
1381 };
1382 };
1382 };
1383 python-editor = super.buildPythonPackage {
1383 python-editor = super.buildPythonPackage {
1384 name = "python-editor-1.0.3";
1384 name = "python-editor-1.0.3";
1385 buildInputs = with self; [];
1385 buildInputs = with self; [];
1386 doCheck = false;
1386 doCheck = false;
1387 propagatedBuildInputs = with self; [];
1387 propagatedBuildInputs = with self; [];
1388 src = fetchurl {
1388 src = fetchurl {
1389 url = "https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
1389 url = "https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
1390 md5 = "0aca5f2ef176ce68e98a5b7e31372835";
1390 md5 = "0aca5f2ef176ce68e98a5b7e31372835";
1391 };
1391 };
1392 meta = {
1392 meta = {
1393 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1393 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
1394 };
1394 };
1395 };
1395 };
1396 python-ldap = super.buildPythonPackage {
1396 python-ldap = super.buildPythonPackage {
1397 name = "python-ldap-2.4.19";
1397 name = "python-ldap-2.4.19";
1398 buildInputs = with self; [];
1398 buildInputs = with self; [];
1399 doCheck = false;
1399 doCheck = false;
1400 propagatedBuildInputs = with self; [setuptools];
1400 propagatedBuildInputs = with self; [setuptools];
1401 src = fetchurl {
1401 src = fetchurl {
1402 url = "https://pypi.python.org/packages/42/81/1b64838c82e64f14d4e246ff00b52e650a35c012551b891ada2b85d40737/python-ldap-2.4.19.tar.gz";
1402 url = "https://pypi.python.org/packages/42/81/1b64838c82e64f14d4e246ff00b52e650a35c012551b891ada2b85d40737/python-ldap-2.4.19.tar.gz";
1403 md5 = "b941bf31d09739492aa19ef679e94ae3";
1403 md5 = "b941bf31d09739492aa19ef679e94ae3";
1404 };
1404 };
1405 meta = {
1405 meta = {
1406 license = [ pkgs.lib.licenses.psfl ];
1406 license = [ pkgs.lib.licenses.psfl ];
1407 };
1407 };
1408 };
1408 };
1409 python-memcached = super.buildPythonPackage {
1409 python-memcached = super.buildPythonPackage {
1410 name = "python-memcached-1.57";
1410 name = "python-memcached-1.57";
1411 buildInputs = with self; [];
1411 buildInputs = with self; [];
1412 doCheck = false;
1412 doCheck = false;
1413 propagatedBuildInputs = with self; [six];
1413 propagatedBuildInputs = with self; [six];
1414 src = fetchurl {
1414 src = fetchurl {
1415 url = "https://pypi.python.org/packages/52/9d/eebc0dcbc5c7c66840ad207dfc1baa376dadb74912484bff73819cce01e6/python-memcached-1.57.tar.gz";
1415 url = "https://pypi.python.org/packages/52/9d/eebc0dcbc5c7c66840ad207dfc1baa376dadb74912484bff73819cce01e6/python-memcached-1.57.tar.gz";
1416 md5 = "de21f64b42b2d961f3d4ad7beb5468a1";
1416 md5 = "de21f64b42b2d961f3d4ad7beb5468a1";
1417 };
1417 };
1418 meta = {
1418 meta = {
1419 license = [ pkgs.lib.licenses.psfl ];
1419 license = [ pkgs.lib.licenses.psfl ];
1420 };
1420 };
1421 };
1421 };
1422 python-pam = super.buildPythonPackage {
1422 python-pam = super.buildPythonPackage {
1423 name = "python-pam-1.8.2";
1423 name = "python-pam-1.8.2";
1424 buildInputs = with self; [];
1424 buildInputs = with self; [];
1425 doCheck = false;
1425 doCheck = false;
1426 propagatedBuildInputs = with self; [];
1426 propagatedBuildInputs = with self; [];
1427 src = fetchurl {
1427 src = fetchurl {
1428 url = "https://pypi.python.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz";
1428 url = "https://pypi.python.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz";
1429 md5 = "db71b6b999246fb05d78ecfbe166629d";
1429 md5 = "db71b6b999246fb05d78ecfbe166629d";
1430 };
1430 };
1431 meta = {
1431 meta = {
1432 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1432 license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
1433 };
1433 };
1434 };
1434 };
1435 pytz = super.buildPythonPackage {
1435 pytz = super.buildPythonPackage {
1436 name = "pytz-2015.4";
1436 name = "pytz-2015.4";
1437 buildInputs = with self; [];
1437 buildInputs = with self; [];
1438 doCheck = false;
1438 doCheck = false;
1439 propagatedBuildInputs = with self; [];
1439 propagatedBuildInputs = with self; [];
1440 src = fetchurl {
1440 src = fetchurl {
1441 url = "https://pypi.python.org/packages/7e/1a/f43b5c92df7b156822030fed151327ea096bcf417e45acc23bd1df43472f/pytz-2015.4.zip";
1441 url = "https://pypi.python.org/packages/7e/1a/f43b5c92df7b156822030fed151327ea096bcf417e45acc23bd1df43472f/pytz-2015.4.zip";
1442 md5 = "233f2a2b370d03f9b5911700cc9ebf3c";
1442 md5 = "233f2a2b370d03f9b5911700cc9ebf3c";
1443 };
1443 };
1444 meta = {
1444 meta = {
1445 license = [ pkgs.lib.licenses.mit ];
1445 license = [ pkgs.lib.licenses.mit ];
1446 };
1446 };
1447 };
1447 };
1448 pyzmq = super.buildPythonPackage {
1448 pyzmq = super.buildPythonPackage {
1449 name = "pyzmq-14.6.0";
1449 name = "pyzmq-14.6.0";
1450 buildInputs = with self; [];
1450 buildInputs = with self; [];
1451 doCheck = false;
1451 doCheck = false;
1452 propagatedBuildInputs = with self; [];
1452 propagatedBuildInputs = with self; [];
1453 src = fetchurl {
1453 src = fetchurl {
1454 url = "https://pypi.python.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1454 url = "https://pypi.python.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
1455 md5 = "395b5de95a931afa5b14c9349a5b8024";
1455 md5 = "395b5de95a931afa5b14c9349a5b8024";
1456 };
1456 };
1457 meta = {
1457 meta = {
1458 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1458 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
1459 };
1459 };
1460 };
1460 };
1461 recaptcha-client = super.buildPythonPackage {
1461 recaptcha-client = super.buildPythonPackage {
1462 name = "recaptcha-client-1.0.6";
1462 name = "recaptcha-client-1.0.6";
1463 buildInputs = with self; [];
1463 buildInputs = with self; [];
1464 doCheck = false;
1464 doCheck = false;
1465 propagatedBuildInputs = with self; [];
1465 propagatedBuildInputs = with self; [];
1466 src = fetchurl {
1466 src = fetchurl {
1467 url = "https://pypi.python.org/packages/0a/ea/5f2fbbfd894bdac1c68ef8d92019066cfcf9fbff5fe3d728d2b5c25c8db4/recaptcha-client-1.0.6.tar.gz";
1467 url = "https://pypi.python.org/packages/0a/ea/5f2fbbfd894bdac1c68ef8d92019066cfcf9fbff5fe3d728d2b5c25c8db4/recaptcha-client-1.0.6.tar.gz";
1468 md5 = "74228180f7e1fb76c4d7089160b0d919";
1468 md5 = "74228180f7e1fb76c4d7089160b0d919";
1469 };
1469 };
1470 meta = {
1470 meta = {
1471 license = [ { fullName = "MIT/X11"; } ];
1471 license = [ { fullName = "MIT/X11"; } ];
1472 };
1472 };
1473 };
1473 };
1474 repoze.lru = super.buildPythonPackage {
1474 repoze.lru = super.buildPythonPackage {
1475 name = "repoze.lru-0.6";
1475 name = "repoze.lru-0.6";
1476 buildInputs = with self; [];
1476 buildInputs = with self; [];
1477 doCheck = false;
1477 doCheck = false;
1478 propagatedBuildInputs = with self; [];
1478 propagatedBuildInputs = with self; [];
1479 src = fetchurl {
1479 src = fetchurl {
1480 url = "https://pypi.python.org/packages/6e/1e/aa15cc90217e086dc8769872c8778b409812ff036bf021b15795638939e4/repoze.lru-0.6.tar.gz";
1480 url = "https://pypi.python.org/packages/6e/1e/aa15cc90217e086dc8769872c8778b409812ff036bf021b15795638939e4/repoze.lru-0.6.tar.gz";
1481 md5 = "2c3b64b17a8e18b405f55d46173e14dd";
1481 md5 = "2c3b64b17a8e18b405f55d46173e14dd";
1482 };
1482 };
1483 meta = {
1483 meta = {
1484 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1484 license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1485 };
1485 };
1486 };
1486 };
1487 requests = super.buildPythonPackage {
1487 requests = super.buildPythonPackage {
1488 name = "requests-2.9.1";
1488 name = "requests-2.9.1";
1489 buildInputs = with self; [];
1489 buildInputs = with self; [];
1490 doCheck = false;
1490 doCheck = false;
1491 propagatedBuildInputs = with self; [];
1491 propagatedBuildInputs = with self; [];
1492 src = fetchurl {
1492 src = fetchurl {
1493 url = "https://pypi.python.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1493 url = "https://pypi.python.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
1494 md5 = "0b7f480d19012ec52bab78292efd976d";
1494 md5 = "0b7f480d19012ec52bab78292efd976d";
1495 };
1495 };
1496 meta = {
1496 meta = {
1497 license = [ pkgs.lib.licenses.asl20 ];
1497 license = [ pkgs.lib.licenses.asl20 ];
1498 };
1498 };
1499 };
1499 };
1500 rhodecode-enterprise-ce = super.buildPythonPackage {
1500 rhodecode-enterprise-ce = super.buildPythonPackage {
1501 name = "rhodecode-enterprise-ce-4.6.0";
1501 name = "rhodecode-enterprise-ce-4.6.0";
1502 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage cssselect lxml configobj];
1502 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage cssselect lxml configobj];
1503 doCheck = true;
1503 doCheck = true;
1504 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
1504 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
1505 src = ./.;
1505 src = ./.;
1506 meta = {
1506 meta = {
1507 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1507 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1508 };
1508 };
1509 };
1509 };
1510 rhodecode-tools = super.buildPythonPackage {
1510 rhodecode-tools = super.buildPythonPackage {
1511 name = "rhodecode-tools-0.11.0";
1511 name = "rhodecode-tools-0.11.0";
1512 buildInputs = with self; [];
1512 buildInputs = with self; [];
1513 doCheck = false;
1513 doCheck = false;
1514 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
1514 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
1515 src = fetchurl {
1515 src = fetchurl {
1516 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15";
1516 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15";
1517 md5 = "e5fd0a8363af08a0ced71b50ca9cce15";
1517 md5 = "e5fd0a8363af08a0ced71b50ca9cce15";
1518 };
1518 };
1519 meta = {
1519 meta = {
1520 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1520 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1521 };
1521 };
1522 };
1522 };
1523 serpent = super.buildPythonPackage {
1523 serpent = super.buildPythonPackage {
1524 name = "serpent-1.15";
1524 name = "serpent-1.15";
1525 buildInputs = with self; [];
1525 buildInputs = with self; [];
1526 doCheck = false;
1526 doCheck = false;
1527 propagatedBuildInputs = with self; [];
1527 propagatedBuildInputs = with self; [];
1528 src = fetchurl {
1528 src = fetchurl {
1529 url = "https://pypi.python.org/packages/7b/38/b2b27673a882ff2ea5871bb3e3e6b496ebbaafd1612e51990ffb158b9254/serpent-1.15.tar.gz";
1529 url = "https://pypi.python.org/packages/7b/38/b2b27673a882ff2ea5871bb3e3e6b496ebbaafd1612e51990ffb158b9254/serpent-1.15.tar.gz";
1530 md5 = "e27b1aad5c218e16442f52abb7c7053a";
1530 md5 = "e27b1aad5c218e16442f52abb7c7053a";
1531 };
1531 };
1532 meta = {
1532 meta = {
1533 license = [ pkgs.lib.licenses.mit ];
1533 license = [ pkgs.lib.licenses.mit ];
1534 };
1534 };
1535 };
1535 };
1536 setproctitle = super.buildPythonPackage {
1536 setproctitle = super.buildPythonPackage {
1537 name = "setproctitle-1.1.8";
1537 name = "setproctitle-1.1.8";
1538 buildInputs = with self; [];
1538 buildInputs = with self; [];
1539 doCheck = false;
1539 doCheck = false;
1540 propagatedBuildInputs = with self; [];
1540 propagatedBuildInputs = with self; [];
1541 src = fetchurl {
1541 src = fetchurl {
1542 url = "https://pypi.python.org/packages/33/c3/ad367a4f4f1ca90468863ae727ac62f6edb558fc09a003d344a02cfc6ea6/setproctitle-1.1.8.tar.gz";
1542 url = "https://pypi.python.org/packages/33/c3/ad367a4f4f1ca90468863ae727ac62f6edb558fc09a003d344a02cfc6ea6/setproctitle-1.1.8.tar.gz";
1543 md5 = "728f4c8c6031bbe56083a48594027edd";
1543 md5 = "728f4c8c6031bbe56083a48594027edd";
1544 };
1544 };
1545 meta = {
1545 meta = {
1546 license = [ pkgs.lib.licenses.bsdOriginal ];
1546 license = [ pkgs.lib.licenses.bsdOriginal ];
1547 };
1547 };
1548 };
1548 };
1549 setuptools = super.buildPythonPackage {
1549 setuptools = super.buildPythonPackage {
1550 name = "setuptools-30.1.0";
1550 name = "setuptools-30.1.0";
1551 buildInputs = with self; [];
1551 buildInputs = with self; [];
1552 doCheck = false;
1552 doCheck = false;
1553 propagatedBuildInputs = with self; [];
1553 propagatedBuildInputs = with self; [];
1554 src = fetchurl {
1554 src = fetchurl {
1555 url = "https://pypi.python.org/packages/1e/43/002c8616db9a3e7be23c2556e39b90a32bb40ba0dc652de1999d5334d372/setuptools-30.1.0.tar.gz";
1555 url = "https://pypi.python.org/packages/1e/43/002c8616db9a3e7be23c2556e39b90a32bb40ba0dc652de1999d5334d372/setuptools-30.1.0.tar.gz";
1556 md5 = "cac497f42e5096ac8df29e38d3f81c3e";
1556 md5 = "cac497f42e5096ac8df29e38d3f81c3e";
1557 };
1557 };
1558 meta = {
1558 meta = {
1559 license = [ pkgs.lib.licenses.mit ];
1559 license = [ pkgs.lib.licenses.mit ];
1560 };
1560 };
1561 };
1561 };
1562 setuptools-scm = super.buildPythonPackage {
1562 setuptools-scm = super.buildPythonPackage {
1563 name = "setuptools-scm-1.15.0";
1563 name = "setuptools-scm-1.15.0";
1564 buildInputs = with self; [];
1564 buildInputs = with self; [];
1565 doCheck = false;
1565 doCheck = false;
1566 propagatedBuildInputs = with self; [];
1566 propagatedBuildInputs = with self; [];
1567 src = fetchurl {
1567 src = fetchurl {
1568 url = "https://pypi.python.org/packages/80/b7/31b6ae5fcb188e37f7e31abe75f9be90490a5456a72860fa6e643f8a3cbc/setuptools_scm-1.15.0.tar.gz";
1568 url = "https://pypi.python.org/packages/80/b7/31b6ae5fcb188e37f7e31abe75f9be90490a5456a72860fa6e643f8a3cbc/setuptools_scm-1.15.0.tar.gz";
1569 md5 = "b6916c78ed6253d6602444fad4279c5b";
1569 md5 = "b6916c78ed6253d6602444fad4279c5b";
1570 };
1570 };
1571 meta = {
1571 meta = {
1572 license = [ pkgs.lib.licenses.mit ];
1572 license = [ pkgs.lib.licenses.mit ];
1573 };
1573 };
1574 };
1574 };
1575 simplegeneric = super.buildPythonPackage {
1575 simplegeneric = super.buildPythonPackage {
1576 name = "simplegeneric-0.8.1";
1576 name = "simplegeneric-0.8.1";
1577 buildInputs = with self; [];
1577 buildInputs = with self; [];
1578 doCheck = false;
1578 doCheck = false;
1579 propagatedBuildInputs = with self; [];
1579 propagatedBuildInputs = with self; [];
1580 src = fetchurl {
1580 src = fetchurl {
1581 url = "https://pypi.python.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
1581 url = "https://pypi.python.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
1582 md5 = "f9c1fab00fd981be588fc32759f474e3";
1582 md5 = "f9c1fab00fd981be588fc32759f474e3";
1583 };
1583 };
1584 meta = {
1584 meta = {
1585 license = [ pkgs.lib.licenses.zpt21 ];
1585 license = [ pkgs.lib.licenses.zpt21 ];
1586 };
1586 };
1587 };
1587 };
1588 simplejson = super.buildPythonPackage {
1588 simplejson = super.buildPythonPackage {
1589 name = "simplejson-3.7.2";
1589 name = "simplejson-3.7.2";
1590 buildInputs = with self; [];
1590 buildInputs = with self; [];
1591 doCheck = false;
1591 doCheck = false;
1592 propagatedBuildInputs = with self; [];
1592 propagatedBuildInputs = with self; [];
1593 src = fetchurl {
1593 src = fetchurl {
1594 url = "https://pypi.python.org/packages/6d/89/7f13f099344eea9d6722779a1f165087cb559598107844b1ac5dbd831fb1/simplejson-3.7.2.tar.gz";
1594 url = "https://pypi.python.org/packages/6d/89/7f13f099344eea9d6722779a1f165087cb559598107844b1ac5dbd831fb1/simplejson-3.7.2.tar.gz";
1595 md5 = "a5fc7d05d4cb38492285553def5d4b46";
1595 md5 = "a5fc7d05d4cb38492285553def5d4b46";
1596 };
1596 };
1597 meta = {
1597 meta = {
1598 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1598 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1599 };
1599 };
1600 };
1600 };
1601 six = super.buildPythonPackage {
1601 six = super.buildPythonPackage {
1602 name = "six-1.9.0";
1602 name = "six-1.9.0";
1603 buildInputs = with self; [];
1603 buildInputs = with self; [];
1604 doCheck = false;
1604 doCheck = false;
1605 propagatedBuildInputs = with self; [];
1605 propagatedBuildInputs = with self; [];
1606 src = fetchurl {
1606 src = fetchurl {
1607 url = "https://pypi.python.org/packages/16/64/1dc5e5976b17466fd7d712e59cbe9fb1e18bec153109e5ba3ed6c9102f1a/six-1.9.0.tar.gz";
1607 url = "https://pypi.python.org/packages/16/64/1dc5e5976b17466fd7d712e59cbe9fb1e18bec153109e5ba3ed6c9102f1a/six-1.9.0.tar.gz";
1608 md5 = "476881ef4012262dfc8adc645ee786c4";
1608 md5 = "476881ef4012262dfc8adc645ee786c4";
1609 };
1609 };
1610 meta = {
1610 meta = {
1611 license = [ pkgs.lib.licenses.mit ];
1611 license = [ pkgs.lib.licenses.mit ];
1612 };
1612 };
1613 };
1613 };
1614 subprocess32 = super.buildPythonPackage {
1614 subprocess32 = super.buildPythonPackage {
1615 name = "subprocess32-3.2.6";
1615 name = "subprocess32-3.2.6";
1616 buildInputs = with self; [];
1616 buildInputs = with self; [];
1617 doCheck = false;
1617 doCheck = false;
1618 propagatedBuildInputs = with self; [];
1618 propagatedBuildInputs = with self; [];
1619 src = fetchurl {
1619 src = fetchurl {
1620 url = "https://pypi.python.org/packages/28/8d/33ccbff51053f59ae6c357310cac0e79246bbed1d345ecc6188b176d72c3/subprocess32-3.2.6.tar.gz";
1620 url = "https://pypi.python.org/packages/28/8d/33ccbff51053f59ae6c357310cac0e79246bbed1d345ecc6188b176d72c3/subprocess32-3.2.6.tar.gz";
1621 md5 = "754c5ab9f533e764f931136974b618f1";
1621 md5 = "754c5ab9f533e764f931136974b618f1";
1622 };
1622 };
1623 meta = {
1623 meta = {
1624 license = [ pkgs.lib.licenses.psfl ];
1624 license = [ pkgs.lib.licenses.psfl ];
1625 };
1625 };
1626 };
1626 };
1627 supervisor = super.buildPythonPackage {
1627 supervisor = super.buildPythonPackage {
1628 name = "supervisor-3.3.1";
1628 name = "supervisor-3.3.1";
1629 buildInputs = with self; [];
1629 buildInputs = with self; [];
1630 doCheck = false;
1630 doCheck = false;
1631 propagatedBuildInputs = with self; [meld3];
1631 propagatedBuildInputs = with self; [meld3];
1632 src = fetchurl {
1632 src = fetchurl {
1633 url = "https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def/supervisor-3.3.1.tar.gz";
1633 url = "https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def/supervisor-3.3.1.tar.gz";
1634 md5 = "202f760f9bf4930ec06557bac73e5cf2";
1634 md5 = "202f760f9bf4930ec06557bac73e5cf2";
1635 };
1635 };
1636 meta = {
1636 meta = {
1637 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1637 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1638 };
1638 };
1639 };
1639 };
1640 termcolor = super.buildPythonPackage {
1640 termcolor = super.buildPythonPackage {
1641 name = "termcolor-1.1.0";
1641 name = "termcolor-1.1.0";
1642 buildInputs = with self; [];
1642 buildInputs = with self; [];
1643 doCheck = false;
1643 doCheck = false;
1644 propagatedBuildInputs = with self; [];
1644 propagatedBuildInputs = with self; [];
1645 src = fetchurl {
1645 src = fetchurl {
1646 url = "https://pypi.python.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
1646 url = "https://pypi.python.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
1647 md5 = "043e89644f8909d462fbbfa511c768df";
1647 md5 = "043e89644f8909d462fbbfa511c768df";
1648 };
1648 };
1649 meta = {
1649 meta = {
1650 license = [ pkgs.lib.licenses.mit ];
1650 license = [ pkgs.lib.licenses.mit ];
1651 };
1651 };
1652 };
1652 };
1653 traitlets = super.buildPythonPackage {
1653 traitlets = super.buildPythonPackage {
1654 name = "traitlets-4.3.1";
1654 name = "traitlets-4.3.1";
1655 buildInputs = with self; [];
1655 buildInputs = with self; [];
1656 doCheck = false;
1656 doCheck = false;
1657 propagatedBuildInputs = with self; [ipython-genutils six decorator enum34];
1657 propagatedBuildInputs = with self; [ipython-genutils six decorator enum34];
1658 src = fetchurl {
1658 src = fetchurl {
1659 url = "https://pypi.python.org/packages/b1/d6/5b5aa6d5c474691909b91493da1e8972e309c9f01ecfe4aeafd272eb3234/traitlets-4.3.1.tar.gz";
1659 url = "https://pypi.python.org/packages/b1/d6/5b5aa6d5c474691909b91493da1e8972e309c9f01ecfe4aeafd272eb3234/traitlets-4.3.1.tar.gz";
1660 md5 = "dd0b1b6e5d31ce446d55a4b5e5083c98";
1660 md5 = "dd0b1b6e5d31ce446d55a4b5e5083c98";
1661 };
1661 };
1662 meta = {
1662 meta = {
1663 license = [ pkgs.lib.licenses.bsdOriginal ];
1663 license = [ pkgs.lib.licenses.bsdOriginal ];
1664 };
1664 };
1665 };
1665 };
1666 transifex-client = super.buildPythonPackage {
1666 transifex-client = super.buildPythonPackage {
1667 name = "transifex-client-0.10";
1667 name = "transifex-client-0.10";
1668 buildInputs = with self; [];
1668 buildInputs = with self; [];
1669 doCheck = false;
1669 doCheck = false;
1670 propagatedBuildInputs = with self; [];
1670 propagatedBuildInputs = with self; [];
1671 src = fetchurl {
1671 src = fetchurl {
1672 url = "https://pypi.python.org/packages/f3/4e/7b925192aee656fb3e04fa6381c8b3dc40198047c3b4a356f6cfd642c809/transifex-client-0.10.tar.gz";
1672 url = "https://pypi.python.org/packages/f3/4e/7b925192aee656fb3e04fa6381c8b3dc40198047c3b4a356f6cfd642c809/transifex-client-0.10.tar.gz";
1673 md5 = "5549538d84b8eede6b254cd81ae024fa";
1673 md5 = "5549538d84b8eede6b254cd81ae024fa";
1674 };
1674 };
1675 meta = {
1675 meta = {
1676 license = [ pkgs.lib.licenses.gpl2 ];
1676 license = [ pkgs.lib.licenses.gpl2 ];
1677 };
1677 };
1678 };
1678 };
1679 translationstring = super.buildPythonPackage {
1679 translationstring = super.buildPythonPackage {
1680 name = "translationstring-1.3";
1680 name = "translationstring-1.3";
1681 buildInputs = with self; [];
1681 buildInputs = with self; [];
1682 doCheck = false;
1682 doCheck = false;
1683 propagatedBuildInputs = with self; [];
1683 propagatedBuildInputs = with self; [];
1684 src = fetchurl {
1684 src = fetchurl {
1685 url = "https://pypi.python.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
1685 url = "https://pypi.python.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
1686 md5 = "a4b62e0f3c189c783a1685b3027f7c90";
1686 md5 = "a4b62e0f3c189c783a1685b3027f7c90";
1687 };
1687 };
1688 meta = {
1688 meta = {
1689 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
1689 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
1690 };
1690 };
1691 };
1691 };
1692 trollius = super.buildPythonPackage {
1692 trollius = super.buildPythonPackage {
1693 name = "trollius-1.0.4";
1693 name = "trollius-1.0.4";
1694 buildInputs = with self; [];
1694 buildInputs = with self; [];
1695 doCheck = false;
1695 doCheck = false;
1696 propagatedBuildInputs = with self; [futures];
1696 propagatedBuildInputs = with self; [futures];
1697 src = fetchurl {
1697 src = fetchurl {
1698 url = "https://pypi.python.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
1698 url = "https://pypi.python.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
1699 md5 = "3631a464d49d0cbfd30ab2918ef2b783";
1699 md5 = "3631a464d49d0cbfd30ab2918ef2b783";
1700 };
1700 };
1701 meta = {
1701 meta = {
1702 license = [ pkgs.lib.licenses.asl20 ];
1702 license = [ pkgs.lib.licenses.asl20 ];
1703 };
1703 };
1704 };
1704 };
1705 uWSGI = super.buildPythonPackage {
1705 uWSGI = super.buildPythonPackage {
1706 name = "uWSGI-2.0.11.2";
1706 name = "uWSGI-2.0.11.2";
1707 buildInputs = with self; [];
1707 buildInputs = with self; [];
1708 doCheck = false;
1708 doCheck = false;
1709 propagatedBuildInputs = with self; [];
1709 propagatedBuildInputs = with self; [];
1710 src = fetchurl {
1710 src = fetchurl {
1711 url = "https://pypi.python.org/packages/9b/78/918db0cfab0546afa580c1e565209c49aaf1476bbfe491314eadbe47c556/uwsgi-2.0.11.2.tar.gz";
1711 url = "https://pypi.python.org/packages/9b/78/918db0cfab0546afa580c1e565209c49aaf1476bbfe491314eadbe47c556/uwsgi-2.0.11.2.tar.gz";
1712 md5 = "1f02dcbee7f6f61de4b1fd68350cf16f";
1712 md5 = "1f02dcbee7f6f61de4b1fd68350cf16f";
1713 };
1713 };
1714 meta = {
1714 meta = {
1715 license = [ pkgs.lib.licenses.gpl2 ];
1715 license = [ pkgs.lib.licenses.gpl2 ];
1716 };
1716 };
1717 };
1717 };
1718 urllib3 = super.buildPythonPackage {
1718 urllib3 = super.buildPythonPackage {
1719 name = "urllib3-1.16";
1719 name = "urllib3-1.16";
1720 buildInputs = with self; [];
1720 buildInputs = with self; [];
1721 doCheck = false;
1721 doCheck = false;
1722 propagatedBuildInputs = with self; [];
1722 propagatedBuildInputs = with self; [];
1723 src = fetchurl {
1723 src = fetchurl {
1724 url = "https://pypi.python.org/packages/3b/f0/e763169124e3f5db0926bc3dbfcd580a105f9ca44cf5d8e6c7a803c9f6b5/urllib3-1.16.tar.gz";
1724 url = "https://pypi.python.org/packages/3b/f0/e763169124e3f5db0926bc3dbfcd580a105f9ca44cf5d8e6c7a803c9f6b5/urllib3-1.16.tar.gz";
1725 md5 = "fcaab1c5385c57deeb7053d3d7d81d59";
1725 md5 = "fcaab1c5385c57deeb7053d3d7d81d59";
1726 };
1726 };
1727 meta = {
1727 meta = {
1728 license = [ pkgs.lib.licenses.mit ];
1728 license = [ pkgs.lib.licenses.mit ];
1729 };
1729 };
1730 };
1730 };
1731 venusian = super.buildPythonPackage {
1731 venusian = super.buildPythonPackage {
1732 name = "venusian-1.0";
1732 name = "venusian-1.0";
1733 buildInputs = with self; [];
1733 buildInputs = with self; [];
1734 doCheck = false;
1734 doCheck = false;
1735 propagatedBuildInputs = with self; [];
1735 propagatedBuildInputs = with self; [];
1736 src = fetchurl {
1736 src = fetchurl {
1737 url = "https://pypi.python.org/packages/86/20/1948e0dfc4930ddde3da8c33612f6a5717c0b4bc28f591a5c5cf014dd390/venusian-1.0.tar.gz";
1737 url = "https://pypi.python.org/packages/86/20/1948e0dfc4930ddde3da8c33612f6a5717c0b4bc28f591a5c5cf014dd390/venusian-1.0.tar.gz";
1738 md5 = "dccf2eafb7113759d60c86faf5538756";
1738 md5 = "dccf2eafb7113759d60c86faf5538756";
1739 };
1739 };
1740 meta = {
1740 meta = {
1741 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1741 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
1742 };
1742 };
1743 };
1743 };
1744 waitress = super.buildPythonPackage {
1744 waitress = super.buildPythonPackage {
1745 name = "waitress-1.0.1";
1745 name = "waitress-1.0.1";
1746 buildInputs = with self; [];
1746 buildInputs = with self; [];
1747 doCheck = false;
1747 doCheck = false;
1748 propagatedBuildInputs = with self; [];
1748 propagatedBuildInputs = with self; [];
1749 src = fetchurl {
1749 src = fetchurl {
1750 url = "https://pypi.python.org/packages/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/waitress-1.0.1.tar.gz";
1750 url = "https://pypi.python.org/packages/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/waitress-1.0.1.tar.gz";
1751 md5 = "dda92358a7569669086155923a46e57c";
1751 md5 = "dda92358a7569669086155923a46e57c";
1752 };
1752 };
1753 meta = {
1753 meta = {
1754 license = [ pkgs.lib.licenses.zpt21 ];
1754 license = [ pkgs.lib.licenses.zpt21 ];
1755 };
1755 };
1756 };
1756 };
1757 wcwidth = super.buildPythonPackage {
1757 wcwidth = super.buildPythonPackage {
1758 name = "wcwidth-0.1.7";
1758 name = "wcwidth-0.1.7";
1759 buildInputs = with self; [];
1759 buildInputs = with self; [];
1760 doCheck = false;
1760 doCheck = false;
1761 propagatedBuildInputs = with self; [];
1761 propagatedBuildInputs = with self; [];
1762 src = fetchurl {
1762 src = fetchurl {
1763 url = "https://pypi.python.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
1763 url = "https://pypi.python.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
1764 md5 = "b3b6a0a08f0c8a34d1de8cf44150a4ad";
1764 md5 = "b3b6a0a08f0c8a34d1de8cf44150a4ad";
1765 };
1765 };
1766 meta = {
1766 meta = {
1767 license = [ pkgs.lib.licenses.mit ];
1767 license = [ pkgs.lib.licenses.mit ];
1768 };
1768 };
1769 };
1769 };
1770 ws4py = super.buildPythonPackage {
1770 ws4py = super.buildPythonPackage {
1771 name = "ws4py-0.3.5";
1771 name = "ws4py-0.3.5";
1772 buildInputs = with self; [];
1772 buildInputs = with self; [];
1773 doCheck = false;
1773 doCheck = false;
1774 propagatedBuildInputs = with self; [];
1774 propagatedBuildInputs = with self; [];
1775 src = fetchurl {
1775 src = fetchurl {
1776 url = "https://pypi.python.org/packages/b6/4f/34af703be86939629479e74d6e650e39f3bd73b3b09212c34e5125764cbc/ws4py-0.3.5.zip";
1776 url = "https://pypi.python.org/packages/b6/4f/34af703be86939629479e74d6e650e39f3bd73b3b09212c34e5125764cbc/ws4py-0.3.5.zip";
1777 md5 = "a261b75c20b980e55ce7451a3576a867";
1777 md5 = "a261b75c20b980e55ce7451a3576a867";
1778 };
1778 };
1779 meta = {
1779 meta = {
1780 license = [ pkgs.lib.licenses.bsdOriginal ];
1780 license = [ pkgs.lib.licenses.bsdOriginal ];
1781 };
1781 };
1782 };
1782 };
1783 wsgiref = super.buildPythonPackage {
1783 wsgiref = super.buildPythonPackage {
1784 name = "wsgiref-0.1.2";
1784 name = "wsgiref-0.1.2";
1785 buildInputs = with self; [];
1785 buildInputs = with self; [];
1786 doCheck = false;
1786 doCheck = false;
1787 propagatedBuildInputs = with self; [];
1787 propagatedBuildInputs = with self; [];
1788 src = fetchurl {
1788 src = fetchurl {
1789 url = "https://pypi.python.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
1789 url = "https://pypi.python.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
1790 md5 = "29b146e6ebd0f9fb119fe321f7bcf6cb";
1790 md5 = "29b146e6ebd0f9fb119fe321f7bcf6cb";
1791 };
1791 };
1792 meta = {
1792 meta = {
1793 license = [ { fullName = "PSF or ZPL"; } ];
1793 license = [ { fullName = "PSF or ZPL"; } ];
1794 };
1794 };
1795 };
1795 };
1796 zope.cachedescriptors = super.buildPythonPackage {
1796 zope.cachedescriptors = super.buildPythonPackage {
1797 name = "zope.cachedescriptors-4.0.0";
1797 name = "zope.cachedescriptors-4.0.0";
1798 buildInputs = with self; [];
1798 buildInputs = with self; [];
1799 doCheck = false;
1799 doCheck = false;
1800 propagatedBuildInputs = with self; [setuptools];
1800 propagatedBuildInputs = with self; [setuptools];
1801 src = fetchurl {
1801 src = fetchurl {
1802 url = "https://pypi.python.org/packages/40/33/694b6644c37f28553f4b9f20b3c3a20fb709a22574dff20b5bdffb09ecd5/zope.cachedescriptors-4.0.0.tar.gz";
1802 url = "https://pypi.python.org/packages/40/33/694b6644c37f28553f4b9f20b3c3a20fb709a22574dff20b5bdffb09ecd5/zope.cachedescriptors-4.0.0.tar.gz";
1803 md5 = "8d308de8c936792c8e758058fcb7d0f0";
1803 md5 = "8d308de8c936792c8e758058fcb7d0f0";
1804 };
1804 };
1805 meta = {
1805 meta = {
1806 license = [ pkgs.lib.licenses.zpt21 ];
1806 license = [ pkgs.lib.licenses.zpt21 ];
1807 };
1807 };
1808 };
1808 };
1809 zope.deprecation = super.buildPythonPackage {
1809 zope.deprecation = super.buildPythonPackage {
1810 name = "zope.deprecation-4.1.2";
1810 name = "zope.deprecation-4.1.2";
1811 buildInputs = with self; [];
1811 buildInputs = with self; [];
1812 doCheck = false;
1812 doCheck = false;
1813 propagatedBuildInputs = with self; [setuptools];
1813 propagatedBuildInputs = with self; [setuptools];
1814 src = fetchurl {
1814 src = fetchurl {
1815 url = "https://pypi.python.org/packages/c1/d3/3919492d5e57d8dd01b36f30b34fc8404a30577392b1eb817c303499ad20/zope.deprecation-4.1.2.tar.gz";
1815 url = "https://pypi.python.org/packages/c1/d3/3919492d5e57d8dd01b36f30b34fc8404a30577392b1eb817c303499ad20/zope.deprecation-4.1.2.tar.gz";
1816 md5 = "e9a663ded58f4f9f7881beb56cae2782";
1816 md5 = "e9a663ded58f4f9f7881beb56cae2782";
1817 };
1817 };
1818 meta = {
1818 meta = {
1819 license = [ pkgs.lib.licenses.zpt21 ];
1819 license = [ pkgs.lib.licenses.zpt21 ];
1820 };
1820 };
1821 };
1821 };
1822 zope.event = super.buildPythonPackage {
1822 zope.event = super.buildPythonPackage {
1823 name = "zope.event-4.0.3";
1823 name = "zope.event-4.0.3";
1824 buildInputs = with self; [];
1824 buildInputs = with self; [];
1825 doCheck = false;
1825 doCheck = false;
1826 propagatedBuildInputs = with self; [setuptools];
1826 propagatedBuildInputs = with self; [setuptools];
1827 src = fetchurl {
1827 src = fetchurl {
1828 url = "https://pypi.python.org/packages/c1/29/91ba884d7d6d96691df592e9e9c2bfa57a47040ec1ff47eff18c85137152/zope.event-4.0.3.tar.gz";
1828 url = "https://pypi.python.org/packages/c1/29/91ba884d7d6d96691df592e9e9c2bfa57a47040ec1ff47eff18c85137152/zope.event-4.0.3.tar.gz";
1829 md5 = "9a3780916332b18b8b85f522bcc3e249";
1829 md5 = "9a3780916332b18b8b85f522bcc3e249";
1830 };
1830 };
1831 meta = {
1831 meta = {
1832 license = [ pkgs.lib.licenses.zpt21 ];
1832 license = [ pkgs.lib.licenses.zpt21 ];
1833 };
1833 };
1834 };
1834 };
1835 zope.interface = super.buildPythonPackage {
1835 zope.interface = super.buildPythonPackage {
1836 name = "zope.interface-4.1.3";
1836 name = "zope.interface-4.1.3";
1837 buildInputs = with self; [];
1837 buildInputs = with self; [];
1838 doCheck = false;
1838 doCheck = false;
1839 propagatedBuildInputs = with self; [setuptools];
1839 propagatedBuildInputs = with self; [setuptools];
1840 src = fetchurl {
1840 src = fetchurl {
1841 url = "https://pypi.python.org/packages/9d/81/2509ca3c6f59080123c1a8a97125eb48414022618cec0e64eb1313727bfe/zope.interface-4.1.3.tar.gz";
1841 url = "https://pypi.python.org/packages/9d/81/2509ca3c6f59080123c1a8a97125eb48414022618cec0e64eb1313727bfe/zope.interface-4.1.3.tar.gz";
1842 md5 = "9ae3d24c0c7415deb249dd1a132f0f79";
1842 md5 = "9ae3d24c0c7415deb249dd1a132f0f79";
1843 };
1843 };
1844 meta = {
1844 meta = {
1845 license = [ pkgs.lib.licenses.zpt21 ];
1845 license = [ pkgs.lib.licenses.zpt21 ];
1846 };
1846 };
1847 };
1847 };
1848
1848
1849 ### Test requirements
1849 ### Test requirements
1850
1850
1851
1851
1852 }
1852 }
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
This diff has been collapsed as it changes many lines, (5148 lines changed) Show them Hide them
@@ -1,9588 +1,9784 b''
1 # Translations template for rhodecode-enterprise-ce.
1 # Translations template for rhodecode-enterprise-ce.
2 # Copyright (C) 2017 RhodeCode GmbH
2 # Copyright (C) 2017 RhodeCode GmbH
3 # This file is distributed under the same license as the rhodecode-enterprise-ce project.
3 # This file is distributed under the same license as the rhodecode-enterprise-ce project.
4 #
4 #
5 # Translators:
5 # Translators:
6 msgid ""
6 msgid ""
7 msgstr ""
7 msgstr ""
8 "Project-Id-Version: RhodeCode\n"
8 "Project-Id-Version: RhodeCode\n"
9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
9 "Report-Msgid-Bugs-To: marcin@rhodecode.com\n"
10 "POT-Creation-Date: 2016-12-01 09:53+0000\n"
10 "POT-Creation-Date: 2017-02-05 17:11+0100\n"
11 "PO-Revision-Date: 2016-11-29 14:53+0000\n"
11 "PO-Revision-Date: 2017-02-01 20:10+0000\n"
12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
12 "Last-Translator: Marcin Kuzminski <marcin@rhodecode.com>\n"
13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
13 "Language-Team: Belarusian (http://www.transifex.com/rhodecode/RhodeCode/language/be/)\n"
14 "MIME-Version: 1.0\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Generated-By: Babel 1.3\n"
17 "Generated-By: Babel 1.3\n"
18 "Language: be\n"
18 "Language: be\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20
20
21 #: rhodecode/admin/navigation.py:74 rhodecode/authentication/routes.py:60
21 #: rhodecode/admin/navigation.py:83 rhodecode/authentication/routes.py:60
22 #: rhodecode/integrations/views.py:168
22 #: rhodecode/integrations/views.py:167
23 #: rhodecode/templates/admin/permissions/permissions.html:36
23 #: rhodecode/templates/admin/permissions/permissions.mako:36
24 msgid "Global"
24 msgid "Global"
25 msgstr ""
25 msgstr ""
26
26
27 #: rhodecode/admin/navigation.py:75
27 #: rhodecode/admin/navigation.py:84
28 #: rhodecode/templates/admin/repos/repo_edit.html:52
28 #: rhodecode/templates/admin/repos/repo_edit.mako:52
29 msgid "VCS"
29 msgid "VCS"
30 msgstr ""
30 msgstr ""
31
31
32 #: rhodecode/admin/navigation.py:76
33 msgid "Visual"
34 msgstr ""
35
36 #: rhodecode/admin/navigation.py:77
37 msgid "Remap and Rescan"
38 msgstr ""
39
40 #: rhodecode/admin/navigation.py:78
41 #: rhodecode/templates/admin/repos/repo_edit.html:58
42 msgid "Issue Tracker"
43 msgstr ""
44
45 #: rhodecode/admin/navigation.py:80 rhodecode/integrations/types/email.py:232
46 #: rhodecode/templates/register.html:75
47 #: rhodecode/templates/admin/my_account/my_account_profile.html:48
48 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:94
49 #: rhodecode/templates/admin/users/user_add.html:86
50 #: rhodecode/templates/admin/users/user_edit_profile.html:65
51 #: rhodecode/templates/admin/users/users.html:92
52 #: rhodecode/templates/email_templates/user_registration.mako:25
53 #: rhodecode/templates/users/user_profile.html:51
54 msgid "Email"
55 msgstr ""
56
57 #: rhodecode/admin/navigation.py:81
58 msgid "Hooks"
59 msgstr ""
60
61 #: rhodecode/admin/navigation.py:82
62 msgid "Full Text Search"
63 msgstr ""
64
65 #: rhodecode/admin/navigation.py:83
66 #: rhodecode/templates/admin/integrations/base.html:23
67 #: rhodecode/templates/admin/integrations/form.html:8
68 #: rhodecode/templates/admin/integrations/form.html:21
69 #: rhodecode/templates/admin/integrations/form.html:32
70 #: rhodecode/templates/admin/integrations/list.html:21
71 #: rhodecode/templates/admin/integrations/list.html:25
72 #: rhodecode/templates/admin/integrations/list.html:29
73 #: rhodecode/templates/admin/integrations/list.html:36
74 #: rhodecode/templates/admin/integrations/new.html:9
75 #: rhodecode/templates/admin/integrations/new.html:17
76 #: rhodecode/templates/admin/integrations/new.html:23
77 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:51
78 #: rhodecode/templates/admin/repos/repo_edit.html:72
79 #: rhodecode/templates/base/base.html:79
80 msgid "Integrations"
81 msgstr ""
82
83 #: rhodecode/admin/navigation.py:85
32 #: rhodecode/admin/navigation.py:85
84 #: rhodecode/templates/admin/settings/settings_system.html:9
33 msgid "Visual"
85 msgid "System Info"
86 msgstr ""
34 msgstr ""
87
35
88 #: rhodecode/admin/navigation.py:86
36 #: rhodecode/admin/navigation.py:86
89 msgid "Open Source Licenses"
37 msgid "Remap and Rescan"
38 msgstr ""
39
40 #: rhodecode/admin/navigation.py:87
41 #: rhodecode/templates/admin/repos/repo_edit.mako:58
42 msgid "Issue Tracker"
43 msgstr ""
44
45 #: rhodecode/admin/navigation.py:89 rhodecode/integrations/types/email.py:232
46 #: rhodecode/templates/register.mako:75
47 #: rhodecode/templates/admin/my_account/my_account_profile.mako:48
48 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:97
49 #: rhodecode/templates/admin/users/user_add.mako:86
50 #: rhodecode/templates/admin/users/user_edit_profile.mako:65
51 #: rhodecode/templates/admin/users/users.mako:92
52 #: rhodecode/templates/email_templates/user_registration.mako:25
53 #: rhodecode/templates/users/user_profile.mako:51
54 msgid "Email"
55 msgstr ""
56
57 #: rhodecode/admin/navigation.py:90
58 msgid "Hooks"
59 msgstr ""
60
61 #: rhodecode/admin/navigation.py:91
62 msgid "Full Text Search"
90 msgstr ""
63 msgstr ""
91
64
92 #: rhodecode/admin/navigation.py:93
65 #: rhodecode/admin/navigation.py:93
66 #: rhodecode/templates/admin/integrations/base.mako:23
67 #: rhodecode/templates/admin/integrations/form.mako:8
68 #: rhodecode/templates/admin/integrations/form.mako:21
69 #: rhodecode/templates/admin/integrations/form.mako:32
70 #: rhodecode/templates/admin/integrations/list.mako:21
71 #: rhodecode/templates/admin/integrations/list.mako:25
72 #: rhodecode/templates/admin/integrations/list.mako:29
73 #: rhodecode/templates/admin/integrations/list.mako:36
74 #: rhodecode/templates/admin/integrations/new.mako:9
75 #: rhodecode/templates/admin/integrations/new.mako:17
76 #: rhodecode/templates/admin/integrations/new.mako:23
77 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:51
78 #: rhodecode/templates/admin/repos/repo_edit.mako:72
79 #: rhodecode/templates/base/base.mako:79
80 msgid "Integrations"
81 msgstr ""
82
83 #: rhodecode/admin/navigation.py:95
84 #: rhodecode/templates/admin/settings/settings_system.mako:9
85 msgid "System Info"
86 msgstr ""
87
88 #: rhodecode/admin/navigation.py:97
89 msgid "User Sessions"
90 msgstr ""
91
92 #: rhodecode/admin/navigation.py:99
93 msgid "Open Source Licenses"
94 msgstr ""
95
96 #: rhodecode/admin/navigation.py:107
93 msgid "Labs"
97 msgid "Labs"
94 msgstr ""
98 msgstr ""
95
99
96 #: rhodecode/admin/views.py:70
100 #: rhodecode/admin/views/sessions.py:90
101 msgid "Cleaned up old sessions"
102 msgstr ""
103
104 #: rhodecode/admin/views/sessions.py:96
105 msgid "Failed to cleanup up old sessions"
106 msgstr ""
107
108 #: rhodecode/admin/views/svn_config.py:47
97 msgid "Apache configuration for Subversion generated."
109 msgid "Apache configuration for Subversion generated."
98 msgstr ""
110 msgstr ""
99
111
100 #: rhodecode/admin/views.py:77
112 #: rhodecode/admin/views/svn_config.py:55
101 msgid "Failed to generate the Apache configuration for Subversion."
113 msgid "Failed to generate the Apache configuration for Subversion."
102 msgstr ""
114 msgstr ""
103
115
116 #: rhodecode/admin/views/system_info.py:96
117 msgid ""
118 "Note: please make sure this server can access `${url}` for the update link "
119 "to work"
120 msgstr ""
121
122 #: rhodecode/admin/views/system_info.py:99
123 msgid "Update info"
124 msgstr ""
125
126 #: rhodecode/admin/views/system_info.py:101
127 msgid "Check for updates"
128 msgstr ""
129
130 #: rhodecode/admin/views/system_info.py:106
131 msgid "RhodeCode Version"
132 msgstr ""
133
134 #: rhodecode/admin/views/system_info.py:107
135 msgid "RhodeCode Server IP"
136 msgstr ""
137
138 #: rhodecode/admin/views/system_info.py:108
139 msgid "RhodeCode Server ID"
140 msgstr ""
141
142 #: rhodecode/admin/views/system_info.py:109
143 msgid "RhodeCode Configuration"
144 msgstr ""
145
146 #: rhodecode/admin/views/system_info.py:113
147 msgid "Database"
148 msgstr ""
149
150 #: rhodecode/admin/views/system_info.py:114
151 msgid "Database version"
152 msgstr ""
153
154 #: rhodecode/admin/views/system_info.py:118
155 msgid "Platform"
156 msgstr ""
157
158 #: rhodecode/admin/views/system_info.py:119
159 msgid "Platform UUID"
160 msgstr ""
161
162 #: rhodecode/admin/views/system_info.py:120
163 msgid "Python version"
164 msgstr ""
165
166 #: rhodecode/admin/views/system_info.py:121
167 msgid "Python path"
168 msgstr ""
169
170 #: rhodecode/admin/views/system_info.py:125
171 msgid "CPU"
172 msgstr ""
173
174 #: rhodecode/admin/views/system_info.py:126
175 msgid "Load"
176 msgstr ""
177
178 #: rhodecode/admin/views/system_info.py:127
179 msgid "Memory"
180 msgstr ""
181
182 #: rhodecode/admin/views/system_info.py:128
183 msgid "Uptime"
184 msgstr ""
185
186 #: rhodecode/admin/views/system_info.py:132
187 msgid "Storage location"
188 msgstr ""
189
190 #: rhodecode/admin/views/system_info.py:133
191 msgid "Storage info"
192 msgstr ""
193
194 #: rhodecode/admin/views/system_info.py:134
195 msgid "Storage inodes"
196 msgstr ""
197
198 #: rhodecode/admin/views/system_info.py:136
199 msgid "Gist storage location"
200 msgstr ""
201
202 #: rhodecode/admin/views/system_info.py:137
203 msgid "Gist storage info"
204 msgstr ""
205
206 #: rhodecode/admin/views/system_info.py:139
207 msgid "Archive cache storage location"
208 msgstr ""
209
210 #: rhodecode/admin/views/system_info.py:140
211 msgid "Archive cache info"
212 msgstr ""
213
214 #: rhodecode/admin/views/system_info.py:142
215 msgid "Temp storage location"
216 msgstr ""
217
218 #: rhodecode/admin/views/system_info.py:143
219 msgid "Temp storage info"
220 msgstr ""
221
222 #: rhodecode/admin/views/system_info.py:145
223 msgid "Search info"
224 msgstr ""
225
226 #: rhodecode/admin/views/system_info.py:146
227 msgid "Search location"
228 msgstr ""
229
230 #: rhodecode/admin/views/system_info.py:150
231 msgid "VCS Backends"
232 msgstr ""
233
234 #: rhodecode/admin/views/system_info.py:151
235 msgid "VCS Server"
236 msgstr ""
237
238 #: rhodecode/admin/views/system_info.py:152
239 msgid "GIT"
240 msgstr ""
241
242 #: rhodecode/admin/views/system_info.py:153
243 msgid "HG"
244 msgstr ""
245
246 #: rhodecode/admin/views/system_info.py:154
247 msgid "SVN"
248 msgstr ""
249
104 #: rhodecode/authentication/schema.py:35
250 #: rhodecode/authentication/schema.py:35
105 msgid "Enable or disable this authentication plugin."
251 msgid "Enable or disable this authentication plugin."
106 msgstr ""
252 msgstr ""
107
253
108 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
254 #: rhodecode/authentication/schema.py:37 rhodecode/integrations/schema.py:32
109 #: rhodecode/model/permission.py:100 rhodecode/model/permission.py:104
255 #: rhodecode/model/permission.py:100 rhodecode/model/permission.py:104
110 #: rhodecode/model/permission.py:108 rhodecode/model/permission.py:112
256 #: rhodecode/model/permission.py:108 rhodecode/model/permission.py:112
111 #: rhodecode/model/permission.py:116 rhodecode/model/permission.py:120
257 #: rhodecode/model/permission.py:116 rhodecode/model/permission.py:120
112 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
258 #: rhodecode/model/validation_schema/schemas/integration_schema.py:197
113 #: rhodecode/templates/admin/integrations/list.html:101
259 #: rhodecode/templates/admin/integrations/list.mako:101
114 msgid "Enabled"
260 msgid "Enabled"
115 msgstr ""
261 msgstr ""
116
262
117 #: rhodecode/authentication/schema.py:43
263 #: rhodecode/authentication/schema.py:43
118 msgid ""
264 msgid ""
119 "Amount of seconds to cache the authentication call for this plugin. Useful "
265 "Amount of seconds to cache the authentication call for this plugin. Useful "
120 "for long calls like LDAP to improve the responsiveness of the authentication"
266 "for long calls like LDAP to improve the responsiveness of the authentication"
121 " system (0 means disabled)."
267 " system (0 means disabled)."
122 msgstr ""
268 msgstr ""
123
269
124 #: rhodecode/authentication/schema.py:48
270 #: rhodecode/authentication/schema.py:48
125 msgid "Auth Cache TTL"
271 msgid "Auth Cache TTL"
126 msgstr ""
272 msgstr ""
127
273
128 #: rhodecode/authentication/views.py:90
274 #: rhodecode/authentication/views.py:90
129 msgid ""
275 msgid ""
130 "Errors exist when saving plugin settings. Please check the form inputs."
276 "Errors exist when saving plugin settings. Please check the form inputs."
131 msgstr ""
277 msgstr ""
132
278
133 #: rhodecode/authentication/views.py:103 rhodecode/authentication/views.py:172
279 #: rhodecode/authentication/views.py:103 rhodecode/authentication/views.py:172
134 msgid "Auth settings updated successfully."
280 msgid "Auth settings updated successfully."
135 msgstr ""
281 msgstr ""
136
282
137 #: rhodecode/authentication/views.py:177
283 #: rhodecode/authentication/views.py:177
138 msgid "Errors exist when saving plugin setting. Please check the form inputs."
284 msgid "Errors exist when saving plugin setting. Please check the form inputs."
139 msgstr ""
285 msgstr ""
140
286
141 #: rhodecode/authentication/views.py:187
287 #: rhodecode/authentication/views.py:187
142 msgid "Error occurred during update of auth settings."
288 msgid "Error occurred during update of auth settings."
143 msgstr ""
289 msgstr ""
144
290
145 #: rhodecode/authentication/plugins/auth_crowd.py:61
291 #: rhodecode/authentication/plugins/auth_crowd.py:61
146 msgid "The FQDN or IP of the Atlassian CROWD Server"
292 msgid "The FQDN or IP of the Atlassian CROWD Server"
147 msgstr ""
293 msgstr ""
148
294
149 #: rhodecode/authentication/plugins/auth_crowd.py:63
295 #: rhodecode/authentication/plugins/auth_crowd.py:63
150 msgid "Host"
296 msgid "Host"
151 msgstr ""
297 msgstr ""
152
298
153 #: rhodecode/authentication/plugins/auth_crowd.py:68
299 #: rhodecode/authentication/plugins/auth_crowd.py:68
154 msgid "The Port in use by the Atlassian CROWD Server"
300 msgid "The Port in use by the Atlassian CROWD Server"
155 msgstr ""
301 msgstr ""
156
302
157 #: rhodecode/authentication/plugins/auth_crowd.py:70
303 #: rhodecode/authentication/plugins/auth_crowd.py:70
158 #: rhodecode/authentication/plugins/auth_ldap.py:84
304 #: rhodecode/authentication/plugins/auth_ldap.py:84
159 msgid "Port"
305 msgid "Port"
160 msgstr ""
306 msgstr ""
161
307
162 #: rhodecode/authentication/plugins/auth_crowd.py:76
308 #: rhodecode/authentication/plugins/auth_crowd.py:76
163 msgid "The Application Name to authenticate to CROWD"
309 msgid "The Application Name to authenticate to CROWD"
164 msgstr ""
310 msgstr ""
165
311
166 #: rhodecode/authentication/plugins/auth_crowd.py:78
312 #: rhodecode/authentication/plugins/auth_crowd.py:78
167 msgid "Application Name"
313 msgid "Application Name"
168 msgstr ""
314 msgstr ""
169
315
170 #: rhodecode/authentication/plugins/auth_crowd.py:83
316 #: rhodecode/authentication/plugins/auth_crowd.py:83
171 msgid "The password to authenticate to CROWD"
317 msgid "The password to authenticate to CROWD"
172 msgstr ""
318 msgstr ""
173
319
174 #: rhodecode/authentication/plugins/auth_crowd.py:85
320 #: rhodecode/authentication/plugins/auth_crowd.py:85
175 msgid "Application Password"
321 msgid "Application Password"
176 msgstr ""
322 msgstr ""
177
323
178 #: rhodecode/authentication/plugins/auth_crowd.py:90
324 #: rhodecode/authentication/plugins/auth_crowd.py:90
179 msgid ""
325 msgid ""
180 "A comma separated list of group names that identify users as RhodeCode "
326 "A comma separated list of group names that identify users as RhodeCode "
181 "Administrators"
327 "Administrators"
182 msgstr ""
328 msgstr ""
183
329
184 #: rhodecode/authentication/plugins/auth_crowd.py:94
330 #: rhodecode/authentication/plugins/auth_crowd.py:94
185 msgid "Admin Groups"
331 msgid "Admin Groups"
186 msgstr ""
332 msgstr ""
187
333
188 #: rhodecode/authentication/plugins/auth_crowd.py:216
334 #: rhodecode/authentication/plugins/auth_crowd.py:216
189 msgid "CROWD"
335 msgid "CROWD"
190 msgstr ""
336 msgstr ""
191
337
192 #: rhodecode/authentication/plugins/auth_headers.py:55
338 #: rhodecode/authentication/plugins/auth_headers.py:55
193 msgid "Header to extract the user from"
339 msgid "Header to extract the user from"
194 msgstr ""
340 msgstr ""
195
341
196 #: rhodecode/authentication/plugins/auth_headers.py:57
342 #: rhodecode/authentication/plugins/auth_headers.py:57
197 msgid "Header"
343 msgid "Header"
198 msgstr ""
344 msgstr ""
199
345
200 #: rhodecode/authentication/plugins/auth_headers.py:62
346 #: rhodecode/authentication/plugins/auth_headers.py:62
201 msgid "Header to extract the user from when main one fails"
347 msgid "Header to extract the user from when main one fails"
202 msgstr ""
348 msgstr ""
203
349
204 #: rhodecode/authentication/plugins/auth_headers.py:64
350 #: rhodecode/authentication/plugins/auth_headers.py:64
205 msgid "Fallback header"
351 msgid "Fallback header"
206 msgstr ""
352 msgstr ""
207
353
208 #: rhodecode/authentication/plugins/auth_headers.py:69
354 #: rhodecode/authentication/plugins/auth_headers.py:69
209 msgid ""
355 msgid ""
210 "Perform cleaning of user, if passed user has @ in username then first part "
356 "Perform cleaning of user, if passed user has @ in username then first part "
211 "before @ is taken. If there's \\ in the username only the part after \\ is "
357 "before @ is taken. If there's \\ in the username only the part after \\ is "
212 "taken"
358 "taken"
213 msgstr ""
359 msgstr ""
214
360
215 #: rhodecode/authentication/plugins/auth_headers.py:74
361 #: rhodecode/authentication/plugins/auth_headers.py:74
216 msgid "Clean username"
362 msgid "Clean username"
217 msgstr ""
363 msgstr ""
218
364
219 #: rhodecode/authentication/plugins/auth_headers.py:99
365 #: rhodecode/authentication/plugins/auth_headers.py:99
220 msgid "Headers"
366 msgid "Headers"
221 msgstr ""
367 msgstr ""
222
368
223 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
369 #: rhodecode/authentication/plugins/auth_jasig_cas.py:63
224 msgid "The url of the Jasig CAS REST service"
370 msgid "The url of the Jasig CAS REST service"
225 msgstr ""
371 msgstr ""
226
372
227 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
373 #: rhodecode/authentication/plugins/auth_jasig_cas.py:65
228 #: rhodecode/templates/admin/gists/show.html:21
374 #: rhodecode/templates/admin/gists/show.mako:21
229 msgid "URL"
375 msgid "URL"
230 msgstr ""
376 msgstr ""
231
377
232 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
378 #: rhodecode/authentication/plugins/auth_jasig_cas.py:93
233 msgid "Jasig-CAS"
379 msgid "Jasig-CAS"
234 msgstr ""
380 msgstr ""
235
381
236 #: rhodecode/authentication/plugins/auth_ldap.py:75
382 #: rhodecode/authentication/plugins/auth_ldap.py:75
237 msgid "Host of the LDAP Server"
383 msgid "Host of the LDAP Server"
238 msgstr ""
384 msgstr ""
239
385
240 #: rhodecode/authentication/plugins/auth_ldap.py:77
386 #: rhodecode/authentication/plugins/auth_ldap.py:77
241 msgid "LDAP Host"
387 msgid "LDAP Host"
242 msgstr ""
388 msgstr ""
243
389
244 #: rhodecode/authentication/plugins/auth_ldap.py:82
390 #: rhodecode/authentication/plugins/auth_ldap.py:82
245 msgid "Port that the LDAP server is listening on"
391 msgid "Port that the LDAP server is listening on"
246 msgstr ""
392 msgstr ""
247
393
248 #: rhodecode/authentication/plugins/auth_ldap.py:90
394 #: rhodecode/authentication/plugins/auth_ldap.py:90
249 msgid "User to connect to LDAP"
395 msgid "User to connect to LDAP"
250 msgstr ""
396 msgstr ""
251
397
252 #: rhodecode/authentication/plugins/auth_ldap.py:93
398 #: rhodecode/authentication/plugins/auth_ldap.py:93
253 msgid "Account"
399 msgid "Account"
254 msgstr ""
400 msgstr ""
255
401
256 #: rhodecode/authentication/plugins/auth_ldap.py:98
402 #: rhodecode/authentication/plugins/auth_ldap.py:98
257 msgid "Password to connect to LDAP"
403 msgid "Password to connect to LDAP"
258 msgstr ""
404 msgstr ""
259
405
260 #: rhodecode/authentication/plugins/auth_ldap.py:101
406 #: rhodecode/authentication/plugins/auth_ldap.py:101
261 #: rhodecode/templates/login.html:49 rhodecode/templates/register.html:47
407 #: rhodecode/templates/login.mako:49 rhodecode/templates/register.mako:47
262 #: rhodecode/templates/admin/my_account/my_account.html:30
408 #: rhodecode/templates/admin/my_account/my_account.mako:30
263 #: rhodecode/templates/admin/users/user_add.html:44
409 #: rhodecode/templates/admin/users/user_add.mako:44
264 #: rhodecode/templates/base/base.html:310
410 #: rhodecode/templates/base/base.mako:310
265 #: rhodecode/templates/debug_style/login.html:45
411 #: rhodecode/templates/debug_style/login.html:45
266 msgid "Password"
412 msgid "Password"
267 msgstr ""
413 msgstr ""
268
414
269 #: rhodecode/authentication/plugins/auth_ldap.py:106
415 #: rhodecode/authentication/plugins/auth_ldap.py:106
270 msgid "TLS Type"
416 msgid "TLS Type"
271 msgstr ""
417 msgstr ""
272
418
273 #: rhodecode/authentication/plugins/auth_ldap.py:107
419 #: rhodecode/authentication/plugins/auth_ldap.py:107
274 msgid "Connection Security"
420 msgid "Connection Security"
275 msgstr ""
421 msgstr ""
276
422
277 #: rhodecode/authentication/plugins/auth_ldap.py:113
423 #: rhodecode/authentication/plugins/auth_ldap.py:113
278 msgid "Require Cert over TLS?"
424 msgid "Require Cert over TLS?"
279 msgstr ""
425 msgstr ""
280
426
281 #: rhodecode/authentication/plugins/auth_ldap.py:114
427 #: rhodecode/authentication/plugins/auth_ldap.py:114
282 msgid "Certificate Checks"
428 msgid "Certificate Checks"
283 msgstr ""
429 msgstr ""
284
430
285 #: rhodecode/authentication/plugins/auth_ldap.py:120
431 #: rhodecode/authentication/plugins/auth_ldap.py:120
286 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
432 msgid "Base DN to search (e.g., dc=mydomain,dc=com)"
287 msgstr ""
433 msgstr ""
288
434
289 #: rhodecode/authentication/plugins/auth_ldap.py:123
435 #: rhodecode/authentication/plugins/auth_ldap.py:123
290 msgid "Base DN"
436 msgid "Base DN"
291 msgstr ""
437 msgstr ""
292
438
293 #: rhodecode/authentication/plugins/auth_ldap.py:128
439 #: rhodecode/authentication/plugins/auth_ldap.py:128
294 msgid "Filter to narrow results (e.g., ou=Users, etc)"
440 msgid "Filter to narrow results (e.g., ou=Users, etc)"
295 msgstr ""
441 msgstr ""
296
442
297 #: rhodecode/authentication/plugins/auth_ldap.py:131
443 #: rhodecode/authentication/plugins/auth_ldap.py:131
298 msgid "LDAP Search Filter"
444 msgid "LDAP Search Filter"
299 msgstr ""
445 msgstr ""
300
446
301 #: rhodecode/authentication/plugins/auth_ldap.py:136
447 #: rhodecode/authentication/plugins/auth_ldap.py:136
302 msgid "How deep to search LDAP"
448 msgid "How deep to search LDAP"
303 msgstr ""
449 msgstr ""
304
450
305 #: rhodecode/authentication/plugins/auth_ldap.py:137
451 #: rhodecode/authentication/plugins/auth_ldap.py:137
306 msgid "LDAP Search Scope"
452 msgid "LDAP Search Scope"
307 msgstr ""
453 msgstr ""
308
454
309 #: rhodecode/authentication/plugins/auth_ldap.py:143
455 #: rhodecode/authentication/plugins/auth_ldap.py:143
310 msgid "LDAP Attribute to map to user name"
456 msgid "LDAP Attribute to map to user name"
311 msgstr ""
457 msgstr ""
312
458
313 #: rhodecode/authentication/plugins/auth_ldap.py:145
459 #: rhodecode/authentication/plugins/auth_ldap.py:145
314 msgid "Login Attribute"
460 msgid "Login Attribute"
315 msgstr ""
461 msgstr ""
316
462
317 #: rhodecode/authentication/plugins/auth_ldap.py:146
463 #: rhodecode/authentication/plugins/auth_ldap.py:146
318 msgid "The LDAP Login attribute of the CN must be specified"
464 msgid "The LDAP Login attribute of the CN must be specified"
319 msgstr ""
465 msgstr ""
320
466
321 #: rhodecode/authentication/plugins/auth_ldap.py:151
467 #: rhodecode/authentication/plugins/auth_ldap.py:151
322 msgid "LDAP Attribute to map to first name"
468 msgid "LDAP Attribute to map to first name"
323 msgstr ""
469 msgstr ""
324
470
325 #: rhodecode/authentication/plugins/auth_ldap.py:154
471 #: rhodecode/authentication/plugins/auth_ldap.py:154
326 msgid "First Name Attribute"
472 msgid "First Name Attribute"
327 msgstr ""
473 msgstr ""
328
474
329 #: rhodecode/authentication/plugins/auth_ldap.py:159
475 #: rhodecode/authentication/plugins/auth_ldap.py:159
330 msgid "LDAP Attribute to map to last name"
476 msgid "LDAP Attribute to map to last name"
331 msgstr ""
477 msgstr ""
332
478
333 #: rhodecode/authentication/plugins/auth_ldap.py:162
479 #: rhodecode/authentication/plugins/auth_ldap.py:162
334 msgid "Last Name Attribute"
480 msgid "Last Name Attribute"
335 msgstr ""
481 msgstr ""
336
482
337 #: rhodecode/authentication/plugins/auth_ldap.py:167
483 #: rhodecode/authentication/plugins/auth_ldap.py:167
338 msgid "LDAP Attribute to map to email address"
484 msgid "LDAP Attribute to map to email address"
339 msgstr ""
485 msgstr ""
340
486
341 #: rhodecode/authentication/plugins/auth_ldap.py:170
487 #: rhodecode/authentication/plugins/auth_ldap.py:170
342 msgid "Email Attribute"
488 msgid "Email Attribute"
343 msgstr ""
489 msgstr ""
344
490
345 #: rhodecode/authentication/plugins/auth_ldap.py:351
491 #: rhodecode/authentication/plugins/auth_ldap.py:351
346 msgid "LDAP"
492 msgid "LDAP"
347 msgstr ""
493 msgstr ""
348
494
349 #: rhodecode/authentication/plugins/auth_pam.py:60
495 #: rhodecode/authentication/plugins/auth_pam.py:60
350 msgid "PAM service name to use for authentication."
496 msgid "PAM service name to use for authentication."
351 msgstr ""
497 msgstr ""
352
498
353 #: rhodecode/authentication/plugins/auth_pam.py:62
499 #: rhodecode/authentication/plugins/auth_pam.py:62
354 msgid "PAM service name"
500 msgid "PAM service name"
355 msgstr ""
501 msgstr ""
356
502
357 #: rhodecode/authentication/plugins/auth_pam.py:67
503 #: rhodecode/authentication/plugins/auth_pam.py:67
358 msgid ""
504 msgid ""
359 "Regular expression for extracting user name/email etc. from Unix userinfo."
505 "Regular expression for extracting user name/email etc. from Unix userinfo."
360 msgstr ""
506 msgstr ""
361
507
362 #: rhodecode/authentication/plugins/auth_pam.py:70
508 #: rhodecode/authentication/plugins/auth_pam.py:70
363 msgid "Gecos Regex"
509 msgid "Gecos Regex"
364 msgstr ""
510 msgstr ""
365
511
366 #: rhodecode/authentication/plugins/auth_pam.py:98
512 #: rhodecode/authentication/plugins/auth_pam.py:98
367 msgid "PAM"
513 msgid "PAM"
368 msgstr ""
514 msgstr ""
369
515
370 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
516 #: rhodecode/authentication/plugins/auth_rhodecode.py:68
371 msgid "Rhodecode"
517 msgid "Rhodecode"
372 msgstr ""
518 msgstr ""
373
519
374 #: rhodecode/authentication/plugins/auth_token.py:71
520 #: rhodecode/authentication/plugins/auth_token.py:71
375 msgid "Rhodecode Token Auth"
521 msgid "Rhodecode Token Auth"
376 msgstr ""
522 msgstr ""
377
523
378 #: rhodecode/controllers/changelog.py:90 rhodecode/controllers/compare.py:64
524 #: rhodecode/controllers/changelog.py:91 rhodecode/controllers/compare.py:64
379 #: rhodecode/controllers/pullrequests.py:306
525 #: rhodecode/controllers/pullrequests.py:202
380 msgid "There are no commits yet"
526 msgid "There are no commits yet"
381 msgstr ""
527 msgstr ""
382
528
383 #: rhodecode/controllers/changeset.py:77
529 #: rhodecode/controllers/changeset.py:77
384 #: rhodecode/templates/files/diff_2way.html:75
385 msgid "Show whitespace"
530 msgid "Show whitespace"
386 msgstr ""
531 msgstr ""
387
532
388 #: rhodecode/controllers/changeset.py:78
533 #: rhodecode/controllers/changeset.py:78
389 msgid "Show whitespace for all diffs"
534 msgid "Show whitespace for all diffs"
390 msgstr ""
535 msgstr ""
391
536
392 #: rhodecode/controllers/changeset.py:84
537 #: rhodecode/controllers/changeset.py:84
393 #: rhodecode/templates/files/diff_2way.html:74
394 msgid "Ignore whitespace"
538 msgid "Ignore whitespace"
395 msgstr ""
539 msgstr ""
396
540
397 #: rhodecode/controllers/changeset.py:85
541 #: rhodecode/controllers/changeset.py:85
398 msgid "Ignore whitespace for all diffs"
542 msgid "Ignore whitespace for all diffs"
399 msgstr ""
543 msgstr ""
400
544
401 #: rhodecode/controllers/changeset.py:141
545 #: rhodecode/controllers/changeset.py:141
402 msgid "Increase context"
546 msgid "Increase context"
403 msgstr ""
547 msgstr ""
404
548
405 #: rhodecode/controllers/changeset.py:142
549 #: rhodecode/controllers/changeset.py:142
406 msgid "Increase context for all diffs"
550 msgid "Increase context for all diffs"
407 msgstr ""
551 msgstr ""
408
552
409 #: rhodecode/controllers/changeset.py:190 rhodecode/controllers/files.py:106
553 #: rhodecode/controllers/changeset.py:190 rhodecode/controllers/files.py:106
410 #: rhodecode/controllers/files.py:127
554 #: rhodecode/controllers/files.py:127
411 msgid "No such commit exists for this repository"
555 msgid "No such commit exists for this repository"
412 msgstr ""
556 msgstr ""
413
557
414 #: rhodecode/controllers/changeset.py:334
558 #: rhodecode/controllers/changeset.py:344
415 #: rhodecode/controllers/pullrequests.py:806
559 #: rhodecode/controllers/pullrequests.py:948
416 #: rhodecode/model/pull_request.py:997
560 #: rhodecode/model/pull_request.py:1009
417 #, python-format
561 #, python-format
418 msgid "Status change %(transition_icon)s %(status)s"
562 msgid "Status change %(transition_icon)s %(status)s"
419 msgstr ""
563 msgstr ""
420
564
421 #: rhodecode/controllers/changeset.py:372
565 #: rhodecode/controllers/changeset.py:389
422 msgid ""
566 msgid ""
423 "Changing the status of a commit associated with a closed pull request is not"
567 "Changing the status of a commit associated with a closed pull request is not"
424 " allowed"
568 " allowed"
425 msgstr ""
569 msgstr ""
426
570
427 #: rhodecode/controllers/compare.py:88
571 #: rhodecode/controllers/compare.py:89
428 msgid "Select commit"
572 msgid "Select commit"
429 msgstr ""
573 msgstr ""
430
574
431 #: rhodecode/controllers/compare.py:140
575 #: rhodecode/controllers/compare.py:144
432 #, python-format
576 #, python-format
433 msgid "Could not find the original repo: %(repo)s"
577 msgid "Could not find the original repo: %(repo)s"
434 msgstr ""
578 msgstr ""
435
579
436 #: rhodecode/controllers/compare.py:148
580 #: rhodecode/controllers/compare.py:152
437 #, python-format
581 #, python-format
438 msgid "Could not find the other repo: %(repo)s"
582 msgid "Could not find the other repo: %(repo)s"
439 msgstr ""
583 msgstr ""
440
584
441 #: rhodecode/controllers/compare.py:157
585 #: rhodecode/controllers/compare.py:164
442 msgid "The comparison of two different kinds of remote repos is not available"
586 msgid "The comparison of two different kinds of remote repos is not available"
443 msgstr ""
587 msgstr ""
444
588
445 #: rhodecode/controllers/compare.py:191
589 #: rhodecode/controllers/compare.py:202
446 msgid "Could not compare repos with different large file settings"
590 msgid "Could not compare repos with different large file settings"
447 msgstr ""
591 msgstr ""
448
592
449 #: rhodecode/controllers/compare.py:227
593 #: rhodecode/controllers/compare.py:242
450 #, python-format
594 #, python-format
451 msgid ""
595 msgid ""
452 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
596 "Repositories unrelated. Cannot compare commit %(commit1)s from repository "
453 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
597 "%(repo1)s with commit %(commit2)s from repository %(repo2)s."
454 msgstr ""
598 msgstr ""
455
599
456 #: rhodecode/controllers/feed.py:70
600 #: rhodecode/controllers/feed.py:70
457 #, python-format
601 #, python-format
458 msgid "Changes on %s repository"
602 msgid "Changes on %s repository"
459 msgstr ""
603 msgstr ""
460
604
461 #: rhodecode/controllers/feed.py:71
605 #: rhodecode/controllers/feed.py:71
462 #, python-format
606 #, python-format
463 msgid "%s %s feed"
607 msgid "%s %s feed"
464 msgstr ""
608 msgstr ""
465
609
466 #: rhodecode/controllers/files.py:98
610 #: rhodecode/controllers/files.py:98
467 msgid "Click here to add a new file."
611 msgid "Click here to add a new file."
468 msgstr ""
612 msgstr ""
469
613
470 #: rhodecode/controllers/files.py:103
614 #: rhodecode/controllers/files.py:103
471 #, python-format
615 #, python-format
472 msgid "There are no files yet. %s"
616 msgid "There are no files yet. %s"
473 msgstr ""
617 msgstr ""
474
618
475 #: rhodecode/controllers/files.py:394 rhodecode/controllers/files.py:447
619 #: rhodecode/controllers/files.py:394 rhodecode/controllers/files.py:447
476 #: rhodecode/controllers/files.py:478 rhodecode/controllers/files.py:553
620 #: rhodecode/controllers/files.py:478 rhodecode/controllers/files.py:553
477 #: rhodecode/controllers/files.py:598 rhodecode/controllers/files.py:689
621 #: rhodecode/controllers/files.py:598 rhodecode/controllers/files.py:689
478 #, python-format
622 #, python-format
479 msgid "This repository has been locked by %s on %s"
623 msgid "This repository has been locked by %s on %s"
480 msgstr ""
624 msgstr ""
481
625
482 #: rhodecode/controllers/files.py:402 rhodecode/controllers/files.py:455
626 #: rhodecode/controllers/files.py:402 rhodecode/controllers/files.py:455
483 msgid "You can only delete files with revision being a valid branch "
627 msgid "You can only delete files with revision being a valid branch "
484 msgstr ""
628 msgstr ""
485
629
486 #: rhodecode/controllers/files.py:411 rhodecode/controllers/files.py:464
630 #: rhodecode/controllers/files.py:411 rhodecode/controllers/files.py:464
487 #, python-format
631 #, python-format
488 msgid "Deleted file %s via RhodeCode Enterprise"
632 msgid "Deleted file %s via RhodeCode Enterprise"
489 msgstr ""
633 msgstr ""
490
634
491 #: rhodecode/controllers/files.py:431
635 #: rhodecode/controllers/files.py:431
492 #, python-format
636 #, python-format
493 msgid "Successfully deleted file %s"
637 msgid "Successfully deleted file %s"
494 msgstr ""
638 msgstr ""
495
639
496 #: rhodecode/controllers/files.py:434 rhodecode/controllers/files.py:540
640 #: rhodecode/controllers/files.py:434 rhodecode/controllers/files.py:540
497 #: rhodecode/controllers/files.py:677
641 #: rhodecode/controllers/files.py:677
498 msgid "Error occurred during commit"
642 msgid "Error occurred during commit"
499 msgstr ""
643 msgstr ""
500
644
501 #: rhodecode/controllers/files.py:486 rhodecode/controllers/files.py:561
645 #: rhodecode/controllers/files.py:486 rhodecode/controllers/files.py:561
502 msgid "You can only edit files with revision being a valid branch "
646 msgid "You can only edit files with revision being a valid branch "
503 msgstr ""
647 msgstr ""
504
648
505 #: rhodecode/controllers/files.py:498 rhodecode/controllers/files.py:573
649 #: rhodecode/controllers/files.py:498 rhodecode/controllers/files.py:573
506 #, python-format
650 #, python-format
507 msgid "Edited file %s via RhodeCode Enterprise"
651 msgid "Edited file %s via RhodeCode Enterprise"
508 msgstr ""
652 msgstr ""
509
653
510 #: rhodecode/controllers/files.py:515
654 #: rhodecode/controllers/files.py:515
511 msgid "No changes"
655 msgid "No changes"
512 msgstr ""
656 msgstr ""
513
657
514 #: rhodecode/controllers/files.py:537 rhodecode/controllers/files.py:666
658 #: rhodecode/controllers/files.py:537 rhodecode/controllers/files.py:666
515 #, python-format
659 #, python-format
516 msgid "Successfully committed to %s"
660 msgid "Successfully committed to %s"
517 msgstr ""
661 msgstr ""
518
662
519 #: rhodecode/controllers/files.py:611 rhodecode/controllers/files.py:700
663 #: rhodecode/controllers/files.py:611 rhodecode/controllers/files.py:700
520 msgid "Added file via RhodeCode Enterprise"
664 msgid "Added file via RhodeCode Enterprise"
521 msgstr ""
665 msgstr ""
522
666
523 #: rhodecode/controllers/files.py:636
667 #: rhodecode/controllers/files.py:636
524 msgid "No filename"
668 msgid "No filename"
525 msgstr ""
669 msgstr ""
526
670
527 #: rhodecode/controllers/files.py:669
671 #: rhodecode/controllers/files.py:669
528 msgid ""
672 msgid ""
529 "The location specified must be a relative path and must not contain .. in "
673 "The location specified must be a relative path and must not contain .. in "
530 "the path"
674 "the path"
531 msgstr ""
675 msgstr ""
532
676
533 #: rhodecode/controllers/files.py:723
677 #: rhodecode/controllers/files.py:723
534 msgid "Downloads disabled"
678 msgid "Downloads disabled"
535 msgstr ""
679 msgstr ""
536
680
537 #: rhodecode/controllers/files.py:729
681 #: rhodecode/controllers/files.py:729
538 #, python-format
682 #, python-format
539 msgid "Unknown revision %s"
683 msgid "Unknown revision %s"
540 msgstr ""
684 msgstr ""
541
685
542 #: rhodecode/controllers/files.py:731
686 #: rhodecode/controllers/files.py:731
543 msgid "Empty repository"
687 msgid "Empty repository"
544 msgstr ""
688 msgstr ""
545
689
546 #: rhodecode/controllers/files.py:733 rhodecode/controllers/files.py:767
690 #: rhodecode/controllers/files.py:733 rhodecode/controllers/files.py:767
547 msgid "Unknown archive type"
691 msgid "Unknown archive type"
548 msgstr ""
692 msgstr ""
549
693
550 #: rhodecode/controllers/files.py:934
694 #: rhodecode/controllers/files.py:952
551 #, python-format
552 msgid "Commit %(commit)s does not exist."
553 msgstr ""
554
555 #: rhodecode/controllers/files.py:951
556 #, python-format
557 msgid "%(file_path)s has not changed between %(commit_1)s and %(commit_2)s."
558 msgstr ""
559
560 #: rhodecode/controllers/files.py:1018
561 msgid "Changesets"
695 msgid "Changesets"
562 msgstr ""
696 msgstr ""
563
697
564 #: rhodecode/controllers/files.py:1039 rhodecode/controllers/summary.py:269
698 #: rhodecode/controllers/files.py:973 rhodecode/controllers/summary.py:269
565 #: rhodecode/model/pull_request.py:1222 rhodecode/model/scm.py:782
699 #: rhodecode/model/pull_request.py:1234 rhodecode/model/scm.py:782
566 #: rhodecode/templates/base/vcs_settings.html:193
700 #: rhodecode/templates/base/vcs_settings.mako:193
567 msgid "Branches"
701 msgid "Branches"
568 msgstr ""
702 msgstr ""
569
703
570 #: rhodecode/controllers/files.py:1043 rhodecode/model/scm.py:797
704 #: rhodecode/controllers/files.py:977 rhodecode/model/scm.py:797
571 #: rhodecode/templates/base/vcs_settings.html:218
705 #: rhodecode/templates/base/vcs_settings.mako:218
572 msgid "Tags"
706 msgid "Tags"
573 msgstr ""
707 msgstr ""
574
708
575 #: rhodecode/controllers/forks.py:190
709 #: rhodecode/controllers/forks.py:190
576 #, python-format
710 #, python-format
577 msgid "An error occurred during repository forking %s"
711 msgid "An error occurred during repository forking %s"
578 msgstr ""
712 msgstr ""
579
713
580 #: rhodecode/controllers/home.py:205
714 #: rhodecode/controllers/home.py:205
581 msgid "Groups"
715 msgid "Groups"
582 msgstr ""
716 msgstr ""
583
717
584 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
718 #: rhodecode/controllers/home.py:212 rhodecode/controllers/home.py:247
585 #: rhodecode/controllers/pullrequests.py:412
719 #: rhodecode/controllers/pullrequests.py:308
586 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:128
720 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:128
587 #: rhodecode/templates/admin/repos/repo_add.html:15
721 #: rhodecode/templates/admin/repos/repo_add.mako:15
588 #: rhodecode/templates/admin/repos/repo_add.html:19
722 #: rhodecode/templates/admin/repos/repo_add.mako:19
589 #: rhodecode/templates/admin/users/user_edit_advanced.html:11
723 #: rhodecode/templates/admin/users/user_edit_advanced.mako:11
590 #: rhodecode/templates/base/base.html:73
724 #: rhodecode/templates/base/base.mako:73
591 #: rhodecode/templates/base/base.html:145
725 #: rhodecode/templates/base/base.mako:145
592 #: rhodecode/templates/base/base.html:627
726 #: rhodecode/templates/base/base.mako:569
593 msgid "Repositories"
727 msgid "Repositories"
594 msgstr ""
728 msgstr ""
595
729
596 #: rhodecode/controllers/home.py:225
730 #: rhodecode/controllers/home.py:225
597 #, python-format
731 #, python-format
598 msgid "Commits in %(repo)s"
732 msgid "Commits in %(repo)s"
599 msgstr ""
733 msgstr ""
600
734
601 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
735 #: rhodecode/controllers/journal.py:107 rhodecode/controllers/journal.py:150
602 msgid "public journal"
736 msgid "public journal"
603 msgstr ""
737 msgstr ""
604
738
605 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
739 #: rhodecode/controllers/journal.py:111 rhodecode/controllers/journal.py:154
606 msgid "journal"
740 msgid "journal"
607 msgstr ""
741 msgstr ""
608
742
609 #: rhodecode/controllers/pullrequests.py:320
743 #: rhodecode/controllers/pullrequests.py:216
610 msgid "Commit does not exist"
744 msgid "Commit does not exist"
611 msgstr ""
745 msgstr ""
612
746
613 #: rhodecode/controllers/pullrequests.py:437
747 #: rhodecode/controllers/pullrequests.py:333
614 msgid "Pull request requires a title with min. 3 chars"
748 msgid "Pull request requires a title with min. 3 chars"
615 msgstr ""
749 msgstr ""
616
750
617 #: rhodecode/controllers/pullrequests.py:439
751 #: rhodecode/controllers/pullrequests.py:335
618 msgid "Error creating pull request: {}"
752 msgid "Error creating pull request: {}"
619 msgstr ""
753 msgstr ""
620
754
621 #: rhodecode/controllers/pullrequests.py:487
755 #: rhodecode/controllers/pullrequests.py:383
622 msgid "Successfully opened new pull request"
756 msgid "Successfully opened new pull request"
623 msgstr ""
757 msgstr ""
624
758
625 #: rhodecode/controllers/pullrequests.py:490
759 #: rhodecode/controllers/pullrequests.py:386
626 msgid "Error occurred during sending pull request"
760 msgid "Error occurred during sending pull request"
627 msgstr ""
761 msgstr ""
628
762
629 #: rhodecode/controllers/pullrequests.py:533
763 #: rhodecode/controllers/pullrequests.py:429
630 msgid "Cannot update closed pull requests."
764 msgid "Cannot update closed pull requests."
631 msgstr ""
765 msgstr ""
632
766
633 #: rhodecode/controllers/pullrequests.py:539
767 #: rhodecode/controllers/pullrequests.py:435
634 msgid "Pull request title & description updated."
768 msgid "Pull request title & description updated."
635 msgstr ""
769 msgstr ""
636
770
637 #: rhodecode/controllers/pullrequests.py:547
771 #: rhodecode/controllers/pullrequests.py:443
638 msgid ""
772 msgid ""
639 "Pull request updated to \"{source_commit_id}\" with {count_added} added, "
773 "Pull request updated to \"{source_commit_id}\" with {count_added} added, "
640 "{count_removed} removed commits."
774 "{count_removed} removed commits."
641 msgstr ""
775 msgstr ""
642
776
643 #: rhodecode/controllers/pullrequests.py:562
777 #: rhodecode/controllers/pullrequests.py:458
644 msgid "Reload page"
778 msgid "Reload page"
645 msgstr ""
779 msgstr ""
646
780
647 #: rhodecode/controllers/pullrequests.py:634
781 #: rhodecode/controllers/pullrequests.py:532
648 msgid "Pull request reviewer approval is pending."
649 msgstr ""
650
651 #: rhodecode/controllers/pullrequests.py:648
652 msgid "Pull request was successfully merged and closed."
782 msgid "Pull request was successfully merged and closed."
653 msgstr ""
783 msgstr ""
654
784
655 #: rhodecode/controllers/pullrequests.py:685
785 #: rhodecode/controllers/pullrequests.py:569
656 msgid "Successfully deleted pull request"
786 msgid "Successfully deleted pull request"
657 msgstr ""
787 msgstr ""
658
788
659 #: rhodecode/controllers/pullrequests.py:725
789 #: rhodecode/controllers/pullrequests.py:864
660 msgid "Reviewer approval is pending."
661 msgstr ""
662
663 #: rhodecode/controllers/pullrequests.py:766
664 msgid "Close Pull Request"
790 msgid "Close Pull Request"
665 msgstr ""
791 msgstr ""
666
792
667 #: rhodecode/controllers/pullrequests.py:810
793 #: rhodecode/controllers/pullrequests.py:952
668 #: rhodecode/model/pull_request.py:1001
794 #: rhodecode/model/pull_request.py:1013
669 msgid "Closing with"
795 msgid "Closing with"
670 msgstr ""
796 msgstr ""
671
797
672 #: rhodecode/controllers/pullrequests.py:860
798 #: rhodecode/controllers/pullrequests.py:1002
673 #, python-format
799 #, python-format
674 msgid ""
800 msgid ""
675 "Closing pull request on other statuses than rejected or approved is "
801 "Closing pull request on other statuses than rejected or approved is "
676 "forbidden. Calculated status from all reviewers is currently: %s"
802 "forbidden. Calculated status from all reviewers is currently: %s"
677 msgstr ""
803 msgstr ""
678
804
679 #: rhodecode/controllers/summary.py:243
805 #: rhodecode/controllers/summary.py:243
680 msgid "Branch"
806 msgid "Branch"
681 msgstr ""
807 msgstr ""
682
808
683 #: rhodecode/controllers/summary.py:244
809 #: rhodecode/controllers/summary.py:244
684 msgid "Tag"
810 msgid "Tag"
685 msgstr ""
811 msgstr ""
686
812
687 #: rhodecode/controllers/summary.py:245
813 #: rhodecode/controllers/summary.py:245
688 msgid "Bookmark"
814 msgid "Bookmark"
689 msgstr ""
815 msgstr ""
690
816
691 #: rhodecode/controllers/summary.py:270
817 #: rhodecode/controllers/summary.py:270
692 msgid "Closed branches"
818 msgid "Closed branches"
693 msgstr ""
819 msgstr ""
694
820
695 #: rhodecode/controllers/admin/defaults.py:84
821 #: rhodecode/controllers/admin/defaults.py:84
696 msgid "Default settings updated successfully"
822 msgid "Default settings updated successfully"
697 msgstr ""
823 msgstr ""
698
824
699 #: rhodecode/controllers/admin/defaults.py:99
825 #: rhodecode/controllers/admin/defaults.py:99
700 msgid "Error occurred during update of default values"
826 msgid "Error occurred during update of default values"
701 msgstr ""
827 msgstr ""
702
828
703 #: rhodecode/controllers/admin/gists.py:62
829 #: rhodecode/controllers/admin/gists.py:62
704 #: rhodecode/controllers/admin/my_account.py:378
830 #: rhodecode/controllers/admin/my_account.py:384
705 #: rhodecode/controllers/admin/users.py:465
831 #: rhodecode/controllers/admin/users.py:465
706 msgid "forever"
832 msgid "forever"
707 msgstr ""
833 msgstr ""
708
834
709 #: rhodecode/controllers/admin/gists.py:63
835 #: rhodecode/controllers/admin/gists.py:63
710 #: rhodecode/controllers/admin/my_account.py:379
836 #: rhodecode/controllers/admin/my_account.py:385
711 #: rhodecode/controllers/admin/users.py:466
837 #: rhodecode/controllers/admin/users.py:466
712 msgid "5 minutes"
838 msgid "5 minutes"
713 msgstr ""
839 msgstr ""
714
840
715 #: rhodecode/controllers/admin/gists.py:64
841 #: rhodecode/controllers/admin/gists.py:64
716 #: rhodecode/controllers/admin/my_account.py:380
842 #: rhodecode/controllers/admin/my_account.py:386
717 #: rhodecode/controllers/admin/users.py:467
843 #: rhodecode/controllers/admin/users.py:467
718 msgid "1 hour"
844 msgid "1 hour"
719 msgstr ""
845 msgstr ""
720
846
721 #: rhodecode/controllers/admin/gists.py:65
847 #: rhodecode/controllers/admin/gists.py:65
722 #: rhodecode/controllers/admin/my_account.py:381
848 #: rhodecode/controllers/admin/my_account.py:387
723 #: rhodecode/controllers/admin/users.py:468
849 #: rhodecode/controllers/admin/users.py:468
724 msgid "1 day"
850 msgid "1 day"
725 msgstr ""
851 msgstr ""
726
852
727 #: rhodecode/controllers/admin/gists.py:66
853 #: rhodecode/controllers/admin/gists.py:66
728 #: rhodecode/controllers/admin/my_account.py:382
854 #: rhodecode/controllers/admin/my_account.py:388
729 #: rhodecode/controllers/admin/users.py:469
855 #: rhodecode/controllers/admin/users.py:469
730 msgid "1 month"
856 msgid "1 month"
731 msgstr ""
857 msgstr ""
732
858
733 #: rhodecode/controllers/admin/gists.py:70
859 #: rhodecode/controllers/admin/gists.py:70
734 #: rhodecode/controllers/admin/my_account.py:384
860 #: rhodecode/controllers/admin/my_account.py:390
735 #: rhodecode/controllers/admin/users.py:471
861 #: rhodecode/controllers/admin/users.py:471
736 msgid "Lifetime"
862 msgid "Lifetime"
737 msgstr ""
863 msgstr ""
738
864
739 #: rhodecode/controllers/admin/gists.py:72
865 #: rhodecode/controllers/admin/gists.py:72
740 msgid "Requires registered account"
866 msgid "Requires registered account"
741 msgstr ""
867 msgstr ""
742
868
743 #: rhodecode/controllers/admin/gists.py:73
869 #: rhodecode/controllers/admin/gists.py:73
744 msgid "Can be accessed by anonymous users"
870 msgid "Can be accessed by anonymous users"
745 msgstr ""
871 msgstr ""
746
872
747 #: rhodecode/controllers/admin/gists.py:199
873 #: rhodecode/controllers/admin/gists.py:199
748 msgid "Error occurred during gist creation"
874 msgid "Error occurred during gist creation"
749 msgstr ""
875 msgstr ""
750
876
751 #: rhodecode/controllers/admin/gists.py:230
877 #: rhodecode/controllers/admin/gists.py:230
752 #, python-format
878 #, python-format
753 msgid "Deleted gist %s"
879 msgid "Deleted gist %s"
754 msgstr ""
880 msgstr ""
755
881
756 #: rhodecode/controllers/admin/gists.py:306
882 #: rhodecode/controllers/admin/gists.py:306
757 msgid "Successfully updated gist content"
883 msgid "Successfully updated gist content"
758 msgstr ""
884 msgstr ""
759
885
760 #: rhodecode/controllers/admin/gists.py:311
886 #: rhodecode/controllers/admin/gists.py:311
761 msgid "Successfully updated gist data"
887 msgid "Successfully updated gist data"
762 msgstr ""
888 msgstr ""
763
889
764 #: rhodecode/controllers/admin/gists.py:314
890 #: rhodecode/controllers/admin/gists.py:314
765 msgid "Error occurred during update of gist {}: {}"
891 msgid "Error occurred during update of gist {}: {}"
766 msgstr ""
892 msgstr ""
767
893
768 #: rhodecode/controllers/admin/gists.py:318
894 #: rhodecode/controllers/admin/gists.py:318
769 #, python-format
895 #, python-format
770 msgid "Error occurred during update of gist %s"
896 msgid "Error occurred during update of gist %s"
771 msgstr ""
897 msgstr ""
772
898
773 #: rhodecode/controllers/admin/gists.py:341
899 #: rhodecode/controllers/admin/gists.py:343
774 #: rhodecode/templates/admin/gists/show.html:67
900 #: rhodecode/templates/admin/gists/show.mako:67
775 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
901 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:23
776 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
902 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:46
777 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
903 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:20
778 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
904 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:42
779 #: rhodecode/templates/data_table/_dt_elements.html:263
905 #: rhodecode/templates/data_table/_dt_elements.mako:263
780 msgid "never"
906 msgid "never"
781 msgstr ""
907 msgstr ""
782
908
783 #: rhodecode/controllers/admin/gists.py:346
909 #: rhodecode/controllers/admin/gists.py:350
784 #, python-format
910 #, python-format
785 msgid "%(expiry)s - current value"
911 msgid "%(expiry)s - current value"
786 msgstr ""
912 msgstr ""
787
913
788 #: rhodecode/controllers/admin/my_account.py:75
914 #: rhodecode/controllers/admin/my_account.py:80
789 msgid "You can't edit this user since it's crucial for entire application"
915 msgid "You can't edit this user since it's crucial for entire application"
790 msgstr ""
916 msgstr ""
791
917
792 #: rhodecode/controllers/admin/my_account.py:133
918 #: rhodecode/controllers/admin/my_account.py:140
793 msgid "Your account was updated successfully"
919 msgid "Your account was updated successfully"
794 msgstr ""
920 msgstr ""
795
921
796 #: rhodecode/controllers/admin/my_account.py:148
922 #: rhodecode/controllers/admin/my_account.py:155
797 #: rhodecode/controllers/admin/users.py:231
923 #: rhodecode/controllers/admin/users.py:231
798 #, python-format
924 #, python-format
799 msgid "Error occurred during update of user %s"
925 msgid "Error occurred during update of user %s"
800 msgstr ""
926 msgstr ""
801
927
802 #: rhodecode/controllers/admin/my_account.py:214
928 #: rhodecode/controllers/admin/my_account.py:221
803 #: rhodecode/controllers/admin/my_account.py:220
929 #: rhodecode/controllers/admin/my_account.py:227
804 msgid "Error occurred during update of user password"
930 msgid "Error occurred during update of user password"
805 msgstr ""
931 msgstr ""
806
932
807 #: rhodecode/controllers/admin/my_account.py:227
933 #: rhodecode/controllers/admin/my_account.py:234
808 msgid "Successfully updated password"
934 msgid "Successfully updated password"
809 msgstr ""
935 msgstr ""
810
936
811 #: rhodecode/controllers/admin/my_account.py:272
937 #: rhodecode/controllers/admin/my_account.py:278
812 #: rhodecode/controllers/admin/users.py:645
938 #: rhodecode/controllers/admin/users.py:645
813 #, python-format
939 #, python-format
814 msgid "Added new email address `%s` for user account"
940 msgid "Added new email address `%s` for user account"
815 msgstr ""
941 msgstr ""
816
942
817 #: rhodecode/controllers/admin/my_account.py:279
943 #: rhodecode/controllers/admin/my_account.py:285
818 #: rhodecode/controllers/admin/users.py:652
944 #: rhodecode/controllers/admin/users.py:652
819 msgid "An error occurred during email saving"
945 msgid "An error occurred during email saving"
820 msgstr ""
946 msgstr ""
821
947
822 #: rhodecode/controllers/admin/my_account.py:289
948 #: rhodecode/controllers/admin/my_account.py:295
823 #: rhodecode/controllers/admin/users.py:667
949 #: rhodecode/controllers/admin/users.py:667
824 msgid "Removed email address from user account"
950 msgid "Removed email address from user account"
825 msgstr ""
951 msgstr ""
826
952
827 #: rhodecode/controllers/admin/my_account.py:387
953 #: rhodecode/controllers/admin/my_account.py:393
828 #: rhodecode/controllers/admin/users.py:474
954 #: rhodecode/controllers/admin/users.py:474
829 msgid "Role"
955 msgid "Role"
830 msgstr ""
956 msgstr ""
831
957
832 #: rhodecode/controllers/admin/my_account.py:400
958 #: rhodecode/controllers/admin/my_account.py:406
833 #: rhodecode/controllers/admin/users.py:498
959 #: rhodecode/controllers/admin/users.py:498
834 msgid "Auth token successfully created"
960 msgid "Auth token successfully created"
835 msgstr ""
961 msgstr ""
836
962
837 #: rhodecode/controllers/admin/my_account.py:413
963 #: rhodecode/controllers/admin/my_account.py:419
838 #: rhodecode/controllers/admin/users.py:517
964 #: rhodecode/controllers/admin/users.py:517
839 msgid "Auth token successfully reset"
965 msgid "Auth token successfully reset"
840 msgstr ""
966 msgstr ""
841
967
842 #: rhodecode/controllers/admin/my_account.py:417
968 #: rhodecode/controllers/admin/my_account.py:423
843 #: rhodecode/controllers/admin/users.py:521
969 #: rhodecode/controllers/admin/users.py:521
844 msgid "Auth token successfully deleted"
970 msgid "Auth token successfully deleted"
845 msgstr ""
971 msgstr ""
846
972
847 #: rhodecode/controllers/admin/permissions.py:112
973 #: rhodecode/controllers/admin/permissions.py:112
848 msgid "Application permissions updated successfully"
974 msgid "Application permissions updated successfully"
849 msgstr ""
975 msgstr ""
850
976
851 #: rhodecode/controllers/admin/permissions.py:127
977 #: rhodecode/controllers/admin/permissions.py:127
852 #: rhodecode/controllers/admin/permissions.py:176
978 #: rhodecode/controllers/admin/permissions.py:176
853 #: rhodecode/controllers/admin/permissions.py:230
979 #: rhodecode/controllers/admin/permissions.py:230
854 msgid "Error occurred during update of permissions"
980 msgid "Error occurred during update of permissions"
855 msgstr ""
981 msgstr ""
856
982
857 #: rhodecode/controllers/admin/permissions.py:161
983 #: rhodecode/controllers/admin/permissions.py:161
858 msgid "Object permissions updated successfully"
984 msgid "Object permissions updated successfully"
859 msgstr ""
985 msgstr ""
860
986
861 #: rhodecode/controllers/admin/permissions.py:215
987 #: rhodecode/controllers/admin/permissions.py:215
862 msgid "Global permissions updated successfully"
988 msgid "Global permissions updated successfully"
863 msgstr ""
989 msgstr ""
864
990
865 #: rhodecode/controllers/admin/repo_groups.py:197
991 #: rhodecode/controllers/admin/repo_groups.py:197
866 #, python-format
992 #, python-format
867 msgid "Created repository group %s"
993 msgid "Created repository group %s"
868 msgstr ""
994 msgstr ""
869
995
870 #: rhodecode/controllers/admin/repo_groups.py:210
996 #: rhodecode/controllers/admin/repo_groups.py:210
871 #, python-format
997 #, python-format
872 msgid "Error occurred during creation of repository group %s"
998 msgid "Error occurred during creation of repository group %s"
873 msgstr ""
999 msgstr ""
874
1000
875 #: rhodecode/controllers/admin/repo_groups.py:258
1001 #: rhodecode/controllers/admin/repo_groups.py:258
876 #, python-format
1002 #, python-format
877 msgid "Updated repository group %s"
1003 msgid "Updated repository group %s"
878 msgstr ""
1004 msgstr ""
879
1005
880 #: rhodecode/controllers/admin/repo_groups.py:274
1006 #: rhodecode/controllers/admin/repo_groups.py:274
881 #, python-format
1007 #, python-format
882 msgid "Error occurred during update of repository group %s"
1008 msgid "Error occurred during update of repository group %s"
883 msgstr ""
1009 msgstr ""
884
1010
885 #: rhodecode/controllers/admin/repo_groups.py:296
1011 #: rhodecode/controllers/admin/repo_groups.py:296
886 #, python-format
1012 #, python-format
887 msgid "This group contains %(num)d repository and cannot be deleted"
1013 msgid "This group contains %(num)d repository and cannot be deleted"
888 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
1014 msgid_plural "This group contains %(num)d repositories and cannot be deleted"
889 msgstr[0] ""
1015 msgstr[0] ""
890 msgstr[1] ""
1016 msgstr[1] ""
891 msgstr[2] ""
1017 msgstr[2] ""
892 msgstr[3] ""
1018 msgstr[3] ""
893
1019
894 #: rhodecode/controllers/admin/repo_groups.py:305
1020 #: rhodecode/controllers/admin/repo_groups.py:305
895 #, python-format
1021 #, python-format
896 msgid "This group contains %(num)d subgroup and cannot be deleted"
1022 msgid "This group contains %(num)d subgroup and cannot be deleted"
897 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
1023 msgid_plural "This group contains %(num)d subgroups and cannot be deleted"
898 msgstr[0] ""
1024 msgstr[0] ""
899 msgstr[1] ""
1025 msgstr[1] ""
900 msgstr[2] ""
1026 msgstr[2] ""
901 msgstr[3] ""
1027 msgstr[3] ""
902
1028
903 #: rhodecode/controllers/admin/repo_groups.py:312
1029 #: rhodecode/controllers/admin/repo_groups.py:312
904 #, python-format
1030 #, python-format
905 msgid "Removed repository group %s"
1031 msgid "Removed repository group %s"
906 msgstr ""
1032 msgstr ""
907
1033
908 #: rhodecode/controllers/admin/repo_groups.py:317
1034 #: rhodecode/controllers/admin/repo_groups.py:317
909 #, python-format
1035 #, python-format
910 msgid "Error occurred during deletion of repository group %s"
1036 msgid "Error occurred during deletion of repository group %s"
911 msgstr ""
1037 msgstr ""
912
1038
913 #: rhodecode/controllers/admin/repo_groups.py:388
1039 #: rhodecode/controllers/admin/repo_groups.py:388
914 #: rhodecode/controllers/admin/user_groups.py:322
1040 #: rhodecode/controllers/admin/user_groups.py:322
915 msgid "Cannot change permission for yourself as admin"
1041 msgid "Cannot change permission for yourself as admin"
916 msgstr ""
1042 msgstr ""
917
1043
918 #: rhodecode/controllers/admin/repo_groups.py:405
1044 #: rhodecode/controllers/admin/repo_groups.py:405
919 msgid "Repository Group permissions updated"
1045 msgid "Repository Group permissions updated"
920 msgstr ""
1046 msgstr ""
921
1047
922 #: rhodecode/controllers/admin/repos.py:129
1048 #: rhodecode/controllers/admin/repos.py:129
923 #, python-format
1049 #, python-format
924 msgid "Error creating repository %s: invalid certificate"
1050 msgid "Error creating repository %s: invalid certificate"
925 msgstr ""
1051 msgstr ""
926
1052
927 #: rhodecode/controllers/admin/repos.py:133
1053 #: rhodecode/controllers/admin/repos.py:133
928 #, python-format
1054 #, python-format
929 msgid "Error creating repository %s"
1055 msgid "Error creating repository %s"
930 msgstr ""
1056 msgstr ""
931
1057
932 #: rhodecode/controllers/admin/repos.py:264
1058 #: rhodecode/controllers/admin/repos.py:274
933 #, python-format
1059 #, python-format
934 msgid "Created repository %s from %s"
1060 msgid "Created repository %s from %s"
935 msgstr ""
1061 msgstr ""
936
1062
937 #: rhodecode/controllers/admin/repos.py:273
1063 #: rhodecode/controllers/admin/repos.py:283
938 #, python-format
1064 #, python-format
939 msgid "Forked repository %s as %s"
1065 msgid "Forked repository %s as %s"
940 msgstr ""
1066 msgstr ""
941
1067
942 #: rhodecode/controllers/admin/repos.py:276
1068 #: rhodecode/controllers/admin/repos.py:286
943 #, python-format
1069 #, python-format
944 msgid "Created repository %s"
1070 msgid "Created repository %s"
945 msgstr ""
1071 msgstr ""
946
1072
947 #: rhodecode/controllers/admin/repos.py:317
1073 #: rhodecode/controllers/admin/repos.py:327
948 #, python-format
1074 #, python-format
949 msgid "Repository %s updated successfully"
1075 msgid "Repository %s updated successfully"
950 msgstr ""
1076 msgstr ""
951
1077
952 #: rhodecode/controllers/admin/repos.py:336
1078 #: rhodecode/controllers/admin/repos.py:346
953 #, python-format
1079 #, python-format
954 msgid "Error occurred during update of repository %s"
1080 msgid "Error occurred during update of repository %s"
955 msgstr ""
1081 msgstr ""
956
1082
957 #: rhodecode/controllers/admin/repos.py:364
1083 #: rhodecode/controllers/admin/repos.py:374
958 #, python-format
1084 #, python-format
959 msgid "Detached %s forks"
1085 msgid "Detached %s forks"
960 msgstr ""
1086 msgstr ""
961
1087
962 #: rhodecode/controllers/admin/repos.py:367
1088 #: rhodecode/controllers/admin/repos.py:377
963 #, python-format
1089 #, python-format
964 msgid "Deleted %s forks"
1090 msgid "Deleted %s forks"
965 msgstr ""
1091 msgstr ""
966
1092
967 #: rhodecode/controllers/admin/repos.py:372
1093 #: rhodecode/controllers/admin/repos.py:382
968 #, python-format
1094 #, python-format
969 msgid "Deleted repository %s"
1095 msgid "Deleted repository %s"
970 msgstr ""
1096 msgstr ""
971
1097
972 #: rhodecode/controllers/admin/repos.py:375
1098 #: rhodecode/controllers/admin/repos.py:385
973 #, python-format
1099 #, python-format
974 msgid "Cannot delete %s it still contains attached forks"
1100 msgid "Cannot delete %s it still contains attached forks"
975 msgstr ""
1101 msgstr ""
976
1102
977 #: rhodecode/controllers/admin/repos.py:380
1103 #: rhodecode/controllers/admin/repos.py:390
978 #, python-format
1104 #, python-format
979 msgid "An error occurred during deletion of %s"
1105 msgid "An error occurred during deletion of %s"
980 msgstr ""
1106 msgstr ""
981
1107
982 #: rhodecode/controllers/admin/repos.py:433
1108 #: rhodecode/controllers/admin/repos.py:443
983 msgid "Repository permissions updated"
1109 msgid "Repository permissions updated"
984 msgstr ""
1110 msgstr ""
985
1111
986 #: rhodecode/controllers/admin/repos.py:464
1112 #: rhodecode/controllers/admin/repos.py:474
987 msgid "An error occurred during creation of field"
1113 msgid "An error occurred during creation of field"
988 msgstr ""
1114 msgstr ""
989
1115
990 #: rhodecode/controllers/admin/repos.py:479
1116 #: rhodecode/controllers/admin/repos.py:489
991 msgid "An error occurred during removal of field"
1117 msgid "An error occurred during removal of field"
992 msgstr ""
1118 msgstr ""
993
1119
994 #: rhodecode/controllers/admin/repos.py:518
1120 #: rhodecode/controllers/admin/repos.py:528
995 msgid "Updated repository visibility in public journal"
1121 msgid "Updated repository visibility in public journal"
996 msgstr ""
1122 msgstr ""
997
1123
998 #: rhodecode/controllers/admin/repos.py:522
1124 #: rhodecode/controllers/admin/repos.py:532
999 msgid "An error occurred during setting this repository in public journal"
1125 msgid "An error occurred during setting this repository in public journal"
1000 msgstr ""
1126 msgstr ""
1001
1127
1002 #: rhodecode/controllers/admin/repos.py:546
1128 #: rhodecode/controllers/admin/repos.py:556
1003 msgid "Nothing"
1129 msgid "Nothing"
1004 msgstr ""
1130 msgstr ""
1005
1131
1006 #: rhodecode/controllers/admin/repos.py:548
1132 #: rhodecode/controllers/admin/repos.py:558
1007 #, python-format
1133 #, python-format
1008 msgid "Marked repo %s as fork of %s"
1134 msgid "Marked repo %s as fork of %s"
1009 msgstr ""
1135 msgstr ""
1010
1136
1011 #: rhodecode/controllers/admin/repos.py:555
1137 #: rhodecode/controllers/admin/repos.py:565
1012 msgid "An error occurred during this operation"
1138 msgid "An error occurred during this operation"
1013 msgstr ""
1139 msgstr ""
1014
1140
1015 #: rhodecode/controllers/admin/repos.py:573
1141 #: rhodecode/controllers/admin/repos.py:583
1016 msgid "Locked repository"
1142 msgid "Locked repository"
1017 msgstr ""
1143 msgstr ""
1018
1144
1019 #: rhodecode/controllers/admin/repos.py:576
1145 #: rhodecode/controllers/admin/repos.py:586
1020 msgid "Unlocked repository"
1146 msgid "Unlocked repository"
1021 msgstr ""
1147 msgstr ""
1022
1148
1023 #: rhodecode/controllers/admin/repos.py:579
1149 #: rhodecode/controllers/admin/repos.py:589
1024 #: rhodecode/controllers/admin/repos.py:608
1150 #: rhodecode/controllers/admin/repos.py:618
1025 msgid "An error occurred during unlocking"
1151 msgid "An error occurred during unlocking"
1026 msgstr ""
1152 msgstr ""
1027
1153
1028 #: rhodecode/controllers/admin/repos.py:598
1154 #: rhodecode/controllers/admin/repos.py:608
1029 msgid "Unlocked"
1155 msgid "Unlocked"
1030 msgstr ""
1156 msgstr ""
1031
1157
1032 #: rhodecode/controllers/admin/repos.py:602
1158 #: rhodecode/controllers/admin/repos.py:612
1033 msgid "Locked"
1159 msgid "Locked"
1034 msgstr ""
1160 msgstr ""
1035
1161
1036 #: rhodecode/controllers/admin/repos.py:604
1162 #: rhodecode/controllers/admin/repos.py:614
1037 #, python-format
1163 #, python-format
1038 msgid "Repository has been %s"
1164 msgid "Repository has been %s"
1039 msgstr ""
1165 msgstr ""
1040
1166
1041 #: rhodecode/controllers/admin/repos.py:619
1167 #: rhodecode/controllers/admin/repos.py:629
1042 msgid "Cache invalidation successful"
1168 msgid "Cache invalidation successful"
1043 msgstr ""
1169 msgstr ""
1044
1170
1045 #: rhodecode/controllers/admin/repos.py:623
1171 #: rhodecode/controllers/admin/repos.py:633
1046 msgid "An error occurred during cache invalidation"
1172 msgid "An error occurred during cache invalidation"
1047 msgstr ""
1173 msgstr ""
1048
1174
1049 #: rhodecode/controllers/admin/repos.py:643
1175 #: rhodecode/controllers/admin/repos.py:653
1050 msgid "Pulled from remote location"
1176 msgid "Pulled from remote location"
1051 msgstr ""
1177 msgstr ""
1052
1178
1053 #: rhodecode/controllers/admin/repos.py:646
1179 #: rhodecode/controllers/admin/repos.py:656
1054 msgid "An error occurred during pull from remote location"
1180 msgid "An error occurred during pull from remote location"
1055 msgstr ""
1181 msgstr ""
1056
1182
1057 #: rhodecode/controllers/admin/repos.py:668
1183 #: rhodecode/controllers/admin/repos.py:678
1058 msgid "An error occurred during deletion of repository stats"
1184 msgid "An error occurred during deletion of repository stats"
1059 msgstr ""
1185 msgstr ""
1060
1186
1061 #: rhodecode/controllers/admin/repos.py:715
1187 #: rhodecode/controllers/admin/repos.py:725
1062 msgid "Error occurred during deleting issue tracker entry"
1188 msgid "Error occurred during deleting issue tracker entry"
1063 msgstr ""
1189 msgstr ""
1064
1190
1065 #: rhodecode/controllers/admin/repos.py:718
1191 #: rhodecode/controllers/admin/repos.py:728
1066 #: rhodecode/controllers/admin/settings.py:383
1192 #: rhodecode/controllers/admin/settings.py:380
1067 msgid "Removed issue tracker entry"
1193 msgid "Removed issue tracker entry"
1068 msgstr ""
1194 msgstr ""
1069
1195
1070 #: rhodecode/controllers/admin/repos.py:748
1196 #: rhodecode/controllers/admin/repos.py:758
1071 #: rhodecode/controllers/admin/settings.py:430
1197 #: rhodecode/controllers/admin/settings.py:427
1072 msgid "Updated issue tracker entries"
1198 msgid "Updated issue tracker entries"
1073 msgstr ""
1199 msgstr ""
1074
1200
1075 #: rhodecode/controllers/admin/repos.py:809
1201 #: rhodecode/controllers/admin/repos.py:819
1076 #: rhodecode/controllers/admin/settings.py:150
1202 #: rhodecode/controllers/admin/settings.py:147
1077 #: rhodecode/controllers/admin/settings.py:768
1203 #: rhodecode/controllers/admin/settings.py:618
1078 msgid "Some form inputs contain invalid data."
1204 msgid "Some form inputs contain invalid data."
1079 msgstr ""
1205 msgstr ""
1080
1206
1081 #: rhodecode/controllers/admin/repos.py:827
1207 #: rhodecode/controllers/admin/repos.py:837
1082 msgid "Error occurred during updating repository VCS settings"
1208 msgid "Error occurred during updating repository VCS settings"
1083 msgstr ""
1209 msgstr ""
1084
1210
1085 #: rhodecode/controllers/admin/repos.py:831
1211 #: rhodecode/controllers/admin/repos.py:841
1086 #: rhodecode/controllers/admin/settings.py:178
1212 #: rhodecode/controllers/admin/settings.py:175
1087 msgid "Updated VCS settings"
1213 msgid "Updated VCS settings"
1088 msgstr ""
1214 msgstr ""
1089
1215
1090 #: rhodecode/controllers/admin/settings.py:174
1216 #: rhodecode/controllers/admin/settings.py:171
1091 #: rhodecode/controllers/admin/settings.py:285
1217 #: rhodecode/controllers/admin/settings.py:282
1092 msgid "Error occurred during updating application settings"
1218 msgid "Error occurred during updating application settings"
1093 msgstr ""
1219 msgstr ""
1094
1220
1095 #: rhodecode/controllers/admin/settings.py:225
1221 #: rhodecode/controllers/admin/settings.py:222
1096 #, python-format
1222 #, python-format
1097 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1223 msgid "Repositories successfully rescanned added: %s ; removed: %s"
1098 msgstr ""
1224 msgstr ""
1099
1225
1100 #: rhodecode/controllers/admin/settings.py:281
1226 #: rhodecode/controllers/admin/settings.py:278
1101 msgid "Updated application settings"
1227 msgid "Updated application settings"
1102 msgstr ""
1228 msgstr ""
1103
1229
1230 #: rhodecode/controllers/admin/settings.py:344
1231 msgid "Updated visualisation settings"
1232 msgstr ""
1233
1104 #: rhodecode/controllers/admin/settings.py:347
1234 #: rhodecode/controllers/admin/settings.py:347
1105 msgid "Updated visualisation settings"
1106 msgstr ""
1107
1108 #: rhodecode/controllers/admin/settings.py:350
1109 msgid "Error occurred during updating visualisation settings"
1235 msgid "Error occurred during updating visualisation settings"
1110 msgstr ""
1236 msgstr ""
1111
1237
1112 #: rhodecode/controllers/admin/settings.py:443
1238 #: rhodecode/controllers/admin/settings.py:440
1113 msgid "Please enter email address"
1239 msgid "Please enter email address"
1114 msgstr ""
1240 msgstr ""
1115
1241
1116 #: rhodecode/controllers/admin/settings.py:461
1242 #: rhodecode/controllers/admin/settings.py:458
1117 msgid "Send email task created"
1243 msgid "Send email task created"
1118 msgstr ""
1244 msgstr ""
1119
1245
1120 #: rhodecode/controllers/admin/settings.py:494
1246 #: rhodecode/controllers/admin/settings.py:491
1121 msgid "Added new hook"
1247 msgid "Added new hook"
1122 msgstr ""
1248 msgstr ""
1123
1249
1124 #: rhodecode/controllers/admin/settings.py:509
1250 #: rhodecode/controllers/admin/settings.py:506
1125 msgid "Updated hooks"
1251 msgid "Updated hooks"
1126 msgstr ""
1252 msgstr ""
1127
1253
1128 #: rhodecode/controllers/admin/settings.py:513
1254 #: rhodecode/controllers/admin/settings.py:510
1129 msgid "Error occurred during hook creation"
1255 msgid "Error occurred during hook creation"
1130 msgstr ""
1256 msgstr ""
1131
1257
1132 #: rhodecode/controllers/admin/settings.py:573
1258 #: rhodecode/controllers/admin/settings.py:639
1133 msgid "Update info"
1134 msgstr ""
1135
1136 #: rhodecode/controllers/admin/settings.py:575
1137 msgid "Check for updates"
1138 msgstr ""
1139
1140 #: rhodecode/controllers/admin/settings.py:576
1141 #, python-format
1142 msgid ""
1143 "Note: please make sure this server can access `%s` for the update link to "
1144 "work"
1145 msgstr ""
1146
1147 #: rhodecode/controllers/admin/settings.py:580
1148 msgid "RhodeCode Version"
1149 msgstr ""
1150
1151 #: rhodecode/controllers/admin/settings.py:581
1152 msgid "RhodeCode Server IP"
1153 msgstr ""
1154
1155 #: rhodecode/controllers/admin/settings.py:582
1156 msgid "RhodeCode Server ID"
1157 msgstr ""
1158
1159 #: rhodecode/controllers/admin/settings.py:583
1160 msgid "RhodeCode Configuration"
1161 msgstr ""
1162
1163 #: rhodecode/controllers/admin/settings.py:587
1164 msgid "Database"
1165 msgstr ""
1166
1167 #: rhodecode/controllers/admin/settings.py:588
1168 msgid "Database version"
1169 msgstr ""
1170
1171 #: rhodecode/controllers/admin/settings.py:592
1172 msgid "Platform"
1173 msgstr ""
1174
1175 #: rhodecode/controllers/admin/settings.py:593
1176 msgid "Platform UUID"
1177 msgstr ""
1178
1179 #: rhodecode/controllers/admin/settings.py:594
1180 msgid "Python version"
1181 msgstr ""
1182
1183 #: rhodecode/controllers/admin/settings.py:595
1184 msgid "Python path"
1185 msgstr ""
1186
1187 #: rhodecode/controllers/admin/settings.py:599
1188 msgid "CPU"
1189 msgstr ""
1190
1191 #: rhodecode/controllers/admin/settings.py:600
1192 msgid "Load"
1193 msgstr ""
1194
1195 #: rhodecode/controllers/admin/settings.py:601
1196 msgid "Memory"
1197 msgstr ""
1198
1199 #: rhodecode/controllers/admin/settings.py:602
1200 msgid "Uptime"
1201 msgstr ""
1202
1203 #: rhodecode/controllers/admin/settings.py:606
1204 msgid "Storage location"
1205 msgstr ""
1206
1207 #: rhodecode/controllers/admin/settings.py:607
1208 msgid "Storage info"
1209 msgstr ""
1210
1211 #: rhodecode/controllers/admin/settings.py:608
1212 msgid "Storage inodes"
1213 msgstr ""
1214
1215 #: rhodecode/controllers/admin/settings.py:610
1216 msgid "Gist storage location"
1217 msgstr ""
1218
1219 #: rhodecode/controllers/admin/settings.py:611
1220 msgid "Gist storage info"
1221 msgstr ""
1222
1223 #: rhodecode/controllers/admin/settings.py:613
1224 msgid "Archive cache storage location"
1225 msgstr ""
1226
1227 #: rhodecode/controllers/admin/settings.py:614
1228 msgid "Archive cache info"
1229 msgstr ""
1230
1231 #: rhodecode/controllers/admin/settings.py:616
1232 msgid "Temp storage location"
1233 msgstr ""
1234
1235 #: rhodecode/controllers/admin/settings.py:617
1236 msgid "Temp storage info"
1237 msgstr ""
1238
1239 #: rhodecode/controllers/admin/settings.py:619
1240 msgid "Search info"
1241 msgstr ""
1242
1243 #: rhodecode/controllers/admin/settings.py:620
1244 msgid "Search location"
1245 msgstr ""
1246
1247 #: rhodecode/controllers/admin/settings.py:624
1248 msgid "VCS Backends"
1249 msgstr ""
1250
1251 #: rhodecode/controllers/admin/settings.py:625
1252 msgid "VCS Server"
1253 msgstr ""
1254
1255 #: rhodecode/controllers/admin/settings.py:626
1256 msgid "GIT"
1257 msgstr ""
1258
1259 #: rhodecode/controllers/admin/settings.py:627
1260 msgid "HG"
1261 msgstr ""
1262
1263 #: rhodecode/controllers/admin/settings.py:628
1264 msgid "SVN"
1265 msgstr ""
1266
1267 #: rhodecode/controllers/admin/settings.py:789
1268 msgid "Error occurred during updating labs settings"
1259 msgid "Error occurred during updating labs settings"
1269 msgstr ""
1260 msgstr ""
1270
1261
1271 #: rhodecode/controllers/admin/settings.py:794
1262 #: rhodecode/controllers/admin/settings.py:644
1272 msgid "Updated Labs settings"
1263 msgid "Updated Labs settings"
1273 msgstr ""
1264 msgstr ""
1274
1265
1275 #: rhodecode/controllers/admin/user_groups.py:164
1266 #: rhodecode/controllers/admin/user_groups.py:164
1276 #, python-format
1267 #, python-format
1277 msgid "Created user group %(user_group_link)s"
1268 msgid "Created user group %(user_group_link)s"
1278 msgstr ""
1269 msgstr ""
1279
1270
1280 #: rhodecode/controllers/admin/user_groups.py:178
1271 #: rhodecode/controllers/admin/user_groups.py:178
1281 #, python-format
1272 #, python-format
1282 msgid "Error occurred during creation of user group %s"
1273 msgid "Error occurred during creation of user group %s"
1283 msgstr ""
1274 msgstr ""
1284
1275
1285 #: rhodecode/controllers/admin/user_groups.py:219
1276 #: rhodecode/controllers/admin/user_groups.py:219
1286 #, python-format
1277 #, python-format
1287 msgid "Updated user group %s"
1278 msgid "Updated user group %s"
1288 msgstr ""
1279 msgstr ""
1289
1280
1290 #: rhodecode/controllers/admin/user_groups.py:235
1281 #: rhodecode/controllers/admin/user_groups.py:235
1291 #, python-format
1282 #, python-format
1292 msgid "Error occurred during update of user group %s"
1283 msgid "Error occurred during update of user group %s"
1293 msgstr ""
1284 msgstr ""
1294
1285
1295 #: rhodecode/controllers/admin/user_groups.py:257
1286 #: rhodecode/controllers/admin/user_groups.py:257
1296 msgid "Successfully deleted user group"
1287 msgid "Successfully deleted user group"
1297 msgstr ""
1288 msgstr ""
1298
1289
1299 #: rhodecode/controllers/admin/user_groups.py:262
1290 #: rhodecode/controllers/admin/user_groups.py:262
1300 msgid "An error occurred during deletion of user group"
1291 msgid "An error occurred during deletion of user group"
1301 msgstr ""
1292 msgstr ""
1302
1293
1303 #: rhodecode/controllers/admin/user_groups.py:330
1294 #: rhodecode/controllers/admin/user_groups.py:330
1304 msgid "Target group cannot be the same"
1295 msgid "Target group cannot be the same"
1305 msgstr ""
1296 msgstr ""
1306
1297
1307 #: rhodecode/controllers/admin/user_groups.py:336
1298 #: rhodecode/controllers/admin/user_groups.py:336
1308 msgid "User Group permissions updated"
1299 msgid "User Group permissions updated"
1309 msgstr ""
1300 msgstr ""
1310
1301
1311 #: rhodecode/controllers/admin/user_groups.py:421
1302 #: rhodecode/controllers/admin/user_groups.py:421
1312 msgid "User Group global permissions updated successfully"
1303 msgid "User Group global permissions updated successfully"
1313 msgstr ""
1304 msgstr ""
1314
1305
1315 #: rhodecode/controllers/admin/user_groups.py:437
1306 #: rhodecode/controllers/admin/user_groups.py:437
1316 #: rhodecode/controllers/admin/users.py:595
1307 #: rhodecode/controllers/admin/users.py:595
1317 msgid "An error occurred during permissions saving"
1308 msgid "An error occurred during permissions saving"
1318 msgstr ""
1309 msgstr ""
1319
1310
1320 #: rhodecode/controllers/admin/users.py:153
1311 #: rhodecode/controllers/admin/users.py:153
1321 #, python-format
1312 #, python-format
1322 msgid "Created user %(user_link)s"
1313 msgid "Created user %(user_link)s"
1323 msgstr ""
1314 msgstr ""
1324
1315
1325 #: rhodecode/controllers/admin/users.py:169
1316 #: rhodecode/controllers/admin/users.py:169
1326 #, python-format
1317 #, python-format
1327 msgid "Error occurred during creation of user %s"
1318 msgid "Error occurred during creation of user %s"
1328 msgstr ""
1319 msgstr ""
1329
1320
1330 #: rhodecode/controllers/admin/users.py:214
1321 #: rhodecode/controllers/admin/users.py:214
1331 msgid "User updated successfully"
1322 msgid "User updated successfully"
1332 msgstr ""
1323 msgstr ""
1333
1324
1334 #: rhodecode/controllers/admin/users.py:265
1325 #: rhodecode/controllers/admin/users.py:265
1335 #, python-format
1326 #, python-format
1336 msgid "Detached %s repositories"
1327 msgid "Detached %s repositories"
1337 msgstr ""
1328 msgstr ""
1338
1329
1339 #: rhodecode/controllers/admin/users.py:270
1330 #: rhodecode/controllers/admin/users.py:270
1340 #, python-format
1331 #, python-format
1341 msgid "Deleted %s repositories"
1332 msgid "Deleted %s repositories"
1342 msgstr ""
1333 msgstr ""
1343
1334
1344 #: rhodecode/controllers/admin/users.py:278
1335 #: rhodecode/controllers/admin/users.py:278
1345 #, python-format
1336 #, python-format
1346 msgid "Detached %s repository groups"
1337 msgid "Detached %s repository groups"
1347 msgstr ""
1338 msgstr ""
1348
1339
1349 #: rhodecode/controllers/admin/users.py:283
1340 #: rhodecode/controllers/admin/users.py:283
1350 #, python-format
1341 #, python-format
1351 msgid "Deleted %s repository groups"
1342 msgid "Deleted %s repository groups"
1352 msgstr ""
1343 msgstr ""
1353
1344
1354 #: rhodecode/controllers/admin/users.py:291
1345 #: rhodecode/controllers/admin/users.py:291
1355 #, python-format
1346 #, python-format
1356 msgid "Detached %s user groups"
1347 msgid "Detached %s user groups"
1357 msgstr ""
1348 msgstr ""
1358
1349
1359 #: rhodecode/controllers/admin/users.py:296
1350 #: rhodecode/controllers/admin/users.py:296
1360 #, python-format
1351 #, python-format
1361 msgid "Deleted %s user groups"
1352 msgid "Deleted %s user groups"
1362 msgstr ""
1353 msgstr ""
1363
1354
1364 #: rhodecode/controllers/admin/users.py:307
1355 #: rhodecode/controllers/admin/users.py:307
1365 msgid "Successfully deleted user"
1356 msgid "Successfully deleted user"
1366 msgstr ""
1357 msgstr ""
1367
1358
1368 #: rhodecode/controllers/admin/users.py:313
1359 #: rhodecode/controllers/admin/users.py:313
1369 msgid "An error occurred during deletion of user"
1360 msgid "An error occurred during deletion of user"
1370 msgstr ""
1361 msgstr ""
1371
1362
1372 #: rhodecode/controllers/admin/users.py:332
1363 #: rhodecode/controllers/admin/users.py:332
1373 msgid "Force password change disabled for user"
1364 msgid "Force password change disabled for user"
1374 msgstr ""
1365 msgstr ""
1375
1366
1376 #: rhodecode/controllers/admin/users.py:334
1367 #: rhodecode/controllers/admin/users.py:334
1377 msgid "Force password change enabled for user"
1368 msgid "Force password change enabled for user"
1378 msgstr ""
1369 msgstr ""
1379
1370
1380 #: rhodecode/controllers/admin/users.py:338
1371 #: rhodecode/controllers/admin/users.py:338
1381 msgid "An error occurred during password reset for user"
1372 msgid "An error occurred during password reset for user"
1382 msgstr ""
1373 msgstr ""
1383
1374
1384 #: rhodecode/controllers/admin/users.py:371
1375 #: rhodecode/controllers/admin/users.py:371
1385 #, python-format
1376 #, python-format
1386 msgid "Linked repository group `%s` as personal"
1377 msgid "Linked repository group `%s` as personal"
1387 msgstr ""
1378 msgstr ""
1388
1379
1389 #: rhodecode/controllers/admin/users.py:377
1380 #: rhodecode/controllers/admin/users.py:377
1390 #, python-format
1381 #, python-format
1391 msgid "Created repository group `%s`"
1382 msgid "Created repository group `%s`"
1392 msgstr ""
1383 msgstr ""
1393
1384
1394 #: rhodecode/controllers/admin/users.py:381
1385 #: rhodecode/controllers/admin/users.py:381
1395 #, python-format
1386 #, python-format
1396 msgid "Repository group `%s` is already taken"
1387 msgid "Repository group `%s` is already taken"
1397 msgstr ""
1388 msgstr ""
1398
1389
1399 #: rhodecode/controllers/admin/users.py:386
1390 #: rhodecode/controllers/admin/users.py:386
1400 msgid "An error occurred during repository group creation for user"
1391 msgid "An error occurred during repository group creation for user"
1401 msgstr ""
1392 msgstr ""
1402
1393
1403 #: rhodecode/controllers/admin/users.py:406
1394 #: rhodecode/controllers/admin/users.py:406
1404 #: rhodecode/controllers/admin/users.py:427
1395 #: rhodecode/controllers/admin/users.py:427
1405 #: rhodecode/controllers/admin/users.py:459
1396 #: rhodecode/controllers/admin/users.py:459
1406 #: rhodecode/controllers/admin/users.py:490
1397 #: rhodecode/controllers/admin/users.py:490
1407 #: rhodecode/controllers/admin/users.py:507
1398 #: rhodecode/controllers/admin/users.py:507
1408 #: rhodecode/controllers/admin/users.py:530
1399 #: rhodecode/controllers/admin/users.py:530
1409 #: rhodecode/controllers/admin/users.py:604
1400 #: rhodecode/controllers/admin/users.py:604
1410 #: rhodecode/controllers/admin/users.py:617
1401 #: rhodecode/controllers/admin/users.py:617
1411 #: rhodecode/controllers/admin/users.py:675
1402 #: rhodecode/controllers/admin/users.py:675
1412 msgid "You can't edit this user"
1403 msgid "You can't edit this user"
1413 msgstr ""
1404 msgstr ""
1414
1405
1415 #: rhodecode/controllers/admin/users.py:443
1406 #: rhodecode/controllers/admin/users.py:443
1416 msgid ""
1407 msgid ""
1417 "The user participates as reviewer in pull requests and cannot be deleted. "
1408 "The user participates as reviewer in pull requests and cannot be deleted. "
1418 "You can set the user to \"inactive\" instead of deleting it."
1409 "You can set the user to \"inactive\" instead of deleting it."
1419 msgstr ""
1410 msgstr ""
1420
1411
1421 #: rhodecode/controllers/admin/users.py:579
1412 #: rhodecode/controllers/admin/users.py:579
1422 msgid "User global permissions updated successfully"
1413 msgid "User global permissions updated successfully"
1423 msgstr ""
1414 msgstr ""
1424
1415
1425 #: rhodecode/controllers/admin/users.py:707
1416 #: rhodecode/controllers/admin/users.py:707
1426 #, python-format
1417 #, python-format
1427 msgid "An error occurred during ip saving:%s"
1418 msgid "An error occurred during ip saving:%s"
1428 msgstr ""
1419 msgstr ""
1429
1420
1430 #: rhodecode/controllers/admin/users.py:722
1421 #: rhodecode/controllers/admin/users.py:722
1431 msgid "An error occurred during ip saving"
1422 msgid "An error occurred during ip saving"
1432 msgstr ""
1423 msgstr ""
1433
1424
1434 #: rhodecode/controllers/admin/users.py:726
1425 #: rhodecode/controllers/admin/users.py:726
1435 #, python-format
1426 #, python-format
1436 msgid "Added ips %s to user whitelist"
1427 msgid "Added ips %s to user whitelist"
1437 msgstr ""
1428 msgstr ""
1438
1429
1439 #: rhodecode/controllers/admin/users.py:744
1430 #: rhodecode/controllers/admin/users.py:744
1440 msgid "Removed ip address from user whitelist"
1431 msgid "Removed ip address from user whitelist"
1441 msgstr ""
1432 msgstr ""
1442
1433
1443 #: rhodecode/events/pullrequest.py:65
1434 #: rhodecode/events/pullrequest.py:65
1444 msgid "pullrequest created"
1435 msgid "pullrequest created"
1445 msgstr ""
1436 msgstr ""
1446
1437
1447 #: rhodecode/events/pullrequest.py:74
1438 #: rhodecode/events/pullrequest.py:74
1448 msgid "pullrequest closed"
1439 msgid "pullrequest closed"
1449 msgstr ""
1440 msgstr ""
1450
1441
1451 #: rhodecode/events/pullrequest.py:83
1442 #: rhodecode/events/pullrequest.py:83
1452 msgid "pullrequest commits updated"
1443 msgid "pullrequest commits updated"
1453 msgstr ""
1444 msgstr ""
1454
1445
1455 #: rhodecode/events/pullrequest.py:92
1446 #: rhodecode/events/pullrequest.py:92
1456 msgid "pullrequest review changed"
1447 msgid "pullrequest review changed"
1457 msgstr ""
1448 msgstr ""
1458
1449
1459 #: rhodecode/events/pullrequest.py:101
1450 #: rhodecode/events/pullrequest.py:101
1460 msgid "pullrequest merged"
1451 msgid "pullrequest merged"
1461 msgstr ""
1452 msgstr ""
1462
1453
1463 #: rhodecode/events/pullrequest.py:110
1454 #: rhodecode/events/pullrequest.py:110
1464 msgid "pullrequest commented"
1455 msgid "pullrequest commented"
1465 msgstr ""
1456 msgstr ""
1466
1457
1467 #: rhodecode/events/repo.py:136
1458 #: rhodecode/events/repo.py:136
1468 msgid "repository pre create"
1459 msgid "repository pre create"
1469 msgstr ""
1460 msgstr ""
1470
1461
1471 #: rhodecode/events/repo.py:145
1462 #: rhodecode/events/repo.py:145
1472 msgid "repository created"
1463 msgid "repository created"
1473 msgstr ""
1464 msgstr ""
1474
1465
1475 #: rhodecode/events/repo.py:154
1466 #: rhodecode/events/repo.py:154
1476 msgid "repository pre delete"
1467 msgid "repository pre delete"
1477 msgstr ""
1468 msgstr ""
1478
1469
1479 #: rhodecode/events/repo.py:163
1470 #: rhodecode/events/repo.py:163
1480 msgid "repository deleted"
1471 msgid "repository deleted"
1481 msgstr ""
1472 msgstr ""
1482
1473
1483 #: rhodecode/events/repo.py:199
1474 #: rhodecode/events/repo.py:199
1484 msgid "repository pre pull"
1475 msgid "repository pre pull"
1485 msgstr ""
1476 msgstr ""
1486
1477
1487 #: rhodecode/events/repo.py:208
1478 #: rhodecode/events/repo.py:208
1488 msgid "repository pull"
1479 msgid "repository pull"
1489 msgstr ""
1480 msgstr ""
1490
1481
1491 #: rhodecode/events/repo.py:217
1482 #: rhodecode/events/repo.py:217
1492 msgid "repository pre push"
1483 msgid "repository pre push"
1493 msgstr ""
1484 msgstr ""
1494
1485
1495 #: rhodecode/events/repo.py:228
1486 #: rhodecode/events/repo.py:228
1496 msgid "repository push"
1487 msgid "repository push"
1497 msgstr ""
1488 msgstr ""
1498
1489
1499 #: rhodecode/events/repo_group.py:62
1490 #: rhodecode/events/repo_group.py:62
1500 msgid "repository group created"
1491 msgid "repository group created"
1501 msgstr ""
1492 msgstr ""
1502
1493
1503 #: rhodecode/events/repo_group.py:71
1494 #: rhodecode/events/repo_group.py:71
1504 msgid "repository group deleted"
1495 msgid "repository group deleted"
1505 msgstr ""
1496 msgstr ""
1506
1497
1507 #: rhodecode/events/repo_group.py:80
1498 #: rhodecode/events/repo_group.py:80
1508 msgid "repository group update"
1499 msgid "repository group update"
1509 msgstr ""
1500 msgstr ""
1510
1501
1511 #: rhodecode/events/user.py:34
1502 #: rhodecode/events/user.py:34
1512 msgid "user registered"
1503 msgid "user registered"
1513 msgstr ""
1504 msgstr ""
1514
1505
1515 #: rhodecode/events/user.py:48
1506 #: rhodecode/events/user.py:48
1516 msgid "user pre create"
1507 msgid "user pre create"
1517 msgstr ""
1508 msgstr ""
1518
1509
1519 #: rhodecode/events/user.py:61
1510 #: rhodecode/events/user.py:61
1520 msgid "user post create"
1511 msgid "user post create"
1521 msgstr ""
1512 msgstr ""
1522
1513
1523 #: rhodecode/events/user.py:74
1514 #: rhodecode/events/user.py:74
1524 msgid "user pre update"
1515 msgid "user pre update"
1525 msgstr ""
1516 msgstr ""
1526
1517
1527 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.html:62
1518 #: rhodecode/forms/__init__.py:32 rhodecode/templates/admin/gists/new.mako:62
1528 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:27
1519 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:31
1529 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:84
1520 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:88
1530 #: rhodecode/templates/admin/my_account/my_account_emails.html:65
1521 #: rhodecode/templates/admin/my_account/my_account_emails.mako:65
1531 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:104
1522 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:107
1532 #: rhodecode/templates/admin/permissions/permissions_application.html:60
1523 #: rhodecode/templates/admin/permissions/permissions_application.mako:60
1533 #: rhodecode/templates/admin/permissions/permissions_ips.html:61
1524 #: rhodecode/templates/admin/permissions/permissions_ips.mako:61
1534 #: rhodecode/templates/admin/permissions/permissions_objects.html:57
1525 #: rhodecode/templates/admin/permissions/permissions_objects.mako:57
1535 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:136
1526 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:136
1536 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:68
1527 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:68
1537 #: rhodecode/templates/admin/repos/repo_edit_fields.html:66
1528 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:66
1538 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:80
1529 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:80
1539 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:111
1530 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:111
1540 #: rhodecode/templates/admin/repos/repo_edit_settings.html:161
1531 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:161
1541 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:46
1532 #: rhodecode/templates/admin/repos/repo_edit_vcs.mako:46
1542 #: rhodecode/templates/admin/settings/settings_global.html:140
1533 #: rhodecode/templates/admin/settings/settings_global.mako:140
1543 #: rhodecode/templates/admin/settings/settings_issuetracker.html:16
1534 #: rhodecode/templates/admin/settings/settings_issuetracker.mako:16
1544 #: rhodecode/templates/admin/settings/settings_labs.html:49
1535 #: rhodecode/templates/admin/settings/settings_labs.mako:49
1545 #: rhodecode/templates/admin/settings/settings_vcs.html:14
1536 #: rhodecode/templates/admin/settings/settings_vcs.mako:14
1546 #: rhodecode/templates/admin/settings/settings_visual.html:222
1537 #: rhodecode/templates/admin/settings/settings_visual.mako:222
1547 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:121
1538 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:121
1548 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:23
1539 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:27
1549 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:81
1540 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:85
1550 #: rhodecode/templates/admin/users/user_edit_emails.html:63
1541 #: rhodecode/templates/admin/users/user_edit_emails.mako:63
1551 #: rhodecode/templates/admin/users/user_edit_ips.html:70
1542 #: rhodecode/templates/admin/users/user_edit_ips.mako:70
1552 #: rhodecode/templates/admin/users/user_edit_profile.html:135
1543 #: rhodecode/templates/admin/users/user_edit_profile.mako:135
1553 #: rhodecode/templates/base/default_perms_box.html:89
1544 #: rhodecode/templates/base/default_perms_box.mako:89
1554 msgid "Reset"
1545 msgid "Reset"
1555 msgstr ""
1546 msgstr ""
1556
1547
1557 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.html:49
1548 #: rhodecode/forms/__init__.py:33 rhodecode/templates/admin/gists/show.mako:49
1558 #: rhodecode/templates/admin/integrations/list.html:211
1549 #: rhodecode/templates/admin/integrations/list.mako:211
1559 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:56
1550 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:60
1560 #: rhodecode/templates/admin/my_account/my_account_emails.html:32
1551 #: rhodecode/templates/admin/my_account/my_account_emails.mako:32
1561 #: rhodecode/templates/admin/permissions/permissions_ips.html:26
1552 #: rhodecode/templates/admin/permissions/permissions_ips.mako:26
1562 #: rhodecode/templates/admin/repos/repo_edit_fields.html:25
1553 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:25
1563 #: rhodecode/templates/admin/settings/settings_hooks.html:46
1554 #: rhodecode/templates/admin/settings/settings_hooks.mako:46
1564 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:52
1555 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:56
1565 #: rhodecode/templates/admin/users/user_edit_emails.html:31
1556 #: rhodecode/templates/admin/users/user_edit_emails.mako:31
1566 #: rhodecode/templates/admin/users/user_edit_ips.html:34
1557 #: rhodecode/templates/admin/users/user_edit_ips.mako:34
1567 #: rhodecode/templates/base/issue_tracker_settings.html:70
1558 #: rhodecode/templates/base/issue_tracker_settings.mako:70
1568 #: rhodecode/templates/base/vcs_settings.html:202
1559 #: rhodecode/templates/base/vcs_settings.mako:202
1569 #: rhodecode/templates/base/vcs_settings.html:227
1560 #: rhodecode/templates/base/vcs_settings.mako:227
1570 #: rhodecode/templates/changeset/changeset_file_comment.html:57
1561 #: rhodecode/templates/changeset/changeset_file_comment.mako:137
1571 #: rhodecode/templates/changeset/changeset_file_comment.html:97
1562 #: rhodecode/templates/changeset/changeset_file_comment.mako:139
1572 #: rhodecode/templates/data_table/_dt_elements.html:123
1563 #: rhodecode/templates/changeset/changeset_file_comment.mako:142
1573 #: rhodecode/templates/data_table/_dt_elements.html:184
1564 #: rhodecode/templates/data_table/_dt_elements.mako:123
1574 #: rhodecode/templates/data_table/_dt_elements.html:198
1565 #: rhodecode/templates/data_table/_dt_elements.mako:184
1575 #: rhodecode/templates/data_table/_dt_elements.html:210
1566 #: rhodecode/templates/data_table/_dt_elements.mako:198
1567 #: rhodecode/templates/data_table/_dt_elements.mako:210
1576 #: rhodecode/templates/debug_style/buttons.html:132
1568 #: rhodecode/templates/debug_style/buttons.html:132
1577 #: rhodecode/templates/files/files_source.html:35
1569 #: rhodecode/templates/files/files_source.mako:35
1578 #: rhodecode/templates/files/files_source.html:39
1570 #: rhodecode/templates/files/files_source.mako:39
1579 #: rhodecode/templates/files/files_source.html:42
1571 #: rhodecode/templates/files/files_source.mako:42
1580 #: rhodecode/templates/pullrequests/pullrequest_show.html:53
1572 #: rhodecode/templates/pullrequests/pullrequest_show.mako:56
1581 #: rhodecode/templates/pullrequests/pullrequest_show.html:57
1573 #: rhodecode/templates/pullrequests/pullrequest_show.mako:60
1582 msgid "Delete"
1574 msgid "Delete"
1583 msgstr ""
1575 msgstr ""
1584
1576
1585 #: rhodecode/integrations/schema.py:30
1577 #: rhodecode/integrations/schema.py:30
1586 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1578 #: rhodecode/model/validation_schema/schemas/integration_schema.py:195
1587 msgid "Enable or disable this integration."
1579 msgid "Enable or disable this integration."
1588 msgstr ""
1580 msgstr ""
1589
1581
1590 #: rhodecode/integrations/schema.py:37
1582 #: rhodecode/integrations/schema.py:37
1591 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1583 #: rhodecode/model/validation_schema/schemas/integration_schema.py:176
1592 msgid "Short name for this integration."
1584 msgid "Short name for this integration."
1593 msgstr ""
1585 msgstr ""
1594
1586
1595 #: rhodecode/integrations/schema.py:39
1587 #: rhodecode/integrations/schema.py:39
1596 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1588 #: rhodecode/model/validation_schema/schemas/integration_schema.py:178
1597 msgid "Integration name"
1589 msgid "Integration name"
1598 msgstr ""
1590 msgstr ""
1599
1591
1600 #: rhodecode/integrations/schema.py:51
1592 #: rhodecode/integrations/schema.py:51
1601 msgid ""
1593 msgid ""
1602 "Limit integrations to to work only on the direct children repositories of "
1594 "Limit integrations to to work only on the direct children repositories of "
1603 "this repository group (no subgroups)"
1595 "this repository group (no subgroups)"
1604 msgstr ""
1596 msgstr ""
1605
1597
1606 #: rhodecode/integrations/schema.py:55
1598 #: rhodecode/integrations/schema.py:55
1607 msgid "Limit to childen repos only"
1599 msgid "Limit to childen repos only"
1608 msgstr ""
1600 msgstr ""
1609
1601
1610 #: rhodecode/integrations/schema.py:63
1602 #: rhodecode/integrations/schema.py:63
1611 msgid "Limit integrations to to work only on root level repositories"
1603 msgid "Limit integrations to to work only on root level repositories"
1612 msgstr ""
1604 msgstr ""
1613
1605
1614 #: rhodecode/integrations/schema.py:66
1606 #: rhodecode/integrations/schema.py:66
1615 msgid "Root repositories only"
1607 msgid "Root repositories only"
1616 msgstr ""
1608 msgstr ""
1617
1609
1618 #: rhodecode/integrations/views.py:162
1610 #: rhodecode/integrations/views.py:161
1619 msgid "{repo_name} repository"
1611 msgid "{repo_name} repository"
1620 msgstr ""
1612 msgstr ""
1621
1613
1622 #: rhodecode/integrations/views.py:165
1614 #: rhodecode/integrations/views.py:164
1623 msgid "{repo_group_name} repo group"
1615 msgid "{repo_group_name} repo group"
1624 msgstr ""
1616 msgstr ""
1625
1617
1626 #: rhodecode/integrations/views.py:172
1618 #: rhodecode/integrations/views.py:171
1627 msgid "{name} integration"
1619 msgid "{name} integration"
1628 msgstr ""
1620 msgstr ""
1629
1621
1630 #: rhodecode/integrations/views.py:186
1622 #: rhodecode/integrations/views.py:185
1631 msgid "Integration {integration_name} deleted successfully."
1623 msgid "Integration {integration_name} deleted successfully."
1632 msgstr ""
1624 msgstr ""
1633
1625
1634 #: rhodecode/integrations/views.py:266
1626 #: rhodecode/integrations/views.py:265
1635 msgid ""
1627 msgid ""
1636 "Errors exist when saving integration settings. Please check the form inputs."
1628 "Errors exist when saving integration settings. Please check the form inputs."
1637 msgstr ""
1629 msgstr ""
1638
1630
1639 #: rhodecode/integrations/views.py:292
1631 #: rhodecode/integrations/views.py:290
1640 msgid "Integration {integration_name} updated successfully."
1632 msgid "Integration {integration_name} updated successfully."
1641 msgstr ""
1633 msgstr ""
1642
1634
1643 #: rhodecode/integrations/types/email.py:214
1635 #: rhodecode/integrations/types/email.py:214
1644 msgid "Recipients"
1636 msgid "Recipients"
1645 msgstr ""
1637 msgstr ""
1646
1638
1647 #: rhodecode/integrations/types/email.py:215
1639 #: rhodecode/integrations/types/email.py:215
1648 msgid "Email addresses to send push events to"
1640 msgid "Email addresses to send push events to"
1649 msgstr ""
1641 msgstr ""
1650
1642
1651 #: rhodecode/integrations/types/email.py:220
1643 #: rhodecode/integrations/types/email.py:220
1652 #: rhodecode/integrations/types/email.py:221
1644 #: rhodecode/integrations/types/email.py:221
1653 msgid "Email address"
1645 msgid "Email address"
1654 msgstr ""
1646 msgstr ""
1655
1647
1656 #: rhodecode/integrations/types/email.py:233
1648 #: rhodecode/integrations/types/email.py:233
1657 msgid "Send repo push summaries to a list of recipients via email"
1649 msgid "Send repo push summaries to a list of recipients via email"
1658 msgstr ""
1650 msgstr ""
1659
1651
1660 #: rhodecode/integrations/types/hipchat.py:43
1652 #: rhodecode/integrations/types/hipchat.py:43
1661 msgid "Yellow"
1653 msgid "Yellow"
1662 msgstr ""
1654 msgstr ""
1663
1655
1664 #: rhodecode/integrations/types/hipchat.py:44
1656 #: rhodecode/integrations/types/hipchat.py:44
1665 msgid "Red"
1657 msgid "Red"
1666 msgstr ""
1658 msgstr ""
1667
1659
1668 #: rhodecode/integrations/types/hipchat.py:45
1660 #: rhodecode/integrations/types/hipchat.py:45
1669 msgid "Green"
1661 msgid "Green"
1670 msgstr ""
1662 msgstr ""
1671
1663
1672 #: rhodecode/integrations/types/hipchat.py:46
1664 #: rhodecode/integrations/types/hipchat.py:46
1673 msgid "Purple"
1665 msgid "Purple"
1674 msgstr ""
1666 msgstr ""
1675
1667
1676 #: rhodecode/integrations/types/hipchat.py:47
1668 #: rhodecode/integrations/types/hipchat.py:47
1677 msgid "Gray"
1669 msgid "Gray"
1678 msgstr ""
1670 msgstr ""
1679
1671
1680 #: rhodecode/integrations/types/hipchat.py:52
1672 #: rhodecode/integrations/types/hipchat.py:52
1681 msgid "Hipchat server URL"
1673 msgid "Hipchat server URL"
1682 msgstr ""
1674 msgstr ""
1683
1675
1684 #: rhodecode/integrations/types/hipchat.py:53
1676 #: rhodecode/integrations/types/hipchat.py:53
1685 msgid "Hipchat integration url."
1677 msgid "Hipchat integration url."
1686 msgstr ""
1678 msgstr ""
1687
1679
1688 #: rhodecode/integrations/types/hipchat.py:63
1680 #: rhodecode/integrations/types/hipchat.py:63
1689 msgid "Notify"
1681 msgid "Notify"
1690 msgstr ""
1682 msgstr ""
1691
1683
1692 #: rhodecode/integrations/types/hipchat.py:64
1684 #: rhodecode/integrations/types/hipchat.py:64
1693 msgid "Make a notification to the users in room."
1685 msgid "Make a notification to the users in room."
1694 msgstr ""
1686 msgstr ""
1695
1687
1696 #: rhodecode/integrations/types/hipchat.py:70
1688 #: rhodecode/integrations/types/hipchat.py:70
1697 msgid "Color"
1689 msgid "Color"
1698 msgstr ""
1690 msgstr ""
1699
1691
1700 #: rhodecode/integrations/types/hipchat.py:71
1692 #: rhodecode/integrations/types/hipchat.py:71
1701 msgid "Background color of message."
1693 msgid "Background color of message."
1702 msgstr ""
1694 msgstr ""
1703
1695
1704 #: rhodecode/integrations/types/hipchat.py:99
1696 #: rhodecode/integrations/types/hipchat.py:99
1705 msgid "Hipchat"
1697 msgid "Hipchat"
1706 msgstr ""
1698 msgstr ""
1707
1699
1708 #: rhodecode/integrations/types/hipchat.py:100
1700 #: rhodecode/integrations/types/hipchat.py:100
1709 msgid ""
1701 msgid ""
1710 "Send events such as repo pushes and pull requests to your hipchat channel."
1702 "Send events such as repo pushes and pull requests to your hipchat channel."
1711 msgstr ""
1703 msgstr ""
1712
1704
1713 #: rhodecode/integrations/types/slack.py:44
1705 #: rhodecode/integrations/types/slack.py:44
1714 msgid "Slack service URL"
1706 msgid "Slack service URL"
1715 msgstr ""
1707 msgstr ""
1716
1708
1717 #: rhodecode/integrations/types/slack.py:45
1709 #: rhodecode/integrations/types/slack.py:45
1718 msgid ""
1710 msgid ""
1719 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1711 "This can be setup at the <a href=\"https://my.slack.com/services/new"
1720 "/incoming-webhook/\">slack app manager</a>"
1712 "/incoming-webhook/\">slack app manager</a>"
1721 msgstr ""
1713 msgstr ""
1722
1714
1723 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.html:42
1715 #: rhodecode/integrations/types/slack.py:58 rhodecode/templates/login.mako:42
1724 #: rhodecode/templates/register.html:40
1716 #: rhodecode/templates/register.mako:40
1725 #: rhodecode/templates/admin/admin_log.html:7
1717 #: rhodecode/templates/admin/admin_log.mako:7
1726 #: rhodecode/templates/admin/my_account/my_account_profile.html:24
1718 #: rhodecode/templates/admin/my_account/my_account_profile.mako:24
1727 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:21
1719 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:24
1728 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:66
1720 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:69
1729 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:70
1721 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:70
1730 #: rhodecode/templates/admin/users/user_add.html:35
1722 #: rhodecode/templates/admin/users/user_add.mako:35
1731 #: rhodecode/templates/admin/users/user_edit_profile.html:39
1723 #: rhodecode/templates/admin/users/user_edit_profile.mako:39
1732 #: rhodecode/templates/admin/users/users.html:90
1724 #: rhodecode/templates/admin/users/users.mako:90
1733 #: rhodecode/templates/base/base.html:301
1725 #: rhodecode/templates/base/base.mako:301
1734 #: rhodecode/templates/debug_style/login.html:36
1726 #: rhodecode/templates/debug_style/login.html:36
1735 #: rhodecode/templates/email_templates/user_registration.mako:23
1727 #: rhodecode/templates/email_templates/user_registration.mako:23
1736 #: rhodecode/templates/users/user_profile.html:27
1728 #: rhodecode/templates/users/user_profile.mako:27
1737 msgid "Username"
1729 msgid "Username"
1738 msgstr ""
1730 msgstr ""
1739
1731
1740 #: rhodecode/integrations/types/slack.py:59
1732 #: rhodecode/integrations/types/slack.py:59
1741 msgid "Username to show notifications coming from."
1733 msgid "Username to show notifications coming from."
1742 msgstr ""
1734 msgstr ""
1743
1735
1744 #: rhodecode/integrations/types/slack.py:68
1736 #: rhodecode/integrations/types/slack.py:68
1745 msgid "Channel"
1737 msgid "Channel"
1746 msgstr ""
1738 msgstr ""
1747
1739
1748 #: rhodecode/integrations/types/slack.py:69
1740 #: rhodecode/integrations/types/slack.py:69
1749 msgid "Channel to send notifications to."
1741 msgid "Channel to send notifications to."
1750 msgstr ""
1742 msgstr ""
1751
1743
1752 #: rhodecode/integrations/types/slack.py:78
1744 #: rhodecode/integrations/types/slack.py:78
1753 msgid "Emoji"
1745 msgid "Emoji"
1754 msgstr ""
1746 msgstr ""
1755
1747
1756 #: rhodecode/integrations/types/slack.py:79
1748 #: rhodecode/integrations/types/slack.py:79
1757 msgid "Emoji to use eg. :studio_microphone:"
1749 msgid "Emoji to use eg. :studio_microphone:"
1758 msgstr ""
1750 msgstr ""
1759
1751
1760 #: rhodecode/integrations/types/slack.py:101
1752 #: rhodecode/integrations/types/slack.py:101
1761 msgid "Slack"
1753 msgid "Slack"
1762 msgstr ""
1754 msgstr ""
1763
1755
1764 #: rhodecode/integrations/types/slack.py:102
1756 #: rhodecode/integrations/types/slack.py:102
1765 msgid ""
1757 msgid ""
1766 "Send events such as repo pushes and pull requests to your slack channel."
1758 "Send events such as repo pushes and pull requests to your slack channel."
1767 msgstr ""
1759 msgstr ""
1768
1760
1769 #: rhodecode/integrations/types/webhook.py:152
1761 #: rhodecode/integrations/types/webhook.py:152
1770 msgid "Webhook URL"
1762 msgid "Webhook URL"
1771 msgstr ""
1763 msgstr ""
1772
1764
1773 #: rhodecode/integrations/types/webhook.py:154
1765 #: rhodecode/integrations/types/webhook.py:154
1774 msgid ""
1766 msgid ""
1775 "URL of the webhook to receive POST event. Following variables are allowed to"
1767 "URL of the webhook to receive POST event. Following variables are allowed to"
1776 " be used: {vars}. Some of the variables would trigger multiple calls, like "
1768 " be used: {vars}. Some of the variables would trigger multiple calls, like "
1777 "${{branch}} or ${{commit_id}}. Webhook will be called as many times as "
1769 "${{branch}} or ${{commit_id}}. Webhook will be called as many times as "
1778 "unique objects in data in such cases."
1770 "unique objects in data in such cases."
1779 msgstr ""
1771 msgstr ""
1780
1772
1781 #: rhodecode/integrations/types/webhook.py:168
1773 #: rhodecode/integrations/types/webhook.py:168
1782 msgid "Secret Token"
1774 msgid "Secret Token"
1783 msgstr ""
1775 msgstr ""
1784
1776
1785 #: rhodecode/integrations/types/webhook.py:169
1777 #: rhodecode/integrations/types/webhook.py:169
1786 msgid "String used to validate received payloads."
1778 msgid "String used to validate received payloads."
1787 msgstr ""
1779 msgstr ""
1788
1780
1789 #: rhodecode/integrations/types/webhook.py:180
1781 #: rhodecode/integrations/types/webhook.py:178
1782 msgid "Call Method"
1783 msgstr ""
1784
1785 #: rhodecode/integrations/types/webhook.py:179
1786 msgid "Select if the webhook call should be made with POST or GET."
1787 msgstr ""
1788
1789 #: rhodecode/integrations/types/webhook.py:192
1790 msgid "Webhook"
1790 msgid "Webhook"
1791 msgstr ""
1791 msgstr ""
1792
1792
1793 #: rhodecode/integrations/types/webhook.py:181
1793 #: rhodecode/integrations/types/webhook.py:193
1794 msgid "Post json events to a webhook endpoint"
1794 msgid "Post json events to a webhook endpoint"
1795 msgstr ""
1795 msgstr ""
1796
1796
1797 #: rhodecode/lib/action_parser.py:89
1797 #: rhodecode/lib/action_parser.py:89
1798 msgid "[deleted] repository"
1798 msgid "[deleted] repository"
1799 msgstr ""
1799 msgstr ""
1800
1800
1801 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1801 #: rhodecode/lib/action_parser.py:92 rhodecode/lib/action_parser.py:110
1802 msgid "[created] repository"
1802 msgid "[created] repository"
1803 msgstr ""
1803 msgstr ""
1804
1804
1805 #: rhodecode/lib/action_parser.py:95
1805 #: rhodecode/lib/action_parser.py:95
1806 msgid "[created] repository as fork"
1806 msgid "[created] repository as fork"
1807 msgstr ""
1807 msgstr ""
1808
1808
1809 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1809 #: rhodecode/lib/action_parser.py:98 rhodecode/lib/action_parser.py:113
1810 msgid "[forked] repository"
1810 msgid "[forked] repository"
1811 msgstr ""
1811 msgstr ""
1812
1812
1813 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1813 #: rhodecode/lib/action_parser.py:101 rhodecode/lib/action_parser.py:116
1814 msgid "[updated] repository"
1814 msgid "[updated] repository"
1815 msgstr ""
1815 msgstr ""
1816
1816
1817 #: rhodecode/lib/action_parser.py:104
1817 #: rhodecode/lib/action_parser.py:104
1818 msgid "[downloaded] archive from repository"
1818 msgid "[downloaded] archive from repository"
1819 msgstr ""
1819 msgstr ""
1820
1820
1821 #: rhodecode/lib/action_parser.py:107
1821 #: rhodecode/lib/action_parser.py:107
1822 msgid "[delete] repository"
1822 msgid "[delete] repository"
1823 msgstr ""
1823 msgstr ""
1824
1824
1825 #: rhodecode/lib/action_parser.py:119
1825 #: rhodecode/lib/action_parser.py:119
1826 msgid "[created] user"
1826 msgid "[created] user"
1827 msgstr ""
1827 msgstr ""
1828
1828
1829 #: rhodecode/lib/action_parser.py:122
1829 #: rhodecode/lib/action_parser.py:122
1830 msgid "[updated] user"
1830 msgid "[updated] user"
1831 msgstr ""
1831 msgstr ""
1832
1832
1833 #: rhodecode/lib/action_parser.py:125
1833 #: rhodecode/lib/action_parser.py:125
1834 msgid "[created] user group"
1834 msgid "[created] user group"
1835 msgstr ""
1835 msgstr ""
1836
1836
1837 #: rhodecode/lib/action_parser.py:128
1837 #: rhodecode/lib/action_parser.py:128
1838 msgid "[updated] user group"
1838 msgid "[updated] user group"
1839 msgstr ""
1839 msgstr ""
1840
1840
1841 #: rhodecode/lib/action_parser.py:131
1841 #: rhodecode/lib/action_parser.py:131
1842 msgid "[commented] on commit in repository"
1842 msgid "[commented] on commit in repository"
1843 msgstr ""
1843 msgstr ""
1844
1844
1845 #: rhodecode/lib/action_parser.py:134
1845 #: rhodecode/lib/action_parser.py:134
1846 msgid "[commented] on pull request for"
1846 msgid "[commented] on pull request for"
1847 msgstr ""
1847 msgstr ""
1848
1848
1849 #: rhodecode/lib/action_parser.py:137
1849 #: rhodecode/lib/action_parser.py:137
1850 msgid "[closed] pull request for"
1850 msgid "[closed] pull request for"
1851 msgstr ""
1851 msgstr ""
1852
1852
1853 #: rhodecode/lib/action_parser.py:140
1853 #: rhodecode/lib/action_parser.py:140
1854 msgid "[merged] pull request for"
1854 msgid "[merged] pull request for"
1855 msgstr ""
1855 msgstr ""
1856
1856
1857 #: rhodecode/lib/action_parser.py:143
1857 #: rhodecode/lib/action_parser.py:143
1858 msgid "[pushed] into"
1858 msgid "[pushed] into"
1859 msgstr ""
1859 msgstr ""
1860
1860
1861 #: rhodecode/lib/action_parser.py:146
1861 #: rhodecode/lib/action_parser.py:146
1862 msgid "[committed via RhodeCode] into repository"
1862 msgid "[committed via RhodeCode] into repository"
1863 msgstr ""
1863 msgstr ""
1864
1864
1865 #: rhodecode/lib/action_parser.py:149
1865 #: rhodecode/lib/action_parser.py:149
1866 msgid "[pulled from remote] into repository"
1866 msgid "[pulled from remote] into repository"
1867 msgstr ""
1867 msgstr ""
1868
1868
1869 #: rhodecode/lib/action_parser.py:152
1869 #: rhodecode/lib/action_parser.py:152
1870 msgid "[pulled] from"
1870 msgid "[pulled] from"
1871 msgstr ""
1871 msgstr ""
1872
1872
1873 #: rhodecode/lib/action_parser.py:155
1873 #: rhodecode/lib/action_parser.py:155
1874 msgid "[started following] repository"
1874 msgid "[started following] repository"
1875 msgstr ""
1875 msgstr ""
1876
1876
1877 #: rhodecode/lib/action_parser.py:158
1877 #: rhodecode/lib/action_parser.py:158
1878 msgid "[stopped following] repository"
1878 msgid "[stopped following] repository"
1879 msgstr ""
1879 msgstr ""
1880
1880
1881 #: rhodecode/lib/action_parser.py:166
1881 #: rhodecode/lib/action_parser.py:166
1882 #, python-format
1882 #, python-format
1883 msgid "fork name %s"
1883 msgid "fork name %s"
1884 msgstr ""
1884 msgstr ""
1885
1885
1886 #: rhodecode/lib/action_parser.py:183
1886 #: rhodecode/lib/action_parser.py:183
1887 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
1887 #: rhodecode/templates/pullrequests/pullrequest_show.mako:51
1888 #, python-format
1888 #, python-format
1889 msgid "Pull request #%s"
1889 msgid "Pull request #%s"
1890 msgstr ""
1890 msgstr ""
1891
1891
1892 #: rhodecode/lib/action_parser.py:216
1892 #: rhodecode/lib/action_parser.py:216
1893 #, python-format
1893 #, python-format
1894 msgid "Show all combined commits %s->%s"
1894 msgid "Show all combined commits %s->%s"
1895 msgstr ""
1895 msgstr ""
1896
1896
1897 #: rhodecode/lib/action_parser.py:220
1897 #: rhodecode/lib/action_parser.py:220
1898 msgid "compare view"
1898 msgid "compare view"
1899 msgstr ""
1899 msgstr ""
1900
1900
1901 #: rhodecode/lib/action_parser.py:227
1901 #: rhodecode/lib/action_parser.py:227
1902 #, python-format
1902 #, python-format
1903 msgid " and %(num)s more commits"
1903 msgid " and %(num)s more commits"
1904 msgstr ""
1904 msgstr ""
1905
1905
1906 #: rhodecode/lib/action_parser.py:279
1906 #: rhodecode/lib/action_parser.py:279
1907 #, python-format
1907 #, python-format
1908 msgid "Deleted branch: %s"
1908 msgid "Deleted branch: %s"
1909 msgstr ""
1909 msgstr ""
1910
1910
1911 #: rhodecode/lib/action_parser.py:282
1911 #: rhodecode/lib/action_parser.py:282
1912 #, python-format
1912 #, python-format
1913 msgid "Created tag: %s"
1913 msgid "Created tag: %s"
1914 msgstr ""
1914 msgstr ""
1915
1915
1916 #: rhodecode/lib/action_parser.py:295
1916 #: rhodecode/lib/action_parser.py:295
1917 msgid "Commit not found"
1917 msgid "Commit not found"
1918 msgstr ""
1918 msgstr ""
1919
1919
1920 #: rhodecode/lib/auth.py:1188
1920 #: rhodecode/lib/auth.py:1189
1921 #, python-format
1921 #, python-format
1922 msgid "IP %s not allowed"
1922 msgid "IP %s not allowed"
1923 msgstr ""
1923 msgstr ""
1924
1924
1925 #: rhodecode/lib/auth.py:1262
1925 #: rhodecode/lib/auth.py:1263
1926 msgid "You need to be a registered user to perform this action"
1926 msgid "You need to be a registered user to perform this action"
1927 msgstr ""
1927 msgstr ""
1928
1928
1929 #: rhodecode/lib/auth.py:1310
1929 #: rhodecode/lib/auth.py:1311
1930 #, python-format
1930 #, python-format
1931 msgid "Action not supported for %s."
1931 msgid "Action not supported for %s."
1932 msgstr ""
1932 msgstr ""
1933
1933
1934 #: rhodecode/lib/auth.py:1347
1934 #: rhodecode/lib/auth.py:1348
1935 msgid "You need to be signed in to view this page"
1935 msgid "You need to be signed in to view this page"
1936 msgstr ""
1936 msgstr ""
1937
1937
1938 #: rhodecode/lib/base.py:564
1938 #: rhodecode/lib/base.py:557
1939 #, python-format
1939 #, python-format
1940 msgid "The repository at %(repo_name)s cannot be located."
1940 msgid "The repository at %(repo_name)s cannot be located."
1941 msgstr ""
1941 msgstr ""
1942
1942
1943 #: rhodecode/lib/diffs.py:62
1943 #: rhodecode/lib/diffs.py:62
1944 msgid "Click to comment"
1944 msgid "Click to comment"
1945 msgstr ""
1945 msgstr ""
1946
1946
1947 #: rhodecode/lib/diffs.py:77
1947 #: rhodecode/lib/diffs.py:77
1948 msgid "Binary file"
1948 msgid "Binary file"
1949 msgstr ""
1949 msgstr ""
1950
1950
1951 #: rhodecode/lib/diffs.py:98
1951 #: rhodecode/lib/diffs.py:98
1952 msgid ""
1952 msgid ""
1953 "Changeset was too big and was cut off, use diff menu to display this diff"
1953 "Changeset was too big and was cut off, use diff menu to display this diff"
1954 msgstr ""
1954 msgstr ""
1955
1955
1956 #: rhodecode/lib/diffs.py:109
1956 #: rhodecode/lib/diffs.py:109
1957 msgid "No changes detected"
1957 msgid "No changes detected"
1958 msgstr ""
1958 msgstr ""
1959
1959
1960 #: rhodecode/lib/diffs.py:918
1960 #: rhodecode/lib/diffs.py:921
1961 msgid "Click to select line"
1961 msgid "Click to select line"
1962 msgstr ""
1962 msgstr ""
1963
1963
1964 #: rhodecode/lib/helpers.py:1515
1964 #: rhodecode/lib/helpers.py:1515
1965 #, python-format
1965 #, python-format
1966 msgid " and %s more"
1966 msgid " and %s more"
1967 msgstr ""
1967 msgstr ""
1968
1968
1969 #: rhodecode/lib/helpers.py:1519
1969 #: rhodecode/lib/helpers.py:1519
1970 msgid "No Files"
1970 msgid "No Files"
1971 msgstr ""
1971 msgstr ""
1972
1972
1973 #: rhodecode/lib/helpers.py:1592
1973 #: rhodecode/lib/helpers.py:1592
1974 msgid "new file"
1974 msgid "new file"
1975 msgstr ""
1975 msgstr ""
1976
1976
1977 #: rhodecode/lib/helpers.py:1595
1977 #: rhodecode/lib/helpers.py:1595
1978 msgid "mod"
1978 msgid "mod"
1979 msgstr ""
1979 msgstr ""
1980
1980
1981 #: rhodecode/lib/helpers.py:1598
1981 #: rhodecode/lib/helpers.py:1598
1982 msgid "del"
1982 msgid "del"
1983 msgstr ""
1983 msgstr ""
1984
1984
1985 #: rhodecode/lib/helpers.py:1601
1985 #: rhodecode/lib/helpers.py:1601
1986 msgid "rename"
1986 msgid "rename"
1987 msgstr ""
1987 msgstr ""
1988
1988
1989 #: rhodecode/lib/helpers.py:1606
1989 #: rhodecode/lib/helpers.py:1606
1990 msgid "chmod"
1990 msgid "chmod"
1991 msgstr ""
1991 msgstr ""
1992
1992
1993 #: rhodecode/lib/helpers.py:1853
1993 #: rhodecode/lib/helpers.py:1853
1994 msgid ""
1994 msgid ""
1995 "Example filter terms:\n"
1995 "Example filter terms:\n"
1996 " repository:vcs\n"
1996 " repository:vcs\n"
1997 " username:marcin\n"
1997 " username:marcin\n"
1998 " action:*push*\n"
1998 " action:*push*\n"
1999 " ip:127.0.0.1\n"
1999 " ip:127.0.0.1\n"
2000 " date:20120101\n"
2000 " date:20120101\n"
2001 " date:[20120101100000 TO 20120102]\n"
2001 " date:[20120101100000 TO 20120102]\n"
2002 "\n"
2002 "\n"
2003 "Generate wildcards using '*' character:\n"
2003 "Generate wildcards using '*' character:\n"
2004 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
2004 " \"repository:vcs*\" - search everything starting with 'vcs'\n"
2005 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
2005 " \"repository:*vcs*\" - search for repository containing 'vcs'\n"
2006 "\n"
2006 "\n"
2007 "Optional AND / OR operators in queries\n"
2007 "Optional AND / OR operators in queries\n"
2008 " \"repository:vcs OR repository:test\"\n"
2008 " \"repository:vcs OR repository:test\"\n"
2009 " \"username:test AND repository:test*\"\n"
2009 " \"username:test AND repository:test*\"\n"
2010 msgstr ""
2010 msgstr ""
2011
2011
2012 #: rhodecode/lib/helpers.py:1873
2012 #: rhodecode/lib/helpers.py:1873
2013 #, python-format
2013 #, python-format
2014 msgid ""
2014 msgid ""
2015 "%s repository is not mapped to db perhaps it was created or renamed from the"
2015 "%s repository is not mapped to db perhaps it was created or renamed from the"
2016 " filesystem please run the application again in order to rescan repositories"
2016 " filesystem please run the application again in order to rescan repositories"
2017 msgstr ""
2017 msgstr ""
2018
2018
2019 #: rhodecode/lib/utils2.py:463
2020 #, python-format
2021 msgid "%d year"
2022 msgid_plural "%d years"
2023 msgstr[0] ""
2024 msgstr[1] ""
2025 msgstr[2] ""
2026 msgstr[3] ""
2027
2028 #: rhodecode/lib/utils2.py:464
2029 #, python-format
2030 msgid "%d month"
2031 msgid_plural "%d months"
2032 msgstr[0] ""
2033 msgstr[1] ""
2034 msgstr[2] ""
2035 msgstr[3] ""
2036
2037 #: rhodecode/lib/utils2.py:465
2038 #, python-format
2039 msgid "%d day"
2040 msgid_plural "%d days"
2041 msgstr[0] ""
2042 msgstr[1] ""
2043 msgstr[2] ""
2044 msgstr[3] ""
2045
2046 #: rhodecode/lib/utils2.py:466
2047 #, python-format
2048 msgid "%d hour"
2049 msgid_plural "%d hours"
2050 msgstr[0] ""
2051 msgstr[1] ""
2052 msgstr[2] ""
2053 msgstr[3] ""
2054
2055 #: rhodecode/lib/utils2.py:467
2056 #, python-format
2057 msgid "%d minute"
2058 msgid_plural "%d minutes"
2059 msgstr[0] ""
2060 msgstr[1] ""
2061 msgstr[2] ""
2062 msgstr[3] ""
2063
2064 #: rhodecode/lib/utils2.py:468
2065 #, python-format
2066 msgid "%d second"
2067 msgid_plural "%d seconds"
2068 msgstr[0] ""
2069 msgstr[1] ""
2070 msgstr[2] ""
2071 msgstr[3] ""
2072
2073 #: rhodecode/lib/utils2.py:486
2019 #: rhodecode/lib/utils2.py:486
2074 #, python-format
2020 msgid "in ${ago}"
2075 msgid "in %s"
2076 msgstr ""
2021 msgstr ""
2077
2022
2078 #: rhodecode/lib/utils2.py:492
2023 #: rhodecode/lib/utils2.py:492
2079 #, python-format
2024 msgid "${ago} ago"
2080 msgid "%s ago"
2025 msgstr ""
2081 msgstr ""
2026
2082
2027 #: rhodecode/lib/utils2.py:501
2083 #: rhodecode/lib/utils2.py:502
2028 msgid "${val}, ${detail}"
2084 #, python-format
2029 msgstr ""
2085 msgid "%s, %s ago"
2030
2086 msgstr ""
2031 #: rhodecode/lib/utils2.py:503
2087
2032 msgid "${val}, ${detail} ago"
2088 #: rhodecode/lib/utils2.py:504
2033 msgstr ""
2089 #, python-format
2034
2090 msgid "in %s, %s"
2035 #: rhodecode/lib/utils2.py:505
2091 msgstr ""
2036 msgid "in ${val}, ${detail}"
2092
2037 msgstr ""
2093 #: rhodecode/lib/utils2.py:506
2038
2094 #, python-format
2039 #: rhodecode/lib/utils2.py:507
2095 msgid "%s and %s"
2040 msgid "${val} and ${detail}"
2096 msgstr ""
2041 msgstr ""
2097
2042
2098 #: rhodecode/lib/utils2.py:508
2043 #: rhodecode/lib/utils2.py:509
2099 #, python-format
2044 msgid "${val} and ${detail} ago"
2100 msgid "%s and %s ago"
2045 msgstr ""
2101 msgstr ""
2046
2102
2047 #: rhodecode/lib/utils2.py:511
2103 #: rhodecode/lib/utils2.py:510
2048 msgid "in ${val} and ${detail}"
2104 #, python-format
2049 msgstr ""
2105 msgid "in %s and %s"
2050
2106 msgstr ""
2051 #: rhodecode/lib/utils2.py:515
2107
2108 #: rhodecode/lib/utils2.py:514
2109 #: rhodecode/public/js/rhodecode-components.js:33194
2052 #: rhodecode/public/js/rhodecode-components.js:33194
2110 #: rhodecode/public/js/scripts.js:25042
2053 #: rhodecode/public/js/scripts.js:25042
2111 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:58
2054 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:65
2112 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
2055 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:174
2113 msgid "just now"
2056 msgid "just now"
2114 msgstr ""
2057 msgstr ""
2115
2058
2116 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
2059 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:570
2117 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
2060 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:582
2118 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
2061 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:599
2119 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
2062 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:684
2120 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
2063 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:657
2121 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
2064 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:659
2122 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
2065 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:682
2123 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
2066 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:683
2124 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
2067 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:700
2125 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
2068 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:717
2126 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
2069 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:733
2127 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
2070 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:736
2128 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
2071 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:738
2129 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2072 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:738
2130 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2073 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:765
2131 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2074 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:775
2132 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2075 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:818
2133 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2076 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:817
2134 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2077 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:818
2135 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2078 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:818
2136 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2079 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:824
2137 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2080 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:946
2138 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
2081 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:971
2139 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
2082 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2293
2140 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
2083 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2285
2141 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
2084 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2285
2142 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2289
2085 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2289
2143 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2289
2086 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2289
2144 #: rhodecode/model/db.py:2292
2087 #: rhodecode/model/db.py:2298
2145 msgid "Repository no access"
2088 msgid "Repository no access"
2146 msgstr ""
2089 msgstr ""
2147
2090
2148 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
2091 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:571
2149 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
2092 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:583
2150 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
2093 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:600
2151 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
2094 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:685
2152 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
2095 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:658
2153 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
2096 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:660
2154 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
2097 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:683
2155 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
2098 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:684
2156 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
2099 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:701
2157 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
2100 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:718
2158 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
2101 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:734
2159 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
2102 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:737
2160 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
2103 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:739
2161 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
2104 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:739
2162 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
2105 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:766
2163 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
2106 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:776
2164 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
2107 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:819
2165 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
2108 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:818
2166 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
2109 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:819
2167 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
2110 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:819
2168 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
2111 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:825
2169 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
2112 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:947
2170 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
2113 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:972
2171 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
2114 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2294
2172 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2115 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2286
2173 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2116 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2286
2174 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2290
2117 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2290
2175 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2290
2118 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2290
2176 #: rhodecode/model/db.py:2293
2119 #: rhodecode/model/db.py:2299
2177 msgid "Repository read access"
2120 msgid "Repository read access"
2178 msgstr ""
2121 msgstr ""
2179
2122
2180 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
2123 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:572
2181 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
2124 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:584
2182 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
2125 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:601
2183 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
2126 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:686
2184 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
2127 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:659
2185 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
2128 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:661
2186 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
2129 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:684
2187 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
2130 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:685
2188 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
2131 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:702
2189 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
2132 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:719
2190 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
2133 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:735
2191 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
2134 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:738
2192 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
2135 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:740
2193 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
2136 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:740
2194 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
2137 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:767
2195 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
2138 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:777
2196 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
2139 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:820
2197 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
2140 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:819
2198 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
2141 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:820
2199 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
2142 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:820
2200 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
2143 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:826
2201 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
2144 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:948
2202 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
2145 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:973
2203 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
2146 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2295
2204 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2147 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2287
2205 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2148 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2287
2206 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2291
2149 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2291
2207 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2291
2150 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2291
2208 #: rhodecode/model/db.py:2294
2151 #: rhodecode/model/db.py:2300
2209 msgid "Repository write access"
2152 msgid "Repository write access"
2210 msgstr ""
2153 msgstr ""
2211
2154
2212 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
2155 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:573
2213 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
2156 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:585
2214 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
2157 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:602
2215 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
2158 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:687
2216 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
2159 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:660
2217 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
2160 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:662
2218 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
2161 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:685
2219 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
2162 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:686
2220 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
2163 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:703
2221 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
2164 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:720
2222 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
2165 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:736
2223 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
2166 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:739
2224 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
2167 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:741
2225 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
2168 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:741
2226 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
2169 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:768
2227 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
2170 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:778
2228 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
2171 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:821
2229 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
2172 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:820
2230 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
2173 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:821
2231 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
2174 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:821
2232 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
2175 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:827
2233 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
2176 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:949
2234 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
2177 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:974
2235 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
2178 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2296
2236 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2179 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2288
2237 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2180 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2288
2238 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2292
2181 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2292
2239 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2292
2182 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2292
2240 #: rhodecode/model/db.py:2295
2183 #: rhodecode/model/db.py:2301
2241 msgid "Repository admin access"
2184 msgid "Repository admin access"
2242 msgstr ""
2185 msgstr ""
2243
2186
2244 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
2187 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:575
2245 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
2188 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:587
2246 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
2189 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:604
2247 msgid "Repositories Group no access"
2190 msgid "Repositories Group no access"
2248 msgstr ""
2191 msgstr ""
2249
2192
2250 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
2193 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:576
2251 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
2194 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:588
2252 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
2195 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:605
2253 msgid "Repositories Group read access"
2196 msgid "Repositories Group read access"
2254 msgstr ""
2197 msgstr ""
2255
2198
2256 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
2199 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:577
2257 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
2200 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:589
2258 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
2201 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:606
2259 msgid "Repositories Group write access"
2202 msgid "Repositories Group write access"
2260 msgstr ""
2203 msgstr ""
2261
2204
2262 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
2205 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:578
2263 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
2206 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:590
2264 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
2207 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:607
2265 msgid "Repositories Group admin access"
2208 msgid "Repositories Group admin access"
2266 msgstr ""
2209 msgstr ""
2267
2210
2268 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
2211 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:580
2269 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
2212 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:592
2270 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
2213 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:609
2271 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
2214 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:694
2272 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
2215 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:655
2273 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
2216 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:657
2274 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
2217 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:680
2275 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
2218 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:681
2276 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
2219 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:698
2277 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
2220 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:715
2278 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
2221 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:731
2279 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
2222 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:734
2280 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
2223 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:736
2281 msgid "RhodeCode Administrator"
2224 msgid "RhodeCode Administrator"
2282 msgstr ""
2225 msgstr ""
2283
2226
2284 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
2227 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:581
2285 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
2228 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:593
2286 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
2229 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:610
2287 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
2230 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:695
2288 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
2231 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:678
2289 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
2232 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:680
2290 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
2233 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:703
2291 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
2234 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:704
2292 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
2235 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:721
2293 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
2236 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:738
2294 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2237 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:754
2295 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2238 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:757
2296 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2239 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:759
2297 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2240 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:759
2298 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2241 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:786
2299 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2242 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:796
2300 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2243 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:839
2301 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2244 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:838
2302 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2245 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:839
2303 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2246 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:839
2304 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2247 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:845
2305 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2248 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:967
2306 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
2249 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:992
2307 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
2250 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2314
2308 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2251 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2306
2309 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2252 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2306
2310 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2310
2253 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2310
2311 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2310
2254 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2310
2312 #: rhodecode/model/db.py:2313
2255 #: rhodecode/model/db.py:2319
2313 msgid "Repository creation disabled"
2256 msgid "Repository creation disabled"
2314 msgstr ""
2257 msgstr ""
2315
2258
2316 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
2259 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:582
2317 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
2260 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:594
2318 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
2261 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:611
2319 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
2262 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:696
2320 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
2263 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:679
2321 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
2264 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:681
2322 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
2265 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:704
2323 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
2266 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:705
2324 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
2267 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:722
2325 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
2268 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:739
2326 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
2269 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:755
2327 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
2270 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:758
2328 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
2271 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:760
2329 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
2272 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:760
2330 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
2273 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:787
2331 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
2274 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:797
2332 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
2275 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:840
2333 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
2276 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:839
2334 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
2277 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:840
2335 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
2278 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:840
2336 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
2279 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:846
2337 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
2280 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:968
2338 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
2281 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:993
2339 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
2282 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2315
2340 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2283 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2307
2341 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2284 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2307
2342 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2311
2285 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2311
2343 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2311
2286 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2311
2344 #: rhodecode/model/db.py:2314
2287 #: rhodecode/model/db.py:2320
2345 msgid "Repository creation enabled"
2288 msgid "Repository creation enabled"
2346 msgstr ""
2289 msgstr ""
2347
2290
2348 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
2291 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:583
2349 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
2292 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:595
2350 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
2293 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:612
2351 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
2294 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:697
2352 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
2295 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:681
2353 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
2296 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:683
2354 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
2297 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:706
2355 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
2298 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:707
2356 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
2299 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:724
2357 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
2300 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:741
2358 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2301 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:759
2359 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2302 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:762
2360 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2303 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:764
2361 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2304 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:764
2362 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2305 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:791
2363 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2306 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:801
2364 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2307 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:844
2365 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2308 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:843
2366 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2309 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:844
2367 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2310 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:844
2368 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2311 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:850
2369 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2312 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:972
2370 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2313 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:997
2371 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2314 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2319
2372 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2315 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2311
2373 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2316 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2311
2374 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2315
2317 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2315
2375 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2315
2318 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2315
2376 #: rhodecode/model/db.py:2318
2319 #: rhodecode/model/db.py:2324
2377 msgid "Repository forking disabled"
2320 msgid "Repository forking disabled"
2378 msgstr ""
2321 msgstr ""
2379
2322
2380 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
2323 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:584
2381 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
2324 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:596
2382 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
2325 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:613
2383 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
2326 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:698
2384 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
2327 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:682
2385 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
2328 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:684
2386 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
2329 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:707
2387 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
2330 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:708
2388 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
2331 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:725
2389 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
2332 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:742
2390 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
2333 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:760
2391 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
2334 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:763
2392 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
2335 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:765
2393 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
2336 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:765
2394 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
2337 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:792
2395 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
2338 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:802
2396 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
2339 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:845
2397 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
2340 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:844
2398 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
2341 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:845
2399 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
2342 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:845
2400 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
2343 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:851
2401 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2344 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:973
2402 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2345 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:998
2403 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2346 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2320
2404 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2347 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2312
2405 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2348 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2312
2406 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2316
2349 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2316
2407 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2316
2350 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2316
2408 #: rhodecode/model/db.py:2319
2351 #: rhodecode/model/db.py:2325
2409 msgid "Repository forking enabled"
2352 msgid "Repository forking enabled"
2410 msgstr ""
2353 msgstr ""
2411
2354
2412 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
2355 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:585
2413 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
2356 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:597
2414 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
2357 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:614
2415 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
2358 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:699
2416 msgid "Register disabled"
2359 msgid "Register disabled"
2417 msgstr ""
2360 msgstr ""
2418
2361
2419 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
2362 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:586
2420 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
2363 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:598
2421 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
2364 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:615
2422 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
2365 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:700
2423 msgid "Register new user with RhodeCode with manual activation"
2366 msgid "Register new user with RhodeCode with manual activation"
2424 msgstr ""
2367 msgstr ""
2425
2368
2426 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
2369 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:589
2427 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
2370 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:601
2428 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
2371 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:618
2429 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
2372 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:703
2430 msgid "Register new user with RhodeCode with auto activation"
2373 msgid "Register new user with RhodeCode with auto activation"
2431 msgstr ""
2374 msgstr ""
2432
2375
2433 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
2376 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:845
2434 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
2377 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:865
2435 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
2378 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:874
2436 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
2379 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:959
2437 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
2380 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:995
2438 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
2381 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:997
2439 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
2382 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1020
2440 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
2383 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1021
2441 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
2384 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1038
2442 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
2385 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1055
2443 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
2386 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1074
2444 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
2387 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1077
2445 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
2388 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1088
2446 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
2389 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1091
2447 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
2390 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1121
2448 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
2391 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1135
2449 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
2392 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1178
2450 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
2393 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1177
2451 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
2394 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1186
2452 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
2395 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1186
2453 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
2396 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1196
2454 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2397 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1318
2455 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2398 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1343
2456 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2399 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2952
2457 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2400 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2946
2458 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2401 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2946
2459 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2950
2402 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2950
2460 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2950
2403 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2950
2461 #: rhodecode/model/db.py:2962
2404 #: rhodecode/model/db.py:3009
2462 msgid "Not Reviewed"
2405 msgid "Not Reviewed"
2463 msgstr ""
2406 msgstr ""
2464
2407
2465 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
2408 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:846
2466 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
2409 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:866
2467 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
2410 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:875
2468 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
2411 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:960
2469 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
2412 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:996
2470 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
2413 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:998
2471 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
2414 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1021
2472 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
2415 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1022
2473 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
2416 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1039
2474 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
2417 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1056
2475 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
2418 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1075
2476 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
2419 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1078
2477 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
2420 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1089
2478 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
2421 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1092
2479 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
2422 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1122
2480 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
2423 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1136
2481 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
2424 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1179
2482 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
2425 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1178
2483 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
2426 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1187
2484 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
2427 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1187
2485 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
2428 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1197
2486 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2429 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1319
2487 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2430 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1344
2488 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2431 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2953
2489 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2432 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2947
2490 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2433 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2947
2491 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2951
2434 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2951
2492 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2951
2435 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2951
2493 #: rhodecode/model/db.py:2963
2436 #: rhodecode/model/db.py:3010
2494 msgid "Approved"
2437 msgid "Approved"
2495 msgstr ""
2438 msgstr ""
2496
2439
2497 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
2440 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:847
2498 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
2441 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:867
2499 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
2442 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:876
2500 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
2443 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:961
2501 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
2444 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:997
2502 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
2445 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:999
2503 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
2446 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1022
2504 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
2447 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1023
2505 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
2448 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1040
2506 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
2449 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1057
2507 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
2450 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1076
2508 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
2451 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1079
2509 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
2452 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1090
2510 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
2453 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1093
2511 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
2454 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1123
2512 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
2455 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1137
2513 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
2456 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1180
2514 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
2457 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1179
2515 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
2458 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1188
2516 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
2459 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1188
2517 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
2460 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1198
2518 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2461 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1320
2519 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2462 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1345
2520 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2463 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2954
2521 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2464 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2948
2522 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2465 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2948
2523 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2952
2466 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2952
2524 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2952
2467 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2952
2525 #: rhodecode/model/db.py:2964
2468 #: rhodecode/model/db.py:3011
2526 msgid "Rejected"
2469 msgid "Rejected"
2527 msgstr ""
2470 msgstr ""
2528
2471
2529 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
2472 #: rhodecode/lib/dbmigrate/schema/db_1_4_0.py:848
2530 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
2473 #: rhodecode/lib/dbmigrate/schema/db_1_5_0.py:868
2531 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
2474 #: rhodecode/lib/dbmigrate/schema/db_1_5_2.py:877
2532 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
2475 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:962
2533 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
2476 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:998
2534 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
2477 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:1000
2535 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
2478 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:1023
2536 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
2479 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:1024
2537 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
2480 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:1041
2538 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
2481 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:1058
2539 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
2482 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:1077
2540 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
2483 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:1080
2541 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
2484 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:1091
2542 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
2485 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:1094
2543 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
2486 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:1124
2544 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
2487 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:1138
2545 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
2488 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:1181
2546 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
2489 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:1180
2547 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
2490 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:1189
2548 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
2491 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:1189
2549 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2492 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:1199
2550 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2493 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:1321
2551 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2494 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1346
2552 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2495 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2955
2553 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2496 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2949
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2497 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2949
2555 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2953
2498 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2953
2556 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2953
2499 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2953
2557 #: rhodecode/model/db.py:2965
2500 #: rhodecode/model/db.py:3012
2558 msgid "Under Review"
2501 msgid "Under Review"
2559 msgstr ""
2502 msgstr ""
2560
2503
2561 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
2504 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:689
2562 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
2505 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:662
2563 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
2506 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:664
2564 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
2507 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:687
2565 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
2508 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:688
2566 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
2509 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:705
2567 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
2510 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:722
2568 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
2511 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:738
2569 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
2512 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:741
2570 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
2513 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:743
2571 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
2514 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:743
2572 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
2515 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:770
2573 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
2516 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:780
2574 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
2517 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:823
2575 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
2518 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:822
2576 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
2519 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:823
2577 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
2520 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:823
2578 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
2521 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:829
2579 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2522 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:951
2580 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2523 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:976
2581 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2524 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2298
2582 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2525 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2290
2583 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2526 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2290
2584 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2294
2527 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2294
2585 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2294
2528 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2294
2586 #: rhodecode/model/db.py:2297
2529 #: rhodecode/model/db.py:2303
2587 msgid "Repository group no access"
2530 msgid "Repository group no access"
2588 msgstr ""
2531 msgstr ""
2589
2532
2590 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2533 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:690
2591 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2534 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:663
2592 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2535 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:665
2593 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2536 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:688
2594 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2537 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:689
2595 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2538 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:706
2596 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2539 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:723
2597 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2540 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:739
2598 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2541 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:742
2599 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2542 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:744
2600 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2543 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:744
2601 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2544 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:771
2602 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2545 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:781
2603 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2546 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:824
2604 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2547 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:823
2605 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2548 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:824
2606 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2549 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:824
2607 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2550 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:830
2608 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2551 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:952
2609 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2552 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:977
2610 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2553 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2299
2611 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2554 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2291
2612 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2555 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2291
2613 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2295
2556 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2295
2614 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2295
2557 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2295
2615 #: rhodecode/model/db.py:2298
2558 #: rhodecode/model/db.py:2304
2616 msgid "Repository group read access"
2559 msgid "Repository group read access"
2617 msgstr ""
2560 msgstr ""
2618
2561
2619 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2562 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:691
2620 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2563 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:664
2621 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2564 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:666
2622 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2565 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:689
2623 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2566 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:690
2624 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2567 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:707
2625 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2568 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:724
2626 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2569 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:740
2627 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2570 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:743
2628 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2571 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:745
2629 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
2572 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:745
2630 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
2573 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:772
2631 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
2574 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:782
2632 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
2575 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:825
2633 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
2576 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:824
2634 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
2577 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:825
2635 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2578 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:825
2636 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2579 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:831
2637 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2580 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:953
2638 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2581 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:978
2639 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2582 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2300
2640 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2583 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2292
2641 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2584 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2292
2642 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2296
2585 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2296
2643 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2296
2586 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2296
2644 #: rhodecode/model/db.py:2299
2587 #: rhodecode/model/db.py:2305
2645 msgid "Repository group write access"
2588 msgid "Repository group write access"
2646 msgstr ""
2589 msgstr ""
2647
2590
2648 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2591 #: rhodecode/lib/dbmigrate/schema/db_1_6_0.py:692
2649 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2592 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:665
2650 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2593 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:667
2651 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2594 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:690
2652 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2595 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:691
2653 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2596 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:708
2654 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2597 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:725
2655 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2598 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:741
2656 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2599 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:744
2657 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2600 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:746
2658 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2601 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:746
2659 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2602 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:773
2660 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2603 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:783
2661 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2604 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:826
2662 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2605 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:825
2663 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2606 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:826
2664 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2607 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:826
2665 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2608 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:832
2666 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2609 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:954
2667 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2610 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:979
2668 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2611 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2301
2669 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2612 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2293
2670 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2613 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2293
2671 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2297
2614 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2297
2672 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2297
2615 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2297
2673 #: rhodecode/model/db.py:2300
2616 #: rhodecode/model/db.py:2306
2674 msgid "Repository group admin access"
2617 msgid "Repository group admin access"
2675 msgstr ""
2618 msgstr ""
2676
2619
2677 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2620 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:667
2678 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2621 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:669
2679 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2622 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:692
2680 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2623 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:693
2681 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2624 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:710
2682 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2625 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:727
2683 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2626 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:743
2684 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2627 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:746
2685 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2628 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:748
2686 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2629 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:748
2687 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2630 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:775
2688 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2631 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:785
2689 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2632 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:828
2690 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2633 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:827
2691 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2634 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:828
2692 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2635 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:828
2693 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2636 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:834
2694 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2637 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:956
2695 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2638 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:981
2696 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2639 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2303
2697 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2640 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2295
2698 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2641 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2295
2699 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2299
2642 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2299
2700 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2299
2643 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2299
2701 #: rhodecode/model/db.py:2302
2644 #: rhodecode/model/db.py:2308
2702 msgid "User group no access"
2645 msgid "User group no access"
2703 msgstr ""
2646 msgstr ""
2704
2647
2705 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2648 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:668
2706 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2649 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:670
2707 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2650 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:693
2708 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2651 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:694
2709 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2652 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:711
2710 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2653 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:728
2711 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2654 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:744
2712 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2655 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:747
2713 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2656 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:749
2714 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2657 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:749
2715 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2658 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:776
2716 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2659 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:786
2717 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2660 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:829
2718 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2661 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:828
2719 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2662 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:829
2720 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2663 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:829
2721 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2664 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:835
2722 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2665 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:957
2723 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2666 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:982
2724 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2667 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2304
2725 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2668 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2296
2726 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2669 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2296
2727 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2300
2670 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2300
2728 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2300
2671 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2300
2729 #: rhodecode/model/db.py:2303
2672 #: rhodecode/model/db.py:2309
2730 msgid "User group read access"
2673 msgid "User group read access"
2731 msgstr ""
2674 msgstr ""
2732
2675
2733 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2676 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:669
2734 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2677 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:671
2735 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2678 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:694
2736 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2679 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:695
2737 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2680 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:712
2738 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2681 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:729
2739 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2682 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:745
2740 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2683 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:748
2741 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2684 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:750
2742 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2685 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:750
2743 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2686 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:777
2744 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2687 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:787
2745 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2688 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:830
2746 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2689 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:829
2747 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2690 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:830
2748 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2691 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:830
2749 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2692 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:836
2750 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2693 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:958
2751 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2694 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:983
2752 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2695 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2305
2753 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2696 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2297
2754 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2697 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2297
2755 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2301
2698 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2301
2756 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2301
2699 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2301
2757 #: rhodecode/model/db.py:2304
2700 #: rhodecode/model/db.py:2310
2758 msgid "User group write access"
2701 msgid "User group write access"
2759 msgstr ""
2702 msgstr ""
2760
2703
2761 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2704 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:670
2762 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2705 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:672
2763 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2706 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:695
2764 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2707 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:696
2765 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2708 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:713
2766 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2709 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:730
2767 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2710 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:746
2768 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2711 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:749
2769 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2712 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:751
2770 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2713 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:751
2771 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2714 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:778
2772 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2715 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:788
2773 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2716 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:831
2774 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2717 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:830
2775 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2718 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:831
2776 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2719 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:831
2777 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2720 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:837
2778 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2721 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:959
2779 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2722 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:984
2780 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2723 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2306
2781 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2724 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2298
2782 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2725 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2298
2783 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2302
2726 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2302
2784 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2302
2727 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2302
2785 #: rhodecode/model/db.py:2305
2728 #: rhodecode/model/db.py:2311
2786 msgid "User group admin access"
2729 msgid "User group admin access"
2787 msgstr ""
2730 msgstr ""
2788
2731
2789 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2732 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:672
2790 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2733 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:674
2791 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2734 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:697
2792 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2735 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:698
2793 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2736 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:715
2794 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2737 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:732
2795 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2738 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:748
2796 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2739 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:751
2797 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2740 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:753
2798 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2741 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:753
2799 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2742 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:780
2800 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2743 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:790
2801 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2744 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:833
2802 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2745 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:832
2803 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2746 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:833
2804 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2747 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:833
2805 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2748 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:839
2806 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2749 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:961
2807 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2750 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:986
2808 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2751 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2308
2809 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2752 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2300
2810 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2753 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2300
2811 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2304
2754 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2304
2812 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2304
2755 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2304
2813 #: rhodecode/model/db.py:2307
2756 #: rhodecode/model/db.py:2313
2814 msgid "Repository Group creation disabled"
2757 msgid "Repository Group creation disabled"
2815 msgstr ""
2758 msgstr ""
2816
2759
2817 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2760 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:673
2818 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2761 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:675
2819 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2762 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:698
2820 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2763 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:699
2821 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2764 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:716
2822 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2765 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:733
2823 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2766 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:749
2824 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2767 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:752
2825 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2768 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:754
2826 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2769 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:754
2827 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2770 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:781
2828 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2771 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:791
2829 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2772 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:834
2830 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2773 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:833
2831 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2774 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:834
2832 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2775 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:834
2833 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2776 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:840
2834 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2777 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:962
2835 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2778 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:987
2836 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2779 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2309
2837 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2780 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2301
2838 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2781 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2301
2839 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2305
2782 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2305
2840 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2305
2783 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2305
2841 #: rhodecode/model/db.py:2308
2784 #: rhodecode/model/db.py:2314
2842 msgid "Repository Group creation enabled"
2785 msgid "Repository Group creation enabled"
2843 msgstr ""
2786 msgstr ""
2844
2787
2845 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2788 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:675
2846 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2789 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:677
2847 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2790 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:700
2848 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2791 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:701
2849 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2792 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:718
2850 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2793 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:735
2851 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2794 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:751
2852 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2795 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:754
2853 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2796 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:756
2854 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2797 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:756
2855 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2798 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:783
2856 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2799 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:793
2857 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2800 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:836
2858 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2801 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:835
2859 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2802 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:836
2860 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2803 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:836
2861 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2804 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:842
2862 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2805 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:964
2863 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2806 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:989
2864 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2807 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2311
2865 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2808 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2303
2866 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2809 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2303
2867 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2307
2810 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2307
2868 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2307
2811 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2307
2869 #: rhodecode/model/db.py:2310
2812 #: rhodecode/model/db.py:2316
2870 msgid "User Group creation disabled"
2813 msgid "User Group creation disabled"
2871 msgstr ""
2814 msgstr ""
2872
2815
2873 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2816 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:676
2874 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2817 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:678
2875 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2818 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:701
2876 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2819 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:702
2877 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2820 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:719
2878 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2821 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:736
2879 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2822 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:752
2880 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2823 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:755
2881 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2824 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:757
2882 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2825 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:757
2883 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2826 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:784
2884 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2827 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:794
2885 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2828 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:837
2886 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2829 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:836
2887 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2830 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:837
2888 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2831 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:837
2889 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2832 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:843
2890 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2833 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:965
2891 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2834 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:990
2892 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2835 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2312
2893 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2836 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2304
2894 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2837 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2304
2895 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2308
2838 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2308
2896 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2308
2839 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2308
2897 #: rhodecode/model/db.py:2311
2840 #: rhodecode/model/db.py:2317
2898 msgid "User Group creation enabled"
2841 msgid "User Group creation enabled"
2899 msgstr ""
2842 msgstr ""
2900
2843
2901 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2844 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:684
2902 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2845 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:686
2903 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2846 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:709
2904 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2847 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:710
2905 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2848 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:727
2906 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2849 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:744
2907 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2850 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:762
2908 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2851 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:765
2909 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2852 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:767
2910 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2853 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:767
2911 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2854 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:794
2912 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2855 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:804
2913 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2856 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:847
2914 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2857 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:846
2915 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2858 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:847
2916 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2859 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:847
2917 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2860 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:853
2918 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2861 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:975
2919 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2862 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1000
2920 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2863 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2322
2921 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2864 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2314
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2865 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2314
2923 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2318
2866 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2318
2924 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2318
2867 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2318
2925 #: rhodecode/model/db.py:2321
2868 #: rhodecode/model/db.py:2327
2926 msgid "Registration disabled"
2869 msgid "Registration disabled"
2927 msgstr ""
2870 msgstr ""
2928
2871
2929 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2872 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:685
2930 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2873 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:687
2931 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2874 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:710
2932 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2875 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:711
2933 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2876 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:728
2934 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2877 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:745
2935 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2878 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:763
2936 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2879 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:766
2937 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2880 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:768
2938 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2881 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:768
2939 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2882 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:795
2940 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2883 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:805
2941 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2884 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:848
2942 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2885 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:847
2943 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2886 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:848
2944 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2887 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:848
2945 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2888 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:854
2946 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2889 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:976
2947 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2890 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1001
2948 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2891 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2323
2949 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2892 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2315
2950 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2893 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2315
2951 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2319
2894 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2319
2952 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2319
2895 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2319
2953 #: rhodecode/model/db.py:2322
2896 #: rhodecode/model/db.py:2328
2954 msgid "User Registration with manual account activation"
2897 msgid "User Registration with manual account activation"
2955 msgstr ""
2898 msgstr ""
2956
2899
2957 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2900 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:686
2958 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2901 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:688
2959 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2902 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:711
2960 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2903 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:712
2961 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2904 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:729
2962 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2905 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:746
2963 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2906 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:764
2964 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2907 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:767
2965 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2908 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:769
2966 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2909 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:769
2967 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2910 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:796
2968 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2911 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:806
2969 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2912 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:849
2970 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2913 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:848
2971 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2914 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:849
2972 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2915 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:849
2973 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2916 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:855
2974 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2917 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:977
2975 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2918 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1002
2976 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2919 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2324
2977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2920 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2316
2978 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2921 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2316
2979 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2320
2922 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2320
2980 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2320
2923 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2320
2981 #: rhodecode/model/db.py:2323
2924 #: rhodecode/model/db.py:2329
2982 msgid "User Registration with automatic account activation"
2925 msgid "User Registration with automatic account activation"
2983 msgstr ""
2926 msgstr ""
2984
2927
2985 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2928 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:688
2986 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2929 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:690
2987 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2930 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:713
2988 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2931 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:714
2989 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2932 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:731
2990 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2933 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:748
2991 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2934 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:766
2992 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2935 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:769
2993 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2936 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:771
2994 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2937 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:771
2995 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2938 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:798
2996 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2939 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:808
2997 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2940 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:851
2998 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2941 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:850
2999 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
2942 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:851
3000 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
2943 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:851
3001 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
2944 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:857
3002 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
2945 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:979
3003 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
2946 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1004
3004 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
2947 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2326
3005 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
2948 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2318
3006 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
2949 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2318
3007 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2322
2950 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2322
3008 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2322
2951 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2322
3009 #: rhodecode/model/db.py:2329 rhodecode/model/permission.py:95
2952 #: rhodecode/model/db.py:2335 rhodecode/model/permission.py:95
3010 msgid "Manual activation of external account"
2953 msgid "Manual activation of external account"
3011 msgstr ""
2954 msgstr ""
3012
2955
3013 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
2956 #: rhodecode/lib/dbmigrate/schema/db_1_7_0.py:689
3014 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
2957 #: rhodecode/lib/dbmigrate/schema/db_1_8_0.py:691
3015 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
2958 #: rhodecode/lib/dbmigrate/schema/db_2_0_0.py:714
3016 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
2959 #: rhodecode/lib/dbmigrate/schema/db_2_0_1.py:715
3017 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
2960 #: rhodecode/lib/dbmigrate/schema/db_2_0_2.py:732
3018 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
2961 #: rhodecode/lib/dbmigrate/schema/db_2_1_0.py:749
3019 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
2962 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:767
3020 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
2963 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:770
3021 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
2964 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:772
3022 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
2965 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:772
3023 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
2966 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:799
3024 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
2967 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:809
3025 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
2968 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:852
3026 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
2969 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:851
3027 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
2970 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:852
3028 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
2971 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:852
3029 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
2972 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:858
3030 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
2973 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:980
3031 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
2974 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1005
3032 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
2975 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2327
3033 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
2976 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2319
3034 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
2977 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2319
3035 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2323
2978 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2323
3036 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2323
2979 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2323
3037 #: rhodecode/model/db.py:2330 rhodecode/model/permission.py:96
2980 #: rhodecode/model/db.py:2336 rhodecode/model/permission.py:96
3038 msgid "Automatic activation of external account"
2981 msgid "Automatic activation of external account"
3039 msgstr ""
2982 msgstr ""
3040
2983
3041 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
2984 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:756
3042 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
2985 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:759
3043 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
2986 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:761
3044 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
2987 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:761
3045 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
2988 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:788
3046 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
2989 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:798
3047 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
2990 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:841
3048 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
2991 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:840
3049 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
2992 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:841
3050 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
2993 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:841
3051 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
2994 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:847
3052 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
2995 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:969
3053 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
2996 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:994
3054 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
2997 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2316
3055 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
2998 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2308
3056 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
2999 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2308
3057 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2312
3000 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2312
3058 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2312
3001 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2312
3059 #: rhodecode/model/db.py:2315
3002 #: rhodecode/model/db.py:2321
3060 msgid ""
3003 msgid ""
3061 "Repository creation enabled with write permission to a repository group"
3004 "Repository creation enabled with write permission to a repository group"
3062 msgstr ""
3005 msgstr ""
3063
3006
3064 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
3007 #: rhodecode/lib/dbmigrate/schema/db_2_2_0.py:757
3065 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
3008 #: rhodecode/lib/dbmigrate/schema/db_2_2_3.py:760
3066 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
3009 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_0.py:762
3067 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
3010 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:762
3068 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
3011 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:789
3069 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
3012 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:799
3070 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
3013 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:842
3071 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
3014 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:841
3072 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
3015 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:842
3073 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
3016 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:842
3074 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
3017 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:848
3075 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
3018 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:970
3076 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
3019 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:995
3077 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
3020 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2317
3078 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
3021 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2309
3079 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
3022 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2309
3080 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2313
3023 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2313
3081 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2313
3024 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2313
3082 #: rhodecode/model/db.py:2316
3025 #: rhodecode/model/db.py:2322
3083 msgid ""
3026 msgid ""
3084 "Repository creation disabled with write permission to a repository group"
3027 "Repository creation disabled with write permission to a repository group"
3085 msgstr ""
3028 msgstr ""
3086
3029
3087 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
3030 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_1.py:736
3088 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
3031 #: rhodecode/lib/dbmigrate/schema/db_2_3_0_2.py:763
3089 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
3032 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:773
3090 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
3033 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:816
3091 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
3034 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:815
3092 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
3035 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:816
3093 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
3036 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:816
3094 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
3037 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:822
3095 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
3038 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:944
3096 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
3039 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:969
3097 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
3040 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2291
3098 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
3041 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2283
3099 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
3042 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2283
3100 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2287
3043 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2287
3101 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2287
3044 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2287
3102 #: rhodecode/model/db.py:2290
3045 #: rhodecode/model/db.py:2296
3103 msgid "RhodeCode Super Administrator"
3046 msgid "RhodeCode Super Administrator"
3104 msgstr ""
3047 msgstr ""
3105
3048
3106 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
3049 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:811
3107 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
3050 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:854
3108 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
3051 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:853
3109 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
3052 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:854
3110 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
3053 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:854
3111 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
3054 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:860
3112 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
3055 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:982
3113 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
3056 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1007
3114 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
3057 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2329
3115 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
3058 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2321
3116 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
3059 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2321
3117 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2325
3060 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2325
3118 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2325
3061 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2325
3119 #: rhodecode/model/db.py:2332
3062 #: rhodecode/model/db.py:2338
3120 msgid "Inherit object permissions from default user disabled"
3063 msgid "Inherit object permissions from default user disabled"
3121 msgstr ""
3064 msgstr ""
3122
3065
3123 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
3066 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_0.py:812
3124 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
3067 #: rhodecode/lib/dbmigrate/schema/db_3_0_0_1.py:855
3125 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
3068 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_0.py:854
3126 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
3069 #: rhodecode/lib/dbmigrate/schema/db_3_1_0_1.py:855
3127 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
3070 #: rhodecode/lib/dbmigrate/schema/db_3_2_0_0.py:855
3128 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
3071 #: rhodecode/lib/dbmigrate/schema/db_3_3_0_0.py:861
3129 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
3072 #: rhodecode/lib/dbmigrate/schema/db_3_5_0_0.py:983
3130 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
3073 #: rhodecode/lib/dbmigrate/schema/db_3_7_0_0.py:1008
3131 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
3074 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2330
3132 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
3075 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2322
3133 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
3076 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2322
3134 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2326
3077 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2326
3135 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2326
3078 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2326
3136 #: rhodecode/model/db.py:2333
3079 #: rhodecode/model/db.py:2339
3137 msgid "Inherit object permissions from default user enabled"
3080 msgid "Inherit object permissions from default user enabled"
3138 msgstr ""
3081 msgstr ""
3139
3082
3140 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
3083 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:909
3141 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
3084 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:910
3142 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910
3085 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:910
3143 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:912
3086 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:912
3144 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:912 rhodecode/model/db.py:907
3087 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:912 rhodecode/model/db.py:913
3145 msgid "all"
3088 msgid "all"
3146 msgstr ""
3089 msgstr ""
3147
3090
3148 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
3091 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:910
3149 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
3092 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:911
3150 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911
3093 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:911
3151 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:913
3094 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:913
3152 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:913 rhodecode/model/db.py:908
3095 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:913 rhodecode/model/db.py:914
3153 msgid "http/web interface"
3096 msgid "http/web interface"
3154 msgstr ""
3097 msgstr ""
3155
3098
3156 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
3099 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:911
3157 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
3100 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:912
3158 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912
3101 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:912
3159 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:914
3102 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:914
3160 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:914 rhodecode/model/db.py:909
3103 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:914 rhodecode/model/db.py:915
3161 msgid "vcs (git/hg/svn protocol)"
3104 msgid "vcs (git/hg/svn protocol)"
3162 msgstr ""
3105 msgstr ""
3163
3106
3164 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
3107 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:912
3165 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
3108 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:913
3166 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913
3109 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:913
3167 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:915
3110 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:915
3168 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:915 rhodecode/model/db.py:910
3111 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:915 rhodecode/model/db.py:916
3169 msgid "api calls"
3112 msgid "api calls"
3170 msgstr ""
3113 msgstr ""
3171
3114
3172 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
3115 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:913
3173 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
3116 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:914
3174 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914
3117 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:914
3175 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:916
3118 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:916
3176 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:916 rhodecode/model/db.py:911
3119 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:916 rhodecode/model/db.py:917
3177 msgid "feed access"
3120 msgid "feed access"
3178 msgstr ""
3121 msgstr ""
3179
3122
3180 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
3123 #: rhodecode/lib/dbmigrate/schema/db_4_3_0_0.py:2069
3181 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
3124 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_0.py:2061
3182 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
3125 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_1.py:2061
3183 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2065
3126 #: rhodecode/lib/dbmigrate/schema/db_4_4_0_2.py:2065
3184 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2065
3127 #: rhodecode/lib/dbmigrate/schema/db_4_5_0_0.py:2065
3185 #: rhodecode/model/db.py:2061
3128 #: rhodecode/model/db.py:2067
3186 msgid "No parent"
3129 msgid "No parent"
3187 msgstr ""
3130 msgstr ""
3188
3131
3189 #: rhodecode/lib/index/whoosh.py:148
3132 #: rhodecode/lib/index/whoosh.py:148
3190 msgid "Invalid search query. Try quoting it."
3133 msgid "Invalid search query. Try quoting it."
3191 msgstr ""
3134 msgstr ""
3192
3135
3193 #: rhodecode/lib/index/whoosh.py:150
3136 #: rhodecode/lib/index/whoosh.py:150
3194 msgid "There is no index to search in. Please run whoosh indexer"
3137 msgid "There is no index to search in. Please run whoosh indexer"
3195 msgstr ""
3138 msgstr ""
3196
3139
3197 #: rhodecode/lib/index/whoosh.py:155
3140 #: rhodecode/lib/index/whoosh.py:155
3198 msgid "An error occurred during this search operation"
3141 msgid "An error occurred during this search operation"
3199 msgstr ""
3142 msgstr ""
3200
3143
3201 #: rhodecode/lib/index/whoosh.py:163
3144 #: rhodecode/lib/index/whoosh.py:163
3202 msgid "Index Type"
3145 msgid "Index Type"
3203 msgstr ""
3146 msgstr ""
3204
3147
3205 #: rhodecode/lib/index/whoosh.py:164
3148 #: rhodecode/lib/index/whoosh.py:164
3206 msgid "File Index"
3149 msgid "File Index"
3207 msgstr ""
3150 msgstr ""
3208
3151
3209 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
3152 #: rhodecode/lib/index/whoosh.py:165 rhodecode/lib/index/whoosh.py:170
3210 msgid "Indexed documents"
3153 msgid "Indexed documents"
3211 msgstr ""
3154 msgstr ""
3212
3155
3213 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
3156 #: rhodecode/lib/index/whoosh.py:167 rhodecode/lib/index/whoosh.py:172
3214 msgid "Last update"
3157 msgid "Last update"
3215 msgstr ""
3158 msgstr ""
3216
3159
3217 #: rhodecode/lib/index/whoosh.py:169
3160 #: rhodecode/lib/index/whoosh.py:169
3218 msgid "Commit index"
3161 msgid "Commit index"
3219 msgstr ""
3162 msgstr ""
3220
3163
3221 #: rhodecode/login/views.py:246 rhodecode/login/views.py:308
3164 #: rhodecode/login/views.py:249 rhodecode/login/views.py:311
3222 msgid "Bad captcha"
3165 msgid "Bad captcha"
3223 msgstr ""
3166 msgstr ""
3224
3167
3225 #: rhodecode/login/views.py:255
3168 #: rhodecode/login/views.py:258
3226 msgid "You have successfully registered with RhodeCode"
3169 msgid "You have successfully registered with RhodeCode"
3227 msgstr ""
3170 msgstr ""
3228
3171
3229 #: rhodecode/login/views.py:297
3172 #: rhodecode/login/views.py:300
3230 msgid "Password reset has been disabled."
3173 msgid "Password reset has been disabled."
3231 msgstr ""
3174 msgstr ""
3232
3175
3233 #: rhodecode/login/views.py:324
3176 #: rhodecode/login/views.py:327
3234 msgid "Your password reset link was sent"
3177 msgid "Your password reset link was sent"
3235 msgstr ""
3178 msgstr ""
3236
3179
3237 #: rhodecode/login/views.py:348
3180 #: rhodecode/login/views.py:351
3238 msgid ""
3181 msgid ""
3239 "Your password reset was successful, a new password has been sent to your "
3182 "Your password reset was successful, a new password has been sent to your "
3240 "email"
3183 "email"
3241 msgstr ""
3184 msgstr ""
3242
3185
3243 #: rhodecode/model/comment.py:266
3186 #: rhodecode/model/comment.py:367
3244 msgid "made a comment"
3187 msgid "made a comment"
3245 msgstr ""
3188 msgstr ""
3246
3189
3247 #: rhodecode/model/comment.py:267
3190 #: rhodecode/model/comment.py:368
3248 msgid "Show it now"
3191 msgid "Show it now"
3249 msgstr ""
3192 msgstr ""
3250
3193
3251 #: rhodecode/model/db.py:2325
3194 #: rhodecode/model/db.py:2331
3252 msgid "Password reset enabled"
3195 msgid "Password reset enabled"
3253 msgstr ""
3196 msgstr ""
3254
3197
3255 #: rhodecode/model/db.py:2326
3198 #: rhodecode/model/db.py:2332
3256 msgid "Password reset hidden"
3199 msgid "Password reset hidden"
3257 msgstr ""
3200 msgstr ""
3258
3201
3259 #: rhodecode/model/db.py:2327
3202 #: rhodecode/model/db.py:2333
3260 msgid "Password reset disabled"
3203 msgid "Password reset disabled"
3261 msgstr ""
3204 msgstr ""
3262
3205
3263 #: rhodecode/model/forms.py:85
3206 #: rhodecode/model/forms.py:85
3264 msgid "Please enter a login"
3207 msgid "Please enter a login"
3265 msgstr ""
3208 msgstr ""
3266
3209
3267 #: rhodecode/model/forms.py:86
3210 #: rhodecode/model/forms.py:86
3268 #, python-format
3211 #, python-format
3269 msgid "Enter a value %(min)i characters long or more"
3212 msgid "Enter a value %(min)i characters long or more"
3270 msgstr ""
3213 msgstr ""
3271
3214
3272 #: rhodecode/model/forms.py:95
3215 #: rhodecode/model/forms.py:95
3273 msgid "Please enter a password"
3216 msgid "Please enter a password"
3274 msgstr ""
3217 msgstr ""
3275
3218
3276 #: rhodecode/model/forms.py:96
3219 #: rhodecode/model/forms.py:96
3277 #, python-format
3220 #, python-format
3278 msgid "Enter %(min)i characters or more"
3221 msgid "Enter %(min)i characters or more"
3279 msgstr ""
3222 msgstr ""
3280
3223
3281 #: rhodecode/model/notification.py:247
3224 #: rhodecode/model/notification.py:247
3282 #, python-format
3225 #, python-format
3283 msgid "%(user)s commented on commit %(date_or_age)s"
3226 msgid "%(user)s commented on commit %(date_or_age)s"
3284 msgstr ""
3227 msgstr ""
3285
3228
3286 #: rhodecode/model/notification.py:248
3229 #: rhodecode/model/notification.py:248
3287 #, python-format
3230 #, python-format
3288 msgid "%(user)s commented on commit at %(date_or_age)s"
3231 msgid "%(user)s commented on commit at %(date_or_age)s"
3289 msgstr ""
3232 msgstr ""
3290
3233
3291 #: rhodecode/model/notification.py:251
3234 #: rhodecode/model/notification.py:251
3292 #, python-format
3235 #, python-format
3293 msgid "%(user)s sent message %(date_or_age)s"
3236 msgid "%(user)s sent message %(date_or_age)s"
3294 msgstr ""
3237 msgstr ""
3295
3238
3296 #: rhodecode/model/notification.py:252
3239 #: rhodecode/model/notification.py:252
3297 #, python-format
3240 #, python-format
3298 msgid "%(user)s sent message at %(date_or_age)s"
3241 msgid "%(user)s sent message at %(date_or_age)s"
3299 msgstr ""
3242 msgstr ""
3300
3243
3301 #: rhodecode/model/notification.py:255
3244 #: rhodecode/model/notification.py:255
3302 #, python-format
3245 #, python-format
3303 msgid "%(user)s mentioned you %(date_or_age)s"
3246 msgid "%(user)s mentioned you %(date_or_age)s"
3304 msgstr ""
3247 msgstr ""
3305
3248
3306 #: rhodecode/model/notification.py:256
3249 #: rhodecode/model/notification.py:256
3307 #, python-format
3250 #, python-format
3308 msgid "%(user)s mentioned you at %(date_or_age)s"
3251 msgid "%(user)s mentioned you at %(date_or_age)s"
3309 msgstr ""
3252 msgstr ""
3310
3253
3311 #: rhodecode/model/notification.py:259
3254 #: rhodecode/model/notification.py:259
3312 #, python-format
3255 #, python-format
3313 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
3256 msgid "%(user)s registered in RhodeCode %(date_or_age)s"
3314 msgstr ""
3257 msgstr ""
3315
3258
3316 #: rhodecode/model/notification.py:260
3259 #: rhodecode/model/notification.py:260
3317 #, python-format
3260 #, python-format
3318 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
3261 msgid "%(user)s registered in RhodeCode at %(date_or_age)s"
3319 msgstr ""
3262 msgstr ""
3320
3263
3321 #: rhodecode/model/notification.py:263
3264 #: rhodecode/model/notification.py:263
3322 #, python-format
3265 #, python-format
3323 msgid "%(user)s opened new pull request %(date_or_age)s"
3266 msgid "%(user)s opened new pull request %(date_or_age)s"
3324 msgstr ""
3267 msgstr ""
3325
3268
3326 #: rhodecode/model/notification.py:264
3269 #: rhodecode/model/notification.py:264
3327 #, python-format
3270 #, python-format
3328 msgid "%(user)s opened new pull request at %(date_or_age)s"
3271 msgid "%(user)s opened new pull request at %(date_or_age)s"
3329 msgstr ""
3272 msgstr ""
3330
3273
3331 #: rhodecode/model/notification.py:267
3274 #: rhodecode/model/notification.py:267
3332 #, python-format
3275 #, python-format
3333 msgid "%(user)s commented on pull request %(date_or_age)s"
3276 msgid "%(user)s commented on pull request %(date_or_age)s"
3334 msgstr ""
3277 msgstr ""
3335
3278
3336 #: rhodecode/model/notification.py:268
3279 #: rhodecode/model/notification.py:268
3337 #, python-format
3280 #, python-format
3338 msgid "%(user)s commented on pull request at %(date_or_age)s"
3281 msgid "%(user)s commented on pull request at %(date_or_age)s"
3339 msgstr ""
3282 msgstr ""
3340
3283
3341 #: rhodecode/model/permission.py:67 rhodecode/model/permission.py:73
3284 #: rhodecode/model/permission.py:67 rhodecode/model/permission.py:73
3342 #: rhodecode/model/permission.py:79
3285 #: rhodecode/model/permission.py:79
3343 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:11
3286 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:11
3344 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:126
3287 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:126
3345 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:12
3288 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:12
3346 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:11
3289 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:11
3347 msgid "None"
3290 msgid "None"
3348 msgstr ""
3291 msgstr ""
3349
3292
3350 #: rhodecode/model/permission.py:68 rhodecode/model/permission.py:74
3293 #: rhodecode/model/permission.py:68 rhodecode/model/permission.py:74
3351 #: rhodecode/model/permission.py:80
3294 #: rhodecode/model/permission.py:80
3352 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:12
3295 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:12
3353 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:13
3296 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:13
3354 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:12
3297 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:12
3355 msgid "Read"
3298 msgid "Read"
3356 msgstr ""
3299 msgstr ""
3357
3300
3358 #: rhodecode/model/permission.py:69 rhodecode/model/permission.py:75
3301 #: rhodecode/model/permission.py:69 rhodecode/model/permission.py:75
3359 #: rhodecode/model/permission.py:81
3302 #: rhodecode/model/permission.py:81
3360 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:13
3303 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:13
3361 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:14
3304 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:14
3362 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:13
3305 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:13
3306 #: rhodecode/templates/changeset/changeset_file_comment.mako:266
3307 #: rhodecode/templates/changeset/changeset_file_comment.mako:316
3363 msgid "Write"
3308 msgid "Write"
3364 msgstr ""
3309 msgstr ""
3365
3310
3366 #: rhodecode/model/permission.py:70 rhodecode/model/permission.py:76
3311 #: rhodecode/model/permission.py:70 rhodecode/model/permission.py:76
3367 #: rhodecode/model/permission.py:82
3312 #: rhodecode/model/permission.py:82
3368 #: rhodecode/templates/admin/auth/auth_settings.html:12
3313 #: rhodecode/templates/admin/auth/auth_settings.mako:12
3369 #: rhodecode/templates/admin/auth/plugin_settings.html:12
3314 #: rhodecode/templates/admin/auth/plugin_settings.mako:12
3370 #: rhodecode/templates/admin/defaults/defaults.html:12
3315 #: rhodecode/templates/admin/defaults/defaults.mako:12
3371 #: rhodecode/templates/admin/integrations/base.html:21
3316 #: rhodecode/templates/admin/integrations/base.mako:21
3372 #: rhodecode/templates/admin/integrations/form.html:15
3317 #: rhodecode/templates/admin/integrations/form.mako:15
3373 #: rhodecode/templates/admin/integrations/form.html:28
3318 #: rhodecode/templates/admin/integrations/form.mako:28
3374 #: rhodecode/templates/admin/integrations/list.html:8
3319 #: rhodecode/templates/admin/integrations/list.mako:8
3375 #: rhodecode/templates/admin/integrations/list.html:14
3320 #: rhodecode/templates/admin/integrations/list.mako:14
3376 #: rhodecode/templates/admin/integrations/new.html:11
3321 #: rhodecode/templates/admin/integrations/new.mako:11
3377 #: rhodecode/templates/admin/integrations/new.html:19
3322 #: rhodecode/templates/admin/integrations/new.mako:19
3378 #: rhodecode/templates/admin/permissions/permissions.html:12
3323 #: rhodecode/templates/admin/permissions/permissions.mako:12
3379 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:12
3324 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:12
3380 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:12
3325 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:12
3381 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:14
3326 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:14
3382 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
3327 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:13
3383 #: rhodecode/templates/admin/repos/repo_add.html:13
3328 #: rhodecode/templates/admin/repos/repo_add.mako:13
3384 #: rhodecode/templates/admin/repos/repo_add.html:17
3329 #: rhodecode/templates/admin/repos/repo_add.mako:17
3385 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:15
3330 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:15
3386 #: rhodecode/templates/admin/repos/repos.html:13
3331 #: rhodecode/templates/admin/repos/repos.mako:13
3387 #: rhodecode/templates/admin/settings/settings.html:12
3332 #: rhodecode/templates/admin/settings/settings.mako:12
3388 #: rhodecode/templates/admin/user_groups/user_group_add.html:11
3333 #: rhodecode/templates/admin/user_groups/user_group_add.mako:11
3389 #: rhodecode/templates/admin/user_groups/user_group_edit.html:12
3334 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:12
3390 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:14
3335 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:14
3391 #: rhodecode/templates/admin/user_groups/user_groups.html:13
3336 #: rhodecode/templates/admin/user_groups/user_groups.mako:13
3392 #: rhodecode/templates/admin/users/user_add.html:11
3337 #: rhodecode/templates/admin/users/user_add.mako:11
3393 #: rhodecode/templates/admin/users/user_edit.html:12
3338 #: rhodecode/templates/admin/users/user_edit.mako:12
3394 #: rhodecode/templates/admin/users/users.html:13
3339 #: rhodecode/templates/admin/users/users.mako:13
3395 #: rhodecode/templates/admin/users/users.html:103
3340 #: rhodecode/templates/admin/users/users.mako:103
3396 #: rhodecode/templates/base/base.html:406
3341 #: rhodecode/templates/base/base.mako:406
3397 #: rhodecode/templates/base/base.html:413
3342 #: rhodecode/templates/base/base.mako:413
3398 msgid "Admin"
3343 msgid "Admin"
3399 msgstr ""
3344 msgstr ""
3400
3345
3401 #: rhodecode/model/permission.py:85 rhodecode/model/permission.py:99
3346 #: rhodecode/model/permission.py:85 rhodecode/model/permission.py:99
3402 #: rhodecode/model/permission.py:103 rhodecode/model/permission.py:107
3347 #: rhodecode/model/permission.py:103 rhodecode/model/permission.py:107
3403 #: rhodecode/model/permission.py:111 rhodecode/model/permission.py:115
3348 #: rhodecode/model/permission.py:111 rhodecode/model/permission.py:115
3404 #: rhodecode/model/permission.py:119
3349 #: rhodecode/model/permission.py:119
3405 msgid "Disabled"
3350 msgid "Disabled"
3406 msgstr ""
3351 msgstr ""
3407
3352
3408 #: rhodecode/model/permission.py:86
3353 #: rhodecode/model/permission.py:86
3409 msgid "Allowed with manual account activation"
3354 msgid "Allowed with manual account activation"
3410 msgstr ""
3355 msgstr ""
3411
3356
3412 #: rhodecode/model/permission.py:87
3357 #: rhodecode/model/permission.py:87
3413 msgid "Allowed with automatic account activation"
3358 msgid "Allowed with automatic account activation"
3414 msgstr ""
3359 msgstr ""
3415
3360
3416 #: rhodecode/model/permission.py:90
3361 #: rhodecode/model/permission.py:90
3417 msgid "Allow password recovery"
3362 msgid "Allow password recovery"
3418 msgstr ""
3363 msgstr ""
3419
3364
3420 #: rhodecode/model/permission.py:91
3365 #: rhodecode/model/permission.py:91
3421 msgid "Hide password recovery link"
3366 msgid "Hide password recovery link"
3422 msgstr ""
3367 msgstr ""
3423
3368
3424 #: rhodecode/model/permission.py:92
3369 #: rhodecode/model/permission.py:92
3425 msgid "Disable password recovery"
3370 msgid "Disable password recovery"
3426 msgstr ""
3371 msgstr ""
3427
3372
3428 #: rhodecode/model/pull_request.py:77
3373 #: rhodecode/model/pull_request.py:77
3429 msgid "This pull request can be automatically merged."
3374 msgid "This pull request can be automatically merged."
3430 msgstr ""
3375 msgstr ""
3431
3376
3432 #: rhodecode/model/pull_request.py:79
3377 #: rhodecode/model/pull_request.py:79
3433 msgid "This pull request cannot be merged because of an unhandled exception."
3378 msgid "This pull request cannot be merged because of an unhandled exception."
3434 msgstr ""
3379 msgstr ""
3435
3380
3436 #: rhodecode/model/pull_request.py:82
3381 #: rhodecode/model/pull_request.py:82
3437 msgid "This pull request cannot be merged because of conflicts."
3382 msgid "This pull request cannot be merged because of merge conflicts."
3438 msgstr ""
3383 msgstr ""
3439
3384
3440 #: rhodecode/model/pull_request.py:84
3385 #: rhodecode/model/pull_request.py:84
3441 msgid "This pull request could not be merged because push to target failed."
3386 msgid "This pull request could not be merged because push to target failed."
3442 msgstr ""
3387 msgstr ""
3443
3388
3444 #: rhodecode/model/pull_request.py:87
3389 #: rhodecode/model/pull_request.py:87
3445 msgid "This pull request cannot be merged because the target is not a head."
3390 msgid "This pull request cannot be merged because the target is not a head."
3446 msgstr ""
3391 msgstr ""
3447
3392
3448 #: rhodecode/model/pull_request.py:90
3393 #: rhodecode/model/pull_request.py:90
3449 msgid ""
3394 msgid ""
3450 "This pull request cannot be merged because the source contains more branches"
3395 "This pull request cannot be merged because the source contains more branches"
3451 " than the target."
3396 " than the target."
3452 msgstr ""
3397 msgstr ""
3453
3398
3454 #: rhodecode/model/pull_request.py:93
3399 #: rhodecode/model/pull_request.py:93
3455 msgid ""
3400 msgid ""
3456 "This pull request cannot be merged because the target has multiple heads."
3401 "This pull request cannot be merged because the target has multiple heads."
3457 msgstr ""
3402 msgstr ""
3458
3403
3459 #: rhodecode/model/pull_request.py:96
3404 #: rhodecode/model/pull_request.py:96
3460 msgid ""
3405 msgid ""
3461 "This pull request cannot be merged because the target repository is locked."
3406 "This pull request cannot be merged because the target repository is locked."
3462 msgstr ""
3407 msgstr ""
3463
3408
3464 #: rhodecode/model/pull_request.py:99
3409 #: rhodecode/model/pull_request.py:99
3465 msgid ""
3410 msgid ""
3466 "This pull request cannot be merged because the target or the source "
3411 "This pull request cannot be merged because the target or the source "
3467 "reference is missing."
3412 "reference is missing."
3468 msgstr ""
3413 msgstr ""
3469
3414
3470 #: rhodecode/model/pull_request.py:102
3415 #: rhodecode/model/pull_request.py:102
3471 msgid ""
3416 msgid ""
3472 "This pull request cannot be merged because the target reference is missing."
3417 "This pull request cannot be merged because the target reference is missing."
3473 msgstr ""
3418 msgstr ""
3474
3419
3475 #: rhodecode/model/pull_request.py:105
3420 #: rhodecode/model/pull_request.py:105
3476 msgid ""
3421 msgid ""
3477 "This pull request cannot be merged because the source reference is missing."
3422 "This pull request cannot be merged because the source reference is missing."
3478 msgstr ""
3423 msgstr ""
3479
3424
3480 #: rhodecode/model/pull_request.py:108
3425 #: rhodecode/model/pull_request.py:108
3481 msgid ""
3426 msgid ""
3482 "This pull request cannot be merged because of conflicts related to sub "
3427 "This pull request cannot be merged because of conflicts related to sub "
3483 "repositories."
3428 "repositories."
3484 msgstr ""
3429 msgstr ""
3485
3430
3486 #: rhodecode/model/pull_request.py:114
3431 #: rhodecode/model/pull_request.py:114
3487 msgid "Pull request update successful."
3432 msgid "Pull request update successful."
3488 msgstr ""
3433 msgstr ""
3489
3434
3490 #: rhodecode/model/pull_request.py:116
3435 #: rhodecode/model/pull_request.py:116
3491 msgid "Pull request update failed because of an unknown error."
3436 msgid "Pull request update failed because of an unknown error."
3492 msgstr ""
3437 msgstr ""
3493
3438
3494 #: rhodecode/model/pull_request.py:118
3439 #: rhodecode/model/pull_request.py:118
3495 msgid "No update needed because the source reference is already up to date."
3440 msgid "No update needed because the source reference is already up to date."
3496 msgstr ""
3441 msgstr ""
3497
3442
3498 #: rhodecode/model/pull_request.py:121
3443 #: rhodecode/model/pull_request.py:121
3499 msgid ""
3444 msgid ""
3500 "Pull request cannot be updated because the reference type is not supported "
3445 "Pull request cannot be updated because the reference type is not supported "
3501 "for an update."
3446 "for an update."
3502 msgstr ""
3447 msgstr ""
3503
3448
3504 #: rhodecode/model/pull_request.py:124
3449 #: rhodecode/model/pull_request.py:124
3505 msgid ""
3450 msgid ""
3506 "This pull request cannot be updated because the target reference is missing."
3451 "This pull request cannot be updated because the target reference is missing."
3507 msgstr ""
3452 msgstr ""
3508
3453
3509 #: rhodecode/model/pull_request.py:127
3454 #: rhodecode/model/pull_request.py:127
3510 msgid ""
3455 msgid ""
3511 "This pull request cannot be updated because the source reference is missing."
3456 "This pull request cannot be updated because the source reference is missing."
3512 msgstr ""
3457 msgstr ""
3513
3458
3514 #: rhodecode/model/pull_request.py:523
3459 #: rhodecode/model/pull_request.py:524
3515 #, python-format
3460 #, python-format
3516 msgid ""
3461 msgid ""
3517 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
3462 "Merge pull request #%(pr_id)s from %(source_repo)s %(source_ref_name)s\n"
3518 "\n"
3463 "\n"
3519 " %(pr_title)s"
3464 " %(pr_title)s"
3520 msgstr ""
3465 msgstr ""
3521
3466
3522 #: rhodecode/model/pull_request.py:555
3467 #: rhodecode/model/pull_request.py:556
3523 msgid "Pull request merged and closed"
3468 msgid "Pull request merged and closed"
3524 msgstr ""
3469 msgstr ""
3525
3470
3526 #: rhodecode/model/pull_request.py:1029
3471 #: rhodecode/model/pull_request.py:1041
3527 msgid "Server-side pull request merging is disabled."
3472 msgid "Server-side pull request merging is disabled."
3528 msgstr ""
3473 msgstr ""
3529
3474
3530 #: rhodecode/model/pull_request.py:1031
3531 msgid "This pull request is closed."
3532 msgstr ""
3533
3534 #: rhodecode/model/pull_request.py:1043
3475 #: rhodecode/model/pull_request.py:1043
3476 msgid "This pull request is closed."
3477 msgstr ""
3478
3479 #: rhodecode/model/pull_request.py:1055
3535 msgid "Pull request merging is not supported."
3480 msgid "Pull request merging is not supported."
3536 msgstr ""
3481 msgstr ""
3537
3482
3538 #: rhodecode/model/pull_request.py:1061
3483 #: rhodecode/model/pull_request.py:1073
3539 msgid "Target repository large files support is disabled."
3484 msgid "Target repository large files support is disabled."
3540 msgstr ""
3485 msgstr ""
3541
3486
3542 #: rhodecode/model/pull_request.py:1064
3487 #: rhodecode/model/pull_request.py:1076
3543 msgid "Source repository large files support is disabled."
3488 msgid "Source repository large files support is disabled."
3544 msgstr ""
3489 msgstr ""
3545
3490
3546 #: rhodecode/model/pull_request.py:1221 rhodecode/model/scm.py:790
3491 #: rhodecode/model/pull_request.py:1233 rhodecode/model/scm.py:790
3547 msgid "Bookmarks"
3492 msgid "Bookmarks"
3548 msgstr ""
3493 msgstr ""
3549
3494
3550 #: rhodecode/model/pull_request.py:1226
3495 #: rhodecode/model/pull_request.py:1238
3551 msgid "Commit IDs"
3496 msgid "Commit IDs"
3552 msgstr ""
3497 msgstr ""
3553
3498
3554 #: rhodecode/model/pull_request.py:1229
3499 #: rhodecode/model/pull_request.py:1241
3555 msgid "Closed Branches"
3500 msgid "Closed Branches"
3556 msgstr ""
3501 msgstr ""
3557
3502
3503 #: rhodecode/model/pull_request.py:1364
3504 msgid "User `{}` not allowed to perform merge."
3505 msgstr ""
3506
3507 #: rhodecode/model/pull_request.py:1375
3508 msgid "Pull request reviewer approval is pending."
3509 msgstr ""
3510
3511 #: rhodecode/model/pull_request.py:1390
3512 msgid "Cannot merge, {} TODO still not resolved."
3513 msgstr ""
3514
3515 #: rhodecode/model/pull_request.py:1393
3516 msgid "Cannot merge, {} TODOs still not resolved."
3517 msgstr ""
3518
3558 #: rhodecode/model/scm.py:768
3519 #: rhodecode/model/scm.py:768
3559 msgid "latest tip"
3520 msgid "latest tip"
3560 msgstr ""
3521 msgstr ""
3561
3522
3562 #: rhodecode/model/user.py:125
3523 #: rhodecode/model/user.py:125
3563 msgid "You can't Edit this user since it's crucial for entire application"
3524 msgid "You can't Edit this user since it's crucial for entire application"
3564 msgstr ""
3525 msgstr ""
3565
3526
3566 #: rhodecode/model/user.py:291
3527 #: rhodecode/model/user.py:291
3567 #, python-format
3528 #, python-format
3568 msgid ""
3529 msgid ""
3569 "You can't edit this user (`%(username)s`) since it's crucial for entire "
3530 "You can't edit this user (`%(username)s`) since it's crucial for entire "
3570 "application"
3531 "application"
3571 msgstr ""
3532 msgstr ""
3572
3533
3573 #: rhodecode/model/user.py:464
3534 #: rhodecode/model/user.py:464
3574 msgid "You can't remove this user since it's crucial for entire application"
3535 msgid "You can't remove this user since it's crucial for entire application"
3575 msgstr ""
3536 msgstr ""
3576
3537
3577 #: rhodecode/model/user.py:472
3538 #: rhodecode/model/user.py:472
3578 #, python-format
3539 #, python-format
3579 msgid ""
3540 msgid ""
3580 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
3541 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
3581 "or remove those repositories:%s"
3542 "or remove those repositories:%s"
3582 msgstr ""
3543 msgstr ""
3583
3544
3584 #: rhodecode/model/user.py:481
3545 #: rhodecode/model/user.py:481
3585 #, python-format
3546 #, python-format
3586 msgid ""
3547 msgid ""
3587 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
3548 "user \"%s\" still owns %s repository groups and cannot be removed. Switch "
3588 "owners or remove those repository groups:%s"
3549 "owners or remove those repository groups:%s"
3589 msgstr ""
3550 msgstr ""
3590
3551
3591 #: rhodecode/model/user.py:490
3552 #: rhodecode/model/user.py:490
3592 #, python-format
3553 #, python-format
3593 msgid ""
3554 msgid ""
3594 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
3555 "user \"%s\" still owns %s user groups and cannot be removed. Switch owners "
3595 "or remove those user groups:%s"
3556 "or remove those user groups:%s"
3596 msgstr ""
3557 msgstr ""
3597
3558
3598 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
3559 #: rhodecode/model/validators.py:98 rhodecode/model/validators.py:99
3599 msgid "Value cannot be an empty list"
3560 msgid "Value cannot be an empty list"
3600 msgstr ""
3561 msgstr ""
3601
3562
3602 #: rhodecode/model/validators.py:142
3563 #: rhodecode/model/validators.py:142
3603 msgid "Pattern already exists"
3564 msgid "Pattern already exists"
3604 msgstr ""
3565 msgstr ""
3605
3566
3606 #: rhodecode/model/validators.py:160
3567 #: rhodecode/model/validators.py:160
3607 #, python-format
3568 #, python-format
3608 msgid "Username \"%(username)s\" already exists"
3569 msgid "Username \"%(username)s\" already exists"
3609 msgstr ""
3570 msgstr ""
3610
3571
3611 #: rhodecode/model/validators.py:162
3572 #: rhodecode/model/validators.py:162
3612 #, python-format
3573 #, python-format
3613 msgid "Username \"%(username)s\" is forbidden"
3574 msgid "Username \"%(username)s\" is forbidden"
3614 msgstr ""
3575 msgstr ""
3615
3576
3616 #: rhodecode/model/validators.py:164
3577 #: rhodecode/model/validators.py:164
3617 msgid ""
3578 msgid ""
3618 "Username may only contain alphanumeric characters underscores, periods or "
3579 "Username may only contain alphanumeric characters underscores, periods or "
3619 "dashes and must begin with alphanumeric character or underscore"
3580 "dashes and must begin with alphanumeric character or underscore"
3620 msgstr ""
3581 msgstr ""
3621
3582
3622 #: rhodecode/model/validators.py:192
3583 #: rhodecode/model/validators.py:192
3623 msgid "The input is not valid"
3584 msgid "The input is not valid"
3624 msgstr ""
3585 msgstr ""
3625
3586
3626 #: rhodecode/model/validators.py:199
3587 #: rhodecode/model/validators.py:199
3627 #, python-format
3588 #, python-format
3628 msgid "Username %(username)s is not valid"
3589 msgid "Username %(username)s is not valid"
3629 msgstr ""
3590 msgstr ""
3630
3591
3631 #: rhodecode/model/validators.py:200
3592 #: rhodecode/model/validators.py:200
3632 #, python-format
3593 #, python-format
3633 msgid "Username %(username)s is disabled"
3594 msgid "Username %(username)s is disabled"
3634 msgstr ""
3595 msgstr ""
3635
3596
3636 #: rhodecode/model/validators.py:223
3597 #: rhodecode/model/validators.py:223
3637 msgid "Invalid user group name"
3598 msgid "Invalid user group name"
3638 msgstr ""
3599 msgstr ""
3639
3600
3640 #: rhodecode/model/validators.py:224
3601 #: rhodecode/model/validators.py:224
3641 #, python-format
3602 #, python-format
3642 msgid "User group \"%(usergroup)s\" already exists"
3603 msgid "User group \"%(usergroup)s\" already exists"
3643 msgstr ""
3604 msgstr ""
3644
3605
3645 #: rhodecode/model/validators.py:226
3606 #: rhodecode/model/validators.py:226
3646 msgid ""
3607 msgid ""
3647 "user group name may only contain alphanumeric characters underscores, "
3608 "user group name may only contain alphanumeric characters underscores, "
3648 "periods or dashes and must begin with alphanumeric character"
3609 "periods or dashes and must begin with alphanumeric character"
3649 msgstr ""
3610 msgstr ""
3650
3611
3651 #: rhodecode/model/validators.py:264
3612 #: rhodecode/model/validators.py:264
3652 msgid "Cannot assign this group as parent"
3613 msgid "Cannot assign this group as parent"
3653 msgstr ""
3614 msgstr ""
3654
3615
3655 #: rhodecode/model/validators.py:265
3616 #: rhodecode/model/validators.py:265
3656 #, python-format
3617 #, python-format
3657 msgid "Group \"%(group_name)s\" already exists"
3618 msgid "Group \"%(group_name)s\" already exists"
3658 msgstr ""
3619 msgstr ""
3659
3620
3660 #: rhodecode/model/validators.py:266
3621 #: rhodecode/model/validators.py:266
3661 #, python-format
3622 #, python-format
3662 msgid "Repository with name \"%(group_name)s\" already exists"
3623 msgid "Repository with name \"%(group_name)s\" already exists"
3663 msgstr ""
3624 msgstr ""
3664
3625
3665 #: rhodecode/model/validators.py:268
3626 #: rhodecode/model/validators.py:268
3666 msgid "no permission to store repository groupin this location"
3627 msgid "no permission to store repository groupin this location"
3667 msgstr ""
3628 msgstr ""
3668
3629
3669 #: rhodecode/model/validators.py:270
3630 #: rhodecode/model/validators.py:270
3670 msgid "no permission to store repository group in root location"
3631 msgid "no permission to store repository group in root location"
3671 msgstr ""
3632 msgstr ""
3672
3633
3673 #: rhodecode/model/validators.py:386
3634 #: rhodecode/model/validators.py:386
3674 msgid "Invalid characters (non-ascii) in password"
3635 msgid "Invalid characters (non-ascii) in password"
3675 msgstr ""
3636 msgstr ""
3676
3637
3677 #: rhodecode/model/validators.py:401
3638 #: rhodecode/model/validators.py:401
3678 msgid "Invalid old password"
3639 msgid "Invalid old password"
3679 msgstr ""
3640 msgstr ""
3680
3641
3681 #: rhodecode/model/validators.py:418
3642 #: rhodecode/model/validators.py:418
3682 msgid "Passwords do not match"
3643 msgid "Passwords do not match"
3683 msgstr ""
3644 msgstr ""
3684
3645
3685 #: rhodecode/model/validators.py:436
3646 #: rhodecode/model/validators.py:436
3686 msgid "invalid password"
3647 msgid "invalid password"
3687 msgstr ""
3648 msgstr ""
3688
3649
3689 #: rhodecode/model/validators.py:437
3650 #: rhodecode/model/validators.py:437
3690 msgid "invalid user name"
3651 msgid "invalid user name"
3691 msgstr ""
3652 msgstr ""
3692
3653
3693 #: rhodecode/model/validators.py:438
3654 #: rhodecode/model/validators.py:438
3694 msgid "Your account is disabled"
3655 msgid "Your account is disabled"
3695 msgstr ""
3656 msgstr ""
3696
3657
3697 #: rhodecode/model/validators.py:470
3658 #: rhodecode/model/validators.py:470
3698 msgid "Token mismatch"
3659 msgid "Token mismatch"
3699 msgstr ""
3660 msgstr ""
3700
3661
3701 #: rhodecode/model/validators.py:484
3662 #: rhodecode/model/validators.py:484
3702 #, python-format
3663 #, python-format
3703 msgid "Repository name %(repo)s is disallowed"
3664 msgid "Repository name %(repo)s is disallowed"
3704 msgstr ""
3665 msgstr ""
3705
3666
3706 #: rhodecode/model/validators.py:486
3667 #: rhodecode/model/validators.py:486
3707 #, python-format
3668 #, python-format
3708 msgid "Repository with name %(repo)s already exists"
3669 msgid "Repository with name %(repo)s already exists"
3709 msgstr ""
3670 msgstr ""
3710
3671
3711 #: rhodecode/model/validators.py:488
3672 #: rhodecode/model/validators.py:488
3712 #, python-format
3673 #, python-format
3713 msgid "Repository group with name \"%(repo)s\" already exists"
3674 msgid "Repository group with name \"%(repo)s\" already exists"
3714 msgstr ""
3675 msgstr ""
3715
3676
3716 #: rhodecode/model/validators.py:491
3677 #: rhodecode/model/validators.py:491
3717 #, python-format
3678 #, python-format
3718 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
3679 msgid "Repository with name %(repo)s exists in group \"%(group)s\""
3719 msgstr ""
3680 msgstr ""
3720
3681
3721 #: rhodecode/model/validators.py:493
3682 #: rhodecode/model/validators.py:493
3722 #, python-format
3683 #, python-format
3723 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
3684 msgid "Repository group with name \"%(repo)s\" exists in group \"%(group)s\""
3724 msgstr ""
3685 msgstr ""
3725
3686
3726 #: rhodecode/model/validators.py:620
3687 #: rhodecode/model/validators.py:620
3727 #, python-format
3688 #, python-format
3728 msgid "invalid clone url for %(rtype)s repository"
3689 msgid "invalid clone url for %(rtype)s repository"
3729 msgstr ""
3690 msgstr ""
3730
3691
3731 #: rhodecode/model/validators.py:621
3692 #: rhodecode/model/validators.py:621
3732 #, python-format
3693 #, python-format
3733 msgid ""
3694 msgid ""
3734 "Invalid clone url, provide a valid clone url starting with one of "
3695 "Invalid clone url, provide a valid clone url starting with one of "
3735 "%(allowed_prefixes)s"
3696 "%(allowed_prefixes)s"
3736 msgstr ""
3697 msgstr ""
3737
3698
3738 #: rhodecode/model/validators.py:650
3699 #: rhodecode/model/validators.py:650
3739 msgid "Fork have to be the same type as parent"
3700 msgid "Fork have to be the same type as parent"
3740 msgstr ""
3701 msgstr ""
3741
3702
3742 #: rhodecode/model/validators.py:665
3703 #: rhodecode/model/validators.py:665
3743 msgid "You do not have the permission to create repositories in this group."
3704 msgid "You do not have the permission to create repositories in this group."
3744 msgstr ""
3705 msgstr ""
3745
3706
3746 #: rhodecode/model/validators.py:668
3707 #: rhodecode/model/validators.py:668
3747 #: rhodecode/model/validation_schema/schemas/repo_schema.py:102
3708 #: rhodecode/model/validation_schema/schemas/repo_schema.py:102
3748 msgid ""
3709 msgid ""
3749 "You do not have the permission to store repositories in the root location."
3710 "You do not have the permission to store repositories in the root location."
3750 msgstr ""
3711 msgstr ""
3751
3712
3752 #: rhodecode/model/validators.py:728
3713 #: rhodecode/model/validators.py:728
3753 msgid "This username or user group name is not valid"
3714 msgid "This username or user group name is not valid"
3754 msgstr ""
3715 msgstr ""
3755
3716
3756 #: rhodecode/model/validators.py:846
3717 #: rhodecode/model/validators.py:846
3757 msgid "This is not a valid path"
3718 msgid "This is not a valid path"
3758 msgstr ""
3719 msgstr ""
3759
3720
3760 #: rhodecode/model/validators.py:861
3721 #: rhodecode/model/validators.py:861
3761 msgid "This e-mail address is already taken"
3722 msgid "This e-mail address is already taken"
3762 msgstr ""
3723 msgstr ""
3763
3724
3764 #: rhodecode/model/validators.py:881
3725 #: rhodecode/model/validators.py:881
3765 #, python-format
3726 #, python-format
3766 msgid "e-mail \"%(email)s\" does not exist."
3727 msgid "e-mail \"%(email)s\" does not exist."
3767 msgstr ""
3728 msgstr ""
3768
3729
3769 #: rhodecode/model/validators.py:902
3730 #: rhodecode/model/validators.py:902
3770 #, python-format
3731 #, python-format
3771 msgid "Revisions %(revs)s are already part of pull request or have set status"
3732 msgid "Revisions %(revs)s are already part of pull request or have set status"
3772 msgstr ""
3733 msgstr ""
3773
3734
3774 #: rhodecode/model/validators.py:933
3735 #: rhodecode/model/validators.py:933
3775 #: rhodecode/model/validation_schema/validators.py:16
3736 #: rhodecode/model/validation_schema/validators.py:16
3776 #: rhodecode/model/validation_schema/validators.py:29
3737 #: rhodecode/model/validation_schema/validators.py:29
3777 msgid "Please enter a valid IPv4 or IpV6 address"
3738 msgid "Please enter a valid IPv4 or IpV6 address"
3778 msgstr ""
3739 msgstr ""
3779
3740
3780 #: rhodecode/model/validators.py:934
3741 #: rhodecode/model/validators.py:934
3781 #, python-format
3742 #, python-format
3782 msgid ""
3743 msgid ""
3783 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
3744 "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
3784 msgstr ""
3745 msgstr ""
3785
3746
3786 #: rhodecode/model/validators.py:961
3747 #: rhodecode/model/validators.py:961
3787 msgid "Key name can only consist of letters, underscore, dash or numbers"
3748 msgid "Key name can only consist of letters, underscore, dash or numbers"
3788 msgstr ""
3749 msgstr ""
3789
3750
3790 #: rhodecode/model/validators.py:976
3751 #: rhodecode/model/validators.py:976
3791 #, python-format
3752 #, python-format
3792 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
3753 msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
3793 msgstr ""
3754 msgstr ""
3794
3755
3795 #: rhodecode/model/validators.py:979
3756 #: rhodecode/model/validators.py:979
3796 #, python-format
3757 #, python-format
3797 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
3758 msgid "The plugin \"%(plugin_id)s\" is missing an includeme function."
3798 msgstr ""
3759 msgstr ""
3799
3760
3800 #: rhodecode/model/validators.py:982
3761 #: rhodecode/model/validators.py:982
3801 #, python-format
3762 #, python-format
3802 msgid "Can not load plugin \"%(plugin_id)s\""
3763 msgid "Can not load plugin \"%(plugin_id)s\""
3803 msgstr ""
3764 msgstr ""
3804
3765
3805 #: rhodecode/model/validators.py:984
3766 #: rhodecode/model/validators.py:984
3806 #, python-format
3767 #, python-format
3807 msgid "No plugin available with ID \"%(plugin_id)s\""
3768 msgid "No plugin available with ID \"%(plugin_id)s\""
3808 msgstr ""
3769 msgstr ""
3809
3770
3810 #: rhodecode/model/validation_schema/validators.py:37
3771 #: rhodecode/model/validation_schema/validators.py:37
3811 msgid "Invalid glob pattern"
3772 msgid "Invalid glob pattern"
3812 msgstr ""
3773 msgstr ""
3813
3774
3814 #: rhodecode/model/validation_schema/validators.py:46
3775 #: rhodecode/model/validation_schema/validators.py:46
3815 msgid "Name must start with a letter or number. Got `{}`"
3776 msgid "Name must start with a letter or number. Got `{}`"
3816 msgstr ""
3777 msgstr ""
3817
3778
3779 #: rhodecode/model/validation_schema/schemas/comment_schema.py:42
3818 #: rhodecode/model/validation_schema/schemas/gist_schema.py:89
3780 #: rhodecode/model/validation_schema/schemas/gist_schema.py:89
3819 msgid "Gist with name {} already exists"
3781 msgid "Gist with name {} already exists"
3820 msgstr ""
3782 msgstr ""
3821
3783
3784 #: rhodecode/model/validation_schema/schemas/comment_schema.py:48
3822 #: rhodecode/model/validation_schema/schemas/gist_schema.py:95
3785 #: rhodecode/model/validation_schema/schemas/gist_schema.py:95
3823 msgid "Filename {} cannot be inside a directory"
3786 msgid "Filename {} cannot be inside a directory"
3824 msgstr ""
3787 msgstr ""
3825
3788
3826 #: rhodecode/model/validation_schema/schemas/gist_schema.py:132
3789 #: rhodecode/model/validation_schema/schemas/gist_schema.py:132
3827 msgid "Duplicated value for filename found: `{}`"
3790 msgid "Duplicated value for filename found: `{}`"
3828 msgstr ""
3791 msgstr ""
3829
3792
3830 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3793 #: rhodecode/model/validation_schema/schemas/integration_schema.py:36
3831 msgid "Pick a scope:"
3794 msgid "Pick a scope:"
3832 msgstr ""
3795 msgstr ""
3833
3796
3834 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3797 #: rhodecode/model/validation_schema/schemas/integration_schema.py:39
3835 msgid "Global (all repositories)"
3798 msgid "Global (all repositories)"
3836 msgstr ""
3799 msgstr ""
3837
3800
3838 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3801 #: rhodecode/model/validation_schema/schemas/integration_schema.py:40
3839 msgid "Top level repositories only"
3802 msgid "Top level repositories only"
3840 msgstr ""
3803 msgstr ""
3841
3804
3842 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3805 #: rhodecode/model/validation_schema/schemas/integration_schema.py:79
3843 msgid "Only repo admins can create integrations"
3806 msgid "Only repo admins can create integrations"
3844 msgstr ""
3807 msgstr ""
3845
3808
3846 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3809 #: rhodecode/model/validation_schema/schemas/integration_schema.py:86
3847 msgid "Only repogroup admins can create integrations"
3810 msgid "Only repogroup admins can create integrations"
3848 msgstr ""
3811 msgstr ""
3849
3812
3850 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3813 #: rhodecode/model/validation_schema/schemas/integration_schema.py:91
3851 msgid "Only superadmins can create global integrations"
3814 msgid "Only superadmins can create global integrations"
3852 msgstr ""
3815 msgstr ""
3853
3816
3854 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3817 #: rhodecode/model/validation_schema/schemas/integration_schema.py:183
3855 msgid ""
3818 msgid ""
3856 "Scope of the integration. Recursive means the integration runs on all repos"
3819 "Scope of the integration. Recursive means the integration runs on all repos"
3857 " of that group and children recursively."
3820 " of that group and children recursively."
3858 msgstr ""
3821 msgstr ""
3859
3822
3860 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3823 #: rhodecode/model/validation_schema/schemas/integration_schema.py:186
3861 msgid "Integration scope"
3824 msgid "Integration scope"
3862 msgstr ""
3825 msgstr ""
3863
3826
3864 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3827 #: rhodecode/model/validation_schema/schemas/integration_schema.py:217
3865 msgid "General integration options"
3828 msgid "General integration options"
3866 msgstr ""
3829 msgstr ""
3867
3830
3868 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3831 #: rhodecode/model/validation_schema/schemas/integration_schema.py:220
3869 msgid "{integration_type} settings"
3832 msgid "{integration_type} settings"
3870 msgstr ""
3833 msgstr ""
3871
3834
3872 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:46
3835 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:46
3873 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:50
3836 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:50
3874 msgid "Parent repository group `{}` does not exist"
3837 msgid "Parent repository group `{}` does not exist"
3875 msgstr ""
3838 msgstr ""
3876
3839
3877 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:52
3840 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:52
3878 msgid ""
3841 msgid ""
3879 "You do not have the permission to store repository groups in the root "
3842 "You do not have the permission to store repository groups in the root "
3880 "location."
3843 "location."
3881 msgstr ""
3844 msgstr ""
3882
3845
3883 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:112
3846 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:112
3884 msgid "Repo group owner with id `{}` does not exists"
3847 msgid "Repo group owner with id `{}` does not exists"
3885 msgstr ""
3848 msgstr ""
3886
3849
3887 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:130
3850 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:130
3888 #: rhodecode/model/validation_schema/schemas/repo_schema.py:181
3851 #: rhodecode/model/validation_schema/schemas/repo_schema.py:181
3889 msgid "Repository with name `{}` already exists"
3852 msgid "Repository with name `{}` already exists"
3890 msgstr ""
3853 msgstr ""
3891
3854
3892 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:135
3855 #: rhodecode/model/validation_schema/schemas/repo_group_schema.py:135
3893 #: rhodecode/model/validation_schema/schemas/repo_schema.py:186
3856 #: rhodecode/model/validation_schema/schemas/repo_schema.py:186
3894 msgid "Repository group with name `{}` already exists"
3857 msgid "Repository group with name `{}` already exists"
3895 msgstr ""
3858 msgstr ""
3896
3859
3897 #: rhodecode/model/validation_schema/schemas/repo_schema.py:48
3860 #: rhodecode/model/validation_schema/schemas/repo_schema.py:48
3898 msgid "Repo owner with id `{}` does not exists"
3861 msgid "Repo owner with id `{}` does not exists"
3899 msgstr ""
3862 msgstr ""
3900
3863
3901 #: rhodecode/model/validation_schema/schemas/repo_schema.py:68
3864 #: rhodecode/model/validation_schema/schemas/repo_schema.py:68
3902 msgid "Fork with id `{}` does not exists"
3865 msgid "Fork with id `{}` does not exists"
3903 msgstr ""
3866 msgstr ""
3904
3867
3905 #: rhodecode/model/validation_schema/schemas/repo_schema.py:71
3868 #: rhodecode/model/validation_schema/schemas/repo_schema.py:71
3906 msgid "Cannot set fork of parameter of this repository to itself"
3869 msgid "Cannot set fork of parameter of this repository to itself"
3907 msgstr ""
3870 msgstr ""
3908
3871
3909 #: rhodecode/model/validation_schema/schemas/repo_schema.py:96
3872 #: rhodecode/model/validation_schema/schemas/repo_schema.py:96
3910 #: rhodecode/model/validation_schema/schemas/repo_schema.py:100
3873 #: rhodecode/model/validation_schema/schemas/repo_schema.py:100
3911 msgid "Repository group `{}` does not exist"
3874 msgid "Repository group `{}` does not exist"
3912 msgstr ""
3875 msgstr ""
3913
3876
3914 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3877 #: rhodecode/model/validation_schema/schemas/user_schema.py:36
3915 msgid "Password is incorrect"
3878 msgid "Password is incorrect"
3916 msgstr ""
3879 msgstr ""
3917
3880
3918 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3881 #: rhodecode/model/validation_schema/schemas/user_schema.py:59
3919 msgid "New password must be different to old password"
3882 msgid "New password must be different to old password"
3920 msgstr ""
3883 msgstr ""
3921
3884
3922 #: rhodecode/public/js/rhodecode-components.js:31198
3885 #: rhodecode/public/js/rhodecode-components.js:31198
3923 #: rhodecode/public/js/scripts.js:23046
3886 #: rhodecode/public/js/scripts.js:23046
3924 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:20
3887 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:23
3925 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
3888 #: rhodecode/public/js/src/plugins/jquery.autocomplete.js:87
3926 msgid "No results"
3889 msgid "No results"
3927 msgstr ""
3890 msgstr ""
3928
3891
3929 #: rhodecode/public/js/rhodecode-components.js:33129
3892 #: rhodecode/public/js/rhodecode-components.js:33129
3930 #: rhodecode/public/js/scripts.js:24977
3893 #: rhodecode/public/js/scripts.js:24977
3931 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:75
3894 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:85
3932 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:109
3895 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:109
3933 msgid "{0} year"
3896 msgid "{0} year"
3934 msgstr ""
3897 msgstr ""
3935
3898
3936 #: rhodecode/public/js/rhodecode-components.js:33130
3899 #: rhodecode/public/js/rhodecode-components.js:33130
3937 #: rhodecode/public/js/scripts.js:24978
3900 #: rhodecode/public/js/scripts.js:24978
3938 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:71
3901 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:81
3939 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:110
3902 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:110
3940 msgid "{0} month"
3903 msgid "{0} month"
3941 msgstr ""
3904 msgstr ""
3942
3905
3943 #: rhodecode/public/js/rhodecode-components.js:33131
3906 #: rhodecode/public/js/rhodecode-components.js:33131
3944 #: rhodecode/public/js/scripts.js:24979
3907 #: rhodecode/public/js/scripts.js:24979
3945 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:66
3908 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:76
3946 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:111
3909 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:111
3947 msgid "{0} day"
3910 msgid "{0} day"
3948 msgstr ""
3911 msgstr ""
3949
3912
3950 #: rhodecode/public/js/rhodecode-components.js:33132
3913 #: rhodecode/public/js/rhodecode-components.js:33132
3951 #: rhodecode/public/js/scripts.js:24980
3914 #: rhodecode/public/js/scripts.js:24980
3952 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:68
3915 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:78
3953 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:112
3916 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:112
3954 msgid "{0} hour"
3917 msgid "{0} hour"
3955 msgstr ""
3918 msgstr ""
3956
3919
3957 #: rhodecode/public/js/rhodecode-components.js:33133
3920 #: rhodecode/public/js/rhodecode-components.js:33133
3958 #: rhodecode/public/js/scripts.js:24981
3921 #: rhodecode/public/js/scripts.js:24981
3959 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:70
3922 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:80
3960 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:113
3923 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:113
3961 msgid "{0} min"
3924 msgid "{0} min"
3962 msgstr ""
3925 msgstr ""
3963
3926
3964 #: rhodecode/public/js/rhodecode-components.js:33134
3927 #: rhodecode/public/js/rhodecode-components.js:33134
3965 #: rhodecode/public/js/scripts.js:24982
3928 #: rhodecode/public/js/scripts.js:24982
3966 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:74
3929 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:84
3967 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:114
3930 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:114
3968 msgid "{0} sec"
3931 msgid "{0} sec"
3969 msgstr ""
3932 msgstr ""
3970
3933
3971 #: rhodecode/public/js/rhodecode-components.js:33154
3934 #: rhodecode/public/js/rhodecode-components.js:33154
3972 #: rhodecode/public/js/scripts.js:25002
3935 #: rhodecode/public/js/scripts.js:25002
3973 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:55
3936 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:62
3974 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:134
3937 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:134
3975 msgid "in {0}"
3938 msgid "in {0}"
3976 msgstr ""
3939 msgstr ""
3977
3940
3978 #: rhodecode/public/js/rhodecode-components.js:33162
3941 #: rhodecode/public/js/rhodecode-components.js:33162
3979 #: rhodecode/public/js/scripts.js:25010
3942 #: rhodecode/public/js/scripts.js:25010
3980 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:63
3943 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:73
3981 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:142
3944 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:142
3982 msgid "{0} ago"
3945 msgid "{0} ago"
3983 msgstr ""
3946 msgstr ""
3984
3947
3985 #: rhodecode/public/js/rhodecode-components.js:33174
3948 #: rhodecode/public/js/rhodecode-components.js:33174
3986 #: rhodecode/public/js/scripts.js:25022
3949 #: rhodecode/public/js/scripts.js:25022
3987 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:77
3950 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:87
3988 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:154
3951 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:154
3989 msgid "{0}, {1} ago"
3952 msgid "{0}, {1} ago"
3990 msgstr ""
3953 msgstr ""
3991
3954
3992 #: rhodecode/public/js/rhodecode-components.js:33176
3955 #: rhodecode/public/js/rhodecode-components.js:33176
3993 #: rhodecode/public/js/scripts.js:25024
3956 #: rhodecode/public/js/scripts.js:25024
3994 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:57
3957 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:64
3995 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:156
3958 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:156
3996 msgid "in {0}, {1}"
3959 msgid "in {0}, {1}"
3997 msgstr ""
3960 msgstr ""
3998
3961
3999 #: rhodecode/public/js/rhodecode-components.js:33180
3962 #: rhodecode/public/js/rhodecode-components.js:33180
4000 #: rhodecode/public/js/scripts.js:25028
3963 #: rhodecode/public/js/scripts.js:25028
4001 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:64
3964 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:74
4002 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:160
3965 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:160
4003 msgid "{0} and {1}"
3966 msgid "{0} and {1}"
4004 msgstr ""
3967 msgstr ""
4005
3968
4006 #: rhodecode/public/js/rhodecode-components.js:33182
3969 #: rhodecode/public/js/rhodecode-components.js:33182
4007 #: rhodecode/public/js/scripts.js:25030
3970 #: rhodecode/public/js/scripts.js:25030
4008 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:65
3971 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:75
4009 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:162
3972 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:162
4010 msgid "{0} and {1} ago"
3973 msgid "{0} and {1} ago"
4011 msgstr ""
3974 msgstr ""
4012
3975
4013 #: rhodecode/public/js/rhodecode-components.js:33184
3976 #: rhodecode/public/js/rhodecode-components.js:33184
4014 #: rhodecode/public/js/scripts.js:25032
3977 #: rhodecode/public/js/scripts.js:25032
4015 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:56
3978 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:63
4016 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:164
3979 #: rhodecode/public/js/src/plugins/jquery.timeago-extension.js:164
4017 msgid "in {0} and {1}"
3980 msgid "in {0} and {1}"
4018 msgstr ""
3981 msgstr ""
4019
3982
4020 #: rhodecode/public/js/rhodecode-components.js:47027
3983 #: rhodecode/public/js/rhodecode-components.js:47027
4021 #: rhodecode/public/js/scripts.js:38875
3984 #: rhodecode/public/js/scripts.js:38875
4022 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:11
3985 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:14
4023 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:4
3986 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:4
4024 msgid "Loading more results..."
3987 msgid "Loading more results..."
4025 msgstr ""
3988 msgstr ""
4026
3989
4027 #: rhodecode/public/js/rhodecode-components.js:47030
3990 #: rhodecode/public/js/rhodecode-components.js:47030
4028 #: rhodecode/public/js/scripts.js:38878
3991 #: rhodecode/public/js/scripts.js:38878
4029 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:31
3992 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
4030 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:7
3993 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:7
4031 msgid "Searching..."
3994 msgid "Searching..."
4032 msgstr ""
3995 msgstr ""
4033
3996
4034 #: rhodecode/public/js/rhodecode-components.js:47033
3997 #: rhodecode/public/js/rhodecode-components.js:47033
4035 #: rhodecode/public/js/scripts.js:38881
3998 #: rhodecode/public/js/scripts.js:38881
4036 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:15
3999 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:18
4037 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:10
4000 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:10
4038 msgid "No matches found"
4001 msgid "No matches found"
4039 msgstr ""
4002 msgstr ""
4040
4003
4041 #: rhodecode/public/js/rhodecode-components.js:47036
4004 #: rhodecode/public/js/rhodecode-components.js:47036
4042 #: rhodecode/public/js/scripts.js:38884
4005 #: rhodecode/public/js/scripts.js:38884
4043 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:10
4006 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:13
4044 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:13
4007 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:13
4045 msgid "Loading failed"
4008 msgid "Loading failed"
4046 msgstr ""
4009 msgstr ""
4047
4010
4048 #: rhodecode/public/js/rhodecode-components.js:47040
4011 #: rhodecode/public/js/rhodecode-components.js:47040
4049 #: rhodecode/public/js/scripts.js:38888
4012 #: rhodecode/public/js/scripts.js:38888
4050 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:24
4013 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:28
4051 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:17
4014 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:17
4052 msgid "One result is available, press enter to select it."
4015 msgid "One result is available, press enter to select it."
4053 msgstr ""
4016 msgstr ""
4054
4017
4055 #: rhodecode/public/js/rhodecode-components.js:47042
4018 #: rhodecode/public/js/rhodecode-components.js:47042
4056 #: rhodecode/public/js/scripts.js:38890
4019 #: rhodecode/public/js/scripts.js:38890
4057 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:73
4020 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:83
4058 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:19
4021 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:19
4059 msgid "{0} results are available, use up and down arrow keys to navigate."
4022 msgid "{0} results are available, use up and down arrow keys to navigate."
4060 msgstr ""
4023 msgstr ""
4061
4024
4062 #: rhodecode/public/js/rhodecode-components.js:47047
4025 #: rhodecode/public/js/rhodecode-components.js:47047
4063 #: rhodecode/public/js/scripts.js:38895
4026 #: rhodecode/public/js/scripts.js:38895
4064 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:29
4027 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:33
4065 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:24
4028 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:24
4066 msgid "Please enter {0} or more character"
4029 msgid "Please enter {0} or more character"
4067 msgstr ""
4030 msgstr ""
4068
4031
4069 #: rhodecode/public/js/rhodecode-components.js:47049
4032 #: rhodecode/public/js/rhodecode-components.js:47049
4070 #: rhodecode/public/js/scripts.js:38897
4033 #: rhodecode/public/js/scripts.js:38897
4071 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:30
4034 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:34
4072 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:26
4035 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:26
4073 msgid "Please enter {0} or more characters"
4036 msgid "Please enter {0} or more characters"
4074 msgstr ""
4037 msgstr ""
4075
4038
4076 #: rhodecode/public/js/rhodecode-components.js:47054
4039 #: rhodecode/public/js/rhodecode-components.js:47054
4077 #: rhodecode/public/js/scripts.js:38902
4040 #: rhodecode/public/js/scripts.js:38902
4078 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:27
4041 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:31
4079 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:31
4042 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:31
4080 msgid "Please delete {0} character"
4043 msgid "Please delete {0} character"
4081 msgstr ""
4044 msgstr ""
4082
4045
4083 #: rhodecode/public/js/rhodecode-components.js:47056
4046 #: rhodecode/public/js/rhodecode-components.js:47056
4084 #: rhodecode/public/js/scripts.js:38904
4047 #: rhodecode/public/js/scripts.js:38904
4085 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:28
4048 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:32
4086 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:33
4049 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:33
4087 msgid "Please delete {0} characters"
4050 msgid "Please delete {0} characters"
4088 msgstr ""
4051 msgstr ""
4089
4052
4090 #: rhodecode/public/js/rhodecode-components.js:47060
4053 #: rhodecode/public/js/rhodecode-components.js:47060
4091 #: rhodecode/public/js/scripts.js:38908
4054 #: rhodecode/public/js/scripts.js:38908
4092 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:48
4055 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:55
4093 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:37
4056 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:37
4094 msgid "You can only select {0} item"
4057 msgid "You can only select {0} item"
4095 msgstr ""
4058 msgstr ""
4096
4059
4097 #: rhodecode/public/js/rhodecode-components.js:47062
4060 #: rhodecode/public/js/rhodecode-components.js:47062
4098 #: rhodecode/public/js/scripts.js:38910
4061 #: rhodecode/public/js/scripts.js:38910
4099 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
4062 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:56
4100 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:39
4063 #: rhodecode/public/js/rhodecode/i18n/select2/translations.js:39
4101 msgid "You can only select {0} items"
4064 msgid "You can only select {0} items"
4102 msgstr ""
4065 msgstr ""
4103
4066
4104 #: rhodecode/public/js/rhodecode-components.js:48315
4067 #: rhodecode/public/js/rhodecode-components.js:47991
4105 #: rhodecode/public/js/scripts.js:40163
4068 #: rhodecode/public/js/scripts.js:39839
4106 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:34
4069 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:67
4107 #: rhodecode/public/js/src/rhodecode/codemirror.js:369
4070 #: rhodecode/public/js/src/rhodecode/changelog.js:35
4071 msgid "showing {0} out of {1} commit"
4072 msgstr ""
4073
4074 #: rhodecode/public/js/rhodecode-components.js:47993
4075 #: rhodecode/public/js/scripts.js:39841
4076 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:68
4077 #: rhodecode/public/js/src/rhodecode/changelog.js:37
4078 msgid "showing {0} out of {1} commits"
4079 msgstr ""
4080
4081 #: rhodecode/public/js/rhodecode-components.js:48426
4082 #: rhodecode/public/js/scripts.js:40274
4083 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:38
4084 #: rhodecode/public/js/src/rhodecode/codemirror.js:296
4108 msgid "Set status to Approved"
4085 msgid "Set status to Approved"
4109 msgstr ""
4086 msgstr ""
4110
4087
4111 #: rhodecode/public/js/rhodecode-components.js:48333
4088 #: rhodecode/public/js/rhodecode-components.js:48445
4112 #: rhodecode/public/js/scripts.js:40181
4089 #: rhodecode/public/js/scripts.js:40293
4113 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:35
4090 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:39
4114 #: rhodecode/public/js/src/rhodecode/codemirror.js:387
4091 #: rhodecode/public/js/src/rhodecode/codemirror.js:315
4115 msgid "Set status to Rejected"
4092 msgid "Set status to Rejected"
4116 msgstr ""
4093 msgstr ""
4117
4094
4118 #: rhodecode/public/js/rhodecode-components.js:48713
4095 #: rhodecode/public/js/rhodecode-components.js:48464
4119 #: rhodecode/public/js/scripts.js:40561
4096 #: rhodecode/public/js/scripts.js:40312
4120 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
4097 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:50
4121 #: rhodecode/public/js/src/rhodecode/comments.js:236
4098 #: rhodecode/public/js/src/rhodecode/codemirror.js:334
4122 #: rhodecode/templates/codeblocks/diffs.html:399
4099 msgid "TODO comment"
4123 msgid "Add another comment"
4100 msgstr ""
4124 msgstr ""
4101
4125
4102 #: rhodecode/public/js/rhodecode-components.js:48484
4126 #: rhodecode/public/js/rhodecode-components.js:48947
4103 #: rhodecode/public/js/scripts.js:40332
4127 #: rhodecode/public/js/scripts.js:40795
4104 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:27
4128 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:40
4105 #: rhodecode/public/js/src/rhodecode/codemirror.js:354
4129 #: rhodecode/public/js/src/rhodecode/comments.js:470
4106 msgid "Note Comment"
4107 msgstr ""
4108
4109 #: rhodecode/public/js/rhodecode-components.js:48848
4110 #: rhodecode/public/js/scripts.js:40696
4111 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:66
4112 #: rhodecode/public/js/src/rhodecode/comments.js:123
4113 msgid "resolve comment"
4114 msgstr ""
4115
4116 #: rhodecode/public/js/rhodecode-components.js:48927
4117 #: rhodecode/public/js/scripts.js:40775
4118 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:45
4119 #: rhodecode/public/js/src/rhodecode/comments.js:202
4130 msgid "Status Review"
4120 msgid "Status Review"
4131 msgstr ""
4121 msgstr ""
4132
4122
4133 #: rhodecode/public/js/rhodecode-components.js:48961
4123 #: rhodecode/public/js/rhodecode-components.js:48941
4134 #: rhodecode/public/js/scripts.js:40809
4124 #: rhodecode/public/js/scripts.js:40789
4135 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
4125 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:5
4136 #: rhodecode/public/js/src/rhodecode/comments.js:484
4126 #: rhodecode/public/js/src/rhodecode/comments.js:216
4137 msgid ""
4127 msgid ""
4138 "Comment text will be set automatically based on currently selected status "
4128 "Comment text will be set automatically based on currently selected status "
4139 "({0}) ..."
4129 "({0}) ..."
4140 msgstr ""
4130 msgstr ""
4141
4131
4142 #: rhodecode/public/js/rhodecode-components.js:49074
4132 #: rhodecode/public/js/rhodecode-components.js:49089
4143 #: rhodecode/public/js/scripts.js:40922
4133 #: rhodecode/public/js/scripts.js:40937
4144 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:42
4134 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:47
4145 #: rhodecode/public/js/src/rhodecode/comments.js:597
4135 #: rhodecode/public/js/src/rhodecode/comments.js:364
4146 msgid "Submitting..."
4136 msgid "Submitting..."
4147 msgstr ""
4137 msgstr ""
4148
4138
4149 #: rhodecode/public/js/rhodecode-components.js:49124
4139 #: rhodecode/public/js/rhodecode-components.js:49140
4150 #: rhodecode/public/js/scripts.js:40972
4140 #: rhodecode/public/js/scripts.js:40988
4151 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:9
4141 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:12
4152 #: rhodecode/public/js/src/rhodecode/comments.js:647
4142 #: rhodecode/public/js/src/rhodecode/comments.js:415
4153 #: rhodecode/templates/files/files_browser_tree.html:51
4143 #: rhodecode/templates/files/files_browser_tree.mako:51
4154 msgid "Loading ..."
4144 msgid "Loading ..."
4155 msgstr ""
4145 msgstr ""
4156
4146
4157 #: rhodecode/public/js/rhodecode-components.js:49197
4147 #: rhodecode/public/js/rhodecode-components.js:49245
4158 #: rhodecode/public/js/scripts.js:41045
4148 #: rhodecode/public/js/scripts.js:41093
4159 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:6
4149 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:6
4160 #: rhodecode/public/js/src/rhodecode/comments.js:720
4150 #: rhodecode/public/js/src/rhodecode/comments.js:520
4161 msgid "Delete this comment?"
4151 msgid "Delete this comment?"
4162 msgstr ""
4152 msgstr ""
4163
4153
4164 #: rhodecode/public/js/rhodecode-components.js:49546
4154 #: rhodecode/public/js/rhodecode-components.js:49316
4165 #: rhodecode/public/js/scripts.js:41394
4155 #: rhodecode/public/js/scripts.js:41164
4166 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:60
4156 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:11
4157 #: rhodecode/public/js/src/rhodecode/comments.js:591
4158 msgid "Leave a comment, or click resolve button to resolve TODO comment #{0}"
4159 msgstr ""
4160
4161 #: rhodecode/public/js/rhodecode-components.js:49393
4162 #: rhodecode/public/js/scripts.js:41241
4163 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:10
4164 #: rhodecode/public/js/src/rhodecode/comments.js:668
4165 msgid "Leave a comment on line {0}."
4166 msgstr ""
4167
4168 #: rhodecode/public/js/rhodecode-components.js:49507
4169 #: rhodecode/public/js/scripts.js:41355
4170 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:51
4171 #: rhodecode/public/js/src/rhodecode/comments.js:782
4172 msgid "TODO from comment {0} was fixed."
4173 msgstr ""
4174
4175 #: rhodecode/public/js/rhodecode-components.js:49713
4176 #: rhodecode/public/js/scripts.js:41561
4177 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:70
4167 #: rhodecode/public/js/src/rhodecode/files.js:150
4178 #: rhodecode/public/js/src/rhodecode/files.js:150
4168 msgid "truncated result"
4179 msgid "truncated result"
4169 msgstr ""
4180 msgstr ""
4170
4181
4171 #: rhodecode/public/js/rhodecode-components.js:49548
4182 #: rhodecode/public/js/rhodecode-components.js:49715
4172 #: rhodecode/public/js/scripts.js:41396
4183 #: rhodecode/public/js/scripts.js:41563
4173 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:61
4184 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:71
4174 #: rhodecode/public/js/src/rhodecode/files.js:152
4185 #: rhodecode/public/js/src/rhodecode/files.js:152
4175 msgid "truncated results"
4186 msgid "truncated results"
4176 msgstr ""
4187 msgstr ""
4177
4188
4178 #: rhodecode/public/js/rhodecode-components.js:49557
4189 #: rhodecode/public/js/rhodecode-components.js:49724
4179 #: rhodecode/public/js/scripts.js:41405
4190 #: rhodecode/public/js/scripts.js:41572
4180 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
4191 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:19
4181 #: rhodecode/public/js/src/rhodecode/files.js:161
4192 #: rhodecode/public/js/src/rhodecode/files.js:161
4182 msgid "No matching files"
4193 msgid "No matching files"
4183 msgstr ""
4194 msgstr ""
4184
4195
4185 #: rhodecode/public/js/rhodecode-components.js:49692
4196 #: rhodecode/public/js/rhodecode-components.js:49859
4186 #: rhodecode/public/js/scripts.js:41540
4197 #: rhodecode/public/js/scripts.js:41707
4187 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:32
4198 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:36
4188 #: rhodecode/public/js/src/rhodecode/files.js:296
4199 #: rhodecode/public/js/src/rhodecode/files.js:296
4189 msgid "Selection link"
4200 msgid "Selection link"
4190 msgstr ""
4201 msgstr ""
4191
4202
4192 #: rhodecode/public/js/rhodecode-components.js:49732
4203 #: rhodecode/public/js/rhodecode-components.js:49899
4193 #: rhodecode/public/js/scripts.js:41580
4204 #: rhodecode/public/js/scripts.js:41747
4194 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:41
4205 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:46
4195 #: rhodecode/public/js/src/rhodecode/followers.js:26
4206 #: rhodecode/public/js/src/rhodecode/followers.js:26
4196 msgid "Stop following this repository"
4207 msgid "Stop following this repository"
4197 msgstr ""
4208 msgstr ""
4198
4209
4199 #: rhodecode/public/js/rhodecode-components.js:49733
4210 #: rhodecode/public/js/rhodecode-components.js:49900
4200 #: rhodecode/public/js/scripts.js:41581
4211 #: rhodecode/public/js/scripts.js:41748
4201 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:46
4212 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:53
4202 #: rhodecode/public/js/src/rhodecode/followers.js:27
4213 #: rhodecode/public/js/src/rhodecode/followers.js:27
4203 msgid "Unfollow"
4214 msgid "Unfollow"
4204 msgstr ""
4215 msgstr ""
4205
4216
4206 #: rhodecode/public/js/rhodecode-components.js:49742
4217 #: rhodecode/public/js/rhodecode-components.js:49909
4207 #: rhodecode/public/js/scripts.js:41590
4218 #: rhodecode/public/js/scripts.js:41757
4208 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:39
4219 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:44
4209 #: rhodecode/public/js/src/rhodecode/followers.js:36
4220 #: rhodecode/public/js/src/rhodecode/followers.js:36
4210 msgid "Start following this repository"
4221 msgid "Start following this repository"
4211 msgstr ""
4222 msgstr ""
4212
4223
4213 #: rhodecode/public/js/rhodecode-components.js:49743
4224 #: rhodecode/public/js/rhodecode-components.js:49910
4214 #: rhodecode/public/js/scripts.js:41591
4225 #: rhodecode/public/js/scripts.js:41758
4215 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:7
4226 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:8
4216 #: rhodecode/public/js/src/rhodecode/followers.js:37
4227 #: rhodecode/public/js/src/rhodecode/followers.js:37
4217 msgid "Follow"
4228 msgid "Follow"
4218 msgstr ""
4229 msgstr ""
4219
4230
4220 #: rhodecode/public/js/rhodecode-components.js:50199
4231 #: rhodecode/public/js/rhodecode-components.js:50366
4221 #: rhodecode/public/js/scripts.js:42047
4232 #: rhodecode/public/js/scripts.js:42214
4222 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:50
4233 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:57
4223 #: rhodecode/public/js/src/rhodecode/pullrequests.js:212
4234 #: rhodecode/public/js/src/rhodecode/pullrequests.js:212
4224 msgid "added manually by \"{0}\""
4235 msgid "added manually by \"{0}\""
4225 msgstr ""
4236 msgstr ""
4226
4237
4227 #: rhodecode/public/js/rhodecode-components.js:50648
4238 #: rhodecode/public/js/rhodecode-components.js:50937
4228 #: rhodecode/public/js/scripts.js:42496
4239 #: rhodecode/public/js/scripts.js:42785
4229 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:53
4240 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:60
4230 #: rhodecode/public/js/src/rhodecode.js:142
4241 #: rhodecode/public/js/src/rhodecode.js:142
4231 msgid "file"
4242 msgid "file"
4232 msgstr ""
4243 msgstr ""
4233
4244
4234 #: rhodecode/public/js/rhodecode-components.js:50668
4245 #: rhodecode/public/js/rhodecode-components.js:50957
4235 #: rhodecode/public/js/scripts.js:42516
4246 #: rhodecode/public/js/scripts.js:42805
4236 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:36
4247 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:41
4237 #: rhodecode/public/js/src/rhodecode.js:162
4248 #: rhodecode/public/js/src/rhodecode.js:162
4238 msgid "Show more"
4249 msgid "Show more"
4239 msgstr ""
4250 msgstr ""
4240
4251
4241 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
4252 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:2
4242 msgid "(from usergroup {0})"
4253 msgid "(from usergroup {0})"
4243 msgstr ""
4254 msgstr ""
4244
4255
4256 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:3
4257 #: rhodecode/templates/codeblocks/diffs.mako:479
4258 #: rhodecode/templates/codeblocks/diffs.mako:484
4259 msgid "Add another comment"
4260 msgstr ""
4261
4245 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:4
4262 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:4
4246 #: rhodecode/public/js/src/i18n_messages.js:5
4263 #: rhodecode/public/js/src/i18n_messages.js:5
4247 #: rhodecode/templates/pullrequests/pullrequest_show.html:214
4264 #: rhodecode/templates/pullrequests/pullrequest_show.mako:320
4248 msgid "Close"
4265 msgid "Close"
4249 msgstr ""
4266 msgstr ""
4250
4267
4251 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:8
4268 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:7
4269 msgid "Diff to Commit "
4270 msgstr ""
4271
4272 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:9
4252 #: rhodecode/public/js/src/i18n_messages.js:4
4273 #: rhodecode/public/js/src/i18n_messages.js:4
4253 msgid "Invite reviewers to this discussion"
4274 msgid "Invite reviewers to this discussion"
4254 msgstr ""
4275 msgstr ""
4255
4276
4256 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:12
4277 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:15
4257 msgid "No bookmarks available yet."
4278 msgid "No bookmarks available yet."
4258 msgstr ""
4279 msgstr ""
4259
4280
4260 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:13
4281 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:16
4261 msgid "No branches available yet."
4282 msgid "No branches available yet."
4262 msgstr ""
4283 msgstr ""
4263
4284
4264 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:14
4265 msgid "No gists available yet."
4266 msgstr ""
4267
4268 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:17
4285 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:17
4286 msgid "No gists available yet."
4287 msgstr ""
4288
4289 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:20
4269 msgid "No pull requests available yet."
4290 msgid "No pull requests available yet."
4270 msgstr ""
4291 msgstr ""
4271
4292
4272 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:18
4273 msgid "No repositories available yet."
4274 msgstr ""
4275
4276 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:19
4277 msgid "No repository groups available yet."
4278 msgstr ""
4279
4280 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:21
4293 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:21
4281 msgid "No tags available yet."
4294 msgid "No repositories available yet."
4282 msgstr ""
4295 msgstr ""
4283
4296
4284 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:22
4297 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:22
4285 msgid "No user groups available yet."
4298 msgid "No repository groups available yet."
4286 msgstr ""
4299 msgstr ""
4287
4300
4288 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:23
4301 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:24
4289 msgid "No users available yet."
4302 msgid "No tags available yet."
4290 msgstr ""
4303 msgstr ""
4291
4304
4292 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:25
4305 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:25
4293 #: rhodecode/templates/changelog/changelog.html:62
4306 msgid "No user groups available yet."
4294 msgid "Open new pull request"
4295 msgstr ""
4307 msgstr ""
4296
4308
4297 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:26
4309 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:26
4310 msgid "No users available yet."
4311 msgstr ""
4312
4313 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:29
4314 #: rhodecode/templates/changelog/changelog.mako:61
4315 msgid "Open new pull request"
4316 msgstr ""
4317
4318 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:30
4298 msgid "Open new pull request for selected commit"
4319 msgid "Open new pull request for selected commit"
4299 msgstr ""
4320 msgstr ""
4300
4321
4301 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:33
4302 #: rhodecode/public/js/src/i18n_messages.js:6
4303 #: rhodecode/templates/admin/settings/settings_email.html:48
4304 msgid "Send"
4305 msgstr ""
4306
4307 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
4322 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:37
4323 #: rhodecode/public/js/src/i18n_messages.js:6
4324 #: rhodecode/templates/admin/settings/settings_email.mako:48
4325 msgid "Send"
4326 msgstr ""
4327
4328 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:40
4329 msgid "Show at Commit "
4330 msgstr ""
4331
4332 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:42
4308 msgid "Show selected commit __S"
4333 msgid "Show selected commit __S"
4309 msgstr ""
4334 msgstr ""
4310
4335
4311 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:38
4312 msgid "Show selected commits __S ... __E"
4313 msgstr ""
4314
4315 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:43
4336 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:43
4337 msgid "Show selected commits __S ... __E"
4338 msgstr ""
4339
4340 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:48
4316 #: rhodecode/public/js/src/i18n_messages.js:7
4341 #: rhodecode/public/js/src/i18n_messages.js:7
4317 msgid "Switch to chat"
4342 msgid "Switch to chat"
4318 msgstr ""
4343 msgstr ""
4319
4344
4320 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:44
4345 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:49
4321 #: rhodecode/public/js/src/i18n_messages.js:8
4346 #: rhodecode/public/js/src/i18n_messages.js:8
4322 msgid "Switch to comment"
4347 msgid "Switch to comment"
4323 msgstr ""
4348 msgstr ""
4324
4349
4325 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:45
4326 msgid ""
4327 "There are currently no open pull requests requiring your participation."
4328 msgstr ""
4329
4330 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:47
4331 msgid "Updating..."
4332 msgstr ""
4333
4334 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:51
4335 #: rhodecode/templates/admin/auth/auth_settings.html:71
4336 msgid "disabled"
4337 msgstr ""
4338
4339 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:52
4350 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:52
4340 #: rhodecode/templates/admin/auth/auth_settings.html:71
4351 msgid ""
4341 msgid "enabled"
4352 "There are currently no open pull requests requiring your participation."
4342 msgstr ""
4353 msgstr ""
4343
4354
4344 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:54
4355 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:54
4345 msgid "files"
4356 msgid "Updating..."
4357 msgstr ""
4358
4359 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:58
4360 #: rhodecode/templates/admin/auth/auth_settings.mako:71
4361 msgid "disabled"
4346 msgstr ""
4362 msgstr ""
4347
4363
4348 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:59
4364 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:59
4349 msgid "specify commit"
4365 #: rhodecode/templates/admin/auth/auth_settings.mako:71
4350 msgstr ""
4366 msgid "enabled"
4351
4367 msgstr ""
4352 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:62
4368
4353 msgid "{0} active out of {1} users"
4369 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:61
4354 msgstr ""
4370 msgid "files"
4355
4356 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:67
4357 msgid "{0} days"
4358 msgstr ""
4371 msgstr ""
4359
4372
4360 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:69
4373 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:69
4361 msgid "{0} hours"
4374 msgid "specify commit"
4362 msgstr ""
4375 msgstr ""
4363
4376
4364 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:72
4377 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:72
4378 msgid "{0} active out of {1} users"
4379 msgstr ""
4380
4381 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:77
4382 msgid "{0} days"
4383 msgstr ""
4384
4385 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:79
4386 msgid "{0} hours"
4387 msgstr ""
4388
4389 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:82
4365 msgid "{0} months"
4390 msgid "{0} months"
4366 msgstr ""
4391 msgstr ""
4367
4392
4368 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:76
4393 #: rhodecode/public/js/rhodecode/i18n/js_translations.js:86
4369 msgid "{0} years"
4394 msgid "{0} years"
4370 msgstr ""
4395 msgstr ""
4371
4396
4372 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4397 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4373 msgid "UIEvent"
4398 msgid "UIEvent"
4374 msgstr ""
4399 msgstr ""
4375
4400
4376 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4401 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4377 msgid "CustomEvent"
4402 msgid "CustomEvent"
4378 msgstr ""
4403 msgstr ""
4379
4404
4380 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4405 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4381 msgid "MouseEvent"
4406 msgid "MouseEvent"
4382 msgstr ""
4407 msgstr ""
4383
4408
4384 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4409 #: rhodecode/public/js/vendors/webcomponentsjs/webcomponents.min.js:11
4385 msgid "FocusEvent"
4410 msgid "FocusEvent"
4386 msgstr ""
4411 msgstr ""
4387
4412
4388 #: rhodecode/svn_support/events.py:30
4413 #: rhodecode/svn_support/events.py:30
4389 msgid "Configuration for Apaache mad_dav_svn changed."
4414 msgid "Configuration for Apaache mad_dav_svn changed."
4390 msgstr ""
4415 msgstr ""
4391
4416
4392 #: rhodecode/templates/index.html:5
4417 #: rhodecode/templates/index.mako:5
4393 msgid "Dashboard"
4418 msgid "Dashboard"
4394 msgstr ""
4419 msgstr ""
4395
4420
4396 #: rhodecode/templates/index_base.html:8
4421 #: rhodecode/templates/index_base.mako:8
4397 #: rhodecode/templates/admin/gists/index.html:18
4422 #: rhodecode/templates/admin/gists/index.mako:18
4398 #: rhodecode/templates/admin/my_account/my_account_repos.html:7
4423 #: rhodecode/templates/admin/my_account/my_account_repos.mako:7
4399 #: rhodecode/templates/admin/my_account/my_account_watched.html:7
4424 #: rhodecode/templates/admin/my_account/my_account_watched.mako:7
4400 #: rhodecode/templates/admin/repo_groups/repo_groups.html:12
4425 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:12
4401 #: rhodecode/templates/admin/repos/repos.html:12
4426 #: rhodecode/templates/admin/repos/repos.mako:12
4402 #: rhodecode/templates/admin/user_groups/user_groups.html:12
4427 #: rhodecode/templates/admin/user_groups/user_groups.mako:12
4403 #: rhodecode/templates/admin/users/users.html:12
4428 #: rhodecode/templates/admin/users/users.mako:12
4404 #: rhodecode/templates/bookmarks/bookmarks.html:12
4429 #: rhodecode/templates/bookmarks/bookmarks.mako:12
4405 #: rhodecode/templates/branches/branches.html:12
4430 #: rhodecode/templates/branches/branches.mako:12
4406 #: rhodecode/templates/journal/journal.html:12
4431 #: rhodecode/templates/journal/journal.mako:12
4407 #: rhodecode/templates/tags/tags.html:12
4432 #: rhodecode/templates/tags/tags.mako:12
4408 msgid "quick filter..."
4433 msgid "quick filter..."
4409 msgstr ""
4434 msgstr ""
4410
4435
4411 #: rhodecode/templates/index_base.html:10
4436 #: rhodecode/templates/index_base.mako:10
4412 msgid "matches"
4437 msgid "matches"
4413 msgstr ""
4438 msgstr ""
4414
4439
4415 #: rhodecode/templates/index_base.html:30
4440 #: rhodecode/templates/index_base.mako:30
4416 #: rhodecode/templates/index_base.html:39
4441 #: rhodecode/templates/index_base.mako:39
4417 #: rhodecode/templates/admin/repos/repo_add.html:22
4442 #: rhodecode/templates/admin/repos/repo_add.mako:22
4418 #: rhodecode/templates/admin/repos/repos.html:27
4443 #: rhodecode/templates/admin/repos/repos.mako:27
4419 msgid "Add Repository"
4444 msgid "Add Repository"
4420 msgstr ""
4445 msgstr ""
4421
4446
4422 #: rhodecode/templates/index_base.html:34
4447 #: rhodecode/templates/index_base.mako:34
4423 #: rhodecode/templates/index_base.html:42
4448 #: rhodecode/templates/index_base.mako:42
4424 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:16
4449 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:16
4425 #: rhodecode/templates/admin/repo_groups/repo_groups.html:27
4450 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:27
4426 msgid "Add Repository Group"
4451 msgid "Add Repository Group"
4427 msgstr ""
4452 msgstr ""
4428
4453
4429 #: rhodecode/templates/index_base.html:45
4454 #: rhodecode/templates/index_base.mako:45
4430 msgid "You have admin right to this group, and can edit it"
4455 msgid "You have admin right to this group, and can edit it"
4431 msgstr ""
4456 msgstr ""
4432
4457
4433 #: rhodecode/templates/index_base.html:45
4458 #: rhodecode/templates/index_base.mako:45
4434 msgid "Edit Repository Group"
4459 msgid "Edit Repository Group"
4435 msgstr ""
4460 msgstr ""
4436
4461
4437 #: rhodecode/templates/index_base.html:97
4462 #: rhodecode/templates/index_base.mako:97
4438 #: rhodecode/templates/index_base.html:122
4463 #: rhodecode/templates/index_base.mako:122
4439 #: rhodecode/templates/admin/gists/index.html:112
4464 #: rhodecode/templates/admin/gists/index.mako:112
4440 #: rhodecode/templates/admin/integrations/list.html:102
4465 #: rhodecode/templates/admin/integrations/list.mako:102
4441 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:39
4466 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:39
4442 #: rhodecode/templates/admin/my_account/my_account_repos.html:31
4467 #: rhodecode/templates/admin/my_account/my_account_repos.mako:31
4443 #: rhodecode/templates/admin/my_account/my_account_watched.html:31
4468 #: rhodecode/templates/admin/my_account/my_account_watched.mako:31
4444 #: rhodecode/templates/admin/repo_groups/repo_groups.html:53
4469 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:53
4445 #: rhodecode/templates/admin/repos/repo_add_base.html:9
4470 #: rhodecode/templates/admin/repos/repo_add_base.mako:9
4446 #: rhodecode/templates/admin/repos/repo_edit_settings.html:15
4471 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:15
4447 #: rhodecode/templates/admin/repos/repos.html:54
4472 #: rhodecode/templates/admin/repos/repos.mako:54
4448 #: rhodecode/templates/admin/user_groups/user_groups.html:55
4473 #: rhodecode/templates/admin/user_groups/user_groups.mako:55
4449 #: rhodecode/templates/base/perms_summary.html:102
4474 #: rhodecode/templates/base/perms_summary.mako:102
4450 #: rhodecode/templates/bookmarks/bookmarks.html:59
4475 #: rhodecode/templates/bookmarks/bookmarks.mako:59
4451 #: rhodecode/templates/branches/branches.html:58
4476 #: rhodecode/templates/branches/branches.mako:58
4452 #: rhodecode/templates/files/files_browser_tree.html:5
4477 #: rhodecode/templates/files/files_browser_tree.mako:5
4453 #: rhodecode/templates/pullrequests/pullrequests.html:100
4478 #: rhodecode/templates/pullrequests/pullrequests.mako:100
4454 #: rhodecode/templates/tags/tags.html:59
4479 #: rhodecode/templates/tags/tags.mako:59
4455 msgid "Name"
4480 msgid "Name"
4456 msgstr ""
4481 msgstr ""
4457
4482
4458 #: rhodecode/templates/index_base.html:100
4483 #: rhodecode/templates/index_base.mako:100
4459 #: rhodecode/templates/index_base.html:125
4484 #: rhodecode/templates/index_base.mako:125
4460 #: rhodecode/templates/admin/gists/index.html:114
4485 #: rhodecode/templates/admin/gists/index.mako:114
4461 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:77
4486 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:81
4462 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:45
4487 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:45
4463 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:42
4488 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:42
4464 #: rhodecode/templates/admin/repo_groups/repo_groups.html:56
4489 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:56
4465 #: rhodecode/templates/admin/repos/repo_add_base.html:32
4490 #: rhodecode/templates/admin/repos/repo_add_base.mako:32
4466 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:29
4491 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:29
4467 #: rhodecode/templates/admin/repos/repo_edit_settings.html:98
4492 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:98
4468 #: rhodecode/templates/admin/repos/repos.html:57
4493 #: rhodecode/templates/admin/repos/repos.mako:57
4469 #: rhodecode/templates/admin/user_groups/user_group_add.html:43
4494 #: rhodecode/templates/admin/user_groups/user_group_add.mako:43
4470 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:42
4495 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:42
4471 #: rhodecode/templates/admin/user_groups/user_groups.html:57
4496 #: rhodecode/templates/admin/user_groups/user_groups.mako:57
4472 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:74
4497 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:78
4473 #: rhodecode/templates/base/issue_tracker_settings.html:10
4498 #: rhodecode/templates/base/issue_tracker_settings.mako:10
4474 #: rhodecode/templates/changeset/changeset.html:53
4499 #: rhodecode/templates/changeset/changeset.mako:53
4475 #: rhodecode/templates/compare/compare_commits.html:25
4500 #: rhodecode/templates/compare/compare_commits.mako:20
4476 #: rhodecode/templates/email_templates/commit_comment.mako:82
4501 #: rhodecode/templates/email_templates/commit_comment.mako:82
4477 #: rhodecode/templates/email_templates/pull_request_review.mako:41
4502 #: rhodecode/templates/email_templates/pull_request_review.mako:41
4478 #: rhodecode/templates/email_templates/pull_request_review.mako:75
4503 #: rhodecode/templates/email_templates/pull_request_review.mako:75
4479 #: rhodecode/templates/files/file_tree_detail.html:5
4504 #: rhodecode/templates/files/file_tree_detail.mako:5
4480 #: rhodecode/templates/files/file_tree_detail.html:12
4505 #: rhodecode/templates/files/file_tree_detail.mako:12
4481 #: rhodecode/templates/forks/fork.html:48
4506 #: rhodecode/templates/forks/fork.mako:48
4482 #: rhodecode/templates/forks/forks_data.html:9
4507 #: rhodecode/templates/forks/forks_data.mako:9
4483 #: rhodecode/templates/pullrequests/pullrequest.html:47
4508 #: rhodecode/templates/pullrequests/pullrequest.mako:47
4484 #: rhodecode/templates/pullrequests/pullrequest_show.html:151
4509 #: rhodecode/templates/pullrequests/pullrequest_show.mako:158
4485 #: rhodecode/templates/summary/components.html:73
4510 #: rhodecode/templates/pullrequests/pullrequest_show.mako:455
4511 #: rhodecode/templates/summary/components.mako:73
4486 msgid "Description"
4512 msgid "Description"
4487 msgstr ""
4513 msgstr ""
4488
4514
4489 #: rhodecode/templates/index_base.html:102
4515 #: rhodecode/templates/index_base.mako:102
4490 #: rhodecode/templates/index_base.html:133
4516 #: rhodecode/templates/index_base.mako:133
4491 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:5
4517 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:5
4492 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:24
4518 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:24
4493 #: rhodecode/templates/admin/repo_groups/repo_groups.html:60
4519 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:60
4494 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:5
4520 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:5
4495 #: rhodecode/templates/admin/repos/repo_edit_settings.html:80
4521 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:80
4496 #: rhodecode/templates/admin/repos/repos.html:65
4522 #: rhodecode/templates/admin/repos/repos.mako:65
4497 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:5
4523 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:5
4498 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:24
4524 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:24
4499 #: rhodecode/templates/admin/user_groups/user_groups.html:64
4525 #: rhodecode/templates/admin/user_groups/user_groups.mako:64
4500 #: rhodecode/templates/forks/forks_data.html:7
4526 #: rhodecode/templates/forks/forks_data.mako:7
4501 #: rhodecode/templates/summary/components.html:195
4527 #: rhodecode/templates/summary/components.mako:195
4502 msgid "Owner"
4528 msgid "Owner"
4503 msgstr ""
4529 msgstr ""
4504
4530
4505 #: rhodecode/templates/index_base.html:128
4531 #: rhodecode/templates/index_base.mako:128
4506 #: rhodecode/templates/admin/repos/repos.html:60
4532 #: rhodecode/templates/admin/repos/repos.mako:60
4507 msgid "Last Change"
4533 msgid "Last Change"
4508 msgstr ""
4534 msgstr ""
4509
4535
4510 #: rhodecode/templates/index_base.html:131
4536 #: rhodecode/templates/index_base.mako:131
4511 #: rhodecode/templates/admin/my_account/my_account_repos.html:35
4537 #: rhodecode/templates/admin/my_account/my_account_repos.mako:35
4512 #: rhodecode/templates/admin/my_account/my_account_watched.html:35
4538 #: rhodecode/templates/admin/my_account/my_account_watched.mako:35
4513 #: rhodecode/templates/admin/repos/repos.html:63
4539 #: rhodecode/templates/admin/repos/repos.mako:63
4514 #: rhodecode/templates/bookmarks/bookmarks.html:66
4540 #: rhodecode/templates/bookmarks/bookmarks.mako:66
4515 #: rhodecode/templates/branches/branches.html:65
4541 #: rhodecode/templates/branches/branches.mako:65
4516 #: rhodecode/templates/changelog/changelog.html:104
4542 #: rhodecode/templates/changelog/changelog.mako:107
4517 #: rhodecode/templates/changelog/changelog_summary_data.html:8
4543 #: rhodecode/templates/changelog/changelog_summary_data.mako:8
4518 #: rhodecode/templates/changeset/changeset.html:36
4544 #: rhodecode/templates/changeset/changeset.mako:36
4519 #: rhodecode/templates/compare/compare_commits.html:23
4545 #: rhodecode/templates/compare/compare_commits.mako:18
4520 #: rhodecode/templates/email_templates/commit_comment.mako:45
4546 #: rhodecode/templates/email_templates/commit_comment.mako:45
4521 #: rhodecode/templates/email_templates/commit_comment.mako:81
4547 #: rhodecode/templates/email_templates/commit_comment.mako:81
4522 #: rhodecode/templates/search/search_commit.html:6
4548 #: rhodecode/templates/pullrequests/pullrequest_show.mako:453
4523 #: rhodecode/templates/tags/tags.html:66
4549 #: rhodecode/templates/search/search_commit.mako:6
4550 #: rhodecode/templates/tags/tags.mako:66
4524 msgid "Commit"
4551 msgid "Commit"
4525 msgstr ""
4552 msgstr ""
4526
4553
4527 #: rhodecode/templates/index_repo_group.html:5
4554 #: rhodecode/templates/index_repo_group.mako:5
4528 #, python-format
4555 #, python-format
4529 msgid "%s Repository group dashboard"
4556 msgid "%s Repository group dashboard"
4530 msgstr ""
4557 msgstr ""
4531
4558
4532 #: rhodecode/templates/index_repo_group.html:13
4559 #: rhodecode/templates/index_repo_group.mako:13
4533 msgid "Home"
4560 msgid "Home"
4534 msgstr ""
4561 msgstr ""
4535
4562
4536 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:34
4563 #: rhodecode/templates/login.mako:5 rhodecode/templates/login.mako:34
4537 #: rhodecode/templates/login.html:75 rhodecode/templates/base/base.html:326
4564 #: rhodecode/templates/login.mako:75 rhodecode/templates/base/base.mako:326
4538 #: rhodecode/templates/debug_style/login.html:60
4565 #: rhodecode/templates/debug_style/login.html:60
4539 msgid "Sign In"
4566 msgid "Sign In"
4540 msgstr ""
4567 msgstr ""
4541
4568
4542 #: rhodecode/templates/login.html:36
4569 #: rhodecode/templates/login.mako:36
4543 msgid "Go to the registration page to create a new account."
4570 msgid "Go to the registration page to create a new account."
4544 msgstr ""
4571 msgstr ""
4545
4572
4546 #: rhodecode/templates/login.html:57
4573 #: rhodecode/templates/login.mako:57
4547 msgid "Remember me"
4574 msgid "Remember me"
4548 msgstr ""
4575 msgstr ""
4549
4576
4550 #: rhodecode/templates/login.html:61
4577 #: rhodecode/templates/login.mako:61
4551 msgid "Forgot your password?"
4578 msgid "Forgot your password?"
4552 msgstr ""
4579 msgstr ""
4553
4580
4554 #: rhodecode/templates/login.html:65
4581 #: rhodecode/templates/login.mako:65
4555 #: rhodecode/templates/password_reset.html:34
4582 #: rhodecode/templates/password_reset.mako:34
4556 msgid "Password reset is disabled. Please contact "
4583 msgid "Password reset is disabled. Please contact "
4557 msgstr ""
4584 msgstr ""
4558
4585
4559 #: rhodecode/templates/login.html:67
4586 #: rhodecode/templates/login.mako:67
4560 #: rhodecode/templates/password_reset.html:36
4587 #: rhodecode/templates/password_reset.mako:36
4561 #: rhodecode/templates/base/base.html:43
4588 #: rhodecode/templates/base/base.mako:43
4562 #: rhodecode/templates/errors/error_document.html:62
4589 #: rhodecode/templates/errors/error_document.mako:64
4563 msgid "Support"
4590 msgid "Support"
4564 msgstr ""
4591 msgstr ""
4565
4592
4566 #: rhodecode/templates/login.html:68
4593 #: rhodecode/templates/login.mako:68
4567 #: rhodecode/templates/password_reset.html:37
4594 #: rhodecode/templates/password_reset.mako:37
4568 #: rhodecode/templates/files/files_add.html:54
4595 #: rhodecode/templates/files/files_add.mako:54
4569 #: rhodecode/templates/files/files_add.html:65
4596 #: rhodecode/templates/files/files_add.mako:65
4570 msgid "or"
4597 msgid "or"
4571 msgstr ""
4598 msgstr ""
4572
4599
4573 #: rhodecode/templates/login.html:70
4600 #: rhodecode/templates/login.mako:70
4574 #: rhodecode/templates/password_reset.html:39
4601 #: rhodecode/templates/password_reset.mako:39
4575 msgid "an administrator if you need help."
4602 msgid "an administrator if you need help."
4576 msgstr ""
4603 msgstr ""
4577
4604
4578 #: rhodecode/templates/password_reset.html:5
4605 #: rhodecode/templates/password_reset.mako:5
4579 msgid "Reset Password"
4606 msgid "Reset Password"
4580 msgstr ""
4607 msgstr ""
4581
4608
4582 #: rhodecode/templates/password_reset.html:46
4609 #: rhodecode/templates/password_reset.mako:46
4583 msgid "Reset your Password"
4610 msgid "Reset your Password"
4584 msgstr ""
4611 msgstr ""
4585
4612
4586 #: rhodecode/templates/password_reset.html:47
4613 #: rhodecode/templates/password_reset.mako:47
4587 msgid "Go to the login page to sign in."
4614 msgid "Go to the login page to sign in."
4588 msgstr ""
4615 msgstr ""
4589
4616
4590 #: rhodecode/templates/password_reset.html:51
4617 #: rhodecode/templates/password_reset.mako:51
4591 msgid "Email Address"
4618 msgid "Email Address"
4592 msgstr ""
4619 msgstr ""
4593
4620
4594 #: rhodecode/templates/password_reset.html:60
4621 #: rhodecode/templates/password_reset.mako:60
4595 #: rhodecode/templates/register.html:84
4622 #: rhodecode/templates/register.mako:84
4596 msgid "Captcha"
4623 msgid "Captcha"
4597 msgstr ""
4624 msgstr ""
4598
4625
4599 #: rhodecode/templates/password_reset.html:70
4626 #: rhodecode/templates/password_reset.mako:70
4600 msgid "Send password reset email"
4627 msgid "Send password reset email"
4601 msgstr ""
4628 msgstr ""
4602
4629
4603 #: rhodecode/templates/password_reset.html:71
4630 #: rhodecode/templates/password_reset.mako:71
4604 msgid "Password reset link will be sent to matching email address"
4631 msgid "Password reset link will be sent to matching email address"
4605 msgstr ""
4632 msgstr ""
4606
4633
4607 #: rhodecode/templates/register.html:5
4634 #: rhodecode/templates/register.mako:5
4608 msgid "Create an Account"
4635 msgid "Create an Account"
4609 msgstr ""
4636 msgstr ""
4610
4637
4611 #: rhodecode/templates/register.html:34
4638 #: rhodecode/templates/register.mako:34
4612 msgid "Create an account"
4639 msgid "Create an account"
4613 msgstr ""
4640 msgstr ""
4614
4641
4615 #: rhodecode/templates/register.html:35
4642 #: rhodecode/templates/register.mako:35
4616 msgid "Go to the login page to sign in with an existing account."
4643 msgid "Go to the login page to sign in with an existing account."
4617 msgstr ""
4644 msgstr ""
4618
4645
4619 #: rhodecode/templates/register.html:54
4646 #: rhodecode/templates/register.mako:54
4620 msgid "Re-enter password"
4647 msgid "Re-enter password"
4621 msgstr ""
4648 msgstr ""
4622
4649
4623 #: rhodecode/templates/register.html:61
4650 #: rhodecode/templates/register.mako:61
4624 #: rhodecode/templates/admin/my_account/my_account_profile.html:32
4651 #: rhodecode/templates/admin/my_account/my_account_profile.mako:32
4625 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:30
4652 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:33
4626 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:76
4653 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:79
4627 #: rhodecode/templates/admin/users/user_add.html:68
4654 #: rhodecode/templates/admin/users/user_add.mako:68
4628 #: rhodecode/templates/admin/users/user_edit_profile.html:47
4655 #: rhodecode/templates/admin/users/user_edit_profile.mako:47
4629 #: rhodecode/templates/admin/users/users.html:94
4656 #: rhodecode/templates/admin/users/users.mako:94
4630 msgid "First Name"
4657 msgid "First Name"
4631 msgstr ""
4658 msgstr ""
4632
4659
4633 #: rhodecode/templates/register.html:68
4660 #: rhodecode/templates/register.mako:68
4634 #: rhodecode/templates/admin/my_account/my_account_profile.html:40
4661 #: rhodecode/templates/admin/my_account/my_account_profile.mako:40
4635 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:39
4662 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:42
4636 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:85
4663 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:88
4637 #: rhodecode/templates/admin/users/user_add.html:77
4664 #: rhodecode/templates/admin/users/user_add.mako:77
4638 #: rhodecode/templates/admin/users/user_edit_profile.html:56
4665 #: rhodecode/templates/admin/users/user_edit_profile.mako:56
4639 #: rhodecode/templates/admin/users/users.html:96
4666 #: rhodecode/templates/admin/users/users.mako:96
4640 msgid "Last Name"
4667 msgid "Last Name"
4641 msgstr ""
4668 msgstr ""
4642
4669
4643 #: rhodecode/templates/register.html:96
4670 #: rhodecode/templates/register.mako:96
4644 msgid "Account activation requires admin approval."
4671 msgid "Account activation requires admin approval."
4645 msgstr ""
4672 msgstr ""
4646
4673
4647 #: rhodecode/templates/register.html:103
4674 #: rhodecode/templates/register.mako:103
4648 msgid "Create Account"
4675 msgid "Create Account"
4649 msgstr ""
4676 msgstr ""
4650
4677
4651 #: rhodecode/templates/admin/admin.html:5
4678 #: rhodecode/templates/admin/admin.mako:5
4652 #: rhodecode/templates/admin/admin.html:15
4679 #: rhodecode/templates/admin/admin.mako:15
4653 #: rhodecode/templates/base/base.html:72
4680 #: rhodecode/templates/base/base.mako:72
4654 msgid "Admin journal"
4681 msgid "Admin journal"
4655 msgstr ""
4682 msgstr ""
4656
4683
4657 #: rhodecode/templates/admin/admin.html:13
4684 #: rhodecode/templates/admin/admin.mako:13
4658 msgid "journal filter..."
4685 msgid "journal filter..."
4659 msgstr ""
4686 msgstr ""
4660
4687
4661 #: rhodecode/templates/admin/admin.html:14
4688 #: rhodecode/templates/admin/admin.mako:14
4662 msgid "filter"
4689 msgid "filter"
4663 msgstr ""
4690 msgstr ""
4664
4691
4665 #: rhodecode/templates/admin/admin.html:15
4692 #: rhodecode/templates/admin/admin.mako:15
4666 #: rhodecode/templates/journal/journal.html:14
4693 #: rhodecode/templates/journal/journal.mako:14
4667 #, python-format
4694 #, python-format
4668 msgid "%s entry"
4695 msgid "%s entry"
4669 msgid_plural "%s entries"
4696 msgid_plural "%s entries"
4670 msgstr[0] ""
4697 msgstr[0] ""
4671 msgstr[1] ""
4698 msgstr[1] ""
4672 msgstr[2] ""
4699 msgstr[2] ""
4673 msgstr[3] ""
4700 msgstr[3] ""
4674
4701
4675 #: rhodecode/templates/admin/admin.html:17
4702 #: rhodecode/templates/admin/admin.mako:17
4676 #: rhodecode/templates/journal/journal.html:17
4703 #: rhodecode/templates/journal/journal.mako:17
4677 msgid "Example Queries"
4704 msgid "Example Queries"
4678 msgstr ""
4705 msgstr ""
4679
4706
4680 #: rhodecode/templates/admin/admin_log.html:8
4707 #: rhodecode/templates/admin/admin_log.mako:8
4681 #: rhodecode/templates/admin/my_account/my_account_repos.html:37
4708 #: rhodecode/templates/admin/my_account/my_account_repos.mako:37
4682 #: rhodecode/templates/admin/repo_groups/repo_groups.html:62
4709 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:62
4683 #: rhodecode/templates/admin/repos/repo_edit_fields.html:13
4710 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:13
4684 #: rhodecode/templates/admin/repos/repos.html:69
4711 #: rhodecode/templates/admin/repos/repos.mako:69
4685 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:71
4712 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:71
4686 #: rhodecode/templates/admin/user_groups/user_groups.html:66
4713 #: rhodecode/templates/admin/user_groups/user_groups.mako:66
4687 #: rhodecode/templates/admin/users/users.html:107
4714 #: rhodecode/templates/admin/users/users.mako:107
4715 #: rhodecode/templates/files/files_detail.mako:63
4688 msgid "Action"
4716 msgid "Action"
4689 msgstr ""
4717 msgstr ""
4690
4718
4691 #: rhodecode/templates/admin/admin_log.html:9
4719 #: rhodecode/templates/admin/admin_log.mako:9
4692 #: rhodecode/templates/admin/defaults/defaults.html:31
4720 #: rhodecode/templates/admin/defaults/defaults.mako:31
4693 #: rhodecode/templates/admin/permissions/permissions_objects.html:13
4721 #: rhodecode/templates/admin/permissions/permissions_objects.mako:13
4694 #: rhodecode/templates/search/search_commit.html:5
4722 #: rhodecode/templates/search/search_commit.mako:5
4695 #: rhodecode/templates/search/search_path.html:3
4723 #: rhodecode/templates/search/search_path.mako:3
4696 msgid "Repository"
4724 msgid "Repository"
4697 msgstr ""
4725 msgstr ""
4698
4726
4699 #: rhodecode/templates/admin/admin_log.html:10
4727 #: rhodecode/templates/admin/admin_log.mako:10
4700 #: rhodecode/templates/bookmarks/bookmarks.html:61
4728 #: rhodecode/templates/bookmarks/bookmarks.mako:61
4701 #: rhodecode/templates/branches/branches.html:60
4729 #: rhodecode/templates/branches/branches.mako:60
4702 #: rhodecode/templates/tags/tags.html:61
4730 #: rhodecode/templates/tags/tags.mako:61
4703 msgid "Date"
4731 msgid "Date"
4704 msgstr ""
4732 msgstr ""
4705
4733
4706 #: rhodecode/templates/admin/admin_log.html:11
4734 #: rhodecode/templates/admin/admin_log.mako:11
4707 msgid "From IP"
4735 msgid "From IP"
4708 msgstr ""
4736 msgstr ""
4709
4737
4710 #: rhodecode/templates/admin/admin_log.html:46
4738 #: rhodecode/templates/admin/admin_log.mako:46
4711 msgid "No actions yet"
4739 msgid "No actions yet"
4712 msgstr ""
4740 msgstr ""
4713
4741
4714 #: rhodecode/templates/admin/auth/auth_settings.html:5
4742 #: rhodecode/templates/admin/auth/auth_settings.mako:5
4715 #: rhodecode/templates/admin/auth/plugin_settings.html:5
4743 #: rhodecode/templates/admin/auth/plugin_settings.mako:5
4716 msgid "Authentication Settings"
4744 msgid "Authentication Settings"
4717 msgstr ""
4745 msgstr ""
4718
4746
4719 #: rhodecode/templates/admin/auth/auth_settings.html:14
4747 #: rhodecode/templates/admin/auth/auth_settings.mako:14
4720 #: rhodecode/templates/admin/auth/plugin_settings.html:14
4748 #: rhodecode/templates/admin/auth/plugin_settings.mako:14
4721 msgid "Authentication Plugins"
4749 msgid "Authentication Plugins"
4722 msgstr ""
4750 msgstr ""
4723
4751
4724 #: rhodecode/templates/admin/auth/auth_settings.html:47
4752 #: rhodecode/templates/admin/auth/auth_settings.mako:47
4725 msgid "Enabled and Available Plugins"
4753 msgid "Enabled and Available Plugins"
4726 msgstr ""
4754 msgstr ""
4727
4755
4728 #: rhodecode/templates/admin/auth/auth_settings.html:53
4756 #: rhodecode/templates/admin/auth/auth_settings.mako:53
4729 msgid "Enabled Plugins"
4757 msgid "Enabled Plugins"
4730 msgstr ""
4758 msgstr ""
4731
4759
4732 #: rhodecode/templates/admin/auth/auth_settings.html:58
4760 #: rhodecode/templates/admin/auth/auth_settings.mako:58
4733 msgid ""
4761 msgid ""
4734 "Add a list of plugins, separated by commas. The order of the plugins is also"
4762 "Add a list of plugins, separated by commas. The order of the plugins is also"
4735 " the order in which RhodeCode Enterprise will try to authenticate a user."
4763 " the order in which RhodeCode Enterprise will try to authenticate a user."
4736 msgstr ""
4764 msgstr ""
4737
4765
4738 #: rhodecode/templates/admin/auth/auth_settings.html:65
4766 #: rhodecode/templates/admin/auth/auth_settings.mako:65
4739 msgid "Available Built-in Plugins"
4767 msgid "Available Built-in Plugins"
4740 msgstr ""
4768 msgstr ""
4741
4769
4742 #: rhodecode/templates/admin/auth/auth_settings.html:81
4770 #: rhodecode/templates/admin/auth/auth_settings.mako:81
4743 #: rhodecode/templates/admin/auth/plugin_settings.html:87
4771 #: rhodecode/templates/admin/auth/plugin_settings.mako:87
4744 #: rhodecode/templates/admin/defaults/defaults_repositories.html:63
4772 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:63
4745 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:103
4773 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:106
4746 #: rhodecode/templates/admin/permissions/permissions_application.html:59
4774 #: rhodecode/templates/admin/permissions/permissions_application.mako:59
4747 #: rhodecode/templates/admin/permissions/permissions_objects.html:56
4775 #: rhodecode/templates/admin/permissions/permissions_objects.mako:56
4748 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:72
4776 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:72
4749 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:135
4777 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:135
4750 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:67
4778 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:67
4751 #: rhodecode/templates/admin/repos/repo_add_base.html:90
4779 #: rhodecode/templates/admin/repos/repo_add_base.mako:90
4752 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:79
4780 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:79
4753 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:110
4781 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:110
4754 #: rhodecode/templates/admin/repos/repo_edit_settings.html:160
4782 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:160
4755 #: rhodecode/templates/admin/settings/settings_hooks.html:63
4783 #: rhodecode/templates/admin/settings/settings_hooks.mako:63
4756 #: rhodecode/templates/admin/settings/settings_issuetracker.html:15
4784 #: rhodecode/templates/admin/settings/settings_issuetracker.mako:15
4757 #: rhodecode/templates/admin/user_groups/user_group_add.html:60
4785 #: rhodecode/templates/admin/user_groups/user_group_add.mako:60
4758 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:120
4786 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:120
4759 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:102
4787 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:102
4760 #: rhodecode/templates/admin/users/user_add.html:128
4788 #: rhodecode/templates/admin/users/user_add.mako:128
4761 #: rhodecode/templates/admin/users/user_edit_profile.html:134
4789 #: rhodecode/templates/admin/users/user_edit_profile.mako:134
4762 #: rhodecode/templates/base/default_perms_box.html:88
4790 #: rhodecode/templates/base/default_perms_box.mako:88
4763 msgid "Save"
4791 msgid "Save"
4764 msgstr ""
4792 msgstr ""
4765
4793
4766 #: rhodecode/templates/admin/auth/plugin_settings.html:45
4794 #: rhodecode/templates/admin/auth/plugin_settings.mako:45
4767 msgid "Plugin"
4795 msgid "Plugin"
4768 msgstr ""
4796 msgstr ""
4769
4797
4770 #: rhodecode/templates/admin/defaults/defaults.html:5
4798 #: rhodecode/templates/admin/defaults/defaults.mako:5
4771 #: rhodecode/templates/admin/defaults/defaults.html:14
4799 #: rhodecode/templates/admin/defaults/defaults.mako:14
4772 msgid "Repositories defaults"
4800 msgid "Repositories defaults"
4773 msgstr ""
4801 msgstr ""
4774
4802
4775 #: rhodecode/templates/admin/defaults/defaults_repositories.html:3
4803 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:3
4776 msgid "Default Settings For New Repositories"
4804 msgid "Default Settings For New Repositories"
4777 msgstr ""
4805 msgstr ""
4778
4806
4779 #: rhodecode/templates/admin/defaults/defaults_repositories.html:14
4807 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:14
4780 #: rhodecode/templates/admin/gists/index.html:110
4808 #: rhodecode/templates/admin/gists/index.mako:110
4781 #: rhodecode/templates/admin/integrations/list.html:103
4809 #: rhodecode/templates/admin/integrations/list.mako:103
4782 #: rhodecode/templates/admin/repos/repo_add_base.html:64
4810 #: rhodecode/templates/admin/repos/repo_add_base.mako:64
4783 #: rhodecode/templates/admin/repos/repo_edit_fields.html:12
4811 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:12
4784 msgid "Type"
4812 msgid "Type"
4785 msgstr ""
4813 msgstr ""
4786
4814
4787 #: rhodecode/templates/admin/defaults/defaults_repositories.html:23
4815 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:23
4788 #: rhodecode/templates/admin/repos/repo_add_base.html:82
4816 #: rhodecode/templates/admin/repos/repo_add_base.mako:82
4789 msgid "Private Repository"
4817 msgid "Private Repository"
4790 msgstr ""
4818 msgstr ""
4791
4819
4792 #: rhodecode/templates/admin/defaults/defaults_repositories.html:27
4820 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:27
4793 #: rhodecode/templates/admin/repos/repo_add_base.html:86
4821 #: rhodecode/templates/admin/repos/repo_add_base.mako:86
4794 #: rhodecode/templates/admin/repos/repo_edit_settings.html:112
4822 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:112
4795 #: rhodecode/templates/forks/fork.html:87
4823 #: rhodecode/templates/forks/fork.mako:87
4796 msgid ""
4824 msgid ""
4797 "Private repositories are only visible to people explicitly added as "
4825 "Private repositories are only visible to people explicitly added as "
4798 "collaborators."
4826 "collaborators."
4799 msgstr ""
4827 msgstr ""
4800
4828
4801 #: rhodecode/templates/admin/defaults/defaults_repositories.html:34
4829 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:34
4802 msgid "Enable Statistics"
4830 msgid "Enable Statistics"
4803 msgstr ""
4831 msgstr ""
4804
4832
4805 #: rhodecode/templates/admin/defaults/defaults_repositories.html:38
4833 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:38
4806 msgid "Enable a statistics window on the repository summary page."
4834 msgid "Enable a statistics window on the repository summary page."
4807 msgstr ""
4835 msgstr ""
4808
4836
4809 #: rhodecode/templates/admin/defaults/defaults_repositories.html:44
4837 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:44
4810 msgid "Enable Downloads"
4838 msgid "Enable Downloads"
4811 msgstr ""
4839 msgstr ""
4812
4840
4813 #: rhodecode/templates/admin/defaults/defaults_repositories.html:48
4841 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:48
4814 msgid "Enable the download option on the repository summary page."
4842 msgid "Enable the download option on the repository summary page."
4815 msgstr ""
4843 msgstr ""
4816
4844
4817 #: rhodecode/templates/admin/defaults/defaults_repositories.html:54
4845 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:54
4818 msgid "Enable Locking"
4846 msgid "Enable Locking"
4819 msgstr ""
4847 msgstr ""
4820
4848
4821 #: rhodecode/templates/admin/defaults/defaults_repositories.html:58
4849 #: rhodecode/templates/admin/defaults/defaults_repositories.mako:58
4822 msgid ""
4850 msgid ""
4823 "Enable automatic repository locking. Pulling from a repository will lock it,"
4851 "Enable automatic repository locking. Pulling from a repository will lock it,"
4824 " and it is unlocked by pushing back by the same user."
4852 " and it is unlocked by pushing back by the same user."
4825 msgstr ""
4853 msgstr ""
4826
4854
4827 #: rhodecode/templates/admin/gists/edit.html:5
4855 #: rhodecode/templates/admin/gists/edit.mako:5
4828 #: rhodecode/templates/admin/gists/edit.html:12
4856 #: rhodecode/templates/admin/gists/edit.mako:12
4829 msgid "Edit Gist"
4857 msgid "Edit Gist"
4830 msgstr ""
4858 msgstr ""
4831
4859
4832 #: rhodecode/templates/admin/gists/edit.html:33
4860 #: rhodecode/templates/admin/gists/edit.mako:33
4833 #: rhodecode/templates/admin/gists/new.html:30
4861 #: rhodecode/templates/admin/gists/new.mako:30
4834 msgid "Gist description ..."
4862 msgid "Gist description ..."
4835 msgstr ""
4863 msgstr ""
4836
4864
4837 #: rhodecode/templates/admin/gists/edit.html:38
4865 #: rhodecode/templates/admin/gists/edit.mako:38
4838 #: rhodecode/templates/admin/gists/new.html:38
4866 #: rhodecode/templates/admin/gists/new.mako:38
4839 msgid "Gist lifetime"
4867 msgid "Gist lifetime"
4840 msgstr ""
4868 msgstr ""
4841
4869
4842 #: rhodecode/templates/admin/gists/edit.html:41
4870 #: rhodecode/templates/admin/gists/edit.mako:41
4843 #: rhodecode/templates/admin/gists/new.html:41
4871 #: rhodecode/templates/admin/gists/new.mako:41
4844 msgid "Gist access level"
4872 msgid "Gist access level"
4845 msgstr ""
4873 msgstr ""
4846
4874
4847 #: rhodecode/templates/admin/gists/edit.html:56
4875 #: rhodecode/templates/admin/gists/edit.mako:56
4848 #: rhodecode/templates/admin/gists/new.html:50
4876 #: rhodecode/templates/admin/gists/new.mako:50
4849 #: rhodecode/templates/files/files_add.html:74
4877 #: rhodecode/templates/files/files_add.mako:74
4850 #: rhodecode/templates/files/files_edit.html:78
4878 #: rhodecode/templates/files/files_edit.mako:78
4851 msgid "plain"
4879 msgid "plain"
4852 msgstr ""
4880 msgstr ""
4853
4881
4854 #: rhodecode/templates/admin/gists/edit.html:101
4882 #: rhodecode/templates/admin/gists/edit.mako:101
4855 msgid "Update Gist"
4883 msgid "Update Gist"
4856 msgstr ""
4884 msgstr ""
4857
4885
4858 #: rhodecode/templates/admin/gists/edit.html:102
4886 #: rhodecode/templates/admin/gists/edit.mako:102
4859 #: rhodecode/templates/base/issue_tracker_settings.html:74
4887 #: rhodecode/templates/base/issue_tracker_settings.mako:74
4860 #: rhodecode/templates/changeset/changeset_file_comment.html:137
4888 #: rhodecode/templates/changeset/changeset_file_comment.mako:385
4861 #: rhodecode/templates/codeblocks/diffs.html:84
4889 #: rhodecode/templates/codeblocks/diffs.mako:76
4862 #: rhodecode/templates/codeblocks/diffs.html:98
4890 #: rhodecode/templates/files/files_add.mako:102
4863 #: rhodecode/templates/files/files_add.html:102
4891 #: rhodecode/templates/files/files_delete.mako:69
4864 #: rhodecode/templates/files/files_delete.html:69
4892 #: rhodecode/templates/files/files_edit.mako:105
4865 #: rhodecode/templates/files/files_edit.html:105
4893 #: rhodecode/templates/pullrequests/pullrequest_show.mako:64
4866 msgid "Cancel"
4894 msgid "Cancel"
4867 msgstr ""
4895 msgstr ""
4868
4896
4869 #: rhodecode/templates/admin/gists/edit.html:122
4897 #: rhodecode/templates/admin/gists/edit.mako:122
4870 #, python-format
4898 #, python-format
4871 msgid ""
4899 msgid ""
4872 "Gist was updated since you started editing. Copy your changes and click "
4900 "Gist was updated since you started editing. Copy your changes and click "
4873 "%(here)s to reload the new version."
4901 "%(here)s to reload the new version."
4874 msgstr ""
4902 msgstr ""
4875
4903
4876 #: rhodecode/templates/admin/gists/index.html:6
4904 #: rhodecode/templates/admin/gists/index.mako:6
4877 #: rhodecode/templates/admin/gists/index.html:20
4905 #: rhodecode/templates/admin/gists/index.mako:20
4878 #, python-format
4906 #, python-format
4879 msgid "Private Gists for user %s"
4907 msgid "Private Gists for user %s"
4880 msgstr ""
4908 msgstr ""
4881
4909
4882 #: rhodecode/templates/admin/gists/index.html:8
4910 #: rhodecode/templates/admin/gists/index.mako:8
4883 #: rhodecode/templates/admin/gists/index.html:22
4911 #: rhodecode/templates/admin/gists/index.mako:22
4884 #, python-format
4912 #, python-format
4885 msgid "Public Gists for user %s"
4913 msgid "Public Gists for user %s"
4886 msgstr ""
4914 msgstr ""
4887
4915
4888 #: rhodecode/templates/admin/gists/index.html:10
4916 #: rhodecode/templates/admin/gists/index.mako:10
4889 msgid "Public Gists"
4917 msgid "Public Gists"
4890 msgstr ""
4918 msgstr ""
4891
4919
4892 #: rhodecode/templates/admin/gists/index.html:24
4920 #: rhodecode/templates/admin/gists/index.mako:24
4893 #, python-format
4921 #, python-format
4894 msgid "All Gists for user %s"
4922 msgid "All Gists for user %s"
4895 msgstr ""
4923 msgstr ""
4896
4924
4897 #: rhodecode/templates/admin/gists/index.html:26
4925 #: rhodecode/templates/admin/gists/index.mako:26
4898 msgid "All Public Gists"
4926 msgid "All Public Gists"
4899 msgstr ""
4927 msgstr ""
4900
4928
4901 #: rhodecode/templates/admin/gists/index.html:44
4929 #: rhodecode/templates/admin/gists/index.mako:44
4902 #: rhodecode/templates/admin/gists/show.html:36
4930 #: rhodecode/templates/admin/gists/show.mako:36
4903 msgid "Create New Gist"
4931 msgid "Create New Gist"
4904 msgstr ""
4932 msgstr ""
4905
4933
4906 #: rhodecode/templates/admin/gists/index.html:56
4934 #: rhodecode/templates/admin/gists/index.mako:56
4907 msgid "All gists"
4935 msgid "All gists"
4908 msgstr ""
4936 msgstr ""
4909
4937
4910 #: rhodecode/templates/admin/gists/index.html:58
4938 #: rhodecode/templates/admin/gists/index.mako:58
4911 msgid "All public"
4939 msgid "All public"
4912 msgstr ""
4940 msgstr ""
4913
4941
4914 #: rhodecode/templates/admin/gists/index.html:60
4942 #: rhodecode/templates/admin/gists/index.mako:60
4915 msgid "My gists"
4943 msgid "My gists"
4916 msgstr ""
4944 msgstr ""
4917
4945
4918 #: rhodecode/templates/admin/gists/index.html:61
4946 #: rhodecode/templates/admin/gists/index.mako:61
4919 msgid "My private"
4947 msgid "My private"
4920 msgstr ""
4948 msgstr ""
4921
4949
4922 #: rhodecode/templates/admin/gists/index.html:62
4950 #: rhodecode/templates/admin/gists/index.mako:62
4923 msgid "My public"
4951 msgid "My public"
4924 msgstr ""
4952 msgstr ""
4925
4953
4926 #: rhodecode/templates/admin/gists/index.html:108
4954 #: rhodecode/templates/admin/gists/index.mako:108
4927 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:41
4955 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:41
4928 #: rhodecode/templates/bookmarks/bookmarks.html:63
4956 #: rhodecode/templates/bookmarks/bookmarks.mako:63
4929 #: rhodecode/templates/branches/branches.html:62
4957 #: rhodecode/templates/branches/branches.mako:62
4930 #: rhodecode/templates/changelog/changelog.html:110
4958 #: rhodecode/templates/changelog/changelog.mako:113
4931 #: rhodecode/templates/changelog/changelog_summary_data.html:11
4959 #: rhodecode/templates/changelog/changelog_summary_data.mako:11
4932 #: rhodecode/templates/changeset/changeset.html:163
4960 #: rhodecode/templates/changeset/changeset.mako:180
4933 #: rhodecode/templates/compare/compare_commits.html:22
4961 #: rhodecode/templates/compare/compare_commits.mako:17
4934 #: rhodecode/templates/files/files_browser_tree.html:9
4962 #: rhodecode/templates/files/files_browser_tree.mako:9
4935 #: rhodecode/templates/pullrequests/pullrequest_show.html:198
4963 #: rhodecode/templates/pullrequests/pullrequest_show.mako:304
4936 #: rhodecode/templates/pullrequests/pullrequests.html:102
4964 #: rhodecode/templates/pullrequests/pullrequest_show.mako:452
4937 #: rhodecode/templates/search/search_commit.html:16
4965 #: rhodecode/templates/pullrequests/pullrequests.mako:102
4938 #: rhodecode/templates/tags/tags.html:63
4966 #: rhodecode/templates/search/search_commit.mako:16
4967 #: rhodecode/templates/tags/tags.mako:63
4939 msgid "Author"
4968 msgid "Author"
4940 msgstr ""
4969 msgstr ""
4941
4970
4942 #: rhodecode/templates/admin/gists/index.html:116
4971 #: rhodecode/templates/admin/gists/index.mako:116
4943 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:6
4972 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:6
4944 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:6
4973 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:6
4945 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:6
4974 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:6
4946 #: rhodecode/templates/admin/users/user_edit_advanced.html:5
4975 #: rhodecode/templates/admin/users/user_edit_advanced.mako:5
4947 msgid "Created on"
4976 msgid "Created on"
4948 msgstr ""
4977 msgstr ""
4949
4978
4950 #: rhodecode/templates/admin/gists/index.html:118
4979 #: rhodecode/templates/admin/gists/index.mako:118
4951 #: rhodecode/templates/admin/gists/show.html:65
4980 #: rhodecode/templates/admin/gists/show.mako:65
4952 msgid "Expires"
4981 msgid "Expires"
4953 msgstr ""
4982 msgstr ""
4954
4983
4955 #: rhodecode/templates/admin/gists/new.html:5
4984 #: rhodecode/templates/admin/gists/new.mako:5
4956 #: rhodecode/templates/admin/gists/new.html:12
4985 #: rhodecode/templates/admin/gists/new.mako:12
4957 msgid "New Gist"
4986 msgid "New Gist"
4958 msgstr ""
4987 msgstr ""
4959
4988
4960 #: rhodecode/templates/admin/gists/new.html:35
4989 #: rhodecode/templates/admin/gists/new.mako:35
4961 msgid "Gist id"
4990 msgid "Gist id"
4962 msgstr ""
4991 msgstr ""
4963
4992
4964 #: rhodecode/templates/admin/gists/new.html:36
4993 #: rhodecode/templates/admin/gists/new.mako:36
4965 msgid "Auto generated"
4994 msgid "Auto generated"
4966 msgstr ""
4995 msgstr ""
4967
4996
4968 #: rhodecode/templates/admin/gists/new.html:49
4997 #: rhodecode/templates/admin/gists/new.mako:49
4969 msgid "name this file..."
4998 msgid "name this file..."
4970 msgstr ""
4999 msgstr ""
4971
5000
4972 #: rhodecode/templates/admin/gists/new.html:60
5001 #: rhodecode/templates/admin/gists/new.mako:60
4973 msgid "Create Private Gist"
5002 msgid "Create Private Gist"
4974 msgstr ""
5003 msgstr ""
4975
5004
4976 #: rhodecode/templates/admin/gists/new.html:61
5005 #: rhodecode/templates/admin/gists/new.mako:61
4977 msgid "Create Public Gist"
5006 msgid "Create Public Gist"
4978 msgstr ""
5007 msgstr ""
4979
5008
4980 #: rhodecode/templates/admin/gists/show.html:13
5009 #: rhodecode/templates/admin/gists/show.mako:13
4981 #: rhodecode/templates/admin/gists/show.html:20
5010 #: rhodecode/templates/admin/gists/show.mako:20
4982 msgid "Gist"
5011 msgid "Gist"
4983 msgstr ""
5012 msgstr ""
4984
5013
4985 #: rhodecode/templates/admin/gists/show.html:49
5014 #: rhodecode/templates/admin/gists/show.mako:49
4986 msgid "Confirm to delete this Gist"
5015 msgid "Confirm to delete this Gist"
4987 msgstr ""
5016 msgstr ""
4988
5017
4989 #: rhodecode/templates/admin/gists/show.html:56
5018 #: rhodecode/templates/admin/gists/show.mako:56
4990 #: rhodecode/templates/admin/integrations/list.html:204
5019 #: rhodecode/templates/admin/integrations/list.mako:204
4991 #: rhodecode/templates/admin/my_account/my_account_profile.html:5
5020 #: rhodecode/templates/admin/my_account/my_account_profile.mako:5
4992 #: rhodecode/templates/base/issue_tracker_settings.html:61
5021 #: rhodecode/templates/base/issue_tracker_settings.mako:61
4993 #: rhodecode/templates/changeset/changeset_file_comment.html:143
5022 #: rhodecode/templates/data_table/_dt_elements.mako:118
4994 #: rhodecode/templates/changeset/changeset_file_comment.html:267
5023 #: rhodecode/templates/data_table/_dt_elements.mako:180
4995 #: rhodecode/templates/codeblocks/diffs.html:79
5024 #: rhodecode/templates/data_table/_dt_elements.mako:193
4996 #: rhodecode/templates/data_table/_dt_elements.html:118
5025 #: rhodecode/templates/data_table/_dt_elements.mako:206
4997 #: rhodecode/templates/data_table/_dt_elements.html:180
4998 #: rhodecode/templates/data_table/_dt_elements.html:193
4999 #: rhodecode/templates/data_table/_dt_elements.html:206
5000 #: rhodecode/templates/debug_style/buttons.html:128
5026 #: rhodecode/templates/debug_style/buttons.html:128
5001 #: rhodecode/templates/files/files_add.html:204
5027 #: rhodecode/templates/files/files_add.mako:204
5002 #: rhodecode/templates/files/files_edit.html:165
5028 #: rhodecode/templates/files/files_edit.mako:165
5003 #: rhodecode/templates/files/files_source.html:38
5029 #: rhodecode/templates/files/files_source.mako:38
5004 #: rhodecode/templates/files/files_source.html:41
5030 #: rhodecode/templates/files/files_source.mako:41
5005 #: rhodecode/templates/pullrequests/pullrequest_show.html:60
5031 #: rhodecode/templates/pullrequests/pullrequest_show.mako:63
5006 #: rhodecode/templates/pullrequests/pullrequest_show.html:213
5032 #: rhodecode/templates/pullrequests/pullrequest_show.mako:319
5007 #: rhodecode/templates/users/user_profile.html:7
5033 #: rhodecode/templates/users/user_profile.mako:7
5008 msgid "Edit"
5034 msgid "Edit"
5009 msgstr ""
5035 msgstr ""
5010
5036
5011 #: rhodecode/templates/admin/gists/show.html:58
5037 #: rhodecode/templates/admin/gists/show.mako:58
5012 msgid "Show as Raw"
5038 msgid "Show as Raw"
5013 msgstr ""
5039 msgstr ""
5014
5040
5015 #: rhodecode/templates/admin/gists/show.html:62
5041 #: rhodecode/templates/admin/gists/show.mako:62
5016 msgid "Private Gist"
5042 msgid "Private Gist"
5017 msgstr ""
5043 msgstr ""
5018
5044
5019 #: rhodecode/templates/admin/gists/show.html:77
5045 #: rhodecode/templates/admin/gists/show.mako:77
5020 msgid "created"
5046 msgid "created"
5021 msgstr ""
5047 msgstr ""
5022
5048
5023 #: rhodecode/templates/admin/gists/show.html:91
5049 #: rhodecode/templates/admin/gists/show.mako:91
5024 #: rhodecode/templates/files/files_delete.html:50
5050 #: rhodecode/templates/files/files_delete.mako:50
5025 #: rhodecode/templates/files/files_source.html:73
5051 #: rhodecode/templates/files/files_source.mako:73
5026 msgid "Show as raw"
5052 msgid "Show as raw"
5027 msgstr ""
5053 msgstr ""
5028
5054
5029 #: rhodecode/templates/admin/integrations/base.html:14
5055 #: rhodecode/templates/admin/integrations/base.mako:14
5030 msgid "Integrations Settings"
5056 msgid "Integrations Settings"
5031 msgstr ""
5057 msgstr ""
5032
5058
5033 #: rhodecode/templates/admin/integrations/form.html:17
5059 #: rhodecode/templates/admin/integrations/form.mako:17
5034 #: rhodecode/templates/admin/integrations/list.html:10
5060 #: rhodecode/templates/admin/integrations/list.mako:10
5035 #: rhodecode/templates/admin/integrations/new.html:13
5061 #: rhodecode/templates/admin/integrations/new.mako:13
5036 #: rhodecode/templates/admin/permissions/permissions_objects.html:28
5062 #: rhodecode/templates/admin/permissions/permissions_objects.mako:28
5037 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:14
5063 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:14
5038 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:127
5064 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:127
5039 msgid "Repository Groups"
5065 msgid "Repository Groups"
5040 msgstr ""
5066 msgstr ""
5041
5067
5042 #: rhodecode/templates/admin/integrations/form.html:30
5068 #: rhodecode/templates/admin/integrations/form.mako:30
5043 #: rhodecode/templates/admin/integrations/list.html:16
5069 #: rhodecode/templates/admin/integrations/list.mako:16
5044 #: rhodecode/templates/admin/integrations/new.html:21
5070 #: rhodecode/templates/admin/integrations/new.mako:21
5045 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:48
5071 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:48
5046 #: rhodecode/templates/admin/repos/repo_edit.html:15
5072 #: rhodecode/templates/admin/repos/repo_edit.mako:15
5047 #: rhodecode/templates/admin/repos/repo_edit.html:43
5073 #: rhodecode/templates/admin/repos/repo_edit.mako:43
5048 #: rhodecode/templates/admin/settings/settings.html:14
5074 #: rhodecode/templates/admin/settings/settings.mako:14
5049 #: rhodecode/templates/admin/user_groups/user_group_edit.html:33
5075 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:33
5050 #: rhodecode/templates/base/base.html:81
5076 #: rhodecode/templates/base/base.mako:81
5051 #: rhodecode/templates/base/base.html:246
5077 #: rhodecode/templates/base/base.mako:246
5052 msgid "Settings"
5078 msgid "Settings"
5053 msgstr ""
5079 msgstr ""
5054
5080
5055 #: rhodecode/templates/admin/integrations/form.html:60
5081 #: rhodecode/templates/admin/integrations/form.mako:60
5056 #, python-format
5082 #, python-format
5057 msgid "Create New %(integration_type)s Integration"
5083 msgid "Create New %(integration_type)s Integration"
5058 msgstr ""
5084 msgstr ""
5059
5085
5060 #: rhodecode/templates/admin/integrations/list.html:44
5086 #: rhodecode/templates/admin/integrations/list.mako:44
5061 msgid "Current Integrations for Repository: {repo_name}"
5087 msgid "Current Integrations for Repository: {repo_name}"
5062 msgstr ""
5088 msgstr ""
5063
5089
5064 #: rhodecode/templates/admin/integrations/list.html:46
5090 #: rhodecode/templates/admin/integrations/list.mako:46
5065 msgid "Current Integrations for repository group: {repo_group_name}"
5091 msgid "Current Integrations for repository group: {repo_group_name}"
5066 msgstr ""
5092 msgstr ""
5067
5093
5068 #: rhodecode/templates/admin/integrations/list.html:48
5094 #: rhodecode/templates/admin/integrations/list.mako:48
5069 msgid "Current Integrations"
5095 msgid "Current Integrations"
5070 msgstr ""
5096 msgstr ""
5071
5097
5072 #: rhodecode/templates/admin/integrations/list.html:64
5098 #: rhodecode/templates/admin/integrations/list.mako:64
5073 #: rhodecode/templates/admin/notifications/notifications.html:31
5099 #: rhodecode/templates/admin/notifications/notifications.mako:31
5074 msgid "All"
5100 msgid "All"
5075 msgstr ""
5101 msgstr ""
5076
5102
5077 #: rhodecode/templates/admin/integrations/list.html:95
5103 #: rhodecode/templates/admin/integrations/list.mako:95
5078 #: rhodecode/templates/admin/integrations/new.html:26
5104 #: rhodecode/templates/admin/integrations/new.mako:26
5079 msgid "Create new integration"
5105 msgid "Create new integration"
5080 msgstr ""
5106 msgstr ""
5081
5107
5082 #: rhodecode/templates/admin/integrations/list.html:104
5108 #: rhodecode/templates/admin/integrations/list.mako:104
5083 msgid "Scope"
5109 msgid "Scope"
5084 msgstr ""
5110 msgstr ""
5085
5111
5086 #: rhodecode/templates/admin/integrations/list.html:105
5112 #: rhodecode/templates/admin/integrations/list.mako:105
5113 #: rhodecode/templates/compare/compare_diff.mako:92
5087 msgid "Actions"
5114 msgid "Actions"
5088 msgstr ""
5115 msgstr ""
5089
5116
5090 #: rhodecode/templates/admin/integrations/list.html:115
5117 #: rhodecode/templates/admin/integrations/list.mako:115
5091 msgid "No {type} integrations for repo {repo} exist yet."
5118 msgid "No {type} integrations for repo {repo} exist yet."
5092 msgstr ""
5119 msgstr ""
5093
5120
5094 #: rhodecode/templates/admin/integrations/list.html:117
5121 #: rhodecode/templates/admin/integrations/list.mako:117
5095 msgid "No {type} integrations for repogroup {repogroup} exist yet."
5122 msgid "No {type} integrations for repogroup {repogroup} exist yet."
5096 msgstr ""
5123 msgstr ""
5097
5124
5098 #: rhodecode/templates/admin/integrations/list.html:119
5125 #: rhodecode/templates/admin/integrations/list.mako:119
5099 msgid "No {type} integrations exist yet."
5126 msgid "No {type} integrations exist yet."
5100 msgstr ""
5127 msgstr ""
5101
5128
5102 #: rhodecode/templates/admin/integrations/list.html:133
5129 #: rhodecode/templates/admin/integrations/list.mako:133
5103 msgid "Create one"
5130 msgid "Create one"
5104 msgstr ""
5131 msgstr ""
5105
5132
5106 #: rhodecode/templates/admin/integrations/list.html:164
5133 #: rhodecode/templates/admin/integrations/list.mako:164
5107 msgid "repo"
5134 msgid "repo"
5108 msgstr ""
5135 msgstr ""
5109
5136
5110 #: rhodecode/templates/admin/integrations/list.html:168
5137 #: rhodecode/templates/admin/integrations/list.mako:168
5111 msgid "repogroup"
5138 msgid "repogroup"
5112 msgstr ""
5139 msgstr ""
5113
5140
5114 #: rhodecode/templates/admin/integrations/list.html:170
5141 #: rhodecode/templates/admin/integrations/list.mako:170
5115 msgid "child repos only"
5142 msgid "child repos only"
5116 msgstr ""
5143 msgstr ""
5117
5144
5118 #: rhodecode/templates/admin/integrations/list.html:172
5145 #: rhodecode/templates/admin/integrations/list.mako:172
5119 msgid "cascade to all"
5146 msgid "cascade to all"
5120 msgstr ""
5147 msgstr ""
5121
5148
5122 #: rhodecode/templates/admin/integrations/list.html:177
5149 #: rhodecode/templates/admin/integrations/list.mako:177
5123 msgid "top level repos only"
5150 msgid "top level repos only"
5124 msgstr ""
5151 msgstr ""
5125
5152
5126 #: rhodecode/templates/admin/integrations/list.html:179
5153 #: rhodecode/templates/admin/integrations/list.mako:179
5127 msgid "global"
5154 msgid "global"
5128 msgstr ""
5155 msgstr ""
5129
5156
5130 #: rhodecode/templates/admin/integrations/list.html:185
5157 #: rhodecode/templates/admin/integrations/list.mako:185
5131 msgid "unknown integration"
5158 msgid "unknown integration"
5132 msgstr ""
5159 msgstr ""
5133
5160
5134 #: rhodecode/templates/admin/integrations/new.html:31
5161 #: rhodecode/templates/admin/integrations/new.mako:31
5135 msgid "Create New Integration for repository: {repo_name}"
5162 msgid "Create New Integration for repository: {repo_name}"
5136 msgstr ""
5163 msgstr ""
5137
5164
5138 #: rhodecode/templates/admin/integrations/new.html:33
5165 #: rhodecode/templates/admin/integrations/new.mako:33
5139 msgid "Create New Integration for repository group: {repo_group_name}"
5166 msgid "Create New Integration for repository group: {repo_group_name}"
5140 msgstr ""
5167 msgstr ""
5141
5168
5142 #: rhodecode/templates/admin/integrations/new.html:35
5169 #: rhodecode/templates/admin/integrations/new.mako:35
5143 msgid "Create New Global Integration"
5170 msgid "Create New Global Integration"
5144 msgstr ""
5171 msgstr ""
5145
5172
5146 #: rhodecode/templates/admin/integrations/new.html:61
5173 #: rhodecode/templates/admin/integrations/new.mako:61
5147 msgid "No description available"
5174 msgid "No description available"
5148 msgstr ""
5175 msgstr ""
5149
5176
5150 #: rhodecode/templates/admin/my_account/my_account.html:5
5177 #: rhodecode/templates/admin/my_account/my_account.mako:5
5151 #: rhodecode/templates/base/base.html:340
5178 #: rhodecode/templates/base/base.mako:340
5152 msgid "My account"
5179 msgid "My account"
5153 msgstr ""
5180 msgstr ""
5154
5181
5155 #: rhodecode/templates/admin/my_account/my_account.html:12
5182 #: rhodecode/templates/admin/my_account/my_account.mako:12
5156 msgid "My Account"
5183 msgid "My Account"
5157 msgstr ""
5184 msgstr ""
5158
5185
5159 #: rhodecode/templates/admin/my_account/my_account.html:29
5186 #: rhodecode/templates/admin/my_account/my_account.mako:29
5160 #: rhodecode/templates/admin/my_account/my_account_profile.html:4
5187 #: rhodecode/templates/admin/my_account/my_account_profile.mako:4
5161 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:4
5188 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:4
5162 msgid "My Profile"
5189 msgid "My Profile"
5163 msgstr ""
5190 msgstr ""
5164
5191
5165 #: rhodecode/templates/admin/my_account/my_account.html:31
5192 #: rhodecode/templates/admin/my_account/my_account.mako:31
5166 msgid "Auth Tokens"
5193 msgid "Auth Tokens"
5167 msgstr ""
5194 msgstr ""
5168
5195
5169 #: rhodecode/templates/admin/my_account/my_account.html:35
5196 #: rhodecode/templates/admin/my_account/my_account.mako:35
5170 msgid "OAuth Identities"
5197 msgid "OAuth Identities"
5171 msgstr ""
5198 msgstr ""
5172
5199
5173 #: rhodecode/templates/admin/my_account/my_account.html:37
5200 #: rhodecode/templates/admin/my_account/my_account.mako:37
5174 msgid "My Emails"
5201 msgid "My Emails"
5175 msgstr ""
5202 msgstr ""
5176
5203
5177 #: rhodecode/templates/admin/my_account/my_account.html:38
5204 #: rhodecode/templates/admin/my_account/my_account.mako:38
5178 msgid "My Repositories"
5205 msgid "My Repositories"
5179 msgstr ""
5206 msgstr ""
5180
5207
5181 #: rhodecode/templates/admin/my_account/my_account.html:39
5208 #: rhodecode/templates/admin/my_account/my_account.mako:39
5182 msgid "Watched"
5209 msgid "Watched"
5183 msgstr ""
5210 msgstr ""
5184
5211
5185 #: rhodecode/templates/admin/my_account/my_account.html:40
5212 #: rhodecode/templates/admin/my_account/my_account.mako:40
5186 #: rhodecode/templates/admin/notifications/notifications.html:33
5213 #: rhodecode/templates/admin/notifications/notifications.mako:33
5187 #: rhodecode/templates/base/base.html:238
5214 #: rhodecode/templates/base/base.mako:238
5188 msgid "Pull Requests"
5215 msgid "Pull Requests"
5189 msgstr ""
5216 msgstr ""
5190
5217
5191 #: rhodecode/templates/admin/my_account/my_account.html:41
5218 #: rhodecode/templates/admin/my_account/my_account.mako:41
5192 msgid "My Permissions"
5219 msgid "My Permissions"
5193 msgstr ""
5220 msgstr ""
5194
5221
5195 #: rhodecode/templates/admin/my_account/my_account.html:42
5222 #: rhodecode/templates/admin/my_account/my_account.mako:42
5196 msgid "My Live Notifications"
5223 msgid "My Live Notifications"
5197 msgstr ""
5224 msgstr ""
5198
5225
5199 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:3
5226 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:3
5200 msgid "Authentication Tokens"
5227 msgid "Authentication Tokens"
5201 msgstr ""
5228 msgstr ""
5202
5229
5203 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:7
5230 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:7
5204 msgid "Built-in tokens can be used to authenticate with all possible options."
5231 msgid "Built-in tokens can be used to authenticate with all possible options."
5205 msgstr ""
5232 msgstr ""
5206
5233
5207 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:8
5234 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:8
5208 msgid ""
5235 msgid ""
5209 "Each token can have a role. VCS tokens can be used together with the "
5236 "Each token can have a role. VCS tokens can be used together with the "
5210 "authtoken auth plugin for git/hg/svn operations."
5237 "authtoken auth plugin for git/hg/svn operations."
5211 msgstr ""
5238 msgstr ""
5212
5239
5213 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:14
5240 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:14
5214 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:11
5241 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:11
5215 msgid "Built-in"
5242 msgid "Built-in"
5216 msgstr ""
5243 msgstr ""
5217
5244
5218 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:19
5245 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:23
5219 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:42
5246 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:46
5220 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:47
5247 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:51
5221 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:16
5248 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:20
5222 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:38
5249 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:42
5223 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:43
5250 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:47
5224 msgid "expires"
5251 msgid "expires"
5225 msgstr ""
5252 msgstr ""
5226
5253
5227 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:25
5254 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:29
5228 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:22
5255 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:26
5229 #, python-format
5256 #, python-format
5230 msgid "Confirm to reset this auth token: %s"
5257 msgid "Confirm to reset this auth token: %s"
5231 msgstr ""
5258 msgstr ""
5232
5259
5233 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:45
5260 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:49
5234 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:41
5261 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:45
5235 msgid "expired"
5262 msgid "expired"
5236 msgstr ""
5263 msgstr ""
5237
5264
5238 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:55
5265 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:59
5239 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:51
5266 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:55
5240 #, python-format
5267 #, python-format
5241 msgid "Confirm to remove this auth token: %s"
5268 msgid "Confirm to remove this auth token: %s"
5242 msgstr ""
5269 msgstr ""
5243
5270
5244 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:63
5271 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:67
5245 msgid "No additional auth token specified"
5272 msgid "No additional auth token specified"
5246 msgstr ""
5273 msgstr ""
5247
5274
5248 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:74
5275 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:78
5249 msgid "New authentication token"
5276 msgid "New authentication token"
5250 msgstr ""
5277 msgstr ""
5251
5278
5252 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.html:83
5279 #: rhodecode/templates/admin/my_account/my_account_auth_tokens.mako:87
5253 #: rhodecode/templates/admin/my_account/my_account_emails.html:64
5280 #: rhodecode/templates/admin/my_account/my_account_emails.mako:64
5254 #: rhodecode/templates/admin/permissions/permissions_ips.html:60
5281 #: rhodecode/templates/admin/permissions/permissions_ips.mako:60
5255 #: rhodecode/templates/admin/repos/repo_edit_fields.html:65
5282 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:65
5256 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:80
5283 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:84
5257 #: rhodecode/templates/admin/users/user_edit_emails.html:62
5284 #: rhodecode/templates/admin/users/user_edit_emails.mako:62
5258 #: rhodecode/templates/admin/users/user_edit_ips.html:69
5285 #: rhodecode/templates/admin/users/user_edit_ips.mako:69
5259 msgid "Add"
5286 msgid "Add"
5260 msgstr ""
5287 msgstr ""
5261
5288
5262 #: rhodecode/templates/admin/my_account/my_account_emails.html:5
5289 #: rhodecode/templates/admin/my_account/my_account_emails.mako:5
5263 msgid "Account Emails"
5290 msgid "Account Emails"
5264 msgstr ""
5291 msgstr ""
5265
5292
5266 #: rhodecode/templates/admin/my_account/my_account_emails.html:17
5293 #: rhodecode/templates/admin/my_account/my_account_emails.mako:17
5267 #: rhodecode/templates/admin/users/user_edit_emails.html:16
5294 #: rhodecode/templates/admin/users/user_edit_emails.mako:16
5268 msgid "Primary"
5295 msgid "Primary"
5269 msgstr ""
5296 msgstr ""
5270
5297
5271 #: rhodecode/templates/admin/my_account/my_account_emails.html:31
5298 #: rhodecode/templates/admin/my_account/my_account_emails.mako:31
5272 #: rhodecode/templates/admin/users/user_edit_emails.html:30
5299 #: rhodecode/templates/admin/users/user_edit_emails.mako:30
5273 #, python-format
5300 #, python-format
5274 msgid "Confirm to delete this email: %s"
5301 msgid "Confirm to delete this email: %s"
5275 msgstr ""
5302 msgstr ""
5276
5303
5277 #: rhodecode/templates/admin/my_account/my_account_emails.html:42
5304 #: rhodecode/templates/admin/my_account/my_account_emails.mako:42
5278 #: rhodecode/templates/admin/users/user_edit_emails.html:41
5305 #: rhodecode/templates/admin/users/user_edit_emails.mako:41
5279 msgid "No additional emails specified"
5306 msgid "No additional emails specified"
5280 msgstr ""
5307 msgstr ""
5281
5308
5282 #: rhodecode/templates/admin/my_account/my_account_emails.html:57
5309 #: rhodecode/templates/admin/my_account/my_account_emails.mako:57
5283 #: rhodecode/templates/admin/users/user_edit_emails.html:55
5310 #: rhodecode/templates/admin/users/user_edit_emails.mako:55
5284 msgid "New email address"
5311 msgid "New email address"
5285 msgstr ""
5312 msgstr ""
5286
5313
5287 #: rhodecode/templates/admin/my_account/my_account_notifications.html:12
5314 #: rhodecode/templates/admin/my_account/my_account_notifications.mako:21
5288 msgid "Your Live Notification Settings"
5315 msgid "Your Live Notification Settings"
5289 msgstr ""
5316 msgstr ""
5290
5317
5291 #: rhodecode/templates/admin/my_account/my_account_notifications.html:24
5318 #: rhodecode/templates/admin/my_account/my_account_notifications.mako:33
5292 msgid "Notifications Status"
5319 msgid "Notifications Status"
5293 msgstr ""
5320 msgstr ""
5294
5321
5295 #: rhodecode/templates/admin/my_account/my_account_password.html:3
5322 #: rhodecode/templates/admin/my_account/my_account_notifications.mako:46
5323 msgid "Test Notifications"
5324 msgstr ""
5325
5326 #: rhodecode/templates/admin/my_account/my_account_password.mako:3
5296 msgid "Change Your Account Password"
5327 msgid "Change Your Account Password"
5297 msgstr ""
5328 msgstr ""
5298
5329
5299 #: rhodecode/templates/admin/my_account/my_account_profile.html:11
5330 #: rhodecode/templates/admin/my_account/my_account_password.mako:6
5300 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:52
5331 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:18
5301 #: rhodecode/templates/admin/users/user_edit_profile.html:25
5332 msgid ""
5302 #: rhodecode/templates/users/user_profile.html:14
5333 "Your user account details are managed by an external source. Details cannot "
5334 "be managed here."
5335 msgstr ""
5336
5337 #: rhodecode/templates/admin/my_account/my_account_password.mako:7
5338 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:19
5339 msgid "Source type"
5340 msgstr ""
5341
5342 #: rhodecode/templates/admin/my_account/my_account_profile.mako:11
5343 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:55
5344 #: rhodecode/templates/admin/users/user_edit_profile.mako:25
5345 #: rhodecode/templates/users/user_profile.mako:14
5303 msgid "Photo"
5346 msgid "Photo"
5304 msgstr ""
5347 msgstr ""
5305
5348
5306 #: rhodecode/templates/admin/my_account/my_account_profile.html:18
5349 #: rhodecode/templates/admin/my_account/my_account_profile.mako:18
5307 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:60
5350 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:63
5308 #: rhodecode/templates/admin/users/user_edit_profile.html:33
5351 #: rhodecode/templates/admin/users/user_edit_profile.mako:33
5309 #: rhodecode/templates/users/user_profile.html:21
5352 #: rhodecode/templates/users/user_profile.mako:21
5310 msgid "Avatars are disabled"
5353 msgid "Avatars are disabled"
5311 msgstr ""
5354 msgstr ""
5312
5355
5313 #: rhodecode/templates/admin/my_account/my_account_profile.html:51
5356 #: rhodecode/templates/admin/my_account/my_account_profile.mako:51
5314 #: rhodecode/templates/users/user_profile.html:54
5357 #: rhodecode/templates/users/user_profile.mako:54
5315 msgid "Missing email, please update your user email address."
5358 msgid "Missing email, please update your user email address."
5316 msgstr ""
5359 msgstr ""
5317
5360
5318 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:18
5361 #: rhodecode/templates/admin/my_account/my_account_profile_edit.mako:60
5319 msgid ""
5320 "Your user account details are managed by an external source, i.e. LDAP. "
5321 "Details cannot be managed here."
5322 msgstr ""
5323
5324 #: rhodecode/templates/admin/my_account/my_account_profile_edit.html:57
5325 msgid "Change your avatar at"
5362 msgid "Change your avatar at"
5326 msgstr ""
5363 msgstr ""
5327
5364
5328 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:6
5365 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:6
5329 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:8
5366 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:8
5330 msgid "Show Closed Pull Requests"
5367 msgid "Show Closed Pull Requests"
5331 msgstr ""
5368 msgstr ""
5332
5369
5333 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:15
5370 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:15
5334 msgid "Pull Requests You Participate In"
5371 msgid "Pull Requests You Participate In"
5335 msgstr ""
5372 msgstr ""
5336
5373
5337 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:37
5374 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:37
5338 msgid "Target Repo"
5375 msgid "Target Repo"
5339 msgstr ""
5376 msgstr ""
5340
5377
5341 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:43
5378 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:43
5342 #: rhodecode/templates/admin/settings/settings_global.html:9
5379 #: rhodecode/templates/admin/settings/settings_global.mako:9
5343 #: rhodecode/templates/email_templates/pull_request_review.mako:39
5380 #: rhodecode/templates/email_templates/pull_request_review.mako:39
5344 #: rhodecode/templates/email_templates/pull_request_review.mako:72
5381 #: rhodecode/templates/email_templates/pull_request_review.mako:72
5345 #: rhodecode/templates/pullrequests/pullrequest.html:38
5382 #: rhodecode/templates/pullrequests/pullrequest.mako:38
5346 #: rhodecode/templates/pullrequests/pullrequests.html:104
5383 #: rhodecode/templates/pullrequests/pullrequests.mako:104
5347 msgid "Title"
5384 msgid "Title"
5348 msgstr ""
5385 msgstr ""
5349
5386
5350 #: rhodecode/templates/admin/my_account/my_account_pullrequests.html:47
5387 #: rhodecode/templates/admin/my_account/my_account_pullrequests.mako:47
5351 #: rhodecode/templates/pullrequests/pullrequests.html:108
5388 #: rhodecode/templates/pullrequests/pullrequests.mako:108
5352 msgid "Last Update"
5389 msgid "Last Update"
5353 msgstr ""
5390 msgstr ""
5354
5391
5355 #: rhodecode/templates/admin/my_account/my_account_repos.html:3
5392 #: rhodecode/templates/admin/my_account/my_account_repos.mako:3
5356 msgid "Repositories You Own"
5393 msgid "Repositories You Own"
5357 msgstr ""
5394 msgstr ""
5358
5395
5359 #: rhodecode/templates/admin/my_account/my_account_watched.html:3
5396 #: rhodecode/templates/admin/my_account/my_account_watched.mako:3
5360 msgid "Your Watched Repositories"
5397 msgid "Your Watched Repositories"
5361 msgstr ""
5398 msgstr ""
5362
5399
5363 #: rhodecode/templates/admin/notifications/notifications.html:5
5400 #: rhodecode/templates/admin/notifications/notifications.mako:5
5364 #: rhodecode/templates/admin/notifications/notifications.html:12
5401 #: rhodecode/templates/admin/notifications/notifications.mako:12
5365 msgid "My Notifications"
5402 msgid "My Notifications"
5366 msgstr ""
5403 msgstr ""
5367
5404
5368 #: rhodecode/templates/admin/notifications/notifications.html:32
5405 #: rhodecode/templates/admin/notifications/notifications.mako:32
5369 #: rhodecode/templates/changeset/changeset.html:140
5406 #: rhodecode/templates/changeset/changeset.mako:140
5370 #: rhodecode/templates/pullrequests/pullrequest_show.html:162
5371 msgid "Comments"
5407 msgid "Comments"
5372 msgstr ""
5408 msgstr ""
5373
5409
5374 #: rhodecode/templates/admin/notifications/notifications.html:37
5410 #: rhodecode/templates/admin/notifications/notifications.mako:37
5375 msgid "Mark all as read"
5411 msgid "Mark all as read"
5376 msgstr ""
5412 msgstr ""
5377
5413
5378 #: rhodecode/templates/admin/notifications/notifications_data.html:39
5414 #: rhodecode/templates/admin/notifications/notifications_data.mako:39
5379 msgid "No notifications here yet"
5415 msgid "No notifications here yet"
5380 msgstr ""
5416 msgstr ""
5381
5417
5382 #: rhodecode/templates/admin/notifications/show_notification.html:5
5418 #: rhodecode/templates/admin/notifications/show_notification.mako:5
5383 #: rhodecode/templates/admin/notifications/show_notification.html:14
5419 #: rhodecode/templates/admin/notifications/show_notification.mako:14
5384 msgid "Show notification"
5420 msgid "Show notification"
5385 msgstr ""
5421 msgstr ""
5386
5422
5387 #: rhodecode/templates/admin/notifications/show_notification.html:12
5423 #: rhodecode/templates/admin/notifications/show_notification.mako:12
5388 msgid "Notifications"
5424 msgid "Notifications"
5389 msgstr ""
5425 msgstr ""
5390
5426
5391 #: rhodecode/templates/admin/permissions/permissions.html:5
5427 #: rhodecode/templates/admin/permissions/permissions.mako:5
5392 msgid "Permissions Administration"
5428 msgid "Permissions Administration"
5393 msgstr ""
5429 msgstr ""
5394
5430
5395 #: rhodecode/templates/admin/permissions/permissions.html:14
5431 #: rhodecode/templates/admin/permissions/permissions.mako:14
5396 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:49
5432 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:49
5397 #: rhodecode/templates/admin/repos/repo_edit.html:46
5433 #: rhodecode/templates/admin/repos/repo_edit.mako:46
5398 #: rhodecode/templates/admin/user_groups/user_group_edit.html:34
5434 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:34
5399 #: rhodecode/templates/base/base.html:77
5435 #: rhodecode/templates/base/base.mako:77
5400 msgid "Permissions"
5436 msgid "Permissions"
5401 msgstr ""
5437 msgstr ""
5402
5438
5403 #: rhodecode/templates/admin/permissions/permissions.html:33
5439 #: rhodecode/templates/admin/permissions/permissions.mako:33
5404 msgid "Application"
5440 msgid "Application"
5405 msgstr ""
5441 msgstr ""
5406
5442
5407 #: rhodecode/templates/admin/permissions/permissions.html:39
5443 #: rhodecode/templates/admin/permissions/permissions.mako:39
5408 msgid "Object"
5444 msgid "Object"
5409 msgstr ""
5445 msgstr ""
5410
5446
5411 #: rhodecode/templates/admin/permissions/permissions.html:42
5447 #: rhodecode/templates/admin/permissions/permissions.mako:42
5412 msgid "IP Whitelist"
5448 msgid "IP Whitelist"
5413 msgstr ""
5449 msgstr ""
5414
5450
5415 #: rhodecode/templates/admin/permissions/permissions.html:45
5451 #: rhodecode/templates/admin/permissions/permissions.mako:45
5416 msgid "Overview"
5452 msgid "Overview"
5417 msgstr ""
5453 msgstr ""
5418
5454
5419 #: rhodecode/templates/admin/permissions/permissions_application.html:3
5455 #: rhodecode/templates/admin/permissions/permissions_application.mako:3
5420 msgid "System Wide Application Permissions"
5456 msgid "System Wide Application Permissions"
5421 msgstr ""
5457 msgstr ""
5422
5458
5423 #: rhodecode/templates/admin/permissions/permissions_application.html:12
5459 #: rhodecode/templates/admin/permissions/permissions_application.mako:12
5424 msgid "Anonymous Access"
5460 msgid "Anonymous Access"
5425 msgstr ""
5461 msgstr ""
5426
5462
5427 #: rhodecode/templates/admin/permissions/permissions_application.html:18
5463 #: rhodecode/templates/admin/permissions/permissions_application.mako:18
5428 #, python-format
5464 #, python-format
5429 msgid ""
5465 msgid ""
5430 "Allow access to RhodeCode Enterprise without requiring users to login. "
5466 "Allow access to RhodeCode Enterprise without requiring users to login. "
5431 "Anonymous users get the %s permission settings."
5467 "Anonymous users get the %s permission settings."
5432 msgstr ""
5468 msgstr ""
5433
5469
5434 #: rhodecode/templates/admin/permissions/permissions_application.html:24
5470 #: rhodecode/templates/admin/permissions/permissions_application.mako:24
5435 msgid "Registration"
5471 msgid "Registration"
5436 msgstr ""
5472 msgstr ""
5437
5473
5438 #: rhodecode/templates/admin/permissions/permissions_application.html:33
5474 #: rhodecode/templates/admin/permissions/permissions_application.mako:33
5439 msgid "Password Reset"
5475 msgid "Password Reset"
5440 msgstr ""
5476 msgstr ""
5441
5477
5442 #: rhodecode/templates/admin/permissions/permissions_application.html:42
5478 #: rhodecode/templates/admin/permissions/permissions_application.mako:42
5443 msgid "Registration Page Message"
5479 msgid "Registration Page Message"
5444 msgstr ""
5480 msgstr ""
5445
5481
5446 #: rhodecode/templates/admin/permissions/permissions_application.html:46
5482 #: rhodecode/templates/admin/permissions/permissions_application.mako:46
5447 msgid ""
5483 msgid ""
5448 "Custom message to be displayed on the registration page. HTML syntax is "
5484 "Custom message to be displayed on the registration page. HTML syntax is "
5449 "supported."
5485 "supported."
5450 msgstr ""
5486 msgstr ""
5451
5487
5452 #: rhodecode/templates/admin/permissions/permissions_application.html:52
5488 #: rhodecode/templates/admin/permissions/permissions_application.mako:52
5453 msgid "External Authentication Account Activation"
5489 msgid "External Authentication Account Activation"
5454 msgstr ""
5490 msgstr ""
5455
5491
5456 #: rhodecode/templates/admin/permissions/permissions_ips.html:5
5492 #: rhodecode/templates/admin/permissions/permissions_ips.mako:5
5457 msgid "Default IP Whitelist For All Users"
5493 msgid "Default IP Whitelist For All Users"
5458 msgstr ""
5494 msgstr ""
5459
5495
5460 #: rhodecode/templates/admin/permissions/permissions_ips.html:27
5496 #: rhodecode/templates/admin/permissions/permissions_ips.mako:27
5461 #: rhodecode/templates/admin/users/user_edit_ips.html:35
5497 #: rhodecode/templates/admin/users/user_edit_ips.mako:35
5462 #, python-format
5498 #, python-format
5463 msgid "Confirm to delete this ip: %s"
5499 msgid "Confirm to delete this ip: %s"
5464 msgstr ""
5500 msgstr ""
5465
5501
5466 #: rhodecode/templates/admin/permissions/permissions_ips.html:34
5502 #: rhodecode/templates/admin/permissions/permissions_ips.mako:34
5467 #: rhodecode/templates/admin/users/user_edit_ips.html:43
5503 #: rhodecode/templates/admin/users/user_edit_ips.mako:43
5468 msgid "All IP addresses are allowed"
5504 msgid "All IP addresses are allowed"
5469 msgstr ""
5505 msgstr ""
5470
5506
5471 #: rhodecode/templates/admin/permissions/permissions_ips.html:49
5507 #: rhodecode/templates/admin/permissions/permissions_ips.mako:49
5472 #: rhodecode/templates/admin/users/user_edit_ips.html:59
5508 #: rhodecode/templates/admin/users/user_edit_ips.mako:59
5473 msgid "New IP Address"
5509 msgid "New IP Address"
5474 msgstr ""
5510 msgstr ""
5475
5511
5476 #: rhodecode/templates/admin/permissions/permissions_ips.html:53
5512 #: rhodecode/templates/admin/permissions/permissions_ips.mako:53
5477 #: rhodecode/templates/admin/users/user_edit_ips.html:62
5513 #: rhodecode/templates/admin/users/user_edit_ips.mako:62
5478 msgid "Description..."
5514 msgid "Description..."
5479 msgstr ""
5515 msgstr ""
5480
5516
5481 #: rhodecode/templates/admin/permissions/permissions_ips.html:54
5517 #: rhodecode/templates/admin/permissions/permissions_ips.mako:54
5482 msgid ""
5518 msgid ""
5483 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
5519 "Enter a comma separated list of IP Addresses like 127.0.0.1,\n"
5484 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
5520 "or use an IP Address with a mask 127.0.0.1/24, to create a network range.\n"
5485 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
5521 "To specify multiple addresses in a range, use the 127.0.0.1-127.0.0.10 syntax"
5486 msgstr ""
5522 msgstr ""
5487
5523
5488 #: rhodecode/templates/admin/permissions/permissions_objects.html:3
5524 #: rhodecode/templates/admin/permissions/permissions_objects.mako:3
5489 msgid ""
5525 msgid ""
5490 "Default Permissions for Repositories, User Groups and Repository Groups."
5526 "Default Permissions for Repositories, User Groups and Repository Groups."
5491 msgstr ""
5527 msgstr ""
5492
5528
5493 #: rhodecode/templates/admin/permissions/permissions_objects.html:6
5529 #: rhodecode/templates/admin/permissions/permissions_objects.mako:6
5494 msgid ""
5530 msgid ""
5495 "Default system permissions. Each permissions management entity will be "
5531 "Default system permissions. Each permissions management entity will be "
5496 "created with the following default settings. Check the overwrite checkbox to"
5532 "created with the following default settings. Check the overwrite checkbox to"
5497 " force any permission changes on already existing settings."
5533 " force any permission changes on already existing settings."
5498 msgstr ""
5534 msgstr ""
5499
5535
5500 #: rhodecode/templates/admin/permissions/permissions_objects.html:20
5536 #: rhodecode/templates/admin/permissions/permissions_objects.mako:20
5501 msgid ""
5537 msgid ""
5502 "All default permissions on each repository will be reset to chosen "
5538 "All default permissions on each repository will be reset to chosen "
5503 "permission, note that all custom default permission on repositories will be "
5539 "permission, note that all custom default permission on repositories will be "
5504 "lost"
5540 "lost"
5505 msgstr ""
5541 msgstr ""
5506
5542
5507 #: rhodecode/templates/admin/permissions/permissions_objects.html:21
5543 #: rhodecode/templates/admin/permissions/permissions_objects.mako:21
5508 #: rhodecode/templates/admin/permissions/permissions_objects.html:35
5544 #: rhodecode/templates/admin/permissions/permissions_objects.mako:35
5509 #: rhodecode/templates/admin/permissions/permissions_objects.html:49
5545 #: rhodecode/templates/admin/permissions/permissions_objects.mako:49
5510 msgid "Overwrite Existing Settings"
5546 msgid "Overwrite Existing Settings"
5511 msgstr ""
5547 msgstr ""
5512
5548
5513 #: rhodecode/templates/admin/permissions/permissions_objects.html:34
5549 #: rhodecode/templates/admin/permissions/permissions_objects.mako:34
5514 msgid ""
5550 msgid ""
5515 "All default permissions on each repository group will be reset to chosen "
5551 "All default permissions on each repository group will be reset to chosen "
5516 "permission, note that all custom default permission on repository groups "
5552 "permission, note that all custom default permission on repository groups "
5517 "will be lost"
5553 "will be lost"
5518 msgstr ""
5554 msgstr ""
5519
5555
5520 #: rhodecode/templates/admin/permissions/permissions_objects.html:42
5556 #: rhodecode/templates/admin/permissions/permissions_objects.mako:42
5521 #: rhodecode/templates/admin/user_groups/user_group_edit.html:14
5557 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:14
5522 msgid "User Groups"
5558 msgid "User Groups"
5523 msgstr ""
5559 msgstr ""
5524
5560
5525 #: rhodecode/templates/admin/permissions/permissions_objects.html:48
5561 #: rhodecode/templates/admin/permissions/permissions_objects.mako:48
5526 msgid ""
5562 msgid ""
5527 "All default permissions on each user group will be reset to chosen "
5563 "All default permissions on each user group will be reset to chosen "
5528 "permission, note that all custom default permission on repository groups "
5564 "permission, note that all custom default permission on repository groups "
5529 "will be lost"
5565 "will be lost"
5530 msgstr ""
5566 msgstr ""
5531
5567
5532 #: rhodecode/templates/admin/permissions/permissions_perms.html:1
5568 #: rhodecode/templates/admin/permissions/permissions_perms.mako:1
5533 msgid "Default User Permissions Overview"
5569 msgid "Default User Permissions Overview"
5534 msgstr ""
5570 msgstr ""
5535
5571
5536 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:5
5572 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:5
5537 msgid "Add repository group"
5573 msgid "Add repository group"
5538 msgstr ""
5574 msgstr ""
5539
5575
5540 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:14
5576 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:14
5541 #: rhodecode/templates/admin/users/user_edit_advanced.html:12
5577 #: rhodecode/templates/admin/users/user_edit_advanced.mako:12
5542 #: rhodecode/templates/base/base.html:74
5578 #: rhodecode/templates/base/base.mako:74
5543 #: rhodecode/templates/base/base.html:148
5579 #: rhodecode/templates/base/base.mako:148
5544 msgid "Repository groups"
5580 msgid "Repository groups"
5545 msgstr ""
5581 msgstr ""
5546
5582
5547 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:36
5583 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:36
5548 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:15
5584 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:15
5549 msgid "Group Name"
5585 msgid "Group Name"
5550 msgstr ""
5586 msgstr ""
5551
5587
5552 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:54
5588 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:54
5553 msgid "Group Parent"
5589 msgid "Group Parent"
5554 msgstr ""
5590 msgstr ""
5555
5591
5556 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:63
5592 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:63
5557 #: rhodecode/templates/admin/repos/repo_add_base.html:55
5593 #: rhodecode/templates/admin/repos/repo_add_base.mako:55
5558 msgid "Copy Parent Group Permissions"
5594 msgid "Copy Parent Group Permissions"
5559 msgstr ""
5595 msgstr ""
5560
5596
5561 #: rhodecode/templates/admin/repo_groups/repo_group_add.html:67
5597 #: rhodecode/templates/admin/repo_groups/repo_group_add.mako:67
5562 msgid "Copy permission settings from parent repository group."
5598 msgid "Copy permission settings from parent repository group."
5563 msgstr ""
5599 msgstr ""
5564
5600
5565 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:5
5601 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:5
5566 #, python-format
5602 #, python-format
5567 msgid "%s repository group settings"
5603 msgid "%s repository group settings"
5568 msgstr ""
5604 msgstr ""
5569
5605
5570 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:24
5606 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:24
5571 msgid "Add Child Group"
5607 msgid "Add Child Group"
5572 msgstr ""
5608 msgstr ""
5573
5609
5574 #: rhodecode/templates/admin/repo_groups/repo_group_edit.html:50
5610 #: rhodecode/templates/admin/repo_groups/repo_group_edit.mako:50
5575 #: rhodecode/templates/admin/repos/repo_edit.html:49
5611 #: rhodecode/templates/admin/repos/repo_edit.mako:49
5576 #: rhodecode/templates/admin/user_groups/user_group_edit.html:35
5612 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:35
5577 #: rhodecode/templates/admin/users/user_edit.html:35
5613 #: rhodecode/templates/admin/users/user_edit.mako:35
5578 msgid "Advanced"
5614 msgid "Advanced"
5579 msgstr ""
5615 msgstr ""
5580
5616
5581 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:7
5617 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:7
5582 msgid "Is Personal Group"
5618 msgid "Is Personal Group"
5583 msgstr ""
5619 msgstr ""
5584
5620
5585 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:9
5621 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:9
5586 msgid "Total repositories"
5622 msgid "Total repositories"
5587 msgstr ""
5623 msgstr ""
5588
5624
5589 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:10
5625 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:10
5590 msgid "Top level repositories"
5626 msgid "Top level repositories"
5591 msgstr ""
5627 msgstr ""
5592
5628
5593 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:12
5629 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:12
5594 msgid "Children groups"
5630 msgid "Children groups"
5595 msgstr ""
5631 msgstr ""
5596
5632
5597 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:18
5633 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:18
5598 #, python-format
5634 #, python-format
5599 msgid "Repository Group: %s"
5635 msgid "Repository Group: %s"
5600 msgstr ""
5636 msgstr ""
5601
5637
5602 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:28
5638 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:28
5603 msgid "Delete repository group"
5639 msgid "Delete repository group"
5604 msgstr ""
5640 msgstr ""
5605
5641
5606 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:36
5642 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:36
5607 #, python-format
5643 #, python-format
5608 msgid "This repository group includes %s children repository group."
5644 msgid "This repository group includes %s children repository group."
5609 msgid_plural "This repository group includes %s children repository groups."
5645 msgid_plural "This repository group includes %s children repository groups."
5610 msgstr[0] ""
5646 msgstr[0] ""
5611 msgstr[1] ""
5647 msgstr[1] ""
5612 msgstr[2] ""
5648 msgstr[2] ""
5613 msgstr[3] ""
5649 msgstr[3] ""
5614
5650
5615 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:45
5651 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:45
5616 #, python-format
5652 #, python-format
5617 msgid "This repository group includes %s repository."
5653 msgid "This repository group includes %s repository."
5618 msgid_plural "This repository group includes %s repositories."
5654 msgid_plural "This repository group includes %s repositories."
5619 msgstr[0] ""
5655 msgstr[0] ""
5620 msgstr[1] ""
5656 msgstr[1] ""
5621 msgstr[2] ""
5657 msgstr[2] ""
5622 msgstr[3] ""
5658 msgstr[3] ""
5623
5659
5624 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:57
5660 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:57
5625 #, python-format
5661 #, python-format
5626 msgid "Confirm to delete this group: %s"
5662 msgid "Confirm to delete this group: %s"
5627 msgstr ""
5663 msgstr ""
5628
5664
5629 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html:58
5665 #: rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.mako:58
5630 msgid "Delete this repository group"
5666 msgid "Delete this repository group"
5631 msgstr ""
5667 msgstr ""
5632
5668
5633 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:5
5669 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:5
5634 msgid "Repository Group Permissions"
5670 msgid "Repository Group Permissions"
5635 msgstr ""
5671 msgstr ""
5636
5672
5637 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:15
5673 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:15
5638 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:16
5674 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:16
5639 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:15
5675 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:15
5640 msgid "User/User Group"
5676 msgid "User/User Group"
5641 msgstr ""
5677 msgstr ""
5642
5678
5643 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:31
5679 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:31
5644 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:31
5680 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:31
5645 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:31
5681 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:31
5646 msgid "super admin"
5682 msgid "super admin"
5647 msgstr ""
5683 msgstr ""
5648
5684
5649 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:34
5685 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:34
5650 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:34
5686 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:34
5651 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:34
5687 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:34
5652 msgid "owner"
5688 msgid "owner"
5653 msgstr ""
5689 msgstr ""
5654
5690
5655 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:52
5691 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:52
5656 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:76
5692 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:76
5657 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:61
5693 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:61
5658 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:52
5694 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:52
5659 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:76
5695 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:76
5660 msgid "permission for all other users"
5696 msgid "permission for all other users"
5661 msgstr ""
5697 msgstr ""
5662
5698
5663 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:62
5699 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:62
5664 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:109
5700 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:109
5665 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:71
5701 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:71
5666 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:99
5702 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:99
5667 msgid "Revoke"
5703 msgid "Revoke"
5668 msgstr ""
5704 msgstr ""
5669
5705
5670 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:80
5706 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:80
5671 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:80
5707 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:80
5672 msgid "delegated admin"
5708 msgid "delegated admin"
5673 msgstr ""
5709 msgstr ""
5674
5710
5675 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:118
5711 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:118
5676 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:107
5712 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:107
5677 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:117
5713 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:117
5678 #: rhodecode/templates/base/issue_tracker_settings.html:84
5714 #: rhodecode/templates/base/issue_tracker_settings.mako:84
5679 msgid "Add new"
5715 msgid "Add new"
5680 msgstr ""
5716 msgstr ""
5681
5717
5682 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:123
5718 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:123
5683 msgid "Apply to children"
5719 msgid "Apply to children"
5684 msgstr ""
5720 msgstr ""
5685
5721
5686 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:129
5722 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:129
5687 msgid "Both"
5723 msgid "Both"
5688 msgstr ""
5724 msgstr ""
5689
5725
5690 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html:130
5726 #: rhodecode/templates/admin/repo_groups/repo_group_edit_perms.mako:130
5691 msgid ""
5727 msgid ""
5692 "Set or revoke permissions to selected types of children of this group, "
5728 "Set or revoke permissions to selected types of children of this group, "
5693 "including non-private repositories and other groups if chosen."
5729 "including non-private repositories and other groups if chosen."
5694 msgstr ""
5730 msgstr ""
5695
5731
5696 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:6
5732 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:6
5697 #, python-format
5733 #, python-format
5698 msgid "Settings for Repository Group: %s"
5734 msgid "Settings for Repository Group: %s"
5699 msgstr ""
5735 msgstr ""
5700
5736
5701 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:36
5737 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:36
5702 msgid "Change owner of this repository group."
5738 msgid "Change owner of this repository group."
5703 msgstr ""
5739 msgstr ""
5704
5740
5705 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:51
5741 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:51
5706 msgid "Group parent"
5742 msgid "Group parent"
5707 msgstr ""
5743 msgstr ""
5708
5744
5709 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:59
5745 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:59
5710 msgid "Enable Repository Locking"
5746 msgid "Enable Repository Locking"
5711 msgstr ""
5747 msgstr ""
5712
5748
5713 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html:63
5749 #: rhodecode/templates/admin/repo_groups/repo_group_edit_settings.mako:63
5714 msgid ""
5750 msgid ""
5715 "Repository locking will be enabled on all subgroups and repositories inside "
5751 "Repository locking will be enabled on all subgroups and repositories inside "
5716 "this repository group. Pulling from a repository locks it, and it is "
5752 "this repository group. Pulling from a repository locks it, and it is "
5717 "unlocked by pushing back by the same user."
5753 "unlocked by pushing back by the same user."
5718 msgstr ""
5754 msgstr ""
5719
5755
5720 #: rhodecode/templates/admin/repo_groups/repo_groups.html:5
5756 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:5
5721 msgid "Repository groups administration"
5757 msgid "Repository groups administration"
5722 msgstr ""
5758 msgstr ""
5723
5759
5724 #: rhodecode/templates/admin/repo_groups/repo_groups.html:13
5760 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:13
5725 msgid "repository groups"
5761 msgid "repository groups"
5726 msgstr ""
5762 msgstr ""
5727
5763
5728 #: rhodecode/templates/admin/repo_groups/repo_groups.html:58
5764 #: rhodecode/templates/admin/repo_groups/repo_groups.mako:58
5729 msgid "Number of top level repositories"
5765 msgid "Number of top level repositories"
5730 msgstr ""
5766 msgstr ""
5731
5767
5732 #: rhodecode/templates/admin/repos/repo_add.html:5
5768 #: rhodecode/templates/admin/repos/repo_add.mako:5
5733 msgid "Add repository"
5769 msgid "Add repository"
5734 msgstr ""
5770 msgstr ""
5735
5771
5736 #: rhodecode/templates/admin/repos/repo_add_base.html:14
5772 #: rhodecode/templates/admin/repos/repo_add_base.mako:14
5737 msgid "Import Existing Repository ?"
5773 msgid "Import Existing Repository ?"
5738 msgstr ""
5774 msgstr ""
5739
5775
5740 #: rhodecode/templates/admin/repos/repo_add_base.html:23
5776 #: rhodecode/templates/admin/repos/repo_add_base.mako:23
5741 #: rhodecode/templates/base/base.html:193
5777 #: rhodecode/templates/base/base.mako:193
5742 msgid "Clone from"
5778 msgid "Clone from"
5743 msgstr ""
5779 msgstr ""
5744
5780
5745 #: rhodecode/templates/admin/repos/repo_add_base.html:27
5781 #: rhodecode/templates/admin/repos/repo_add_base.mako:27
5746 msgid "Optional http[s] URL from which to clone a repository."
5782 msgid "Optional http[s] URL from which to clone a repository."
5747 msgstr ""
5783 msgstr ""
5748
5784
5749 #: rhodecode/templates/admin/repos/repo_add_base.html:36
5785 #: rhodecode/templates/admin/repos/repo_add_base.mako:36
5750 #: rhodecode/templates/admin/repos/repo_edit_settings.html:102
5786 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:102
5751 #: rhodecode/templates/forks/fork.html:52
5787 #: rhodecode/templates/forks/fork.mako:52
5752 msgid ""
5788 msgid ""
5753 "Keep it short and to the point. Use a README file for longer descriptions."
5789 "Keep it short and to the point. Use a README file for longer descriptions."
5754 msgstr ""
5790 msgstr ""
5755
5791
5756 #: rhodecode/templates/admin/repos/repo_add_base.html:41
5792 #: rhodecode/templates/admin/repos/repo_add_base.mako:41
5757 msgid "Repository Group"
5793 msgid "Repository Group"
5758 msgstr ""
5794 msgstr ""
5759
5795
5760 #: rhodecode/templates/admin/repos/repo_add_base.html:47
5796 #: rhodecode/templates/admin/repos/repo_add_base.mako:47
5761 #: rhodecode/templates/admin/repos/repo_edit_settings.html:62
5797 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:62
5762 #: rhodecode/templates/forks/fork.html:64
5798 #: rhodecode/templates/forks/fork.mako:64
5763 #, python-format
5799 #, python-format
5764 msgid "Select my personal group (%(repo_group_name)s)"
5800 msgid "Select my personal group (%(repo_group_name)s)"
5765 msgstr ""
5801 msgstr ""
5766
5802
5767 #: rhodecode/templates/admin/repos/repo_add_base.html:50
5803 #: rhodecode/templates/admin/repos/repo_add_base.mako:50
5768 #: rhodecode/templates/forks/fork.html:67
5804 #: rhodecode/templates/forks/fork.mako:67
5769 msgid "Optionally select a group to put this repository into."
5805 msgid "Optionally select a group to put this repository into."
5770 msgstr ""
5806 msgstr ""
5771
5807
5772 #: rhodecode/templates/admin/repos/repo_add_base.html:59
5808 #: rhodecode/templates/admin/repos/repo_add_base.mako:59
5773 msgid "Copy permission set from the parent repository group."
5809 msgid "Copy permission set from the parent repository group."
5774 msgstr ""
5810 msgstr ""
5775
5811
5776 #: rhodecode/templates/admin/repos/repo_add_base.html:68
5812 #: rhodecode/templates/admin/repos/repo_add_base.mako:68
5777 msgid "Set the type of repository to create."
5813 msgid "Set the type of repository to create."
5778 msgstr ""
5814 msgstr ""
5779
5815
5780 #: rhodecode/templates/admin/repos/repo_add_base.html:73
5816 #: rhodecode/templates/admin/repos/repo_add_base.mako:73
5781 #: rhodecode/templates/admin/repos/repo_edit_settings.html:70
5817 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:70
5782 #: rhodecode/templates/forks/fork.html:73
5818 #: rhodecode/templates/forks/fork.mako:73
5783 msgid "Landing commit"
5819 msgid "Landing commit"
5784 msgstr ""
5820 msgstr ""
5785
5821
5786 #: rhodecode/templates/admin/repos/repo_add_base.html:77
5822 #: rhodecode/templates/admin/repos/repo_add_base.mako:77
5787 msgid ""
5823 msgid ""
5788 "The default commit for file pages, downloads, full text search index, and "
5824 "The default commit for file pages, downloads, full text search index, and "
5789 "README generation."
5825 "README generation."
5790 msgstr ""
5826 msgstr ""
5791
5827
5792 #: rhodecode/templates/admin/repos/repo_creating.html:5
5828 #: rhodecode/templates/admin/repos/repo_creating.mako:5
5793 #, python-format
5829 #, python-format
5794 msgid "%s Creating repository"
5830 msgid "%s Creating repository"
5795 msgstr ""
5831 msgstr ""
5796
5832
5797 #: rhodecode/templates/admin/repos/repo_creating.html:12
5833 #: rhodecode/templates/admin/repos/repo_creating.mako:12
5798 msgid "Creating repository"
5834 msgid "Creating repository"
5799 msgstr ""
5835 msgstr ""
5800
5836
5801 #: rhodecode/templates/admin/repos/repo_creating.html:26
5837 #: rhodecode/templates/admin/repos/repo_creating.mako:26
5802 #, python-format
5838 #, python-format
5803 msgid ""
5839 msgid ""
5804 "Repository \"%(repo_name)s\" is being created, you will be redirected when "
5840 "Repository \"%(repo_name)s\" is being created, you will be redirected when "
5805 "this process is finished.repo_name"
5841 "this process is finished.repo_name"
5806 msgstr ""
5842 msgstr ""
5807
5843
5808 #: rhodecode/templates/admin/repos/repo_edit.html:8
5844 #: rhodecode/templates/admin/repos/repo_edit.mako:8
5809 #, python-format
5845 #, python-format
5810 msgid "%s repository settings"
5846 msgid "%s repository settings"
5811 msgstr ""
5847 msgstr ""
5812
5848
5813 #: rhodecode/templates/admin/repos/repo_edit.html:55
5849 #: rhodecode/templates/admin/repos/repo_edit.mako:55
5814 msgid "Extra Fields"
5850 msgid "Extra Fields"
5815 msgstr ""
5851 msgstr ""
5816
5852
5817 #: rhodecode/templates/admin/repos/repo_edit.html:61
5853 #: rhodecode/templates/admin/repos/repo_edit.mako:61
5818 msgid "Caches"
5854 msgid "Caches"
5819 msgstr ""
5855 msgstr ""
5820
5856
5821 #: rhodecode/templates/admin/repos/repo_edit.html:65
5857 #: rhodecode/templates/admin/repos/repo_edit.mako:65
5822 msgid "Remote"
5858 msgid "Remote"
5823 msgstr ""
5859 msgstr ""
5824
5860
5825 #: rhodecode/templates/admin/repos/repo_edit.html:69
5861 #: rhodecode/templates/admin/repos/repo_edit.mako:69
5826 #: rhodecode/templates/summary/components.html:135
5862 #: rhodecode/templates/summary/components.mako:135
5827 msgid "Statistics"
5863 msgid "Statistics"
5828 msgstr ""
5864 msgstr ""
5829
5865
5830 #: rhodecode/templates/admin/repos/repo_edit.html:87
5866 #: rhodecode/templates/admin/repos/repo_edit.mako:87
5831 msgid "Reviewers"
5867 msgid "Reviewers"
5832 msgstr ""
5868 msgstr ""
5833
5869
5834 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:7
5870 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:7
5835 msgid "Updated on"
5871 msgid "Updated on"
5836 msgstr ""
5872 msgstr ""
5837
5873
5838 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:8
5874 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:8
5839 msgid "Cached Commit id"
5875 msgid "Cached Commit id"
5840 msgstr ""
5876 msgstr ""
5841
5877
5842 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:14
5878 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:14
5843 #, python-format
5879 #, python-format
5844 msgid "Repository: %s"
5880 msgid "Repository: %s"
5845 msgstr ""
5881 msgstr ""
5846
5882
5847 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:24
5883 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:24
5848 msgid "Fork Reference"
5884 msgid "Fork Reference"
5849 msgstr ""
5885 msgstr ""
5850
5886
5851 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:30
5887 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:30
5852 #, python-format
5888 #, python-format
5853 msgid "This repository is a fork of %(repo_link)s"
5889 msgid "This repository is a fork of %(repo_link)s"
5854 msgstr ""
5890 msgstr ""
5855
5891
5856 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:36
5892 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:36
5857 #: rhodecode/templates/admin/repos/repo_edit_fork.html:5
5893 #: rhodecode/templates/admin/repos/repo_edit_fork.mako:5
5858 msgid "Set"
5894 msgid "Set"
5859 msgstr ""
5895 msgstr ""
5860
5896
5861 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:39
5897 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:39
5862 #: rhodecode/templates/admin/repos/repo_edit_fork.html:9
5898 #: rhodecode/templates/admin/repos/repo_edit_fork.mako:9
5863 msgid "Manually set this repository as a fork of another from the list"
5899 msgid "Manually set this repository as a fork of another from the list"
5864 msgstr ""
5900 msgstr ""
5865
5901
5866 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:48
5902 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:48
5867 msgid "Public Journal Visibility"
5903 msgid "Public Journal Visibility"
5868 msgstr ""
5904 msgstr ""
5869
5905
5870 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:56
5906 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:56
5871 msgid "Remove from Public Journal"
5907 msgid "Remove from Public Journal"
5872 msgstr ""
5908 msgstr ""
5873
5909
5874 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:60
5910 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:60
5875 msgid "Add to Public Journal"
5911 msgid "Add to Public Journal"
5876 msgstr ""
5912 msgstr ""
5877
5913
5878 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:65
5914 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:65
5879 msgid ""
5915 msgid ""
5880 "All actions made on this repository will be visible to everyone following "
5916 "All actions made on this repository will be visible to everyone following "
5881 "the public journal."
5917 "the public journal."
5882 msgstr ""
5918 msgstr ""
5883
5919
5884 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:74
5920 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:74
5885 msgid "Locking state"
5921 msgid "Locking state"
5886 msgstr ""
5922 msgstr ""
5887
5923
5888 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:83
5924 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:83
5889 msgid "This Repository is not currently locked."
5925 msgid "This Repository is not currently locked."
5890 msgstr ""
5926 msgstr ""
5891
5927
5892 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:90
5928 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:90
5893 msgid "Confirm to unlock repository."
5929 msgid "Confirm to unlock repository."
5894 msgstr ""
5930 msgstr ""
5895
5931
5896 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:92
5932 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:92
5897 msgid "Unlock repository"
5933 msgid "Unlock repository"
5898 msgstr ""
5934 msgstr ""
5899
5935
5900 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:97
5936 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:97
5901 msgid "Confirm to lock repository."
5937 msgid "Confirm to lock repository."
5902 msgstr ""
5938 msgstr ""
5903
5939
5904 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:99
5940 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:99
5905 msgid "Lock Repository"
5941 msgid "Lock Repository"
5906 msgstr ""
5942 msgstr ""
5907
5943
5908 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:105
5944 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:105
5909 msgid ""
5945 msgid ""
5910 "Force repository locking. This only works when anonymous access is disabled."
5946 "Force repository locking. This only works when anonymous access is disabled."
5911 " Pulling from the repository locks the repository to that user until the "
5947 " Pulling from the repository locks the repository to that user until the "
5912 "same user pushes to that repository again."
5948 "same user pushes to that repository again."
5913 msgstr ""
5949 msgstr ""
5914
5950
5915 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:114
5951 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:114
5916 msgid "Delete repository"
5952 msgid "Delete repository"
5917 msgstr ""
5953 msgstr ""
5918
5954
5919 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:121
5955 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:121
5920 #, python-format
5956 #, python-format
5921 msgid "This repository has %s fork."
5957 msgid "This repository has %s fork."
5922 msgid_plural "This repository has %s forks."
5958 msgid_plural "This repository has %s forks."
5923 msgstr[0] ""
5959 msgstr[0] ""
5924 msgstr[1] ""
5960 msgstr[1] ""
5925 msgstr[2] ""
5961 msgstr[2] ""
5926 msgstr[3] ""
5962 msgstr[3] ""
5927
5963
5928 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:125
5964 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:125
5929 msgid "Detach forks"
5965 msgid "Detach forks"
5930 msgstr ""
5966 msgstr ""
5931
5967
5932 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:130
5968 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:130
5933 msgid "Delete forks"
5969 msgid "Delete forks"
5934 msgstr ""
5970 msgstr ""
5935
5971
5936 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:139
5972 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:139
5937 #: rhodecode/templates/data_table/_dt_elements.html:124
5973 #: rhodecode/templates/data_table/_dt_elements.mako:124
5938 #, python-format
5974 #, python-format
5939 msgid "Confirm to delete this repository: %s"
5975 msgid "Confirm to delete this repository: %s"
5940 msgstr ""
5976 msgstr ""
5941
5977
5942 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:141
5978 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:141
5943 msgid "Delete This Repository"
5979 msgid "Delete This Repository"
5944 msgstr ""
5980 msgstr ""
5945
5981
5946 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:146
5982 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:146
5947 msgid ""
5983 msgid ""
5948 "This repository will be renamed in a special way in order to make it "
5984 "This repository will be renamed in a special way in order to make it "
5949 "inaccessible to RhodeCode Enterprise and its VCS systems. If you need to "
5985 "inaccessible to RhodeCode Enterprise and its VCS systems. If you need to "
5950 "fully delete it from the file system, please do it manually, or with "
5986 "fully delete it from the file system, please do it manually, or with "
5951 "rhodecode-cleanup-repos command."
5987 "rhodecode-cleanup-repos command."
5952 msgstr ""
5988 msgstr ""
5953
5989
5954 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
5990 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:180
5955 msgid "Change repository"
5991 msgid "Change repository"
5956 msgstr ""
5992 msgstr ""
5957
5993
5958 #: rhodecode/templates/admin/repos/repo_edit_advanced.html:180
5994 #: rhodecode/templates/admin/repos/repo_edit_advanced.mako:180
5959 msgid "Pick repository"
5995 msgid "Pick repository"
5960 msgstr ""
5996 msgstr ""
5961
5997
5962 #: rhodecode/templates/admin/repos/repo_edit_caches.html:3
5998 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:3
5963 msgid "Invalidate Cache for Repository"
5999 msgid "Invalidate Cache for Repository"
5964 msgstr ""
6000 msgstr ""
5965
6001
5966 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
6002 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:10
5967 msgid "Invalidate repository cache"
6003 msgid "Invalidate repository cache"
5968 msgstr ""
6004 msgstr ""
5969
6005
5970 #: rhodecode/templates/admin/repos/repo_edit_caches.html:10
6006 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:10
5971 msgid "Confirm to invalidate repository cache"
6007 msgid "Confirm to invalidate repository cache"
5972 msgstr ""
6008 msgstr ""
5973
6009
5974 #: rhodecode/templates/admin/repos/repo_edit_caches.html:14
6010 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:14
5975 msgid ""
6011 msgid ""
5976 "Manually invalidate the repository cache. On the next access a repository "
6012 "Manually invalidate the repository cache. On the next access a repository "
5977 "cache will be recreated."
6013 "cache will be recreated."
5978 msgstr ""
6014 msgstr ""
5979
6015
5980 #: rhodecode/templates/admin/repos/repo_edit_caches.html:28
6016 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:28
5981 #, python-format
6017 #, python-format
5982 msgid "List of repository caches (%(count)s entry)"
6018 msgid "List of repository caches (%(count)s entry)"
5983 msgid_plural "List of repository caches (%(count)s entries)"
6019 msgid_plural "List of repository caches (%(count)s entries)"
5984 msgstr[0] ""
6020 msgstr[0] ""
5985 msgstr[1] ""
6021 msgstr[1] ""
5986 msgstr[2] ""
6022 msgstr[2] ""
5987 msgstr[3] ""
6023 msgstr[3] ""
5988
6024
5989 #: rhodecode/templates/admin/repos/repo_edit_caches.html:35
6025 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:35
5990 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:32
6026 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:32
5991 #: rhodecode/templates/base/issue_tracker_settings.html:13
6027 #: rhodecode/templates/base/issue_tracker_settings.mako:13
5992 msgid "Prefix"
6028 msgid "Prefix"
5993 msgstr ""
6029 msgstr ""
5994
6030
5995 #: rhodecode/templates/admin/repos/repo_edit_caches.html:36
6031 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:36
5996 #: rhodecode/templates/admin/repos/repo_edit_fields.html:11
6032 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:11
5997 msgid "Key"
6033 msgid "Key"
5998 msgstr ""
6034 msgstr ""
5999
6035
6000 #: rhodecode/templates/admin/repos/repo_edit_caches.html:37
6036 #: rhodecode/templates/admin/repos/repo_edit_caches.mako:37
6001 #: rhodecode/templates/admin/user_groups/user_group_add.html:52
6037 #: rhodecode/templates/admin/user_groups/user_group_add.mako:52
6002 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:51
6038 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:51
6003 #: rhodecode/templates/admin/user_groups/user_groups.html:62
6039 #: rhodecode/templates/admin/user_groups/user_groups.mako:62
6004 #: rhodecode/templates/admin/users/user_add.html:97
6040 #: rhodecode/templates/admin/users/user_add.mako:97
6005 #: rhodecode/templates/admin/users/user_edit_profile.html:90
6041 #: rhodecode/templates/admin/users/user_edit_profile.mako:90
6006 #: rhodecode/templates/admin/users/users.html:101
6042 #: rhodecode/templates/admin/users/users.mako:101
6007 msgid "Active"
6043 msgid "Active"
6008 msgstr ""
6044 msgstr ""
6009
6045
6010 #: rhodecode/templates/admin/repos/repo_edit_fields.html:3
6046 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:3
6011 msgid "Custom extra fields for this repository"
6047 msgid "Custom extra fields for this repository"
6012 msgstr ""
6048 msgstr ""
6013
6049
6014 #: rhodecode/templates/admin/repos/repo_edit_fields.html:10
6050 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:10
6015 msgid "Label"
6051 msgid "Label"
6016 msgstr ""
6052 msgstr ""
6017
6053
6018 #: rhodecode/templates/admin/repos/repo_edit_fields.html:24
6054 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:24
6019 #, python-format
6055 #, python-format
6020 msgid "Confirm to delete this field: %s"
6056 msgid "Confirm to delete this field: %s"
6021 msgstr ""
6057 msgstr ""
6022
6058
6023 #: rhodecode/templates/admin/repos/repo_edit_fields.html:40
6059 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:40
6024 msgid "New Field Key"
6060 msgid "New Field Key"
6025 msgstr ""
6061 msgstr ""
6026
6062
6027 #: rhodecode/templates/admin/repos/repo_edit_fields.html:48
6063 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:48
6028 msgid "New Field Label"
6064 msgid "New Field Label"
6029 msgstr ""
6065 msgstr ""
6030
6066
6031 #: rhodecode/templates/admin/repos/repo_edit_fields.html:51
6067 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:51
6032 msgid "Enter short label"
6068 msgid "Enter short label"
6033 msgstr ""
6069 msgstr ""
6034
6070
6035 #: rhodecode/templates/admin/repos/repo_edit_fields.html:57
6071 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:57
6036 msgid "New Field Description"
6072 msgid "New Field Description"
6037 msgstr ""
6073 msgstr ""
6038
6074
6039 #: rhodecode/templates/admin/repos/repo_edit_fields.html:60
6075 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:60
6040 msgid "Enter a full description for the field"
6076 msgid "Enter a full description for the field"
6041 msgstr ""
6077 msgstr ""
6042
6078
6043 #: rhodecode/templates/admin/repos/repo_edit_fields.html:73
6079 #: rhodecode/templates/admin/repos/repo_edit_fields.mako:73
6044 msgid ""
6080 msgid ""
6045 "Extra fields are disabled. You can enable them from the "
6081 "Extra fields are disabled. You can enable them from the "
6046 "Admin/Settings/Visual page."
6082 "Admin/Settings/Visual page."
6047 msgstr ""
6083 msgstr ""
6048
6084
6049 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:9
6085 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:9
6050 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:9
6086 #: rhodecode/templates/admin/repos/repo_edit_vcs.mako:9
6051 msgid "Inherit from global settings"
6087 msgid "Inherit from global settings"
6052 msgstr ""
6088 msgstr ""
6053
6089
6054 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:14
6090 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:14
6055 msgid "Select to inherit global patterns for issue tracker."
6091 msgid "Select to inherit global patterns for issue tracker."
6056 msgstr ""
6092 msgstr ""
6057
6093
6058 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:24
6094 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:24
6059 msgid "Inherited Issue Tracker Patterns"
6095 msgid "Inherited Issue Tracker Patterns"
6060 msgstr ""
6096 msgstr ""
6061
6097
6062 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:30
6098 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:30
6063 #: rhodecode/templates/base/issue_tracker_settings.html:11
6099 #: rhodecode/templates/base/issue_tracker_settings.mako:11
6064 msgid "Pattern"
6100 msgid "Pattern"
6065 msgstr ""
6101 msgstr ""
6066
6102
6067 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:31
6103 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:31
6068 #: rhodecode/templates/base/issue_tracker_settings.html:12
6104 #: rhodecode/templates/base/issue_tracker_settings.mako:12
6069 msgid "Url"
6105 msgid "Url"
6070 msgstr ""
6106 msgstr ""
6071
6107
6072 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:70
6108 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:70
6073 #: rhodecode/templates/admin/settings/settings_issuetracker.html:5
6109 #: rhodecode/templates/admin/settings/settings_issuetracker.mako:5
6074 msgid "Issue Tracker / Wiki Patterns"
6110 msgid "Issue Tracker / Wiki Patterns"
6075 msgstr ""
6111 msgstr ""
6076
6112
6077 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.html:91
6113 #: rhodecode/templates/admin/repos/repo_edit_issuetracker.mako:91
6078 #: rhodecode/templates/admin/settings/settings_issuetracker.html:24
6114 #: rhodecode/templates/admin/settings/settings_issuetracker.mako:24
6079 msgid "Test Patterns"
6115 msgid "Test Patterns"
6080 msgstr ""
6116 msgstr ""
6081
6117
6082 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:5
6118 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:5
6083 msgid "Repository Permissions"
6119 msgid "Repository Permissions"
6084 msgstr ""
6120 msgstr ""
6085
6121
6086 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:43
6122 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:43
6087 msgid "private repository"
6123 msgid "private repository"
6088 msgstr ""
6124 msgstr ""
6089
6125
6090 #: rhodecode/templates/admin/repos/repo_edit_permissions.html:48
6126 #: rhodecode/templates/admin/repos/repo_edit_permissions.mako:48
6091 msgid "only users/user groups explicitly added here will have access"
6127 msgid "only users/user groups explicitly added here will have access"
6092 msgstr ""
6128 msgstr ""
6093
6129
6094 #: rhodecode/templates/admin/repos/repo_edit_remote.html:3
6130 #: rhodecode/templates/admin/repos/repo_edit_remote.mako:3
6095 msgid "Remote url"
6131 msgid "Remote url"
6096 msgstr ""
6132 msgstr ""
6097
6133
6098 #: rhodecode/templates/admin/repos/repo_edit_remote.html:9
6134 #: rhodecode/templates/admin/repos/repo_edit_remote.mako:9
6099 msgid "Remote mirror url"
6135 msgid "Remote mirror url"
6100 msgstr ""
6136 msgstr ""
6101
6137
6102 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
6138 #: rhodecode/templates/admin/repos/repo_edit_remote.mako:14
6103 #: rhodecode/templates/admin/repos/repo_edit_remote.html:22
6139 #: rhodecode/templates/admin/repos/repo_edit_remote.mako:22
6104 msgid "Pull changes from remote location"
6140 msgid "Pull changes from remote location"
6105 msgstr ""
6141 msgstr ""
6106
6142
6107 #: rhodecode/templates/admin/repos/repo_edit_remote.html:14
6143 #: rhodecode/templates/admin/repos/repo_edit_remote.mako:14
6108 msgid "Confirm to pull changes from remote side"
6144 msgid "Confirm to pull changes from remote side"
6109 msgstr ""
6145 msgstr ""
6110
6146
6111 #: rhodecode/templates/admin/repos/repo_edit_remote.html:19
6147 #: rhodecode/templates/admin/repos/repo_edit_remote.mako:19
6112 msgid "This repository does not have any remote mirror url set."
6148 msgid "This repository does not have any remote mirror url set."
6113 msgstr ""
6149 msgstr ""
6114
6150
6115 #: rhodecode/templates/admin/repos/repo_edit_settings.html:6
6151 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:6
6116 #, python-format
6152 #, python-format
6117 msgid "Settings for Repository: %s"
6153 msgid "Settings for Repository: %s"
6118 msgstr ""
6154 msgstr ""
6119
6155
6120 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
6156 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:19
6121 msgid "Non-changeable id"
6157 msgid "Non-changeable id"
6122 msgstr ""
6158 msgstr ""
6123
6159
6124 #: rhodecode/templates/admin/repos/repo_edit_settings.html:19
6160 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:19
6125 msgid "what is that ?"
6161 msgid "what is that ?"
6126 msgstr ""
6162 msgstr ""
6127
6163
6128 #: rhodecode/templates/admin/repos/repo_edit_settings.html:21
6164 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:21
6129 msgid "URL by id"
6165 msgid "URL by id"
6130 msgstr ""
6166 msgstr ""
6131
6167
6132 #: rhodecode/templates/admin/repos/repo_edit_settings.html:22
6168 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:22
6133 msgid ""
6169 msgid ""
6134 "In case this repository is renamed or moved into another group the repository url changes.\n"
6170 "In case this repository is renamed or moved into another group the repository url changes.\n"
6135 " Using above url guarantees that this repository will always be accessible under such url.\n"
6171 " Using above url guarantees that this repository will always be accessible under such url.\n"
6136 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
6172 " Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service."
6137 msgstr ""
6173 msgstr ""
6138
6174
6139 #: rhodecode/templates/admin/repos/repo_edit_settings.html:30
6175 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:30
6140 msgid "Remote uri"
6176 msgid "Remote uri"
6141 msgstr ""
6177 msgstr ""
6142
6178
6143 #: rhodecode/templates/admin/repos/repo_edit_settings.html:36
6179 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:36
6144 #: rhodecode/templates/base/perms_summary.html:79
6180 #: rhodecode/templates/base/perms_summary.mako:79
6145 #: rhodecode/templates/base/perms_summary.html:149
6181 #: rhodecode/templates/base/perms_summary.mako:149
6146 #: rhodecode/templates/base/perms_summary.html:151
6182 #: rhodecode/templates/base/perms_summary.mako:151
6147 #: rhodecode/templates/debug_style/form-elements.html:45
6183 #: rhodecode/templates/debug_style/form-elements.html:45
6148 msgid "edit"
6184 msgid "edit"
6149 msgstr ""
6185 msgstr ""
6150
6186
6151 #: rhodecode/templates/admin/repos/repo_edit_settings.html:39
6187 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:39
6152 msgid "new value, leave empty to remove"
6188 msgid "new value, leave empty to remove"
6153 msgstr ""
6189 msgstr ""
6154
6190
6155 #: rhodecode/templates/admin/repos/repo_edit_settings.html:41
6191 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:41
6156 msgid "cancel"
6192 msgid "cancel"
6157 msgstr ""
6193 msgstr ""
6158
6194
6159 #: rhodecode/templates/admin/repos/repo_edit_settings.html:48
6195 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:48
6160 msgid ""
6196 msgid ""
6161 "http[s] url where from repository was imported, also used for doing remote "
6197 "http[s] url where from repository was imported, also used for doing remote "
6162 "pulls."
6198 "pulls."
6163 msgstr ""
6199 msgstr ""
6164
6200
6165 #: rhodecode/templates/admin/repos/repo_edit_settings.html:56
6201 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:56
6166 #: rhodecode/templates/data_table/_dt_elements.html:164
6202 #: rhodecode/templates/data_table/_dt_elements.mako:164
6167 #: rhodecode/templates/forks/fork.html:58
6203 #: rhodecode/templates/forks/fork.mako:58
6168 msgid "Repository group"
6204 msgid "Repository group"
6169 msgstr ""
6205 msgstr ""
6170
6206
6171 #: rhodecode/templates/admin/repos/repo_edit_settings.html:65
6207 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:65
6172 msgid "Optional select a group to put this repository into."
6208 msgid "Optional select a group to put this repository into."
6173 msgstr ""
6209 msgstr ""
6174
6210
6175 #: rhodecode/templates/admin/repos/repo_edit_settings.html:74
6211 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:74
6176 #: rhodecode/templates/forks/fork.html:77
6212 #: rhodecode/templates/forks/fork.mako:77
6177 msgid "Default commit for files page, downloads, whoosh and readme"
6213 msgid "Default commit for files page, downloads, whoosh and readme"
6178 msgstr ""
6214 msgstr ""
6179
6215
6180 #: rhodecode/templates/admin/repos/repo_edit_settings.html:92
6216 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:92
6181 msgid "Change owner of this repository."
6217 msgid "Change owner of this repository."
6182 msgstr ""
6218 msgstr ""
6183
6219
6184 #: rhodecode/templates/admin/repos/repo_edit_settings.html:108
6220 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:108
6185 #: rhodecode/templates/data_table/_dt_elements.html:58
6221 #: rhodecode/templates/data_table/_dt_elements.mako:58
6186 msgid "Private repository"
6222 msgid "Private repository"
6187 msgstr ""
6223 msgstr ""
6188
6224
6189 #: rhodecode/templates/admin/repos/repo_edit_settings.html:117
6225 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:117
6190 msgid "Enable statistics"
6226 msgid "Enable statistics"
6191 msgstr ""
6227 msgstr ""
6192
6228
6193 #: rhodecode/templates/admin/repos/repo_edit_settings.html:121
6229 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:121
6194 msgid "Enable statistics window on summary page."
6230 msgid "Enable statistics window on summary page."
6195 msgstr ""
6231 msgstr ""
6196
6232
6197 #: rhodecode/templates/admin/repos/repo_edit_settings.html:126
6233 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:126
6198 msgid "Enable downloads"
6234 msgid "Enable downloads"
6199 msgstr ""
6235 msgstr ""
6200
6236
6201 #: rhodecode/templates/admin/repos/repo_edit_settings.html:130
6237 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:130
6202 msgid "Enable download menu on summary page."
6238 msgid "Enable download menu on summary page."
6203 msgstr ""
6239 msgstr ""
6204
6240
6205 #: rhodecode/templates/admin/repos/repo_edit_settings.html:135
6241 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:135
6206 msgid "Enable automatic locking"
6242 msgid "Enable automatic locking"
6207 msgstr ""
6243 msgstr ""
6208
6244
6209 #: rhodecode/templates/admin/repos/repo_edit_settings.html:139
6245 #: rhodecode/templates/admin/repos/repo_edit_settings.mako:139
6210 msgid ""
6246 msgid ""
6211 "Enable automatic locking on repository. Pulling from this repository creates"
6247 "Enable automatic locking on repository. Pulling from this repository creates"
6212 " a lock that can be released by pushing back by the same user"
6248 " a lock that can be released by pushing back by the same user"
6213 msgstr ""
6249 msgstr ""
6214
6250
6215 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:3
6251 #: rhodecode/templates/admin/repos/repo_edit_statistics.mako:3
6216 msgid "Repository statistics"
6252 msgid "Repository statistics"
6217 msgstr ""
6253 msgstr ""
6218
6254
6219 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:11
6255 #: rhodecode/templates/admin/repos/repo_edit_statistics.mako:11
6220 msgid "Processed commits"
6256 msgid "Processed commits"
6221 msgstr ""
6257 msgstr ""
6222
6258
6223 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:12
6259 #: rhodecode/templates/admin/repos/repo_edit_statistics.mako:12
6224 msgid "Processed progress"
6260 msgid "Processed progress"
6225 msgstr ""
6261 msgstr ""
6226
6262
6227 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
6263 #: rhodecode/templates/admin/repos/repo_edit_statistics.mako:15
6228 msgid "Reset statistics"
6264 msgid "Reset statistics"
6229 msgstr ""
6265 msgstr ""
6230
6266
6231 #: rhodecode/templates/admin/repos/repo_edit_statistics.html:15
6267 #: rhodecode/templates/admin/repos/repo_edit_statistics.mako:15
6232 msgid "Confirm to remove current statistics"
6268 msgid "Confirm to remove current statistics"
6233 msgstr ""
6269 msgstr ""
6234
6270
6235 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:14
6271 #: rhodecode/templates/admin/repos/repo_edit_vcs.mako:14
6236 msgid "Select to inherit global vcs settings."
6272 msgid "Select to inherit global vcs settings."
6237 msgstr ""
6273 msgstr ""
6238
6274
6239 #: rhodecode/templates/admin/repos/repo_edit_vcs.html:45
6275 #: rhodecode/templates/admin/repos/repo_edit_vcs.mako:45
6240 #: rhodecode/templates/admin/settings/settings_global.html:139
6276 #: rhodecode/templates/admin/settings/settings_global.mako:139
6241 #: rhodecode/templates/admin/settings/settings_labs.html:48
6277 #: rhodecode/templates/admin/settings/settings_labs.mako:48
6242 #: rhodecode/templates/admin/settings/settings_vcs.html:13
6278 #: rhodecode/templates/admin/settings/settings_vcs.mako:13
6243 #: rhodecode/templates/admin/settings/settings_visual.html:221
6279 #: rhodecode/templates/admin/settings/settings_visual.mako:221
6244 msgid "Save settings"
6280 msgid "Save settings"
6245 msgstr ""
6281 msgstr ""
6246
6282
6247 #: rhodecode/templates/admin/repos/repos.html:5
6283 #: rhodecode/templates/admin/repos/repos.mako:5
6248 msgid "Repositories administration"
6284 msgid "Repositories administration"
6249 msgstr ""
6285 msgstr ""
6250
6286
6251 #: rhodecode/templates/admin/repos/repos.html:13
6287 #: rhodecode/templates/admin/repos/repos.mako:13
6252 msgid "repositories"
6288 msgid "repositories"
6253 msgstr ""
6289 msgstr ""
6254
6290
6255 #: rhodecode/templates/admin/repos/repos.html:67
6291 #: rhodecode/templates/admin/repos/repos.mako:67
6256 msgid "State"
6292 msgid "State"
6257 msgstr ""
6293 msgstr ""
6258
6294
6259 #: rhodecode/templates/admin/settings/settings.html:5
6295 #: rhodecode/templates/admin/settings/settings.mako:5
6260 msgid "Settings administration"
6296 msgid "Settings administration"
6261 msgstr ""
6297 msgstr ""
6262
6298
6263 #: rhodecode/templates/admin/settings/settings_email.html:3
6299 #: rhodecode/templates/admin/settings/settings_email.mako:3
6264 msgid "Email Configuration"
6300 msgid "Email Configuration"
6265 msgstr ""
6301 msgstr ""
6266
6302
6267 #: rhodecode/templates/admin/settings/settings_email.html:8
6303 #: rhodecode/templates/admin/settings/settings_email.mako:8
6268 msgid "Email prefix"
6304 msgid "Email prefix"
6269 msgstr ""
6305 msgstr ""
6270
6306
6271 #: rhodecode/templates/admin/settings/settings_email.html:9
6307 #: rhodecode/templates/admin/settings/settings_email.mako:9
6272 msgid "RhodeCode email from"
6308 msgid "RhodeCode email from"
6273 msgstr ""
6309 msgstr ""
6274
6310
6275 #: rhodecode/templates/admin/settings/settings_email.html:10
6311 #: rhodecode/templates/admin/settings/settings_email.mako:10
6276 msgid "Error email from"
6312 msgid "Error email from"
6277 msgstr ""
6313 msgstr ""
6278
6314
6279 #: rhodecode/templates/admin/settings/settings_email.html:11
6315 #: rhodecode/templates/admin/settings/settings_email.mako:11
6280 msgid "Error email recipients"
6316 msgid "Error email recipients"
6281 msgstr ""
6317 msgstr ""
6282
6318
6283 #: rhodecode/templates/admin/settings/settings_email.html:13
6319 #: rhodecode/templates/admin/settings/settings_email.mako:13
6284 msgid "SMTP server"
6320 msgid "SMTP server"
6285 msgstr ""
6321 msgstr ""
6286
6322
6287 #: rhodecode/templates/admin/settings/settings_email.html:14
6323 #: rhodecode/templates/admin/settings/settings_email.mako:14
6288 msgid "SMTP username"
6324 msgid "SMTP username"
6289 msgstr ""
6325 msgstr ""
6290
6326
6291 #: rhodecode/templates/admin/settings/settings_email.html:15
6327 #: rhodecode/templates/admin/settings/settings_email.mako:15
6292 msgid "SMTP password"
6328 msgid "SMTP password"
6293 msgstr ""
6329 msgstr ""
6294
6330
6295 #: rhodecode/templates/admin/settings/settings_email.html:16
6331 #: rhodecode/templates/admin/settings/settings_email.mako:16
6296 msgid "SMTP port"
6332 msgid "SMTP port"
6297 msgstr ""
6333 msgstr ""
6298
6334
6299 #: rhodecode/templates/admin/settings/settings_email.html:18
6335 #: rhodecode/templates/admin/settings/settings_email.mako:18
6300 msgid "SMTP use TLS"
6336 msgid "SMTP use TLS"
6301 msgstr ""
6337 msgstr ""
6302
6338
6303 #: rhodecode/templates/admin/settings/settings_email.html:19
6339 #: rhodecode/templates/admin/settings/settings_email.mako:19
6304 msgid "SMTP use SSL"
6340 msgid "SMTP use SSL"
6305 msgstr ""
6341 msgstr ""
6306
6342
6307 #: rhodecode/templates/admin/settings/settings_email.html:20
6343 #: rhodecode/templates/admin/settings/settings_email.mako:20
6308 msgid "SMTP auth"
6344 msgid "SMTP auth"
6309 msgstr ""
6345 msgstr ""
6310
6346
6311 #: rhodecode/templates/admin/settings/settings_email.html:34
6347 #: rhodecode/templates/admin/settings/settings_email.mako:34
6312 msgid "Test Email"
6348 msgid "Test Email"
6313 msgstr ""
6349 msgstr ""
6314
6350
6315 #: rhodecode/templates/admin/settings/settings_email.html:40
6351 #: rhodecode/templates/admin/settings/settings_email.mako:40
6316 msgid "enter valid email"
6352 msgid "enter valid email"
6317 msgstr ""
6353 msgstr ""
6318
6354
6319 #: rhodecode/templates/admin/settings/settings_email.html:44
6355 #: rhodecode/templates/admin/settings/settings_email.mako:44
6320 msgid "Send an auto-generated email from this server to above email..."
6356 msgid "Send an auto-generated email from this server to above email..."
6321 msgstr ""
6357 msgstr ""
6322
6358
6323 #: rhodecode/templates/admin/settings/settings_global.html:5
6359 #: rhodecode/templates/admin/settings/settings_global.mako:5
6324 msgid "Branding"
6360 msgid "Branding"
6325 msgstr ""
6361 msgstr ""
6326
6362
6327 #: rhodecode/templates/admin/settings/settings_global.html:16
6363 #: rhodecode/templates/admin/settings/settings_global.mako:16
6328 msgid ""
6364 msgid ""
6329 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
6365 "Set a custom title for your RhodeCode instance (limited to 40 characters)."
6330 msgstr ""
6366 msgstr ""
6331
6367
6332 #: rhodecode/templates/admin/settings/settings_global.html:20
6368 #: rhodecode/templates/admin/settings/settings_global.mako:20
6333 msgid "HTTP[S] authentication realm"
6369 msgid "HTTP[S] authentication realm"
6334 msgstr ""
6370 msgstr ""
6335
6371
6336 #: rhodecode/templates/admin/settings/settings_global.html:27
6372 #: rhodecode/templates/admin/settings/settings_global.mako:27
6337 msgid ""
6373 msgid ""
6338 "Set a custom text that is shown as authentication message to clients trying "
6374 "Set a custom text that is shown as authentication message to clients trying "
6339 "to connect."
6375 "to connect."
6340 msgstr ""
6376 msgstr ""
6341
6377
6342 #: rhodecode/templates/admin/settings/settings_global.html:36
6378 #: rhodecode/templates/admin/settings/settings_global.mako:36
6343 #: rhodecode/templates/admin/users/user_edit_advanced.html:56
6379 #: rhodecode/templates/admin/users/user_edit_advanced.mako:56
6344 msgid "Personal Repository Group"
6380 msgid "Personal Repository Group"
6345 msgstr ""
6381 msgstr ""
6346
6382
6347 #: rhodecode/templates/admin/settings/settings_global.html:41
6383 #: rhodecode/templates/admin/settings/settings_global.mako:41
6348 msgid "Create Personal Repository Group"
6384 msgid "Create Personal Repository Group"
6349 msgstr ""
6385 msgstr ""
6350
6386
6351 #: rhodecode/templates/admin/settings/settings_global.html:44
6387 #: rhodecode/templates/admin/settings/settings_global.mako:44
6352 msgid "Always create Personal Repository Groups for new users."
6388 msgid "Always create Personal Repository Groups for new users."
6353 msgstr ""
6389 msgstr ""
6354
6390
6355 #: rhodecode/templates/admin/settings/settings_global.html:45
6391 #: rhodecode/templates/admin/settings/settings_global.mako:45
6356 msgid ""
6392 msgid ""
6357 "When creating new users from add user form or API you can still turn this "
6393 "When creating new users from add user form or API you can still turn this "
6358 "off via a checkbox or flag"
6394 "off via a checkbox or flag"
6359 msgstr ""
6395 msgstr ""
6360
6396
6361 #: rhodecode/templates/admin/settings/settings_global.html:49
6397 #: rhodecode/templates/admin/settings/settings_global.mako:49
6362 msgid "Personal Repo Group Pattern"
6398 msgid "Personal Repo Group Pattern"
6363 msgstr ""
6399 msgstr ""
6364
6400
6365 #: rhodecode/templates/admin/settings/settings_global.html:55
6401 #: rhodecode/templates/admin/settings/settings_global.mako:55
6366 msgid ""
6402 msgid ""
6367 "Pattern used to create Personal Repository Groups. Prefix can be other "
6403 "Pattern used to create Personal Repository Groups. Prefix can be other "
6368 "existing repository group path[s], eg. /u/${username}"
6404 "existing repository group path[s], eg. /u/${username}"
6369 msgstr ""
6405 msgstr ""
6370
6406
6371 #: rhodecode/templates/admin/settings/settings_global.html:56
6407 #: rhodecode/templates/admin/settings/settings_global.mako:56
6372 msgid "Available variables are currently ${username} and ${user_id}"
6408 msgid "Available variables are currently ${username} and ${user_id}"
6373 msgstr ""
6409 msgstr ""
6374
6410
6375 #: rhodecode/templates/admin/settings/settings_global.html:64
6411 #: rhodecode/templates/admin/settings/settings_global.mako:64
6376 msgid "Registration Captcha"
6412 msgid "Registration Captcha"
6377 msgstr ""
6413 msgstr ""
6378
6414
6379 #: rhodecode/templates/admin/settings/settings_global.html:68
6415 #: rhodecode/templates/admin/settings/settings_global.mako:68
6380 msgid "Google ReCaptcha public key"
6416 msgid "Google ReCaptcha public key"
6381 msgstr ""
6417 msgstr ""
6382
6418
6383 #: rhodecode/templates/admin/settings/settings_global.html:75
6419 #: rhodecode/templates/admin/settings/settings_global.mako:75
6384 msgid "Public key for reCaptcha system."
6420 msgid "Public key for reCaptcha system."
6385 msgstr ""
6421 msgstr ""
6386
6422
6387 #: rhodecode/templates/admin/settings/settings_global.html:80
6423 #: rhodecode/templates/admin/settings/settings_global.mako:80
6388 msgid "Google ReCaptcha private key"
6424 msgid "Google ReCaptcha private key"
6389 msgstr ""
6425 msgstr ""
6390
6426
6391 #: rhodecode/templates/admin/settings/settings_global.html:87
6427 #: rhodecode/templates/admin/settings/settings_global.mako:87
6392 msgid ""
6428 msgid ""
6393 "Private key for reCaptcha system. Setting this value will enable captcha on "
6429 "Private key for reCaptcha system. Setting this value will enable captcha on "
6394 "registration"
6430 "registration"
6395 msgstr ""
6431 msgstr ""
6396
6432
6397 #: rhodecode/templates/admin/settings/settings_global.html:95
6433 #: rhodecode/templates/admin/settings/settings_global.mako:95
6398 msgid "Custom Header Code"
6434 msgid "Custom Header Code"
6399 msgstr ""
6435 msgstr ""
6400
6436
6401 #: rhodecode/templates/admin/settings/settings_global.html:100
6437 #: rhodecode/templates/admin/settings/settings_global.mako:100
6402 #: rhodecode/templates/admin/settings/settings_global.html:123
6438 #: rhodecode/templates/admin/settings/settings_global.mako:123
6403 #: rhodecode/templates/debug_style/form-elements-small.html:59
6439 #: rhodecode/templates/debug_style/form-elements-small.html:59
6404 #: rhodecode/templates/debug_style/form-elements.html:57
6440 #: rhodecode/templates/debug_style/form-elements.html:57
6405 #: rhodecode/templates/debug_style/form-elements.html:82
6441 #: rhodecode/templates/debug_style/form-elements.html:82
6406 #: rhodecode/templates/debug_style/form-elements.html:225
6442 #: rhodecode/templates/debug_style/form-elements.html:225
6407 #: rhodecode/templates/debug_style/form-elements.html:381
6443 #: rhodecode/templates/debug_style/form-elements.html:381
6408 #: rhodecode/templates/debug_style/form-elements.html:407
6444 #: rhodecode/templates/debug_style/form-elements.html:407
6409 #: rhodecode/templates/debug_style/form-elements.html:515
6445 #: rhodecode/templates/debug_style/form-elements.html:515
6410 #: rhodecode/templates/debug_style/form-elements.html:519
6446 #: rhodecode/templates/debug_style/form-elements.html:519
6411 #: rhodecode/templates/debug_style/form-elements.html:537
6447 #: rhodecode/templates/debug_style/form-elements.html:537
6412 #: rhodecode/templates/debug_style/form-elements.html:581
6448 #: rhodecode/templates/debug_style/form-elements.html:581
6413 #: rhodecode/templates/debug_style/form-inline.html:38
6449 #: rhodecode/templates/debug_style/form-inline.html:38
6414 #: rhodecode/templates/debug_style/form-inline.html:139
6450 #: rhodecode/templates/debug_style/form-inline.html:139
6415 #: rhodecode/templates/debug_style/form-inline.html:147
6451 #: rhodecode/templates/debug_style/form-inline.html:147
6416 #: rhodecode/templates/debug_style/form-vertical.html:60
6452 #: rhodecode/templates/debug_style/form-vertical.html:60
6417 #: rhodecode/templates/debug_style/forms.html:37
6453 #: rhodecode/templates/debug_style/forms.html:37
6418 #: rhodecode/templates/debug_style/forms.html:60
6454 #: rhodecode/templates/debug_style/forms.html:60
6419 #: rhodecode/templates/debug_style/forms.html:78
6455 #: rhodecode/templates/debug_style/forms.html:78
6420 #: rhodecode/templates/debug_style/forms.html:96
6456 #: rhodecode/templates/debug_style/forms.html:96
6421 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
6457 #: rhodecode/templates/debug_style/layout-form-sidebar.html:44
6422 msgid "Templates..."
6458 msgid "Templates..."
6423 msgstr ""
6459 msgstr ""
6424
6460
6425 #: rhodecode/templates/admin/settings/settings_global.html:103
6461 #: rhodecode/templates/admin/settings/settings_global.mako:103
6426 #: rhodecode/templates/admin/settings/settings_global.html:126
6462 #: rhodecode/templates/admin/settings/settings_global.mako:126
6427 #: rhodecode/templates/debug_style/form-elements-small.html:62
6463 #: rhodecode/templates/debug_style/form-elements-small.html:62
6428 #: rhodecode/templates/debug_style/form-elements.html:60
6464 #: rhodecode/templates/debug_style/form-elements.html:60
6429 #: rhodecode/templates/debug_style/form-elements.html:85
6465 #: rhodecode/templates/debug_style/form-elements.html:85
6430 #: rhodecode/templates/debug_style/form-elements.html:228
6466 #: rhodecode/templates/debug_style/form-elements.html:228
6431 #: rhodecode/templates/debug_style/form-elements.html:384
6467 #: rhodecode/templates/debug_style/form-elements.html:384
6432 #: rhodecode/templates/debug_style/form-elements.html:410
6468 #: rhodecode/templates/debug_style/form-elements.html:410
6433 #: rhodecode/templates/debug_style/form-elements.html:518
6469 #: rhodecode/templates/debug_style/form-elements.html:518
6434 #: rhodecode/templates/debug_style/form-elements.html:522
6470 #: rhodecode/templates/debug_style/form-elements.html:522
6435 #: rhodecode/templates/debug_style/form-elements.html:540
6471 #: rhodecode/templates/debug_style/form-elements.html:540
6436 #: rhodecode/templates/debug_style/form-elements.html:584
6472 #: rhodecode/templates/debug_style/form-elements.html:584
6437 #: rhodecode/templates/debug_style/form-inline.html:41
6473 #: rhodecode/templates/debug_style/form-inline.html:41
6438 #: rhodecode/templates/debug_style/form-inline.html:142
6474 #: rhodecode/templates/debug_style/form-inline.html:142
6439 #: rhodecode/templates/debug_style/form-inline.html:150
6475 #: rhodecode/templates/debug_style/form-inline.html:150
6440 #: rhodecode/templates/debug_style/form-vertical.html:63
6476 #: rhodecode/templates/debug_style/form-vertical.html:63
6441 #: rhodecode/templates/debug_style/forms.html:40
6477 #: rhodecode/templates/debug_style/forms.html:40
6442 #: rhodecode/templates/debug_style/forms.html:63
6478 #: rhodecode/templates/debug_style/forms.html:63
6443 #: rhodecode/templates/debug_style/forms.html:81
6479 #: rhodecode/templates/debug_style/forms.html:81
6444 #: rhodecode/templates/debug_style/forms.html:99
6480 #: rhodecode/templates/debug_style/forms.html:99
6445 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
6481 #: rhodecode/templates/debug_style/layout-form-sidebar.html:47
6446 msgid "Server Announcement"
6482 msgid "Server Announcement"
6447 msgstr ""
6483 msgstr ""
6448
6484
6449 #: rhodecode/templates/admin/settings/settings_global.html:104
6485 #: rhodecode/templates/admin/settings/settings_global.mako:104
6450 msgid "Flash message filtering"
6486 msgid "Flash message filtering"
6451 msgstr ""
6487 msgstr ""
6452
6488
6453 #: rhodecode/templates/admin/settings/settings_global.html:110
6489 #: rhodecode/templates/admin/settings/settings_global.mako:110
6454 msgid "Custom js/css code added at the end of the <header/> tag."
6490 msgid "Custom js/css code added at the end of the <header/> tag."
6455 msgstr ""
6491 msgstr ""
6456
6492
6457 #: rhodecode/templates/admin/settings/settings_global.html:111
6493 #: rhodecode/templates/admin/settings/settings_global.mako:111
6458 msgid "Use <script/> or <css/> tags to define custom styling or scripting"
6494 msgid "Use <script/> or <css/> tags to define custom styling or scripting"
6459 msgstr ""
6495 msgstr ""
6460
6496
6461 #: rhodecode/templates/admin/settings/settings_global.html:118
6497 #: rhodecode/templates/admin/settings/settings_global.mako:118
6462 msgid "Custom Footer Code"
6498 msgid "Custom Footer Code"
6463 msgstr ""
6499 msgstr ""
6464
6500
6465 #: rhodecode/templates/admin/settings/settings_global.html:132
6501 #: rhodecode/templates/admin/settings/settings_global.mako:132
6466 msgid "Custom js/css code added at the end of the <body> tag."
6502 msgid "Custom js/css code added at the end of the <body> tag."
6467 msgstr ""
6503 msgstr ""
6468
6504
6469 #: rhodecode/templates/admin/settings/settings_global.html:133
6505 #: rhodecode/templates/admin/settings/settings_global.mako:133
6470 msgid "Use <script> or <css> tags to define custom styling or scripting"
6506 msgid "Use <script> or <css> tags to define custom styling or scripting"
6471 msgstr ""
6507 msgstr ""
6472
6508
6473 #: rhodecode/templates/admin/settings/settings_hooks.html:3
6509 #: rhodecode/templates/admin/settings/settings_hooks.mako:3
6474 msgid "Built in Mercurial hooks - read only"
6510 msgid "Built in Mercurial hooks - read only"
6475 msgstr ""
6511 msgstr ""
6476
6512
6477 #: rhodecode/templates/admin/settings/settings_hooks.html:19
6513 #: rhodecode/templates/admin/settings/settings_hooks.mako:19
6478 msgid ""
6514 msgid ""
6479 "Hooks can be used to trigger actions on certain events such as push / pull. "
6515 "Hooks can be used to trigger actions on certain events such as push / pull. "
6480 "They can trigger Python functions or external applications."
6516 "They can trigger Python functions or external applications."
6481 msgstr ""
6517 msgstr ""
6482
6518
6483 #: rhodecode/templates/admin/settings/settings_hooks.html:27
6519 #: rhodecode/templates/admin/settings/settings_hooks.mako:27
6484 msgid "Custom hooks"
6520 msgid "Custom hooks"
6485 msgstr ""
6521 msgstr ""
6486
6522
6487 #: rhodecode/templates/admin/settings/settings_labs.html:3
6523 #: rhodecode/templates/admin/settings/settings_labs.mako:3
6488 msgid "Labs Settings"
6524 msgid "Labs Settings"
6489 msgstr ""
6525 msgstr ""
6490
6526
6491 #: rhodecode/templates/admin/settings/settings_labs.html:10
6527 #: rhodecode/templates/admin/settings/settings_labs.mako:10
6492 msgid "There are no Labs settings currently"
6528 msgid "There are no Labs settings currently"
6493 msgstr ""
6529 msgstr ""
6494
6530
6495 #: rhodecode/templates/admin/settings/settings_mapping.html:5
6531 #: rhodecode/templates/admin/settings/settings_mapping.mako:5
6496 msgid "Import New Groups or Repositories"
6532 msgid "Import New Groups or Repositories"
6497 msgstr ""
6533 msgstr ""
6498
6534
6499 #: rhodecode/templates/admin/settings/settings_mapping.html:10
6535 #: rhodecode/templates/admin/settings/settings_mapping.mako:10
6500 msgid "Destroy old data"
6536 msgid "Destroy old data"
6501 msgstr ""
6537 msgstr ""
6502
6538
6503 #: rhodecode/templates/admin/settings/settings_mapping.html:12
6539 #: rhodecode/templates/admin/settings/settings_mapping.mako:12
6504 msgid ""
6540 msgid ""
6505 "In case a repository or a group was deleted from the filesystem and it still"
6541 "In case a repository or a group was deleted from the filesystem and it still"
6506 " exists in the database, check this option to remove obsolete data from the "
6542 " exists in the database, check this option to remove obsolete data from the "
6507 "database."
6543 "database."
6508 msgstr ""
6544 msgstr ""
6509
6545
6510 #: rhodecode/templates/admin/settings/settings_mapping.html:16
6546 #: rhodecode/templates/admin/settings/settings_mapping.mako:16
6511 msgid "Invalidate cache for all repositories"
6547 msgid "Invalidate cache for all repositories"
6512 msgstr ""
6548 msgstr ""
6513
6549
6514 #: rhodecode/templates/admin/settings/settings_mapping.html:18
6550 #: rhodecode/templates/admin/settings/settings_mapping.mako:18
6515 msgid ""
6551 msgid ""
6516 "Each cache data for repositories will be cleaned with this option selected. "
6552 "Each cache data for repositories will be cleaned with this option selected. "
6517 "Use this to reload data and clear cache keys."
6553 "Use this to reload data and clear cache keys."
6518 msgstr ""
6554 msgstr ""
6519
6555
6520 #: rhodecode/templates/admin/settings/settings_mapping.html:21
6556 #: rhodecode/templates/admin/settings/settings_mapping.mako:21
6521 msgid "Rescan Filesystem"
6557 msgid "Rescan Filesystem"
6522 msgstr ""
6558 msgstr ""
6523
6559
6524 #: rhodecode/templates/admin/settings/settings_open_source.html:3
6560 #: rhodecode/templates/admin/settings/settings_open_source.mako:3
6525 msgid "Licenses of Third Party Packages"
6561 msgid "Licenses of Third Party Packages"
6526 msgstr ""
6562 msgstr ""
6527
6563
6528 #: rhodecode/templates/admin/settings/settings_search.html:3
6564 #: rhodecode/templates/admin/settings/settings_search.mako:3
6529 msgid "RhodeCode Full Text Search"
6565 msgid "RhodeCode Full Text Search"
6530 msgstr ""
6566 msgstr ""
6531
6567
6532 #: rhodecode/templates/admin/settings/settings_supervisor_tail.html:1
6568 #: rhodecode/templates/admin/settings/settings_sessions.mako:3
6569 msgid "User Sessions Configuration"
6570 msgstr ""
6571
6572 #: rhodecode/templates/admin/settings/settings_sessions.mako:8
6573 msgid "Session type"
6574 msgstr ""
6575
6576 #: rhodecode/templates/admin/settings/settings_sessions.mako:9
6577 msgid "Session expiration period"
6578 msgstr ""
6579
6580 #: rhodecode/templates/admin/settings/settings_sessions.mako:11
6581 msgid "Total sessions"
6582 msgstr ""
6583
6584 #: rhodecode/templates/admin/settings/settings_sessions.mako:12
6585 msgid "Expired sessions ({} days)"
6586 msgstr ""
6587
6588 #: rhodecode/templates/admin/settings/settings_sessions.mako:28
6589 msgid "Cleanup Old Sessions"
6590 msgstr ""
6591
6592 #: rhodecode/templates/admin/settings/settings_sessions.mako:34
6593 msgid "Cleanup user sessions that were not active during chosen time frame."
6594 msgstr ""
6595
6596 #: rhodecode/templates/admin/settings/settings_sessions.mako:35
6597 msgid ""
6598 "After performing this action users whose session will be removed will be "
6599 "required to log in again."
6600 msgstr ""
6601
6602 #: rhodecode/templates/admin/settings/settings_sessions.mako:36
6603 msgid "Picking `All` will log-out you, and all users in the system."
6604 msgstr ""
6605
6606 #: rhodecode/templates/admin/settings/settings_sessions.mako:55
6607 msgid "Confirm to cleanup user sessions"
6608 msgstr ""
6609
6610 #: rhodecode/templates/admin/settings/settings_sessions.mako:56
6611 msgid "Cleanup sessions"
6612 msgstr ""
6613
6614 #: rhodecode/templates/admin/settings/settings_supervisor_tail.mako:1
6533 #, python-format
6615 #, python-format
6534 msgid ""
6616 msgid ""
6535 "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set "
6617 "Last %(size)s bytes of process logs, use ?offset=[num] GET param to set "
6536 "custom size"
6618 "custom size"
6537 msgstr ""
6619 msgstr ""
6538
6620
6539 #: rhodecode/templates/admin/settings/settings_system.html:3
6621 #: rhodecode/templates/admin/settings/settings_system.mako:3
6540 msgid "Checking for updates..."
6622 msgid "Checking for updates..."
6541 msgstr ""
6623 msgstr ""
6542
6624
6543 #: rhodecode/templates/admin/settings/settings_system.html:11
6625 #: rhodecode/templates/admin/settings/settings_system.mako:11
6544 msgid "create summary snapshot"
6626 msgid "create summary snapshot"
6545 msgstr ""
6627 msgstr ""
6546
6628
6547 #: rhodecode/templates/admin/settings/settings_system.html:32
6629 #: rhodecode/templates/admin/settings/settings_system.mako:32
6548 msgid "Python Packages"
6630 msgid "Python Packages"
6549 msgstr ""
6631 msgstr ""
6550
6632
6551 #: rhodecode/templates/admin/settings/settings_visual.html:5
6633 #: rhodecode/templates/admin/settings/settings_visual.mako:5
6552 #: rhodecode/templates/base/vcs_settings.html:10
6634 #: rhodecode/templates/base/vcs_settings.mako:10
6553 msgid "General"
6635 msgid "General"
6554 msgstr ""
6636 msgstr ""
6555
6637
6556 #: rhodecode/templates/admin/settings/settings_visual.html:10
6638 #: rhodecode/templates/admin/settings/settings_visual.mako:10
6557 msgid "Use repository extra fields"
6639 msgid "Use repository extra fields"
6558 msgstr ""
6640 msgstr ""
6559
6641
6560 #: rhodecode/templates/admin/settings/settings_visual.html:12
6642 #: rhodecode/templates/admin/settings/settings_visual.mako:12
6561 msgid "Allows storing additional customized fields per repository."
6643 msgid "Allows storing additional customized fields per repository."
6562 msgstr ""
6644 msgstr ""
6563
6645
6564 #: rhodecode/templates/admin/settings/settings_visual.html:17
6646 #: rhodecode/templates/admin/settings/settings_visual.mako:17
6565 msgid "Show RhodeCode version"
6647 msgid "Show RhodeCode version"
6566 msgstr ""
6648 msgstr ""
6567
6649
6568 #: rhodecode/templates/admin/settings/settings_visual.html:19
6650 #: rhodecode/templates/admin/settings/settings_visual.mako:19
6569 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
6651 msgid "Shows or hides a version number of RhodeCode displayed in the footer."
6570 msgstr ""
6652 msgstr ""
6571
6653
6572 #: rhodecode/templates/admin/settings/settings_visual.html:26
6654 #: rhodecode/templates/admin/settings/settings_visual.mako:26
6573 msgid "Gravatars"
6655 msgid "Gravatars"
6574 msgstr ""
6656 msgstr ""
6575
6657
6576 #: rhodecode/templates/admin/settings/settings_visual.html:31
6658 #: rhodecode/templates/admin/settings/settings_visual.mako:31
6577 msgid "Use Gravatars based avatars"
6659 msgid "Use Gravatars based avatars"
6578 msgstr ""
6660 msgstr ""
6579
6661
6580 #: rhodecode/templates/admin/settings/settings_visual.html:33
6662 #: rhodecode/templates/admin/settings/settings_visual.mako:33
6581 msgid ""
6663 msgid ""
6582 "Use gravatar.com as avatar system for RhodeCode accounts. If this is "
6664 "Use gravatar.com as avatar system for RhodeCode accounts. If this is "
6583 "disabled avatars are generated based on initials and email."
6665 "disabled avatars are generated based on initials and email."
6584 msgstr ""
6666 msgstr ""
6585
6667
6586 #: rhodecode/templates/admin/settings/settings_visual.html:36
6668 #: rhodecode/templates/admin/settings/settings_visual.mako:36
6587 msgid "Gravatar URL"
6669 msgid "Gravatar URL"
6588 msgstr ""
6670 msgstr ""
6589
6671
6590 #: rhodecode/templates/admin/settings/settings_visual.html:44
6672 #: rhodecode/templates/admin/settings/settings_visual.mako:44
6591 msgid ""
6673 msgid ""
6592 "Gravatar url allows you to use other avatar server application.\n"
6674 "Gravatar url allows you to use other avatar server application.\n"
6593 " Following variables of the URL will be replaced accordingly.\n"
6675 " Following variables of the URL will be replaced accordingly.\n"
6594 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
6676 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
6595 " {email} user email,\n"
6677 " {email} user email,\n"
6596 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
6678 " {md5email} md5 hash of the user email (like at gravatar.com),\n"
6597 " {size} size of the image that is expected from the server application,\n"
6679 " {size} size of the image that is expected from the server application,\n"
6598 " {netloc} network location/server host of running RhodeCode server"
6680 " {netloc} network location/server host of running RhodeCode server"
6599 msgstr ""
6681 msgstr ""
6600
6682
6601 #: rhodecode/templates/admin/settings/settings_visual.html:59
6683 #: rhodecode/templates/admin/settings/settings_visual.mako:59
6602 msgid "Meta-Tagging"
6684 msgid "Meta-Tagging"
6603 msgstr ""
6685 msgstr ""
6604
6686
6605 #: rhodecode/templates/admin/settings/settings_visual.html:64
6687 #: rhodecode/templates/admin/settings/settings_visual.mako:64
6606 msgid "Stylify recognised meta tags"
6688 msgid "Stylify recognised meta tags"
6607 msgstr ""
6689 msgstr ""
6608
6690
6609 #: rhodecode/templates/admin/settings/settings_visual.html:66
6691 #: rhodecode/templates/admin/settings/settings_visual.mako:66
6610 msgid ""
6692 msgid ""
6611 "Parses meta tags from repository description field and turns them into "
6693 "Parses meta tags from repository description field and turns them into "
6612 "colored tags."
6694 "colored tags."
6613 msgstr ""
6695 msgstr ""
6614
6696
6615 #: rhodecode/templates/admin/settings/settings_visual.html:88
6697 #: rhodecode/templates/admin/settings/settings_visual.mako:88
6616 msgid "Dashboard Items"
6698 msgid "Dashboard Items"
6617 msgstr ""
6699 msgstr ""
6618
6700
6619 #: rhodecode/templates/admin/settings/settings_visual.html:92
6701 #: rhodecode/templates/admin/settings/settings_visual.mako:92
6620 msgid "Main page dashboard items"
6702 msgid "Main page dashboard items"
6621 msgstr ""
6703 msgstr ""
6622
6704
6623 #: rhodecode/templates/admin/settings/settings_visual.html:98
6705 #: rhodecode/templates/admin/settings/settings_visual.mako:98
6624 msgid ""
6706 msgid ""
6625 "Number of items displayed in the main page dashboard before pagination is "
6707 "Number of items displayed in the main page dashboard before pagination is "
6626 "shown."
6708 "shown."
6627 msgstr ""
6709 msgstr ""
6628
6710
6629 #: rhodecode/templates/admin/settings/settings_visual.html:102
6711 #: rhodecode/templates/admin/settings/settings_visual.mako:102
6630 msgid "Admin pages items"
6712 msgid "Admin pages items"
6631 msgstr ""
6713 msgstr ""
6632
6714
6633 #: rhodecode/templates/admin/settings/settings_visual.html:108
6715 #: rhodecode/templates/admin/settings/settings_visual.mako:108
6634 msgid ""
6716 msgid ""
6635 "Number of items displayed in the admin pages grids before pagination is "
6717 "Number of items displayed in the admin pages grids before pagination is "
6636 "shown."
6718 "shown."
6637 msgstr ""
6719 msgstr ""
6638
6720
6639 #: rhodecode/templates/admin/settings/settings_visual.html:117
6721 #: rhodecode/templates/admin/settings/settings_visual.mako:117
6640 msgid "Commit ID Style"
6722 msgid "Commit ID Style"
6641 msgstr ""
6723 msgstr ""
6642
6724
6643 #: rhodecode/templates/admin/settings/settings_visual.html:121
6725 #: rhodecode/templates/admin/settings/settings_visual.mako:121
6644 msgid "Commit sha length"
6726 msgid "Commit sha length"
6645 msgstr ""
6727 msgstr ""
6646
6728
6647 #: rhodecode/templates/admin/settings/settings_visual.html:128
6729 #: rhodecode/templates/admin/settings/settings_visual.mako:128
6648 msgid ""
6730 msgid ""
6649 "Number of chars to show in commit sha displayed in web interface.\n"
6731 "Number of chars to show in commit sha displayed in web interface.\n"
6650 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
6732 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
6651 " length of the sha after the `r123:` part."
6733 " length of the sha after the `r123:` part."
6652 msgstr ""
6734 msgstr ""
6653
6735
6654 #: rhodecode/templates/admin/settings/settings_visual.html:136
6736 #: rhodecode/templates/admin/settings/settings_visual.mako:136
6655 msgid "Show commit ID numeric reference"
6737 msgid "Show commit ID numeric reference"
6656 msgstr ""
6738 msgstr ""
6657
6739
6658 #: rhodecode/templates/admin/settings/settings_visual.html:136
6740 #: rhodecode/templates/admin/settings/settings_visual.mako:136
6659 msgid "Commit show revision number"
6741 msgid "Commit show revision number"
6660 msgstr ""
6742 msgstr ""
6661
6743
6662 #: rhodecode/templates/admin/settings/settings_visual.html:138
6744 #: rhodecode/templates/admin/settings/settings_visual.mako:138
6663 msgid ""
6745 msgid ""
6664 "Show revision number in commit sha displayed in web interface.\n"
6746 "Show revision number in commit sha displayed in web interface.\n"
6665 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
6747 " By default it's shown as r123:9043a6a4c226 this value defines the\n"
6666 " if the `r123:` part is shown."
6748 " if the `r123:` part is shown."
6667 msgstr ""
6749 msgstr ""
6668
6750
6669 #: rhodecode/templates/admin/settings/settings_visual.html:147
6751 #: rhodecode/templates/admin/settings/settings_visual.mako:147
6670 #: rhodecode/templates/debug_style/index.html:63
6752 #: rhodecode/templates/debug_style/index.html:63
6671 msgid "Icons"
6753 msgid "Icons"
6672 msgstr ""
6754 msgstr ""
6673
6755
6674 #: rhodecode/templates/admin/settings/settings_visual.html:152
6756 #: rhodecode/templates/admin/settings/settings_visual.mako:152
6675 msgid "Show public repo icon on repositories"
6757 msgid "Show public repo icon on repositories"
6676 msgstr ""
6758 msgstr ""
6677
6759
6678 #: rhodecode/templates/admin/settings/settings_visual.html:158
6760 #: rhodecode/templates/admin/settings/settings_visual.mako:158
6679 msgid "Show private repo icon on repositories"
6761 msgid "Show private repo icon on repositories"
6680 msgstr ""
6762 msgstr ""
6681
6763
6682 #: rhodecode/templates/admin/settings/settings_visual.html:160
6764 #: rhodecode/templates/admin/settings/settings_visual.mako:160
6683 msgid "Show public/private icons next to repositories names."
6765 msgid "Show public/private icons next to repositories names."
6684 msgstr ""
6766 msgstr ""
6685
6767
6686 #: rhodecode/templates/admin/settings/settings_visual.html:167
6768 #: rhodecode/templates/admin/settings/settings_visual.mako:167
6687 msgid "Markup Renderer"
6769 msgid "Markup Renderer"
6688 msgstr ""
6770 msgstr ""
6689
6771
6690 #: rhodecode/templates/admin/settings/settings_visual.html:174
6772 #: rhodecode/templates/admin/settings/settings_visual.mako:174
6691 msgid ""
6773 msgid ""
6692 "Default renderer used to render comments, pull request descriptions and "
6774 "Default renderer used to render comments, pull request descriptions and "
6693 "other description elements. After change old entries will still work "
6775 "other description elements. After change old entries will still work "
6694 "correctly."
6776 "correctly."
6695 msgstr ""
6777 msgstr ""
6696
6778
6697 #: rhodecode/templates/admin/settings/settings_visual.html:181
6779 #: rhodecode/templates/admin/settings/settings_visual.mako:181
6698 msgid "Clone URL"
6780 msgid "Clone URL"
6699 msgstr ""
6781 msgstr ""
6700
6782
6701 #: rhodecode/templates/admin/settings/settings_visual.html:190
6783 #: rhodecode/templates/admin/settings/settings_visual.mako:190
6702 msgid ""
6784 msgid ""
6703 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
6785 "Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}', available vars:\n"
6704 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
6786 " {scheme} 'http' or 'https' sent from running RhodeCode server,\n"
6705 " {user} current user username,\n"
6787 " {user} current user username,\n"
6706 " {netloc} network location/server host of running RhodeCode server,\n"
6788 " {netloc} network location/server host of running RhodeCode server,\n"
6707 " {repo} full repository name,\n"
6789 " {repo} full repository name,\n"
6708 " {repoid} ID of repository, can be used to contruct clone-by-id"
6790 " {repoid} ID of repository, can be used to contruct clone-by-id"
6709 msgstr ""
6791 msgstr ""
6710
6792
6711 #: rhodecode/templates/admin/settings/settings_visual.html:203
6793 #: rhodecode/templates/admin/settings/settings_visual.mako:203
6712 msgid "Custom Support Link"
6794 msgid "Custom Support Link"
6713 msgstr ""
6795 msgstr ""
6714
6796
6715 #: rhodecode/templates/admin/settings/settings_visual.html:211
6797 #: rhodecode/templates/admin/settings/settings_visual.mako:211
6716 #, python-format
6798 #, python-format
6717 msgid ""
6799 msgid ""
6718 "Custom url for the support link located at the bottom.\n"
6800 "Custom url for the support link located at the bottom.\n"
6719 " The default is set to %(default_url)s. In case there's a need\n"
6801 " The default is set to %(default_url)s. In case there's a need\n"
6720 " to change the support link to internal issue tracker, it should be done here.\n"
6802 " to change the support link to internal issue tracker, it should be done here.\n"
6721 " "
6803 " "
6722 msgstr ""
6804 msgstr ""
6723
6805
6724 #: rhodecode/templates/admin/user_groups/user_group_add.html:5
6806 #: rhodecode/templates/admin/user_groups/user_group_add.mako:5
6725 msgid "Add user group"
6807 msgid "Add user group"
6726 msgstr ""
6808 msgstr ""
6727
6809
6728 #: rhodecode/templates/admin/user_groups/user_group_add.html:13
6810 #: rhodecode/templates/admin/user_groups/user_group_add.mako:13
6729 #: rhodecode/templates/admin/users/user_edit_advanced.html:13
6811 #: rhodecode/templates/admin/users/user_edit_advanced.mako:13
6730 #: rhodecode/templates/base/base.html:76
6812 #: rhodecode/templates/base/base.mako:76
6731 #: rhodecode/templates/base/base.html:151
6813 #: rhodecode/templates/base/base.mako:151
6732 msgid "User groups"
6814 msgid "User groups"
6733 msgstr ""
6815 msgstr ""
6734
6816
6735 #: rhodecode/templates/admin/user_groups/user_group_add.html:15
6817 #: rhodecode/templates/admin/user_groups/user_group_add.mako:15
6736 #: rhodecode/templates/admin/user_groups/user_groups.html:28
6818 #: rhodecode/templates/admin/user_groups/user_groups.mako:28
6737 msgid "Add User Group"
6819 msgid "Add User Group"
6738 msgstr ""
6820 msgstr ""
6739
6821
6740 #: rhodecode/templates/admin/user_groups/user_group_add.html:35
6822 #: rhodecode/templates/admin/user_groups/user_group_add.mako:35
6741 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:15
6823 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:15
6742 msgid "Group name"
6824 msgid "Group name"
6743 msgstr ""
6825 msgstr ""
6744
6826
6745 #: rhodecode/templates/admin/user_groups/user_group_add.html:47
6827 #: rhodecode/templates/admin/user_groups/user_group_add.mako:47
6746 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:46
6828 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:46
6747 msgid "Short, optional description for this user group."
6829 msgid "Short, optional description for this user group."
6748 msgstr ""
6830 msgstr ""
6749
6831
6750 #: rhodecode/templates/admin/user_groups/user_group_edit.html:5
6832 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:5
6751 #, python-format
6833 #, python-format
6752 msgid "%s user group settings"
6834 msgid "%s user group settings"
6753 msgstr ""
6835 msgstr ""
6754
6836
6755 #: rhodecode/templates/admin/user_groups/user_group_edit.html:36
6837 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:36
6756 #: rhodecode/templates/admin/users/user_edit.html:36
6838 #: rhodecode/templates/admin/users/user_edit.mako:36
6757 msgid "Global permissions"
6839 msgid "Global permissions"
6758 msgstr ""
6840 msgstr ""
6759
6841
6760 #: rhodecode/templates/admin/user_groups/user_group_edit.html:37
6842 #: rhodecode/templates/admin/user_groups/user_group_edit.mako:37
6761 #: rhodecode/templates/admin/users/user_edit.html:37
6843 #: rhodecode/templates/admin/users/user_edit.mako:37
6762 msgid "Permissions summary"
6844 msgid "Permissions summary"
6763 msgstr ""
6845 msgstr ""
6764
6846
6765 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:8
6847 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:8
6766 #: rhodecode/templates/admin/user_groups/user_groups.html:60
6848 #: rhodecode/templates/admin/user_groups/user_groups.mako:60
6767 #: rhodecode/templates/debug_style/form-elements.html:509
6849 #: rhodecode/templates/debug_style/form-elements.html:509
6768 msgid "Members"
6850 msgid "Members"
6769 msgstr ""
6851 msgstr ""
6770
6852
6771 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:9
6853 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:9
6772 msgid "Assigned to repositories"
6854 msgid "Assigned to repositories"
6773 msgstr ""
6855 msgstr ""
6774
6856
6775 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:10
6857 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:10
6776 msgid "Assigned to repo groups"
6858 msgid "Assigned to repo groups"
6777 msgstr ""
6859 msgstr ""
6778
6860
6779 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:17
6861 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:17
6780 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:6
6862 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:6
6781 #, python-format
6863 #, python-format
6782 msgid "User Group: %s"
6864 msgid "User Group: %s"
6783 msgstr ""
6865 msgstr ""
6784
6866
6785 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:26
6867 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:26
6786 msgid "Delete User Group"
6868 msgid "Delete User Group"
6787 msgstr ""
6869 msgstr ""
6788
6870
6789 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:32
6871 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:32
6790 #, python-format
6872 #, python-format
6791 msgid ""
6873 msgid ""
6792 "Confirm to delete user group `%(ugroup)s` with all permission assignments"
6874 "Confirm to delete user group `%(ugroup)s` with all permission assignments"
6793 msgstr ""
6875 msgstr ""
6794
6876
6795 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.html:34
6877 #: rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako:34
6796 msgid "Delete This User Group"
6878 msgid "Delete This User Group"
6797 msgstr ""
6879 msgstr ""
6798
6880
6799 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:5
6881 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:5
6800 msgid "User Group Permissions"
6882 msgid "User Group Permissions"
6801 msgstr ""
6883 msgstr ""
6802
6884
6803 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:62
6885 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:62
6804 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.html:109
6886 #: rhodecode/templates/admin/user_groups/user_group_edit_perms.mako:109
6805 msgid "revoke"
6887 msgid "revoke"
6806 msgstr ""
6888 msgstr ""
6807
6889
6808 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:36
6890 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:36
6809 msgid "Change owner of this user group."
6891 msgid "Change owner of this user group."
6810 msgstr ""
6892 msgstr ""
6811
6893
6812 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:60
6894 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:60
6813 msgid "Add members"
6895 msgid "Add members"
6814 msgstr ""
6896 msgstr ""
6815
6897
6816 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.html:96
6898 #: rhodecode/templates/admin/user_groups/user_group_edit_settings.mako:96
6817 msgid "No members yet"
6899 msgid "No members yet"
6818 msgstr ""
6900 msgstr ""
6819
6901
6820 #: rhodecode/templates/admin/user_groups/user_groups.html:5
6902 #: rhodecode/templates/admin/user_groups/user_groups.mako:5
6821 msgid "User groups administration"
6903 msgid "User groups administration"
6822 msgstr ""
6904 msgstr ""
6823
6905
6824 #: rhodecode/templates/admin/user_groups/user_groups.html:13
6906 #: rhodecode/templates/admin/user_groups/user_groups.mako:13
6825 msgid "user groups"
6907 msgid "user groups"
6826 msgstr ""
6908 msgstr ""
6827
6909
6828 #: rhodecode/templates/admin/users/user_add.html:5
6910 #: rhodecode/templates/admin/users/user_add.mako:5
6829 msgid "Add user"
6911 msgid "Add user"
6830 msgstr ""
6912 msgstr ""
6831
6913
6832 #: rhodecode/templates/admin/users/user_add.html:13
6914 #: rhodecode/templates/admin/users/user_add.mako:13
6833 #: rhodecode/templates/admin/users/user_edit.html:14
6915 #: rhodecode/templates/admin/users/user_edit.mako:14
6834 #: rhodecode/templates/base/base.html:75
6916 #: rhodecode/templates/base/base.mako:75
6835 msgid "Users"
6917 msgid "Users"
6836 msgstr ""
6918 msgstr ""
6837
6919
6838 #: rhodecode/templates/admin/users/user_add.html:15
6920 #: rhodecode/templates/admin/users/user_add.mako:15
6839 #: rhodecode/templates/admin/users/users.html:27
6921 #: rhodecode/templates/admin/users/users.mako:27
6840 msgid "Add User"
6922 msgid "Add User"
6841 msgstr ""
6923 msgstr ""
6842
6924
6843 #: rhodecode/templates/admin/users/user_add.html:53
6925 #: rhodecode/templates/admin/users/user_add.mako:53
6844 msgid "Password confirmation"
6926 msgid "Password confirmation"
6845 msgstr ""
6927 msgstr ""
6846
6928
6847 #: rhodecode/templates/admin/users/user_add.html:59
6929 #: rhodecode/templates/admin/users/user_add.mako:59
6848 msgid "Generate password"
6930 msgid "Generate password"
6849 msgstr ""
6931 msgstr ""
6850
6932
6851 #: rhodecode/templates/admin/users/user_add.html:106
6933 #: rhodecode/templates/admin/users/user_add.mako:106
6852 msgid "Password change"
6934 msgid "Password change"
6853 msgstr ""
6935 msgstr ""
6854
6936
6855 #: rhodecode/templates/admin/users/user_add.html:110
6937 #: rhodecode/templates/admin/users/user_add.mako:110
6856 msgid "Force user to change his password on the next login"
6938 msgid "Force user to change his password on the next login"
6857 msgstr ""
6939 msgstr ""
6858
6940
6859 #: rhodecode/templates/admin/users/user_add.html:116
6941 #: rhodecode/templates/admin/users/user_add.mako:116
6860 msgid "Add personal repository group"
6942 msgid "Add personal repository group"
6861 msgstr ""
6943 msgstr ""
6862
6944
6863 #: rhodecode/templates/admin/users/user_add.html:121
6945 #: rhodecode/templates/admin/users/user_add.mako:121
6864 #: rhodecode/templates/admin/users/user_edit_advanced.html:67
6946 #: rhodecode/templates/admin/users/user_edit_advanced.mako:67
6865 #, python-format
6947 #, python-format
6866 msgid "New group will be created at: `/%(path)s`"
6948 msgid "New group will be created at: `/%(path)s`"
6867 msgstr ""
6949 msgstr ""
6868
6950
6869 #: rhodecode/templates/admin/users/user_add.html:122
6951 #: rhodecode/templates/admin/users/user_add.mako:122
6870 msgid "User will be automatically set as this group owner."
6952 msgid "User will be automatically set as this group owner."
6871 msgstr ""
6953 msgstr ""
6872
6954
6873 #: rhodecode/templates/admin/users/user_add.html:139
6955 #: rhodecode/templates/admin/users/user_add.mako:139
6874 msgid "generated password:"
6956 msgid "generated password:"
6875 msgstr ""
6957 msgstr ""
6876
6958
6877 #: rhodecode/templates/admin/users/user_edit.html:5
6959 #: rhodecode/templates/admin/users/user_edit.mako:5
6878 #, python-format
6960 #, python-format
6879 msgid "%s user settings"
6961 msgid "%s user settings"
6880 msgstr ""
6962 msgstr ""
6881
6963
6882 #: rhodecode/templates/admin/users/user_edit.html:33
6964 #: rhodecode/templates/admin/users/user_edit.mako:33
6883 #: rhodecode/templates/admin/users/user_edit_profile.html:5
6965 #: rhodecode/templates/admin/users/user_edit_profile.mako:5
6884 msgid "User Profile"
6966 msgid "User Profile"
6885 msgstr ""
6967 msgstr ""
6886
6968
6887 #: rhodecode/templates/admin/users/user_edit.html:34
6969 #: rhodecode/templates/admin/users/user_edit.mako:34
6888 msgid "Auth tokens"
6970 msgid "Auth tokens"
6889 msgstr ""
6971 msgstr ""
6890
6972
6891 #: rhodecode/templates/admin/users/user_edit.html:38
6973 #: rhodecode/templates/admin/users/user_edit.mako:38
6892 msgid "Emails"
6974 msgid "Emails"
6893 msgstr ""
6975 msgstr ""
6894
6976
6895 #: rhodecode/templates/admin/users/user_edit.html:39
6977 #: rhodecode/templates/admin/users/user_edit.mako:39
6896 msgid "Ip Whitelist"
6978 msgid "Ip Whitelist"
6897 msgstr ""
6979 msgstr ""
6898
6980
6899 #: rhodecode/templates/admin/users/user_edit_advanced.html:6
6981 #: rhodecode/templates/admin/users/user_edit_advanced.mako:6
6900 #: rhodecode/templates/admin/users/user_edit_profile.html:106
6982 #: rhodecode/templates/admin/users/user_edit_profile.mako:106
6901 msgid "Source of Record"
6983 msgid "Source of Record"
6902 msgstr ""
6984 msgstr ""
6903
6985
6904 #: rhodecode/templates/admin/users/user_edit_advanced.html:8
6986 #: rhodecode/templates/admin/users/user_edit_advanced.mako:8
6905 #: rhodecode/templates/admin/users/users.html:99
6906 msgid "Last login"
6987 msgid "Last login"
6907 msgstr ""
6988 msgstr ""
6908
6989
6909 #: rhodecode/templates/admin/users/user_edit_advanced.html:9
6990 #: rhodecode/templates/admin/users/user_edit_advanced.mako:9
6991 #: rhodecode/templates/admin/users/users.mako:99
6910 msgid "Last activity"
6992 msgid "Last activity"
6911 msgstr ""
6993 msgstr ""
6912
6994
6913 #: rhodecode/templates/admin/users/user_edit_advanced.html:15
6995 #: rhodecode/templates/admin/users/user_edit_advanced.mako:15
6914 msgid "Member of User groups"
6996 msgid "Member of User groups"
6915 msgstr ""
6997 msgstr ""
6916
6998
6917 #: rhodecode/templates/admin/users/user_edit_advanced.html:16
6999 #: rhodecode/templates/admin/users/user_edit_advanced.mako:16
6918 msgid "Force password change"
7000 msgid "Force password change"
6919 msgstr ""
7001 msgstr ""
6920
7002
6921 #: rhodecode/templates/admin/users/user_edit_advanced.html:22
7003 #: rhodecode/templates/admin/users/user_edit_advanced.mako:22
6922 #, python-format
7004 #, python-format
6923 msgid "User: %s"
7005 msgid "User: %s"
6924 msgstr ""
7006 msgstr ""
6925
7007
6926 #: rhodecode/templates/admin/users/user_edit_advanced.html:31
7008 #: rhodecode/templates/admin/users/user_edit_advanced.mako:31
6927 msgid "Force Password Reset"
7009 msgid "Force Password Reset"
6928 msgstr ""
7010 msgstr ""
6929
7011
6930 #: rhodecode/templates/admin/users/user_edit_advanced.html:39
7012 #: rhodecode/templates/admin/users/user_edit_advanced.mako:39
6931 msgid "Disable forced password reset"
7013 msgid "Disable forced password reset"
6932 msgstr ""
7014 msgstr ""
6933
7015
6934 #: rhodecode/templates/admin/users/user_edit_advanced.html:41
7016 #: rhodecode/templates/admin/users/user_edit_advanced.mako:41
6935 msgid "Enable forced password reset"
7017 msgid "Enable forced password reset"
6936 msgstr ""
7018 msgstr ""
6937
7019
6938 #: rhodecode/templates/admin/users/user_edit_advanced.html:47
7020 #: rhodecode/templates/admin/users/user_edit_advanced.mako:47
6939 msgid ""
7021 msgid ""
6940 "When this is enabled user will have to change they password when they next "
7022 "When this is enabled user will have to change they password when they next "
6941 "use RhodeCode system. This will also forbid vcs operations until someone "
7023 "use RhodeCode system. This will also forbid vcs operations until someone "
6942 "makes a password change in the web interface"
7024 "makes a password change in the web interface"
6943 msgstr ""
7025 msgstr ""
6944
7026
6945 #: rhodecode/templates/admin/users/user_edit_advanced.html:62
7027 #: rhodecode/templates/admin/users/user_edit_advanced.mako:62
6946 msgid "Users personal repository group"
7028 msgid "Users personal repository group"
6947 msgstr ""
7029 msgstr ""
6948
7030
6949 #: rhodecode/templates/admin/users/user_edit_advanced.html:65
7031 #: rhodecode/templates/admin/users/user_edit_advanced.mako:65
6950 msgid "This user currently does not have a personal repository group"
7032 msgid "This user currently does not have a personal repository group"
6951 msgstr ""
7033 msgstr ""
6952
7034
6953 #: rhodecode/templates/admin/users/user_edit_advanced.html:72
7035 #: rhodecode/templates/admin/users/user_edit_advanced.mako:72
6954 msgid "Create personal repository group"
7036 msgid "Create personal repository group"
6955 msgstr ""
7037 msgstr ""
6956
7038
6957 #: rhodecode/templates/admin/users/user_edit_advanced.html:81
7039 #: rhodecode/templates/admin/users/user_edit_advanced.mako:81
6958 msgid "Delete User"
7040 msgid "Delete User"
6959 msgstr ""
7041 msgstr ""
6960
7042
6961 #: rhodecode/templates/admin/users/user_edit_advanced.html:89
7043 #: rhodecode/templates/admin/users/user_edit_advanced.mako:89
6962 #, python-format
7044 #, python-format
6963 msgid "This user owns %s repository."
7045 msgid "This user owns %s repository."
6964 msgid_plural "This user owns %s repositories."
7046 msgid_plural "This user owns %s repositories."
6965 msgstr[0] ""
7047 msgstr[0] ""
6966 msgstr[1] ""
7048 msgstr[1] ""
6967 msgstr[2] ""
7049 msgstr[2] ""
6968 msgstr[3] ""
7050 msgstr[3] ""
6969
7051
6970 #: rhodecode/templates/admin/users/user_edit_advanced.html:93
7052 #: rhodecode/templates/admin/users/user_edit_advanced.mako:93
6971 msgid "Detach repositories"
7053 msgid "Detach repositories"
6972 msgstr ""
7054 msgstr ""
6973
7055
6974 #: rhodecode/templates/admin/users/user_edit_advanced.html:98
7056 #: rhodecode/templates/admin/users/user_edit_advanced.mako:98
6975 #: rhodecode/templates/admin/users/user_edit_advanced.html:114
7057 #: rhodecode/templates/admin/users/user_edit_advanced.mako:114
6976 #: rhodecode/templates/admin/users/user_edit_advanced.html:130
7058 #: rhodecode/templates/admin/users/user_edit_advanced.mako:130
6977 msgid "Delete repositories"
7059 msgid "Delete repositories"
6978 msgstr ""
7060 msgstr ""
6979
7061
6980 #: rhodecode/templates/admin/users/user_edit_advanced.html:105
7062 #: rhodecode/templates/admin/users/user_edit_advanced.mako:105
6981 #, python-format
7063 #, python-format
6982 msgid "This user owns %s repository group."
7064 msgid "This user owns %s repository group."
6983 msgid_plural "This user owns %s repository groups."
7065 msgid_plural "This user owns %s repository groups."
6984 msgstr[0] ""
7066 msgstr[0] ""
6985 msgstr[1] ""
7067 msgstr[1] ""
6986 msgstr[2] ""
7068 msgstr[2] ""
6987 msgstr[3] ""
7069 msgstr[3] ""
6988
7070
6989 #: rhodecode/templates/admin/users/user_edit_advanced.html:109
7071 #: rhodecode/templates/admin/users/user_edit_advanced.mako:109
6990 msgid "Detach repository groups"
7072 msgid "Detach repository groups"
6991 msgstr ""
7073 msgstr ""
6992
7074
6993 #: rhodecode/templates/admin/users/user_edit_advanced.html:121
7075 #: rhodecode/templates/admin/users/user_edit_advanced.mako:121
6994 #, python-format
7076 #, python-format
6995 msgid "This user owns %s user group."
7077 msgid "This user owns %s user group."
6996 msgid_plural "This user owns %s user groups."
7078 msgid_plural "This user owns %s user groups."
6997 msgstr[0] ""
7079 msgstr[0] ""
6998 msgstr[1] ""
7080 msgstr[1] ""
6999 msgstr[2] ""
7081 msgstr[2] ""
7000 msgstr[3] ""
7082 msgstr[3] ""
7001
7083
7002 #: rhodecode/templates/admin/users/user_edit_advanced.html:125
7084 #: rhodecode/templates/admin/users/user_edit_advanced.mako:125
7003 msgid "Detach user groups"
7085 msgid "Detach user groups"
7004 msgstr ""
7086 msgstr ""
7005
7087
7006 #: rhodecode/templates/admin/users/user_edit_advanced.html:139
7088 #: rhodecode/templates/admin/users/user_edit_advanced.mako:139
7007 #: rhodecode/templates/data_table/_dt_elements.html:199
7089 #: rhodecode/templates/data_table/_dt_elements.mako:199
7008 #, python-format
7090 #, python-format
7009 msgid "Confirm to delete this user: %s"
7091 msgid "Confirm to delete this user: %s"
7010 msgstr ""
7092 msgstr ""
7011
7093
7012 #: rhodecode/templates/admin/users/user_edit_advanced.html:141
7094 #: rhodecode/templates/admin/users/user_edit_advanced.mako:141
7013 msgid "Delete this user"
7095 msgid "Delete this user"
7014 msgstr ""
7096 msgstr ""
7015
7097
7016 #: rhodecode/templates/admin/users/user_edit_advanced.html:151
7098 #: rhodecode/templates/admin/users/user_edit_advanced.mako:151
7017 #, python-format
7099 #, python-format
7018 msgid ""
7100 msgid ""
7019 "When selecting the detach option, the depending objects owned by this user "
7101 "When selecting the detach option, the depending objects owned by this user "
7020 "will be assigned to the `%s` super admin in the system. The delete option "
7102 "will be assigned to the `%s` super admin in the system. The delete option "
7021 "will delete the user's repositories!"
7103 "will delete the user's repositories!"
7022 msgstr ""
7104 msgstr ""
7023
7105
7024 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:3
7106 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:3
7025 msgid "Authentication Access Tokens"
7107 msgid "Authentication Access Tokens"
7026 msgstr ""
7108 msgstr ""
7027
7109
7028 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:59
7110 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:63
7029 msgid "No additional auth tokens specified"
7111 msgid "No additional auth tokens specified"
7030 msgstr ""
7112 msgstr ""
7031
7113
7032 #: rhodecode/templates/admin/users/user_edit_auth_tokens.html:71
7114 #: rhodecode/templates/admin/users/user_edit_auth_tokens.mako:75
7033 msgid "New auth token"
7115 msgid "New auth token"
7034 msgstr ""
7116 msgstr ""
7035
7117
7036 #: rhodecode/templates/admin/users/user_edit_emails.html:5
7118 #: rhodecode/templates/admin/users/user_edit_emails.mako:5
7037 msgid "Additional Email Addresses"
7119 msgid "Additional Email Addresses"
7038 msgstr ""
7120 msgstr ""
7039
7121
7040 #: rhodecode/templates/admin/users/user_edit_ips.html:3
7122 #: rhodecode/templates/admin/users/user_edit_ips.mako:3
7041 msgid "Custom IP Whitelist"
7123 msgid "Custom IP Whitelist"
7042 msgstr ""
7124 msgstr ""
7043
7125
7044 #: rhodecode/templates/admin/users/user_edit_ips.html:19
7126 #: rhodecode/templates/admin/users/user_edit_ips.mako:19
7045 #, python-format
7127 #, python-format
7046 msgid "Inherited from %s"
7128 msgid "Inherited from %s"
7047 msgstr ""
7129 msgstr ""
7048
7130
7049 #: rhodecode/templates/admin/users/user_edit_ips.html:63
7131 #: rhodecode/templates/admin/users/user_edit_ips.mako:63
7050 msgid ""
7132 msgid ""
7051 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
7133 "Enter comma separated list of ip addresses like 127.0.0.1,\n"
7052 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
7134 "or use a ip address with a mask 127.0.0.1/24, to create a network range.\n"
7053 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
7135 "To specify multiple address range use 127.0.0.1-127.0.0.10 syntax"
7054 msgstr ""
7136 msgstr ""
7055
7137
7056 #: rhodecode/templates/admin/users/user_edit_profile.html:17
7138 #: rhodecode/templates/admin/users/user_edit_profile.mako:17
7057 #, python-format
7139 #, python-format
7058 msgid ""
7140 msgid ""
7059 "This user was created from external source (%s). Editing some of the "
7141 "This user was created from external source (%s). Editing some of the "
7060 "settings is limited."
7142 "settings is limited."
7061 msgstr ""
7143 msgstr ""
7062
7144
7063 #: rhodecode/templates/admin/users/user_edit_profile.html:30
7145 #: rhodecode/templates/admin/users/user_edit_profile.mako:30
7064 msgid "Change the avatar at"
7146 msgid "Change the avatar at"
7065 msgstr ""
7147 msgstr ""
7066
7148
7067 #: rhodecode/templates/admin/users/user_edit_profile.html:74
7149 #: rhodecode/templates/admin/users/user_edit_profile.mako:74
7068 msgid "New Password"
7150 msgid "New Password"
7069 msgstr ""
7151 msgstr ""
7070
7152
7071 #: rhodecode/templates/admin/users/user_edit_profile.html:82
7153 #: rhodecode/templates/admin/users/user_edit_profile.mako:82
7072 msgid "New Password Confirmation"
7154 msgid "New Password Confirmation"
7073 msgstr ""
7155 msgstr ""
7074
7156
7075 #: rhodecode/templates/admin/users/user_edit_profile.html:98
7157 #: rhodecode/templates/admin/users/user_edit_profile.mako:98
7076 msgid "Super Admin"
7158 msgid "Super Admin"
7077 msgstr ""
7159 msgstr ""
7078
7160
7079 #: rhodecode/templates/admin/users/user_edit_profile.html:115
7161 #: rhodecode/templates/admin/users/user_edit_profile.mako:115
7080 msgid "Name in Source of Record"
7162 msgid "Name in Source of Record"
7081 msgstr ""
7163 msgstr ""
7082
7164
7083 #: rhodecode/templates/admin/users/user_edit_profile.html:124
7165 #: rhodecode/templates/admin/users/user_edit_profile.mako:124
7084 msgid "Language"
7166 msgid "Language"
7085 msgstr ""
7167 msgstr ""
7086
7168
7087 #: rhodecode/templates/admin/users/user_edit_profile.html:130
7169 #: rhodecode/templates/admin/users/user_edit_profile.mako:130
7088 #, python-format
7170 #, python-format
7089 msgid "Help translate %(rc_link)s into your language."
7171 msgid "Help translate %(rc_link)s into your language."
7090 msgstr ""
7172 msgstr ""
7091
7173
7092 #: rhodecode/templates/admin/users/users.html:5
7174 #: rhodecode/templates/admin/users/users.mako:5
7093 msgid "Users administration"
7175 msgid "Users administration"
7094 msgstr ""
7176 msgstr ""
7095
7177
7096 #: rhodecode/templates/admin/users/users.html:105
7178 #: rhodecode/templates/admin/users/users.mako:105
7097 msgid "Authentication type"
7179 msgid "Auth type"
7098 msgstr ""
7180 msgstr ""
7099
7181
7100 #: rhodecode/templates/base/base.html:50
7182 #: rhodecode/templates/base/base.mako:50
7101 #, python-format
7183 #, python-format
7102 msgid "RhodeCode instance id: %s"
7184 msgid "RhodeCode instance id: %s"
7103 msgstr ""
7185 msgstr ""
7104
7186
7105 #: rhodecode/templates/base/base.html:78
7187 #: rhodecode/templates/base/base.mako:78
7106 msgid "Authentication"
7188 msgid "Authentication"
7107 msgstr ""
7189 msgstr ""
7108
7190
7109 #: rhodecode/templates/base/base.html:80
7191 #: rhodecode/templates/base/base.mako:80
7110 msgid "Defaults"
7192 msgid "Defaults"
7111 msgstr ""
7193 msgstr ""
7112
7194
7113 #: rhodecode/templates/base/base.html:98
7195 #: rhodecode/templates/base/base.mako:98
7114 #: rhodecode/templates/files/files_pjax.html:24
7196 #: rhodecode/templates/files/files_pjax.mako:24
7115 #: rhodecode/templates/summary/components.html:42
7197 #: rhodecode/templates/summary/components.mako:42
7116 msgid "Show More"
7198 msgid "Show More"
7117 msgstr ""
7199 msgstr ""
7118
7200
7119 #: rhodecode/templates/base/base.html:185
7201 #: rhodecode/templates/base/base.mako:185
7120 msgid "Fork of"
7202 msgid "Fork of"
7121 msgstr ""
7203 msgstr ""
7122
7204
7123 #: rhodecode/templates/base/base.html:202
7205 #: rhodecode/templates/base/base.mako:202
7124 #, python-format
7206 #, python-format
7125 msgid "Repository locked by %(user)s"
7207 msgid "Repository locked by %(user)s"
7126 msgstr ""
7208 msgstr ""
7127
7209
7128 #: rhodecode/templates/base/base.html:207
7210 #: rhodecode/templates/base/base.mako:207
7129 msgid "Repository not locked. Pull repository to lock it."
7211 msgid "Repository not locked. Pull repository to lock it."
7130 msgstr ""
7212 msgstr ""
7131
7213
7132 #: rhodecode/templates/base/base.html:225
7214 #: rhodecode/templates/base/base.mako:225
7133 #: rhodecode/templates/data_table/_dt_elements.html:12
7215 #: rhodecode/templates/data_table/_dt_elements.mako:12
7134 #: rhodecode/templates/data_table/_dt_elements.html:13
7216 #: rhodecode/templates/data_table/_dt_elements.mako:13
7135 #: rhodecode/templates/data_table/_dt_elements.html:153
7217 #: rhodecode/templates/data_table/_dt_elements.mako:153
7136 msgid "Summary"
7218 msgid "Summary"
7137 msgstr ""
7219 msgstr ""
7138
7220
7139 #: rhodecode/templates/base/base.html:226
7221 #: rhodecode/templates/base/base.mako:226
7140 #: rhodecode/templates/data_table/_dt_elements.html:17
7222 #: rhodecode/templates/data_table/_dt_elements.mako:17
7141 #: rhodecode/templates/data_table/_dt_elements.html:18
7223 #: rhodecode/templates/data_table/_dt_elements.mako:18
7142 msgid "Changelog"
7224 msgid "Changelog"
7143 msgstr ""
7225 msgstr ""
7144
7226
7145 #: rhodecode/templates/base/base.html:227
7227 #: rhodecode/templates/base/base.mako:227
7146 #: rhodecode/templates/data_table/_dt_elements.html:22
7228 #: rhodecode/templates/data_table/_dt_elements.mako:22
7147 #: rhodecode/templates/data_table/_dt_elements.html:23
7229 #: rhodecode/templates/data_table/_dt_elements.mako:23
7148 #: rhodecode/templates/files/files.html:15
7230 #: rhodecode/templates/files/files.mako:15
7149 msgid "Files"
7231 msgid "Files"
7150 msgstr ""
7232 msgstr ""
7151
7233
7152 #: rhodecode/templates/base/base.html:229
7234 #: rhodecode/templates/base/base.mako:229
7153 #: rhodecode/templates/bookmarks/bookmarks.html:68
7235 #: rhodecode/templates/bookmarks/bookmarks.mako:68
7154 #: rhodecode/templates/branches/branches.html:67
7236 #: rhodecode/templates/branches/branches.mako:67
7155 #: rhodecode/templates/files/file_diff.html:11
7237 #: rhodecode/templates/tags/tags.mako:68
7156 #: rhodecode/templates/files/file_diff.html:29
7157 #: rhodecode/templates/tags/tags.html:68
7158 msgid "Compare"
7238 msgid "Compare"
7159 msgstr ""
7239 msgstr ""
7160
7240
7161 #: rhodecode/templates/base/base.html:234
7241 #: rhodecode/templates/base/base.mako:234
7162 #, python-format
7242 #, python-format
7163 msgid "Show Pull Requests for %s"
7243 msgid "Show Pull Requests for %s"
7164 msgstr ""
7244 msgstr ""
7165
7245
7166 #: rhodecode/templates/base/base.html:243
7246 #: rhodecode/templates/base/base.mako:243
7167 msgid "Options"
7247 msgid "Options"
7168 msgstr ""
7248 msgstr ""
7169
7249
7170 #: rhodecode/templates/base/base.html:250
7250 #: rhodecode/templates/base/base.mako:250
7171 #: rhodecode/templates/forks/forks_data.html:30
7251 #: rhodecode/templates/forks/forks_data.mako:30
7172 msgid "Compare fork"
7252 msgid "Compare fork"
7173 msgstr ""
7253 msgstr ""
7174
7254
7175 #: rhodecode/templates/base/base.html:253
7255 #: rhodecode/templates/base/base.mako:253
7176 #: rhodecode/templates/base/base.html:400
7256 #: rhodecode/templates/base/base.mako:400
7177 #: rhodecode/templates/search/search.html:64
7257 #: rhodecode/templates/search/search.mako:64
7178 msgid "Search"
7258 msgid "Search"
7179 msgstr ""
7259 msgstr ""
7180
7260
7181 #: rhodecode/templates/base/base.html:257
7261 #: rhodecode/templates/base/base.mako:257
7182 msgid "Unlock"
7262 msgid "Unlock"
7183 msgstr ""
7263 msgstr ""
7184
7264
7185 #: rhodecode/templates/base/base.html:259
7265 #: rhodecode/templates/base/base.mako:259
7186 msgid "Lock"
7266 msgid "Lock"
7187 msgstr ""
7267 msgstr ""
7188
7268
7189 #: rhodecode/templates/base/base.html:264
7269 #: rhodecode/templates/base/base.mako:264
7190 #: rhodecode/templates/data_table/_dt_elements.html:27
7270 #: rhodecode/templates/data_table/_dt_elements.mako:27
7191 #: rhodecode/templates/data_table/_dt_elements.html:28
7271 #: rhodecode/templates/data_table/_dt_elements.mako:28
7192 #: rhodecode/templates/forks/forks_data.html:8
7272 #: rhodecode/templates/forks/forks_data.mako:8
7193 #: rhodecode/templates/summary/components.html:103
7273 #: rhodecode/templates/summary/components.mako:103
7194 msgid "Fork"
7274 msgid "Fork"
7195 msgid_plural "Forks"
7275 msgid_plural "Forks"
7196 msgstr[0] ""
7276 msgstr[0] ""
7197 msgstr[1] ""
7277 msgstr[1] ""
7198 msgstr[2] ""
7278 msgstr[2] ""
7199 msgstr[3] ""
7279 msgstr[3] ""
7200
7280
7201 #: rhodecode/templates/base/base.html:265
7281 #: rhodecode/templates/base/base.mako:265
7202 msgid "Create Pull Request"
7282 msgid "Create Pull Request"
7203 msgstr ""
7283 msgstr ""
7204
7284
7205 #: rhodecode/templates/base/base.html:287
7285 #: rhodecode/templates/base/base.mako:287
7206 msgid "Sign in"
7286 msgid "Sign in"
7207 msgstr ""
7287 msgstr ""
7208
7288
7209 #: rhodecode/templates/base/base.html:295
7289 #: rhodecode/templates/base/base.mako:295
7210 #: rhodecode/templates/debug_style/login.html:28
7290 #: rhodecode/templates/debug_style/login.html:28
7211 msgid "Sign in to your account"
7291 msgid "Sign in to your account"
7212 msgstr ""
7292 msgstr ""
7213
7293
7214 #: rhodecode/templates/base/base.html:312
7294 #: rhodecode/templates/base/base.mako:312
7215 #: rhodecode/templates/debug_style/login.html:46
7295 #: rhodecode/templates/debug_style/login.html:46
7216 msgid "(Forgot password?)"
7296 msgid "(Forgot password?)"
7217 msgstr ""
7297 msgstr ""
7218
7298
7219 #: rhodecode/templates/base/base.html:322
7299 #: rhodecode/templates/base/base.mako:322
7220 #: rhodecode/templates/debug_style/login.html:56
7300 #: rhodecode/templates/debug_style/login.html:56
7221 msgid "Don't have an account ?"
7301 msgid "Don't have an account ?"
7222 msgstr ""
7302 msgstr ""
7223
7303
7224 #: rhodecode/templates/base/base.html:342
7304 #: rhodecode/templates/base/base.mako:342
7225 msgid "My personal group"
7305 msgid "My personal group"
7226 msgstr ""
7306 msgstr ""
7227
7307
7228 #: rhodecode/templates/base/base.html:346
7308 #: rhodecode/templates/base/base.mako:346
7229 msgid "Sign Out"
7309 msgid "Sign Out"
7230 msgstr ""
7310 msgstr ""
7231
7311
7232 #: rhodecode/templates/base/base.html:382
7312 #: rhodecode/templates/base/base.mako:382
7233 msgid "Show activity journal"
7313 msgid "Show activity journal"
7234 msgstr ""
7314 msgstr ""
7235
7315
7236 #: rhodecode/templates/base/base.html:383
7316 #: rhodecode/templates/base/base.mako:383
7237 #: rhodecode/templates/journal/journal.html:4
7317 #: rhodecode/templates/journal/journal.mako:4
7238 #: rhodecode/templates/journal/journal.html:14
7318 #: rhodecode/templates/journal/journal.mako:14
7239 msgid "Journal"
7319 msgid "Journal"
7240 msgstr ""
7320 msgstr ""
7241
7321
7242 #: rhodecode/templates/base/base.html:388
7322 #: rhodecode/templates/base/base.mako:388
7243 msgid "Show Public activity journal"
7323 msgid "Show Public activity journal"
7244 msgstr ""
7324 msgstr ""
7245
7325
7246 #: rhodecode/templates/base/base.html:389
7326 #: rhodecode/templates/base/base.mako:389
7247 msgid "Public journal"
7327 msgid "Public journal"
7248 msgstr ""
7328 msgstr ""
7249
7329
7250 #: rhodecode/templates/base/base.html:394
7330 #: rhodecode/templates/base/base.mako:394
7251 msgid "Show Gists"
7331 msgid "Show Gists"
7252 msgstr ""
7332 msgstr ""
7253
7333
7254 #: rhodecode/templates/base/base.html:395
7334 #: rhodecode/templates/base/base.mako:395
7255 msgid "Gists"
7335 msgid "Gists"
7256 msgstr ""
7336 msgstr ""
7257
7337
7258 #: rhodecode/templates/base/base.html:399
7338 #: rhodecode/templates/base/base.mako:399
7259 msgid "Search in repositories you have access to"
7339 msgid "Search in repositories you have access to"
7260 msgstr ""
7340 msgstr ""
7261
7341
7262 #: rhodecode/templates/base/base.html:405
7342 #: rhodecode/templates/base/base.mako:405
7263 msgid "Admin settings"
7343 msgid "Admin settings"
7264 msgstr ""
7344 msgstr ""
7265
7345
7266 #: rhodecode/templates/base/base.html:412
7346 #: rhodecode/templates/base/base.mako:412
7267 msgid "Delegated Admin settings"
7347 msgid "Delegated Admin settings"
7268 msgstr ""
7348 msgstr ""
7269
7349
7270 #: rhodecode/templates/base/base.html:422
7350 #: rhodecode/templates/base/base.mako:422
7271 #: rhodecode/templates/base/base.html:423
7351 #: rhodecode/templates/base/base.mako:423
7272 #: rhodecode/templates/debug_style/alerts.html:5
7352 #: rhodecode/templates/debug_style/alerts.html:5
7273 #: rhodecode/templates/debug_style/buttons.html:5
7353 #: rhodecode/templates/debug_style/buttons.html:5
7274 #: rhodecode/templates/debug_style/code-block.html:6
7354 #: rhodecode/templates/debug_style/code-block.html:6
7275 #: rhodecode/templates/debug_style/collapsable-content.html:5
7355 #: rhodecode/templates/debug_style/collapsable-content.html:5
7276 #: rhodecode/templates/debug_style/form-elements-small.html:5
7356 #: rhodecode/templates/debug_style/form-elements-small.html:5
7277 #: rhodecode/templates/debug_style/form-elements.html:5
7357 #: rhodecode/templates/debug_style/form-elements.html:5
7278 #: rhodecode/templates/debug_style/form-inline.html:5
7358 #: rhodecode/templates/debug_style/form-inline.html:5
7279 #: rhodecode/templates/debug_style/form-vertical.html:5
7359 #: rhodecode/templates/debug_style/form-vertical.html:5
7280 #: rhodecode/templates/debug_style/forms.html:5
7360 #: rhodecode/templates/debug_style/forms.html:5
7281 #: rhodecode/templates/debug_style/icons.html:5
7361 #: rhodecode/templates/debug_style/icons.html:5
7282 #: rhodecode/templates/debug_style/index.html:12
7362 #: rhodecode/templates/debug_style/index.html:12
7283 #: rhodecode/templates/debug_style/labels.html:5
7363 #: rhodecode/templates/debug_style/labels.html:5
7284 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
7364 #: rhodecode/templates/debug_style/layout-form-sidebar.html:5
7285 #: rhodecode/templates/debug_style/login.html:6
7365 #: rhodecode/templates/debug_style/login.html:6
7286 #: rhodecode/templates/debug_style/panels.html:5
7366 #: rhodecode/templates/debug_style/panels.html:5
7287 #: rhodecode/templates/debug_style/tables-wide.html:5
7367 #: rhodecode/templates/debug_style/tables-wide.html:5
7288 #: rhodecode/templates/debug_style/tables.html:5
7368 #: rhodecode/templates/debug_style/tables.html:5
7289 #: rhodecode/templates/debug_style/typography.html:5
7369 #: rhodecode/templates/debug_style/typography.html:5
7290 msgid "Style"
7370 msgid "Style"
7291 msgstr ""
7371 msgstr ""
7292
7372
7293 #: rhodecode/templates/base/base.html:480
7373 #: rhodecode/templates/base/base.mako:480
7294 msgid "Go to"
7374 msgid "Go to"
7295 msgstr ""
7375 msgstr ""
7296
7376
7297 #: rhodecode/templates/base/base.html:591
7377 #: rhodecode/templates/base/base.mako:533
7298 msgid "Keyboard shortcuts"
7378 msgid "Keyboard shortcuts"
7299 msgstr ""
7379 msgstr ""
7300
7380
7301 #: rhodecode/templates/base/base.html:599
7381 #: rhodecode/templates/base/base.mako:541
7302 msgid "Site-wide shortcuts"
7382 msgid "Site-wide shortcuts"
7303 msgstr ""
7383 msgstr ""
7304
7384
7305 #: rhodecode/templates/base/default_perms_box.html:14
7385 #: rhodecode/templates/base/default_perms_box.mako:14
7306 msgid "Inherited Permissions"
7386 msgid "Inherited Permissions"
7307 msgstr ""
7387 msgstr ""
7308
7388
7309 #: rhodecode/templates/base/default_perms_box.html:15
7389 #: rhodecode/templates/base/default_perms_box.mako:15
7310 msgid "Custom Permissions"
7390 msgid "Custom Permissions"
7311 msgstr ""
7391 msgstr ""
7312
7392
7313 #: rhodecode/templates/base/default_perms_box.html:17
7393 #: rhodecode/templates/base/default_perms_box.mako:17
7314 msgid "Default Global Permissions"
7394 msgid "Default Global Permissions"
7315 msgstr ""
7395 msgstr ""
7316
7396
7317 #: rhodecode/templates/base/default_perms_box.html:23
7397 #: rhodecode/templates/base/default_perms_box.mako:23
7318 msgid ""
7398 msgid ""
7319 "The following options configure the default permissions each user or group "
7399 "The following options configure the default permissions each user or group "
7320 "will inherit. You can override these permissions for each individual user or"
7400 "will inherit. You can override these permissions for each individual user or"
7321 " user group using individual permissions settings."
7401 " user group using individual permissions settings."
7322 msgstr ""
7402 msgstr ""
7323
7403
7324 #: rhodecode/templates/base/default_perms_box.html:27
7404 #: rhodecode/templates/base/default_perms_box.mako:27
7325 msgid "Repository Creation"
7405 msgid "Repository Creation"
7326 msgstr ""
7406 msgstr ""
7327
7407
7328 #: rhodecode/templates/base/default_perms_box.html:32
7408 #: rhodecode/templates/base/default_perms_box.mako:32
7329 msgid ""
7409 msgid ""
7330 "Permission to create root level repositories. When disabled, users can still"
7410 "Permission to create root level repositories. When disabled, users can still"
7331 " create repositories inside their own repository groups."
7411 " create repositories inside their own repository groups."
7332 msgstr ""
7412 msgstr ""
7333
7413
7334 #: rhodecode/templates/base/default_perms_box.html:37
7414 #: rhodecode/templates/base/default_perms_box.mako:37
7335 msgid "Repository Creation With Group Write Access"
7415 msgid "Repository Creation With Group Write Access"
7336 msgstr ""
7416 msgstr ""
7337
7417
7338 #: rhodecode/templates/base/default_perms_box.html:42
7418 #: rhodecode/templates/base/default_perms_box.mako:42
7339 msgid ""
7419 msgid ""
7340 "Write permission given on a repository group will allow creating "
7420 "Write permission given on a repository group will allow creating "
7341 "repositories inside that group."
7421 "repositories inside that group."
7342 msgstr ""
7422 msgstr ""
7343
7423
7344 #: rhodecode/templates/base/default_perms_box.html:47
7424 #: rhodecode/templates/base/default_perms_box.mako:47
7345 msgid "Repository Forking"
7425 msgid "Repository Forking"
7346 msgstr ""
7426 msgstr ""
7347
7427
7348 #: rhodecode/templates/base/default_perms_box.html:52
7428 #: rhodecode/templates/base/default_perms_box.mako:52
7349 msgid ""
7429 msgid ""
7350 "Permission to create root level repository forks. When disabled, users can "
7430 "Permission to create root level repository forks. When disabled, users can "
7351 "still fork repositories inside their own repository groups."
7431 "still fork repositories inside their own repository groups."
7352 msgstr ""
7432 msgstr ""
7353
7433
7354 #: rhodecode/templates/base/default_perms_box.html:57
7434 #: rhodecode/templates/base/default_perms_box.mako:57
7355 msgid "Repository Group Creation"
7435 msgid "Repository Group Creation"
7356 msgstr ""
7436 msgstr ""
7357
7437
7358 #: rhodecode/templates/base/default_perms_box.html:62
7438 #: rhodecode/templates/base/default_perms_box.mako:62
7359 msgid ""
7439 msgid ""
7360 "Permission to create root level repository groups. When disabled, repository"
7440 "Permission to create root level repository groups. When disabled, repository"
7361 " group admins can still create repository subgroups within their repository "
7441 " group admins can still create repository subgroups within their repository "
7362 "groups."
7442 "groups."
7363 msgstr ""
7443 msgstr ""
7364
7444
7365 #: rhodecode/templates/base/default_perms_box.html:67
7445 #: rhodecode/templates/base/default_perms_box.mako:67
7366 msgid "User Group Creation"
7446 msgid "User Group Creation"
7367 msgstr ""
7447 msgstr ""
7368
7448
7369 #: rhodecode/templates/base/default_perms_box.html:72
7449 #: rhodecode/templates/base/default_perms_box.mako:72
7370 msgid ""
7450 msgid ""
7371 "Permission to allow user group creation. When disabled, user group admins "
7451 "Permission to allow user group creation. When disabled, user group admins "
7372 "can still create subgroups within their user groups."
7452 "can still create subgroups within their user groups."
7373 msgstr ""
7453 msgstr ""
7374
7454
7375 #: rhodecode/templates/base/default_perms_box.html:78
7455 #: rhodecode/templates/base/default_perms_box.mako:78
7376 msgid "Inherit Permissions From The Default User"
7456 msgid "Inherit Permissions From The Default User"
7377 msgstr ""
7457 msgstr ""
7378
7458
7379 #: rhodecode/templates/base/default_perms_box.html:83
7459 #: rhodecode/templates/base/default_perms_box.mako:83
7380 msgid ""
7460 msgid ""
7381 "Inherit default permissions from the default user. Turn off this option to "
7461 "Inherit default permissions from the default user. Turn off this option to "
7382 "force explicit permissions for users, even if they are more restrictive than"
7462 "force explicit permissions for users, even if they are more restrictive than"
7383 " the default user permissions."
7463 " the default user permissions."
7384 msgstr ""
7464 msgstr ""
7385
7465
7386 #: rhodecode/templates/base/default_perms_box.html:102
7466 #: rhodecode/templates/base/default_perms_box.mako:102
7387 msgid "Inherit from default settings"
7467 msgid "Inherit from default settings"
7388 msgstr ""
7468 msgstr ""
7389
7469
7390 #: rhodecode/templates/base/default_perms_box.html:107
7470 #: rhodecode/templates/base/default_perms_box.mako:107
7391 #, python-format
7471 #, python-format
7392 msgid ""
7472 msgid ""
7393 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
7473 "Select to inherit permissions from %s permissions settings, including default IP address whitelist and inheritance of \n"
7394 "permission by members of user groups."
7474 "permission by members of user groups."
7395 msgstr ""
7475 msgstr ""
7396
7476
7397 #: rhodecode/templates/base/issue_tracker_settings.html:22
7477 #: rhodecode/templates/base/issue_tracker_settings.mako:22
7398 msgid "Read more"
7478 msgid "Read more"
7399 msgstr ""
7479 msgstr ""
7400
7480
7401 #: rhodecode/templates/base/issue_tracker_settings.html:92
7481 #: rhodecode/templates/base/issue_tracker_settings.mako:92
7402 msgid "New Entry"
7482 msgid "New Entry"
7403 msgstr ""
7483 msgstr ""
7404
7484
7405 #: rhodecode/templates/base/issue_tracker_settings.html:96
7485 #: rhodecode/templates/base/issue_tracker_settings.mako:96
7406 msgid "Confirm to remove this pattern:"
7486 msgid "Confirm to remove this pattern:"
7407 msgstr ""
7487 msgstr ""
7408
7488
7409 #: rhodecode/templates/base/issue_tracker_settings.html:192
7489 #: rhodecode/templates/base/issue_tracker_settings.mako:192
7410 #: rhodecode/templates/changeset/changeset_file_comment.html:142
7490 #: rhodecode/templates/changeset/changeset_file_comment.mako:269
7411 #: rhodecode/templates/changeset/changeset_file_comment.html:266
7491 #: rhodecode/templates/changeset/changeset_file_comment.mako:319
7412 #: rhodecode/templates/codeblocks/diffs.html:78
7492 #: rhodecode/templates/files/files_add.mako:78
7413 #: rhodecode/templates/files/files_add.html:78
7493 #: rhodecode/templates/files/files_add.mako:224
7414 #: rhodecode/templates/files/files_add.html:224
7494 #: rhodecode/templates/files/files_edit.mako:82
7415 #: rhodecode/templates/files/files_edit.html:82
7495 #: rhodecode/templates/files/files_edit.mako:185
7416 #: rhodecode/templates/files/files_edit.html:185
7417 msgid "Preview"
7496 msgid "Preview"
7418 msgstr ""
7497 msgstr ""
7419
7498
7420 #: rhodecode/templates/base/issue_tracker_settings.html:193
7499 #: rhodecode/templates/base/issue_tracker_settings.mako:193
7421 msgid "Test Pattern Preview"
7500 msgid "Test Pattern Preview"
7422 msgstr ""
7501 msgstr ""
7423
7502
7424 #: rhodecode/templates/base/perms_summary.html:18
7503 #: rhodecode/templates/base/perms_summary.mako:18
7425 msgid "show"
7504 msgid "show"
7426 msgstr ""
7505 msgstr ""
7427
7506
7428 #: rhodecode/templates/base/perms_summary.html:19
7507 #: rhodecode/templates/base/perms_summary.mako:19
7429 msgid "none"
7508 msgid "none"
7430 msgstr ""
7509 msgstr ""
7431
7510
7432 #: rhodecode/templates/base/perms_summary.html:20
7511 #: rhodecode/templates/base/perms_summary.mako:20
7433 msgid "read"
7512 msgid "read"
7434 msgstr ""
7513 msgstr ""
7435
7514
7436 #: rhodecode/templates/base/perms_summary.html:21
7515 #: rhodecode/templates/base/perms_summary.mako:21
7437 msgid "write"
7516 msgid "write"
7438 msgstr ""
7517 msgstr ""
7439
7518
7440 #: rhodecode/templates/base/perms_summary.html:22
7519 #: rhodecode/templates/base/perms_summary.mako:22
7441 msgid "admin"
7520 msgid "admin"
7442 msgstr ""
7521 msgstr ""
7443
7522
7444 #: rhodecode/templates/base/perms_summary.html:29
7523 #: rhodecode/templates/base/perms_summary.mako:29
7445 msgid "No permissions defined"
7524 msgid "No permissions defined"
7446 msgstr ""
7525 msgstr ""
7447
7526
7448 #: rhodecode/templates/base/perms_summary.html:37
7527 #: rhodecode/templates/base/perms_summary.mako:37
7449 #: rhodecode/templates/base/perms_summary.html:103
7528 #: rhodecode/templates/base/perms_summary.mako:103
7450 msgid "Permission"
7529 msgid "Permission"
7451 msgstr ""
7530 msgstr ""
7452
7531
7453 #: rhodecode/templates/base/perms_summary.html:39
7532 #: rhodecode/templates/base/perms_summary.mako:39
7454 #: rhodecode/templates/base/perms_summary.html:105
7533 #: rhodecode/templates/base/perms_summary.mako:105
7455 msgid "Edit Permission"
7534 msgid "Edit Permission"
7456 msgstr ""
7535 msgstr ""
7457
7536
7458 #: rhodecode/templates/base/perms_summary.html:85
7537 #: rhodecode/templates/base/perms_summary.mako:85
7459 msgid "Super admin"
7538 msgid "Super admin"
7460 msgstr ""
7539 msgstr ""
7461
7540
7462 #: rhodecode/templates/base/perms_summary.html:87
7541 #: rhodecode/templates/base/perms_summary.mako:87
7463 msgid "Repository default permission"
7542 msgid "Repository default permission"
7464 msgstr ""
7543 msgstr ""
7465
7544
7466 #: rhodecode/templates/base/perms_summary.html:88
7545 #: rhodecode/templates/base/perms_summary.mako:88
7467 msgid "Repository group default permission"
7546 msgid "Repository group default permission"
7468 msgstr ""
7547 msgstr ""
7469
7548
7470 #: rhodecode/templates/base/perms_summary.html:89
7549 #: rhodecode/templates/base/perms_summary.mako:89
7471 msgid "User group default permission"
7550 msgid "User group default permission"
7472 msgstr ""
7551 msgstr ""
7473
7552
7474 #: rhodecode/templates/base/perms_summary.html:91
7553 #: rhodecode/templates/base/perms_summary.mako:91
7475 msgid "Create repositories"
7554 msgid "Create repositories"
7476 msgstr ""
7555 msgstr ""
7477
7556
7478 #: rhodecode/templates/base/perms_summary.html:92
7557 #: rhodecode/templates/base/perms_summary.mako:92
7479 msgid "Fork repositories"
7558 msgid "Fork repositories"
7480 msgstr ""
7559 msgstr ""
7481
7560
7482 #: rhodecode/templates/base/perms_summary.html:93
7561 #: rhodecode/templates/base/perms_summary.mako:93
7483 msgid "Create repository groups"
7562 msgid "Create repository groups"
7484 msgstr ""
7563 msgstr ""
7485
7564
7486 #: rhodecode/templates/base/perms_summary.html:94
7565 #: rhodecode/templates/base/perms_summary.mako:94
7487 msgid "Create user groups"
7566 msgid "Create user groups"
7488 msgstr ""
7567 msgstr ""
7489
7568
7490 #: rhodecode/templates/base/perms_summary.html:162
7569 #: rhodecode/templates/base/perms_summary.mako:162
7491 msgid "No permission defined"
7570 msgid "No permission defined"
7492 msgstr ""
7571 msgstr ""
7493
7572
7494 #: rhodecode/templates/base/root.html:163
7573 #: rhodecode/templates/base/root.mako:150
7495 msgid "Please enable JavaScript to use RhodeCode Enterprise"
7574 msgid "Please enable JavaScript to use RhodeCode Enterprise"
7496 msgstr ""
7575 msgstr ""
7497
7576
7498 #: rhodecode/templates/base/vcs_settings.html:16
7577 #: rhodecode/templates/base/vcs_settings.mako:16
7499 msgid "Require SSL for vcs operations"
7578 msgid "Require SSL for vcs operations"
7500 msgstr ""
7579 msgstr ""
7501
7580
7502 #: rhodecode/templates/base/vcs_settings.html:19
7581 #: rhodecode/templates/base/vcs_settings.mako:19
7503 msgid ""
7582 msgid ""
7504 "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL "
7583 "Activate to set RhodeCode to require SSL for pushing or pulling. If SSL "
7505 "certificate is missing it will return a HTTP Error 406: Not Acceptable."
7584 "certificate is missing it will return a HTTP Error 406: Not Acceptable."
7506 msgstr ""
7585 msgstr ""
7507
7586
7508 #: rhodecode/templates/base/vcs_settings.html:29
7587 #: rhodecode/templates/base/vcs_settings.mako:29
7509 msgid "Main Storage Location"
7588 msgid "Main Storage Location"
7510 msgstr ""
7589 msgstr ""
7511
7590
7512 #: rhodecode/templates/base/vcs_settings.html:37
7591 #: rhodecode/templates/base/vcs_settings.mako:37
7513 msgid ""
7592 msgid ""
7514 "Click to unlock. You must restart RhodeCode in order to make this setting "
7593 "Click to unlock. You must restart RhodeCode in order to make this setting "
7515 "take effect."
7594 "take effect."
7516 msgstr ""
7595 msgstr ""
7517
7596
7518 #: rhodecode/templates/base/vcs_settings.html:41
7597 #: rhodecode/templates/base/vcs_settings.mako:41
7519 msgid ""
7598 msgid ""
7520 "Repository location change is disabled. You can enable this by changing the "
7599 "Repository location change is disabled. You can enable this by changing the "
7521 "`allow_repo_location_change` inside .ini file."
7600 "`allow_repo_location_change` inside .ini file."
7522 msgstr ""
7601 msgstr ""
7523
7602
7524 #: rhodecode/templates/base/vcs_settings.html:48
7603 #: rhodecode/templates/base/vcs_settings.mako:48
7525 msgid ""
7604 msgid ""
7526 "Filesystem location where repositories should be stored. After changing this"
7605 "Filesystem location where repositories should be stored. After changing this"
7527 " value a restart and rescan of the repository folder are required."
7606 " value a restart and rescan of the repository folder are required."
7528 msgstr ""
7607 msgstr ""
7529
7608
7530 #: rhodecode/templates/base/vcs_settings.html:57
7609 #: rhodecode/templates/base/vcs_settings.mako:57
7531 msgid "Internal Hooks"
7610 msgid "Internal Hooks"
7532 msgstr ""
7611 msgstr ""
7533
7612
7534 #: rhodecode/templates/base/vcs_settings.html:63
7613 #: rhodecode/templates/base/vcs_settings.mako:63
7535 msgid "Show repository size after push"
7614 msgid "Show repository size after push"
7536 msgstr ""
7615 msgstr ""
7537
7616
7538 #: rhodecode/templates/base/vcs_settings.html:67
7617 #: rhodecode/templates/base/vcs_settings.mako:67
7539 msgid "Trigger a hook that calculates repository size after each push."
7618 msgid "Trigger a hook that calculates repository size after each push."
7540 msgstr ""
7619 msgstr ""
7541
7620
7542 #: rhodecode/templates/base/vcs_settings.html:71
7621 #: rhodecode/templates/base/vcs_settings.mako:71
7543 msgid "Execute pre/post push hooks"
7622 msgid "Execute pre/post push hooks"
7544 msgstr ""
7623 msgstr ""
7545
7624
7546 #: rhodecode/templates/base/vcs_settings.html:74
7625 #: rhodecode/templates/base/vcs_settings.mako:74
7547 msgid ""
7626 msgid ""
7548 "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
7627 "Execute Built in pre/post push hooks. This also executes rcextensions hooks."
7549 msgstr ""
7628 msgstr ""
7550
7629
7551 #: rhodecode/templates/base/vcs_settings.html:78
7630 #: rhodecode/templates/base/vcs_settings.mako:78
7552 msgid "Execute pre/post pull hooks"
7631 msgid "Execute pre/post pull hooks"
7553 msgstr ""
7632 msgstr ""
7554
7633
7555 #: rhodecode/templates/base/vcs_settings.html:81
7634 #: rhodecode/templates/base/vcs_settings.mako:81
7556 msgid ""
7635 msgid ""
7557 "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
7636 "Execute Built in pre/post pull hooks. This also executes rcextensions hooks."
7558 msgstr ""
7637 msgstr ""
7559
7638
7560 #: rhodecode/templates/base/vcs_settings.html:91
7639 #: rhodecode/templates/base/vcs_settings.mako:91
7561 msgid "Mercurial Settings"
7640 msgid "Mercurial Settings"
7562 msgstr ""
7641 msgstr ""
7563
7642
7564 #: rhodecode/templates/base/vcs_settings.html:96
7643 #: rhodecode/templates/base/vcs_settings.mako:96
7565 msgid "Enable largefiles extension"
7644 msgid "Enable largefiles extension"
7566 msgstr ""
7645 msgstr ""
7567
7646
7568 #: rhodecode/templates/base/vcs_settings.html:99
7647 #: rhodecode/templates/base/vcs_settings.mako:99
7569 msgid "Enable Largefiles extensions for all repositories."
7648 msgid "Enable Largefiles extensions for all repositories."
7570 msgstr ""
7649 msgstr ""
7571
7650
7572 #: rhodecode/templates/base/vcs_settings.html:103
7651 #: rhodecode/templates/base/vcs_settings.mako:103
7573 msgid "Set repositories as publishing"
7652 msgid "Set repositories as publishing"
7574 msgstr ""
7653 msgstr ""
7575
7654
7576 #: rhodecode/templates/base/vcs_settings.html:103
7655 #: rhodecode/templates/base/vcs_settings.mako:103
7577 msgid "Set repository as publishing"
7656 msgid "Set repository as publishing"
7578 msgstr ""
7657 msgstr ""
7579
7658
7580 #: rhodecode/templates/base/vcs_settings.html:106
7659 #: rhodecode/templates/base/vcs_settings.mako:106
7581 msgid ""
7660 msgid ""
7582 "When this is enabled all commits in the repository are seen as public "
7661 "When this is enabled all commits in the repository are seen as public "
7583 "commits by clients."
7662 "commits by clients."
7584 msgstr ""
7663 msgstr ""
7585
7664
7586 #: rhodecode/templates/base/vcs_settings.html:111
7665 #: rhodecode/templates/base/vcs_settings.mako:111
7587 msgid "Enable hgsubversion extension"
7666 msgid "Enable hgsubversion extension"
7588 msgstr ""
7667 msgstr ""
7589
7668
7590 #: rhodecode/templates/base/vcs_settings.html:114
7669 #: rhodecode/templates/base/vcs_settings.mako:114
7591 msgid ""
7670 msgid ""
7592 "Requires hgsubversion library to be installed. Allows cloning remote SVN "
7671 "Requires hgsubversion library to be installed. Allows cloning remote SVN "
7593 "repositories and migrates them to Mercurial type."
7672 "repositories and migrates them to Mercurial type."
7594 msgstr ""
7673 msgstr ""
7595
7674
7596 #: rhodecode/templates/base/vcs_settings.html:123
7675 #: rhodecode/templates/base/vcs_settings.mako:123
7597 msgid "Mercurial Labs Settings"
7676 msgid "Mercurial Labs Settings"
7598 msgstr ""
7677 msgstr ""
7599
7678
7600 #: rhodecode/templates/base/vcs_settings.html:123
7679 #: rhodecode/templates/base/vcs_settings.mako:123
7601 msgid ""
7680 msgid ""
7602 "These features are considered experimental and may not work as expected."
7681 "These features are considered experimental and may not work as expected."
7603 msgstr ""
7682 msgstr ""
7604
7683
7605 #: rhodecode/templates/base/vcs_settings.html:129
7684 #: rhodecode/templates/base/vcs_settings.mako:129
7606 msgid "Use rebase as merge strategy"
7685 msgid "Use rebase as merge strategy"
7607 msgstr ""
7686 msgstr ""
7608
7687
7609 #: rhodecode/templates/base/vcs_settings.html:132
7688 #: rhodecode/templates/base/vcs_settings.mako:132
7610 msgid ""
7689 msgid ""
7611 "Use rebase instead of creating a merge commit when merging via web "
7690 "Use rebase instead of creating a merge commit when merging via web "
7612 "interface."
7691 "interface."
7613 msgstr ""
7692 msgstr ""
7614
7693
7615 #: rhodecode/templates/base/vcs_settings.html:144
7694 #: rhodecode/templates/base/vcs_settings.mako:144
7616 msgid "Global Subversion Settings"
7695 msgid "Global Subversion Settings"
7617 msgstr ""
7696 msgstr ""
7618
7697
7619 #: rhodecode/templates/base/vcs_settings.html:150
7698 #: rhodecode/templates/base/vcs_settings.mako:150
7620 msgid "Proxy subversion HTTP requests"
7699 msgid "Proxy subversion HTTP requests"
7621 msgstr ""
7700 msgstr ""
7622
7701
7623 #: rhodecode/templates/base/vcs_settings.html:154
7702 #: rhodecode/templates/base/vcs_settings.mako:154
7624 msgid ""
7703 msgid ""
7625 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7704 "Subversion HTTP Support. Enables communication with SVN over HTTP protocol."
7626 msgstr ""
7705 msgstr ""
7627
7706
7628 #: rhodecode/templates/base/vcs_settings.html:155
7707 #: rhodecode/templates/base/vcs_settings.mako:155
7629 msgid "SVN Protocol setup Documentation"
7708 msgid "SVN Protocol setup Documentation"
7630 msgstr ""
7709 msgstr ""
7631
7710
7632 #: rhodecode/templates/base/vcs_settings.html:161
7711 #: rhodecode/templates/base/vcs_settings.mako:161
7633 msgid "Subversion HTTP Server URL"
7712 msgid "Subversion HTTP Server URL"
7634 msgstr ""
7713 msgstr ""
7635
7714
7636 #: rhodecode/templates/base/vcs_settings.html:169
7715 #: rhodecode/templates/base/vcs_settings.mako:167
7637 msgid "Generate Apache Config"
7716 msgid "Generate Apache Config"
7638 msgstr ""
7717 msgstr ""
7639
7718
7640 #: rhodecode/templates/base/vcs_settings.html:179
7719 #: rhodecode/templates/base/vcs_settings.mako:179
7641 msgid "Subversion Settings"
7720 msgid "Subversion Settings"
7642 msgstr ""
7721 msgstr ""
7643
7722
7644 #: rhodecode/templates/base/vcs_settings.html:184
7723 #: rhodecode/templates/base/vcs_settings.mako:184
7645 msgid "Repository patterns"
7724 msgid "Repository patterns"
7646 msgstr ""
7725 msgstr ""
7647
7726
7648 #: rhodecode/templates/base/vcs_settings.html:188
7727 #: rhodecode/templates/base/vcs_settings.mako:188
7649 msgid ""
7728 msgid ""
7650 "Patterns for identifying SVN branches and tags. For recursive search, use "
7729 "Patterns for identifying SVN branches and tags. For recursive search, use "
7651 "\"*\". Eg.: \"/branches/*\""
7730 "\"*\". Eg.: \"/branches/*\""
7652 msgstr ""
7731 msgstr ""
7653
7732
7654 #: rhodecode/templates/base/vcs_settings.html:254
7733 #: rhodecode/templates/base/vcs_settings.mako:254
7655 msgid "Pull Request Settings"
7734 msgid "Pull Request Settings"
7656 msgstr ""
7735 msgstr ""
7657
7736
7658 #: rhodecode/templates/base/vcs_settings.html:259
7737 #: rhodecode/templates/base/vcs_settings.mako:259
7659 msgid "Enable server-side merge for pull requests"
7738 msgid "Enable server-side merge for pull requests"
7660 msgstr ""
7739 msgstr ""
7661
7740
7662 #: rhodecode/templates/base/vcs_settings.html:262
7741 #: rhodecode/templates/base/vcs_settings.mako:262
7663 msgid ""
7742 msgid ""
7664 "Note: when this feature is enabled, it only runs hooks defined in the "
7743 "Note: when this feature is enabled, it only runs hooks defined in the "
7665 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
7744 "rcextension package. Custom hooks added on the Admin -> Settings -> Hooks "
7666 "page will not be run when pull requests are automatically merged from the "
7745 "page will not be run when pull requests are automatically merged from the "
7667 "web interface."
7746 "web interface."
7668 msgstr ""
7747 msgstr ""
7669
7748
7670 #: rhodecode/templates/base/vcs_settings.html:266
7749 #: rhodecode/templates/base/vcs_settings.mako:266
7671 msgid "Invalidate and relocate inline comments during update"
7750 msgid "Invalidate and relocate inline comments during update"
7672 msgstr ""
7751 msgstr ""
7673
7752
7674 #: rhodecode/templates/base/vcs_settings.html:269
7753 #: rhodecode/templates/base/vcs_settings.mako:269
7675 msgid ""
7754 msgid ""
7676 "During the update of a pull request, the position of inline comments will be"
7755 "During the update of a pull request, the position of inline comments will be"
7677 " updated and outdated inline comments will be hidden."
7756 " updated and outdated inline comments will be hidden."
7678 msgstr ""
7757 msgstr ""
7679
7758
7680 #: rhodecode/templates/bookmarks/bookmarks.html:5
7759 #: rhodecode/templates/bookmarks/bookmarks.mako:5
7681 #, python-format
7760 #, python-format
7682 msgid "%s Bookmarks"
7761 msgid "%s Bookmarks"
7683 msgstr ""
7762 msgstr ""
7684
7763
7685 #: rhodecode/templates/bookmarks/bookmarks.html:13
7764 #: rhodecode/templates/bookmarks/bookmarks.mako:13
7686 msgid "bookmarks"
7765 msgid "bookmarks"
7687 msgstr ""
7766 msgstr ""
7688
7767
7689 #: rhodecode/templates/bookmarks/bookmarks.html:31
7768 #: rhodecode/templates/bookmarks/bookmarks.mako:31
7690 msgid "Compare Selected Bookmarks"
7769 msgid "Compare Selected Bookmarks"
7691 msgstr ""
7770 msgstr ""
7692
7771
7693 #: rhodecode/templates/bookmarks/bookmarks_data.html:13
7772 #: rhodecode/templates/bookmarks/bookmarks_data.mako:13
7694 #: rhodecode/templates/changelog/changelog.html:183
7773 #: rhodecode/templates/changelog/changelog_elements.mako:91
7695 #: rhodecode/templates/changelog/changelog_summary_data.html:62
7774 #: rhodecode/templates/changelog/changelog_summary_data.mako:62
7696 #: rhodecode/templates/changeset/changeset.html:92
7775 #: rhodecode/templates/changeset/changeset.mako:92
7697 #: rhodecode/templates/files/base.html:10
7776 #: rhodecode/templates/files/base.mako:10
7698 #, python-format
7777 #, python-format
7699 msgid "Bookmark %s"
7778 msgid "Bookmark %s"
7700 msgstr ""
7779 msgstr ""
7701
7780
7702 #: rhodecode/templates/branches/branches.html:5
7781 #: rhodecode/templates/branches/branches.mako:5
7703 #, python-format
7782 #, python-format
7704 msgid "%s Branches"
7783 msgid "%s Branches"
7705 msgstr ""
7784 msgstr ""
7706
7785
7707 #: rhodecode/templates/branches/branches.html:13
7786 #: rhodecode/templates/branches/branches.mako:13
7708 msgid "branches"
7787 msgid "branches"
7709 msgstr ""
7788 msgstr ""
7710
7789
7711 #: rhodecode/templates/branches/branches.html:31
7790 #: rhodecode/templates/branches/branches.mako:31
7712 msgid "Compare Selected Branches"
7791 msgid "Compare Selected Branches"
7713 msgstr ""
7792 msgstr ""
7714
7793
7715 #: rhodecode/templates/branches/branches_data.html:12
7794 #: rhodecode/templates/branches/branches_data.mako:12
7716 #: rhodecode/templates/changelog/changelog.html:175
7795 #: rhodecode/templates/changelog/changelog_elements.mako:83
7717 #: rhodecode/templates/changelog/changelog_summary_data.html:76
7796 #: rhodecode/templates/changelog/changelog_summary_data.mako:76
7718 #: rhodecode/templates/changeset/changeset.html:105
7797 #: rhodecode/templates/changeset/changeset.mako:105
7719 #: rhodecode/templates/files/base.html:23
7798 #: rhodecode/templates/files/base.mako:23
7720 #, python-format
7799 #, python-format
7721 msgid "Branch %s"
7800 msgid "Branch %s"
7722 msgstr ""
7801 msgstr ""
7723
7802
7724 #: rhodecode/templates/changelog/changelog.html:6
7803 #: rhodecode/templates/changelog/changelog.mako:6
7725 #, python-format
7804 #, python-format
7726 msgid "%s Changelog"
7805 msgid "%s Changelog"
7727 msgstr ""
7806 msgstr ""
7728
7807
7729 #: rhodecode/templates/changelog/changelog.html:19
7808 #: rhodecode/templates/changelog/changelog.mako:40
7809 #: rhodecode/templates/forks/forks_data.mako:28
7810 #, python-format
7811 msgid "Compare fork with %s"
7812 msgstr ""
7813
7814 #: rhodecode/templates/changelog/changelog.mako:52
7815 #, python-format
7816 msgid "Compare fork with Parent (%s)"
7817 msgstr ""
7818
7819 #: rhodecode/templates/changelog/changelog.mako:67
7820 #: rhodecode/templates/changelog/changelog.mako:68
7821 msgid "Clear selection"
7822 msgstr ""
7823
7824 #: rhodecode/templates/changelog/changelog.mako:83
7825 msgid "Clear filter"
7826 msgstr ""
7827
7828 #: rhodecode/templates/changelog/changelog.mako:89
7730 #, python-format
7829 #, python-format
7731 msgid "showing %d out of %d commit"
7830 msgid "showing %d out of %d commit"
7732 msgid_plural "showing %d out of %d commits"
7831 msgid_plural "showing %d out of %d commits"
7733 msgstr[0] ""
7832 msgstr[0] ""
7734 msgstr[1] ""
7833 msgstr[1] ""
7735 msgstr[2] ""
7834 msgstr[2] ""
7736 msgstr[3] ""
7835 msgstr[3] ""
7737
7836
7738 #: rhodecode/templates/changelog/changelog.html:41
7837 #: rhodecode/templates/changelog/changelog.mako:110
7739 #: rhodecode/templates/forks/forks_data.html:28
7838 #: rhodecode/templates/files/files_add.mako:93
7740 #, python-format
7839 #: rhodecode/templates/files/files_delete.mako:60
7741 msgid "Compare fork with %s"
7840 #: rhodecode/templates/files/files_edit.mako:96
7742 msgstr ""
7743
7744 #: rhodecode/templates/changelog/changelog.html:53
7745 #, python-format
7746 msgid "Compare fork with Parent (%s)"
7747 msgstr ""
7748
7749 #: rhodecode/templates/changelog/changelog.html:68
7750 #: rhodecode/templates/changelog/changelog.html:69
7751 msgid "Clear selection"
7752 msgstr ""
7753
7754 #: rhodecode/templates/changelog/changelog.html:83
7755 msgid "Clear filter"
7756 msgstr ""
7757
7758 #: rhodecode/templates/changelog/changelog.html:107
7759 #: rhodecode/templates/files/files_add.html:93
7760 #: rhodecode/templates/files/files_delete.html:60
7761 #: rhodecode/templates/files/files_edit.html:96
7762 msgid "Commit Message"
7841 msgid "Commit Message"
7763 msgstr ""
7842 msgstr ""
7764
7843
7765 #: rhodecode/templates/changelog/changelog.html:109
7844 #: rhodecode/templates/changelog/changelog.mako:112
7766 #: rhodecode/templates/changelog/changelog_summary_data.html:10
7845 #: rhodecode/templates/changelog/changelog_summary_data.mako:10
7767 msgid "Age"
7846 msgid "Age"
7768 msgstr ""
7847 msgstr ""
7769
7848
7770 #: rhodecode/templates/changelog/changelog.html:112
7849 #: rhodecode/templates/changelog/changelog.mako:115
7771 #: rhodecode/templates/changelog/changelog_summary_data.html:12
7850 #: rhodecode/templates/changelog/changelog_summary_data.mako:12
7772 msgid "Refs"
7851 msgid "Refs"
7773 msgstr ""
7852 msgstr ""
7774
7853
7775 #: rhodecode/templates/changelog/changelog.html:126
7854 #: rhodecode/templates/changelog/changelog.mako:239
7776 #: rhodecode/templates/changelog/changelog_summary_data.html:21
7855 msgid "Filter changelog"
7856 msgstr ""
7857
7858 #: rhodecode/templates/changelog/changelog.mako:296
7859 msgid "There are no changes yet"
7860 msgstr ""
7861
7862 #: rhodecode/templates/changelog/changelog_elements.mako:9
7863 msgid "load previous"
7864 msgstr ""
7865
7866 #: rhodecode/templates/changelog/changelog_elements.mako:26
7867 #: rhodecode/templates/changelog/changelog_summary_data.mako:21
7777 #, python-format
7868 #, python-format
7778 msgid ""
7869 msgid ""
7779 "Commit status: %s\n"
7870 "Commit status: %s\n"
7780 "Click to open associated pull request #%s"
7871 "Click to open associated pull request #%s"
7781 msgstr ""
7872 msgstr ""
7782
7873
7783 #: rhodecode/templates/changelog/changelog.html:130
7874 #: rhodecode/templates/changelog/changelog_elements.mako:30
7784 #: rhodecode/templates/changelog/changelog_summary_data.html:25
7875 #: rhodecode/templates/changelog/changelog_summary_data.mako:25
7785 #, python-format
7876 #, python-format
7786 msgid "Commit status: %s"
7877 msgid "Commit status: %s"
7787 msgstr ""
7878 msgstr ""
7788
7879
7789 #: rhodecode/templates/changelog/changelog.html:136
7880 #: rhodecode/templates/changelog/changelog_elements.mako:36
7790 #: rhodecode/templates/changelog/changelog_summary_data.html:31
7881 #: rhodecode/templates/changelog/changelog_summary_data.mako:31
7791 msgid "Commit status: Not Reviewed"
7882 msgid "Commit status: Not Reviewed"
7792 msgstr ""
7883 msgstr ""
7793
7884
7794 #: rhodecode/templates/changelog/changelog.html:141
7885 #: rhodecode/templates/changelog/changelog_elements.mako:41
7795 #: rhodecode/templates/changelog/changelog_summary_data.html:36
7886 #: rhodecode/templates/changelog/changelog_summary_data.mako:36
7796 msgid "Commit has comments"
7887 msgid "Commit has comments"
7797 msgstr ""
7888 msgstr ""
7798
7889
7799 #: rhodecode/templates/changelog/changelog.html:153
7890 #: rhodecode/templates/changelog/changelog_elements.mako:53
7800 #: rhodecode/templates/compare/compare_commits.html:50
7891 #: rhodecode/templates/compare/compare_commits.mako:46
7801 #: rhodecode/templates/search/search_commit.html:36
7892 #: rhodecode/templates/pullrequests/pullrequest_show.mako:490
7893 #: rhodecode/templates/search/search_commit.mako:36
7802 msgid "Expand commit message"
7894 msgid "Expand commit message"
7803 msgstr ""
7895 msgstr ""
7804
7896
7805 #: rhodecode/templates/changelog/changelog.html:191
7897 #: rhodecode/templates/changelog/changelog_elements.mako:77
7806 #: rhodecode/templates/changelog/changelog_summary_data.html:69
7898 #: rhodecode/templates/changeset/changeset.mako:86
7807 #: rhodecode/templates/changeset/changeset.html:99
7899 #: rhodecode/templates/files/base.mako:4
7808 #: rhodecode/templates/files/base.html:17
7900 msgid "merge"
7809 #: rhodecode/templates/tags/tags_data.html:12
7901 msgstr ""
7902
7903 #: rhodecode/templates/changelog/changelog_elements.mako:99
7904 #: rhodecode/templates/changelog/changelog_summary_data.mako:69
7905 #: rhodecode/templates/changeset/changeset.mako:99
7906 #: rhodecode/templates/files/base.mako:17
7907 #: rhodecode/templates/tags/tags_data.mako:12
7810 #, python-format
7908 #, python-format
7811 msgid "Tag %s"
7909 msgid "Tag %s"
7812 msgstr ""
7910 msgstr ""
7813
7911
7814 #: rhodecode/templates/changelog/changelog.html:341
7912 #: rhodecode/templates/changelog/changelog_elements.mako:113
7815 msgid "Filter changelog"
7913 msgid "load next"
7816 msgstr ""
7914 msgstr ""
7817
7915
7818 #: rhodecode/templates/changelog/changelog.html:414
7916 #: rhodecode/templates/changelog/changelog_file_history.mako:33
7819 msgid "There are no changes yet"
7820 msgstr ""
7821
7822 #: rhodecode/templates/changelog/changelog_details.html:4
7823 msgid "Removed"
7824 msgstr ""
7825
7826 #: rhodecode/templates/changelog/changelog_details.html:5
7827 msgid "Changed"
7828 msgstr ""
7829
7830 #: rhodecode/templates/changelog/changelog_details.html:6
7831 msgid "Added"
7832 msgstr ""
7833
7834 #: rhodecode/templates/changelog/changelog_details.html:8
7835 #: rhodecode/templates/changelog/changelog_details.html:9
7836 #: rhodecode/templates/changelog/changelog_details.html:10
7837 #, python-format
7838 msgid "Affected %s files"
7839 msgstr ""
7840
7841 #: rhodecode/templates/changelog/changelog_file_history.html:20
7842 #: rhodecode/templates/changeset/changeset.html:86
7843 #: rhodecode/templates/files/base.html:4
7844 msgid "merge"
7845 msgstr ""
7846
7847 #: rhodecode/templates/changelog/changelog_file_history.html:39
7848 #: rhodecode/templates/changeset/diff_block.html:65
7849 #: rhodecode/templates/changeset/diff_block.html:70
7850 msgid "Show File"
7917 msgid "Show File"
7851 msgstr ""
7918 msgstr ""
7852
7919
7853 #: rhodecode/templates/changelog/changelog_summary_data.html:9
7920 #: rhodecode/templates/changelog/changelog_summary_data.mako:9
7854 #: rhodecode/templates/search/search_commit.html:8
7921 #: rhodecode/templates/search/search_commit.mako:8
7855 msgid "Commit message"
7922 msgid "Commit message"
7856 msgstr ""
7923 msgstr ""
7857
7924
7858 #: rhodecode/templates/changelog/changelog_summary_data.html:100
7925 #: rhodecode/templates/changelog/changelog_summary_data.mako:100
7859 msgid "Add or upload files directly via RhodeCode:"
7926 msgid "Add or upload files directly via RhodeCode:"
7860 msgstr ""
7927 msgstr ""
7861
7928
7862 #: rhodecode/templates/changelog/changelog_summary_data.html:103
7929 #: rhodecode/templates/changelog/changelog_summary_data.mako:103
7863 #: rhodecode/templates/files/files_browser.html:25
7930 #: rhodecode/templates/files/files_browser.mako:25
7864 msgid "Add New File"
7931 msgid "Add New File"
7865 msgstr ""
7932 msgstr ""
7866
7933
7867 #: rhodecode/templates/changelog/changelog_summary_data.html:111
7934 #: rhodecode/templates/changelog/changelog_summary_data.mako:111
7868 msgid "Push new repo:"
7935 msgid "Push new repo:"
7869 msgstr ""
7936 msgstr ""
7870
7937
7871 #: rhodecode/templates/changelog/changelog_summary_data.html:122
7938 #: rhodecode/templates/changelog/changelog_summary_data.mako:122
7872 msgid "Existing repository?"
7939 msgid "Existing repository?"
7873 msgstr ""
7940 msgstr ""
7874
7941
7875 #: rhodecode/templates/changeset/changeset.html:7
7942 #: rhodecode/templates/changeset/changeset.mako:7
7876 #, python-format
7943 #, python-format
7877 msgid "%s Commit"
7944 msgid "%s Commit"
7878 msgstr ""
7945 msgstr ""
7879
7946
7880 #: rhodecode/templates/changeset/changeset.html:43
7947 #: rhodecode/templates/changeset/changeset.mako:43
7881 msgid "Parent Commit"
7948 msgid "Parent Commit"
7882 msgstr ""
7949 msgstr ""
7883
7950
7884 #: rhodecode/templates/changeset/changeset.html:43
7951 #: rhodecode/templates/changeset/changeset.mako:43
7885 msgid "Parent"
7952 msgid "Parent"
7886 msgstr ""
7953 msgstr ""
7887
7954
7888 #: rhodecode/templates/changeset/changeset.html:47
7955 #: rhodecode/templates/changeset/changeset.mako:47
7889 msgid "Child Commit"
7956 msgid "Child Commit"
7890 msgstr ""
7957 msgstr ""
7891
7958
7892 #: rhodecode/templates/changeset/changeset.html:47
7959 #: rhodecode/templates/changeset/changeset.mako:47
7893 msgid "Child"
7960 msgid "Child"
7894 msgstr ""
7961 msgstr ""
7895
7962
7896 #: rhodecode/templates/changeset/changeset.html:58
7963 #: rhodecode/templates/changeset/changeset.mako:58
7897 msgid "Expand"
7964 msgid "Expand"
7898 msgstr ""
7965 msgstr ""
7899
7966
7900 #: rhodecode/templates/changeset/changeset.html:66
7967 #: rhodecode/templates/changeset/changeset.mako:66
7901 #: rhodecode/templates/changeset/changeset.html:72
7968 #: rhodecode/templates/changeset/changeset.mako:72
7902 #: rhodecode/templates/changeset/changeset_file_comment.html:43
7969 #: rhodecode/templates/changeset/changeset_file_comment.mako:81
7903 #: rhodecode/templates/changeset/changeset_file_comment.html:88
7970 #: rhodecode/templates/compare/compare_diff.mako:159
7904 msgid "Commit status"
7971 msgid "Commit status"
7905 msgstr ""
7972 msgstr ""
7906
7973
7907 #: rhodecode/templates/changeset/changeset.html:79
7974 #: rhodecode/templates/changeset/changeset.mako:79
7908 #: rhodecode/templates/files/file_tree_detail.html:21
7975 #: rhodecode/templates/files/file_tree_detail.mako:21
7909 #: rhodecode/templates/files/files_detail.html:20
7976 #: rhodecode/templates/files/files_detail.mako:20
7910 msgid "References"
7977 msgid "References"
7911 msgstr ""
7978 msgstr ""
7912
7979
7913 #: rhodecode/templates/changeset/changeset.html:115
7980 #: rhodecode/templates/changeset/changeset.mako:115
7914 msgid "Diffs"
7981 msgid "Diff options"
7915 msgstr ""
7982 msgstr ""
7916
7983
7917 #: rhodecode/templates/changeset/changeset.html:119
7984 #: rhodecode/templates/changeset/changeset.mako:119
7918 #: rhodecode/templates/changeset/diff_block.html:85
7985 #: rhodecode/templates/codeblocks/diffs.mako:436
7919 #: rhodecode/templates/codeblocks/diffs.html:359
7986 #: rhodecode/templates/codeblocks/diffs.mako:439
7920 #: rhodecode/templates/codeblocks/diffs.html:362
7921 msgid "Raw diff"
7987 msgid "Raw diff"
7922 msgstr ""
7988 msgstr ""
7923
7989
7924 #: rhodecode/templates/changeset/changeset.html:120
7990 #: rhodecode/templates/changeset/changeset.mako:120
7925 #: rhodecode/templates/changeset/diff_block.html:86
7926 msgid "Raw Diff"
7991 msgid "Raw Diff"
7927 msgstr ""
7992 msgstr ""
7928
7993
7929 #: rhodecode/templates/changeset/changeset.html:123
7994 #: rhodecode/templates/changeset/changeset.mako:123
7930 msgid "Patch diff"
7995 msgid "Patch diff"
7931 msgstr ""
7996 msgstr ""
7932
7997
7933 #: rhodecode/templates/changeset/changeset.html:124
7998 #: rhodecode/templates/changeset/changeset.mako:124
7934 msgid "Patch Diff"
7999 msgid "Patch Diff"
7935 msgstr ""
8000 msgstr ""
7936
8001
7937 #: rhodecode/templates/changeset/changeset.html:127
8002 #: rhodecode/templates/changeset/changeset.mako:127
7938 #: rhodecode/templates/changeset/diff_block.html:90
8003 #: rhodecode/templates/codeblocks/diffs.mako:443
7939 #: rhodecode/templates/codeblocks/diffs.html:366
8004 #: rhodecode/templates/codeblocks/diffs.mako:446
7940 #: rhodecode/templates/codeblocks/diffs.html:369
7941 msgid "Download diff"
8005 msgid "Download diff"
7942 msgstr ""
8006 msgstr ""
7943
8007
7944 #: rhodecode/templates/changeset/changeset.html:128
8008 #: rhodecode/templates/changeset/changeset.mako:128
7945 #: rhodecode/templates/changeset/diff_block.html:91
7946 msgid "Download Diff"
8009 msgid "Download Diff"
7947 msgstr ""
8010 msgstr ""
7948
8011
7949 #: rhodecode/templates/changeset/changeset.html:145
8012 #: rhodecode/templates/changeset/changeset.mako:145
7950 #: rhodecode/templates/changeset/changeset.html:147
8013 #: rhodecode/templates/changeset/changeset.mako:147
7951 #: rhodecode/tests/functional/test_commit_comments.py:269
8014 #: rhodecode/tests/functional/test_commit_comments.py:270
7952 #, python-format
8015 #, python-format
7953 msgid "%d Commit comment"
8016 msgid "%d Commit comment"
7954 msgid_plural "%d Commit comments"
8017 msgid_plural "%d Commit comments"
7955 msgstr[0] ""
8018 msgstr[0] ""
7956 msgstr[1] ""
8019 msgstr[1] ""
7957 msgstr[2] ""
8020 msgstr[2] ""
7958 msgstr[3] ""
8021 msgstr[3] ""
7959
8022
7960 #: rhodecode/templates/changeset/changeset.html:150
8023 #: rhodecode/templates/changeset/changeset.mako:150
7961 #: rhodecode/templates/changeset/changeset.html:152
8024 #: rhodecode/templates/changeset/changeset.mako:152
7962 #: rhodecode/templates/pullrequests/pullrequest_show.html:174
8025 #: rhodecode/tests/functional/test_commit_comments.py:277
7963 #: rhodecode/templates/pullrequests/pullrequest_show.html:176
7964 #: rhodecode/tests/functional/test_commit_comments.py:276
7965 #, python-format
8026 #, python-format
7966 msgid "%d Inline Comment"
8027 msgid "%d Inline Comment"
7967 msgid_plural "%d Inline Comments"
8028 msgid_plural "%d Inline Comments"
7968 msgstr[0] ""
8029 msgstr[0] ""
7969 msgstr[1] ""
8030 msgstr[1] ""
7970 msgstr[2] ""
8031 msgstr[2] ""
7971 msgstr[3] ""
8032 msgstr[3] ""
7972
8033
7973 #: rhodecode/templates/changeset/changeset.html:233
8034 #: rhodecode/templates/changeset/changeset.mako:160
8035 msgid "Unresolved TODOs"
8036 msgstr ""
8037
8038 #: rhodecode/templates/changeset/changeset.mako:169
8039 msgid "There are no unresolved TODOs"
8040 msgstr ""
8041
8042 #: rhodecode/templates/changeset/changeset.mako:249
7974 msgid "No Child Commits"
8043 msgid "No Child Commits"
7975 msgstr ""
8044 msgstr ""
7976
8045
7977 #: rhodecode/templates/changeset/changeset.html:269
8046 #: rhodecode/templates/changeset/changeset.mako:285
7978 msgid "No Parent Commits"
8047 msgid "No Parent Commits"
7979 msgstr ""
8048 msgstr ""
7980
8049
7981 #: rhodecode/templates/changeset/changeset_file_comment.html:28
8050 #: rhodecode/templates/changeset/changeset_file_comment.mako:32
7982 #, python-format
8051 msgid "Resolved by comment #{}"
7983 msgid "Vote on pull request #%s"
8052 msgstr ""
7984 msgstr ""
8053
7985
8054 #: rhodecode/templates/changeset/changeset_file_comment.mako:39
7986 #: rhodecode/templates/changeset/changeset_file_comment.html:30
8055 msgid "Click to resolve this comment"
7987 #, python-format
8056 msgstr ""
7988 msgid "Comment on pull request #%s"
8057
7989 msgstr ""
8058 #: rhodecode/templates/changeset/changeset_file_comment.mako:66
7990
8059 #: rhodecode/templates/changeset/changeset_file_comment.mako:68
7991 #: rhodecode/templates/changeset/changeset_file_comment.html:35
8060 #, python-format
8061 msgid "pull request #%s"
8062 msgstr ""
8063
8064 #: rhodecode/templates/changeset/changeset_file_comment.mako:73
7992 msgid "Status change on commit"
8065 msgid "Status change on commit"
7993 msgstr ""
8066 msgstr ""
7994
8067
7995 #: rhodecode/templates/changeset/changeset_file_comment.html:37
8068 #: rhodecode/templates/changeset/changeset_file_comment.mako:88
7996 msgid "Comment on commit"
8069 msgid "resolves comment #{}"
7997 msgstr ""
8070 msgstr ""
7998
8071
7999 #: rhodecode/templates/changeset/changeset_file_comment.html:59
8072 #: rhodecode/templates/changeset/changeset_file_comment.mako:100
8073 msgid "Outdated comment from pull request version {0}"
8074 msgstr ""
8075
8076 #: rhodecode/templates/changeset/changeset_file_comment.mako:104
8077 #: rhodecode/templates/changeset/changeset_file_comment.mako:119
8078 msgid "Comment from pull request version {0}"
8079 msgstr ""
8080
8081 #: rhodecode/templates/changeset/changeset_file_comment.mako:116
8082 msgid "Outdated comment from pull request version {}"
8083 msgstr ""
8084
8085 #: rhodecode/templates/changeset/changeset_file_comment.mako:146
8086 #: rhodecode/templates/changeset/changeset_file_comment.mako:149
8000 msgid "Prev"
8087 msgid "Prev"
8001 msgstr ""
8088 msgstr ""
8002
8089
8003 #: rhodecode/templates/changeset/changeset_file_comment.html:60
8090 #: rhodecode/templates/changeset/changeset_file_comment.mako:147
8091 #: rhodecode/templates/changeset/changeset_file_comment.mako:150
8004 msgid "Next"
8092 msgid "Next"
8005 msgstr ""
8093 msgstr ""
8006
8094
8007 #: rhodecode/templates/changeset/changeset_file_comment.html:116
8095 #: rhodecode/templates/changeset/changeset_file_comment.mako:185
8008 #: rhodecode/templates/codeblocks/diffs.html:55
8096 msgid "Leave a comment on this Pull Request."
8009 msgid "Create a comment on line {1}."
8097 msgstr ""
8010 msgstr ""
8098
8011
8099 #: rhodecode/templates/changeset/changeset_file_comment.mako:187
8012 #: rhodecode/templates/changeset/changeset_file_comment.html:119
8100 msgid "Leave a comment on {} commits in this range."
8013 #: rhodecode/templates/changeset/changeset_file_comment.html:226
8101 msgstr ""
8014 #: rhodecode/templates/codeblocks/diffs.html:58
8102
8015 #, python-format
8103 #: rhodecode/templates/changeset/changeset_file_comment.mako:189
8016 msgid "Comments parsed using %s syntax with %s support."
8104 msgid "Leave a comment on this Commit."
8017 msgstr ""
8105 msgstr ""
8018
8106
8019 #: rhodecode/templates/changeset/changeset_file_comment.html:121
8107 #: rhodecode/templates/changeset/changeset_file_comment.mako:277
8020 #: rhodecode/templates/changeset/changeset_file_comment.html:228
8108 #: rhodecode/templates/codeblocks/diffs.mako:71
8021 #: rhodecode/templates/codeblocks/diffs.html:60
8109 msgid "You need to be logged in to leave comments."
8110 msgstr ""
8111
8112 #: rhodecode/templates/changeset/changeset_file_comment.mako:278
8113 #: rhodecode/templates/codeblocks/diffs.mako:71
8114 msgid "Login now"
8115 msgstr ""
8116
8117 #: rhodecode/templates/changeset/changeset_file_comment.mako:343
8118 #, python-format
8119 msgid "Comments parsed using %s syntax with %s, and %s actions support."
8120 msgstr ""
8121
8122 #: rhodecode/templates/changeset/changeset_file_comment.mako:345
8022 msgid ""
8123 msgid ""
8023 "Use @username inside this text to send notification to this RhodeCode user"
8124 "Use @username inside this text to send notification to this RhodeCode user"
8024 msgstr ""
8125 msgstr ""
8025
8126
8026 #: rhodecode/templates/changeset/changeset_file_comment.html:131
8127 #: rhodecode/templates/changeset/changeset_file_comment.mako:346
8027 #: rhodecode/templates/changeset/changeset_file_comment.html:239
8128 msgid "Start typing with / for certain actions to be triggered via text box."
8028 #: rhodecode/templates/codeblocks/diffs.html:70
8129 msgstr ""
8029 msgid "Comment preview"
8130
8030 msgstr ""
8131 #: rhodecode/templates/changeset/changeset_file_comment.mako:363
8031
8132 #: rhodecode/templates/pullrequests/pullrequest_show.mako:15
8032 #: rhodecode/templates/changeset/changeset_file_comment.html:144
8133 #: rhodecode/templates/pullrequests/pullrequest_show.mako:148
8033 #: rhodecode/templates/changeset/changeset_file_comment.html:268
8134 #: rhodecode/templates/pullrequests/pullrequests.mako:52
8034 #: rhodecode/templates/codeblocks/diffs.html:80
8135 msgid "Closed"
8035 #: rhodecode/templates/compare/compare_diff.html:58
8136 msgstr ""
8137
8138 #: rhodecode/templates/changeset/changeset_file_comment.mako:388
8139 #: rhodecode/templates/compare/compare_diff.mako:104
8140 #: rhodecode/templates/compare/compare_diff.mako:112
8141 #: rhodecode/templates/compare/compare_diff.mako:120
8142 #: rhodecode/templates/compare/compare_diff.mako:122
8036 #: rhodecode/templates/email_templates/commit_comment.mako:87
8143 #: rhodecode/templates/email_templates/commit_comment.mako:87
8037 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
8144 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
8038 msgid "Comment"
8145 msgid "Comment"
8039 msgstr ""
8146 msgstr ""
8040
8147
8041 #: rhodecode/templates/changeset/changeset_file_comment.html:152
8148 #: rhodecode/templates/changeset/changeset_range.mako:5
8042 #: rhodecode/templates/codeblocks/diffs.html:93
8043 msgid "You need to be logged in to comment."
8044 msgstr ""
8045
8046 #: rhodecode/templates/changeset/changeset_file_comment.html:152
8047 #: rhodecode/templates/codeblocks/diffs.html:93
8048 msgid "Login now"
8049 msgstr ""
8050
8051 #: rhodecode/templates/changeset/changeset_file_comment.html:156
8052 msgid "Hide"
8053 msgstr ""
8054
8055 #: rhodecode/templates/changeset/changeset_file_comment.html:198
8056 msgid "Merge Pull Request"
8057 msgstr ""
8058
8059 #: rhodecode/templates/changeset/changeset_file_comment.html:218
8060 msgid "Create a comment on this Pull Request."
8061 msgstr ""
8062
8063 #: rhodecode/templates/changeset/changeset_file_comment.html:220
8064 msgid "Create comments on this Commit range."
8065 msgstr ""
8066
8067 #: rhodecode/templates/changeset/changeset_file_comment.html:222
8068 msgid "Create a comment on this Commit."
8069 msgstr ""
8070
8071 #: rhodecode/templates/changeset/changeset_file_comment.html:259
8072 #: rhodecode/templates/pullrequests/pullrequest_show.html:14
8073 #: rhodecode/templates/pullrequests/pullrequest_show.html:141
8074 #: rhodecode/templates/pullrequests/pullrequests.html:52
8075 msgid "Closed"
8076 msgstr ""
8077
8078 #: rhodecode/templates/changeset/changeset_range.html:5
8079 #, python-format
8149 #, python-format
8080 msgid "%s Commits"
8150 msgid "%s Commits"
8081 msgstr ""
8151 msgstr ""
8082
8152
8083 #: rhodecode/templates/changeset/changeset_range.html:9
8153 #: rhodecode/templates/changeset/changeset_range.mako:9
8084 #: rhodecode/templates/changeset/changeset_range.html:20
8154 #: rhodecode/templates/changeset/changeset_range.mako:20
8085 #, python-format
8155 #, python-format
8086 msgid "(%s commit)"
8156 msgid "(%s commit)"
8087 msgid_plural "(%s commits)"
8157 msgid_plural "(%s commits)"
8088 msgstr[0] ""
8158 msgstr[0] ""
8089 msgstr[1] ""
8159 msgstr[1] ""
8090 msgstr[2] ""
8160 msgstr[2] ""
8091 msgstr[3] ""
8161 msgstr[3] ""
8092
8162
8093 #: rhodecode/templates/changeset/changeset_range.html:16
8163 #: rhodecode/templates/changeset/changeset_range.mako:16
8094 msgid "Commits"
8164 msgid "Commits"
8095 msgstr ""
8165 msgstr ""
8096
8166
8097 #: rhodecode/templates/changeset/changeset_range.html:41
8167 #: rhodecode/templates/changeset/changeset_range.mako:44
8168 msgid "Commit Range"
8169 msgstr ""
8170
8171 #: rhodecode/templates/changeset/changeset_range.mako:54
8172 msgid "Diff option"
8173 msgstr ""
8174
8175 #: rhodecode/templates/changeset/changeset_range.mako:59
8098 msgid "Show combined compare"
8176 msgid "Show combined compare"
8099 msgstr ""
8177 msgstr ""
8100
8178
8101 #: rhodecode/templates/changeset/diff_block.html:7
8179 #: rhodecode/templates/changeset/changeset_range.mako:99
8102 #: rhodecode/templates/codeblocks/diffs.html:148
8180 #: rhodecode/templates/compare/compare_diff.mako:312
8103 #: rhodecode/templates/codeblocks/diffs.html:211
8181 #: rhodecode/templates/pullrequests/pullrequest_show.mako:414
8182 #, python-format
8183 msgid "Expand %s commit"
8184 msgid_plural "Expand %s commits"
8185 msgstr[0] ""
8186 msgstr[1] ""
8187 msgstr[2] ""
8188 msgstr[3] ""
8189
8190 #: rhodecode/templates/changeset/changeset_range.mako:105
8191 #: rhodecode/templates/compare/compare_diff.mako:318
8192 #: rhodecode/templates/pullrequests/pullrequest_show.mako:420
8193 #, python-format
8194 msgid "Collapse %s commit"
8195 msgid_plural "Collapse %s commits"
8196 msgstr[0] ""
8197 msgstr[1] ""
8198 msgstr[2] ""
8199 msgstr[3] ""
8200
8201 #: rhodecode/templates/changeset/diff_block.mako:7
8202 #: rhodecode/templates/codeblocks/diffs.mako:128
8203 #: rhodecode/templates/codeblocks/diffs.mako:182
8104 msgid "The requested commit is too big and content was truncated."
8204 msgid "The requested commit is too big and content was truncated."
8105 msgstr ""
8205 msgstr ""
8106
8206
8107 #: rhodecode/templates/changeset/diff_block.html:7
8207 #: rhodecode/templates/changeset/diff_block.mako:7
8108 #: rhodecode/templates/changeset/diff_block.html:10
8208 #: rhodecode/templates/changeset/diff_block.mako:10
8109 #: rhodecode/templates/changeset/diff_block.html:25
8209 #: rhodecode/templates/changeset/diff_block.mako:25
8110 #: rhodecode/templates/changeset/diff_block.html:46
8210 #: rhodecode/templates/changeset/diff_block.mako:46
8111 #: rhodecode/templates/changeset/diff_block.html:59
8211 #: rhodecode/templates/codeblocks/diffs.mako:131
8112 #: rhodecode/templates/codeblocks/diffs.html:151
8212 #: rhodecode/templates/codeblocks/diffs.mako:182
8113 #: rhodecode/templates/codeblocks/diffs.html:211
8114 #: rhodecode/templates/files/file_diff.html:146
8115 msgid "Showing a big diff might take some time and resources, continue?"
8213 msgid "Showing a big diff might take some time and resources, continue?"
8116 msgstr ""
8214 msgstr ""
8117
8215
8118 #: rhodecode/templates/changeset/diff_block.html:7
8216 #: rhodecode/templates/changeset/diff_block.mako:7
8119 #: rhodecode/templates/changeset/diff_block.html:10
8217 #: rhodecode/templates/changeset/diff_block.mako:10
8120 #: rhodecode/templates/changeset/diff_block.html:25
8218 #: rhodecode/templates/changeset/diff_block.mako:25
8121 #: rhodecode/templates/changeset/diff_block.html:46
8219 #: rhodecode/templates/changeset/diff_block.mako:46
8122 #: rhodecode/templates/codeblocks/diffs.html:151
8220 #: rhodecode/templates/codeblocks/diffs.mako:131
8123 #: rhodecode/templates/codeblocks/diffs.html:211
8221 #: rhodecode/templates/codeblocks/diffs.mako:182
8124 #: rhodecode/templates/files/file_diff.html:146
8125 msgid "Show full diff"
8222 msgid "Show full diff"
8126 msgstr ""
8223 msgstr ""
8127
8224
8128 #: rhodecode/templates/changeset/diff_block.html:10
8225 #: rhodecode/templates/changeset/diff_block.mako:10
8129 msgid "The requested file is too big and its content is not shown."
8226 msgid "The requested file is too big and its content is not shown."
8130 msgstr ""
8227 msgstr ""
8131
8228
8132 #: rhodecode/templates/changeset/diff_block.html:25
8229 #: rhodecode/templates/changeset/diff_block.mako:25
8133 #: rhodecode/templates/changeset/diff_block.html:46
8230 #: rhodecode/templates/changeset/diff_block.mako:46
8134 #: rhodecode/templates/files/file_diff.html:146
8135 msgid "Diff was truncated. File content available only in full diff."
8231 msgid "Diff was truncated. File content available only in full diff."
8136 msgstr ""
8232 msgstr ""
8137
8233
8138 #: rhodecode/templates/changeset/diff_block.html:64
8234 #: rhodecode/templates/changeset/diff_block.mako:58
8139 #: rhodecode/templates/codeblocks/diffs.html:329
8140 #: rhodecode/templates/codeblocks/diffs.html:345
8141 #, python-format
8142 msgid "Show file at commit: %(commit_id)s"
8143 msgstr ""
8144
8145 #: rhodecode/templates/changeset/diff_block.html:69
8146 #: rhodecode/templates/codeblocks/diffs.html:336
8147 #: rhodecode/templates/codeblocks/diffs.html:352
8148 #, python-format
8149 msgid "File no longer present at commit: %(commit_id)s"
8150 msgstr ""
8151
8152 #: rhodecode/templates/changeset/diff_block.html:75
8153 msgid "Show full diff for this file"
8154 msgstr ""
8155
8156 #: rhodecode/templates/changeset/diff_block.html:76
8157 msgid "Unified Diff"
8158 msgstr ""
8159
8160 #: rhodecode/templates/changeset/diff_block.html:80
8161 msgid "Show full side-by-side diff for this file"
8162 msgstr ""
8163
8164 #: rhodecode/templates/changeset/diff_block.html:81
8165 #: rhodecode/templates/files/diff_2way.html:40
8166 msgid "Side-by-side Diff"
8167 msgstr ""
8168
8169 #: rhodecode/templates/changeset/diff_block.html:97
8170 #, python-format
8235 #, python-format
8171 msgid "%(num)s file changed"
8236 msgid "%(num)s file changed"
8172 msgid_plural "%(num)s files changed"
8237 msgid_plural "%(num)s files changed"
8173 msgstr[0] ""
8238 msgstr[0] ""
8174 msgstr[1] ""
8239 msgstr[1] ""
8175 msgstr[2] ""
8240 msgstr[2] ""
8176 msgstr[3] ""
8241 msgstr[3] ""
8177
8242
8178 #: rhodecode/templates/changeset/diff_block.html:99
8243 #: rhodecode/templates/changeset/diff_block.mako:60
8179 #: rhodecode/templates/codeblocks/diffs.html:153
8244 #: rhodecode/templates/codeblocks/diffs.mako:133
8180 #, python-format
8245 #, python-format
8181 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
8246 msgid "%(num)s file changed: %(linesadd)s inserted, %(linesdel)s deleted"
8182 msgid_plural ""
8247 msgid_plural ""
8183 "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
8248 "%(num)s files changed: %(linesadd)s inserted, %(linesdel)s deleted"
8184 msgstr[0] ""
8249 msgstr[0] ""
8185 msgstr[1] ""
8250 msgstr[1] ""
8186 msgstr[2] ""
8251 msgstr[2] ""
8187 msgstr[3] ""
8252 msgstr[3] ""
8188
8253
8189 #: rhodecode/templates/codeblocks/diffs.html:137
8254 #: rhodecode/templates/codeblocks/diffs.mako:117
8190 msgid "Browse Files at revision {}"
8255 msgid "Browse Files at revision {}"
8191 msgstr ""
8256 msgstr ""
8192
8257
8193 #: rhodecode/templates/codeblocks/diffs.html:138
8258 #: rhodecode/templates/codeblocks/diffs.mako:118
8194 msgid "Browse Files"
8259 msgid "Browse Files"
8195 msgstr ""
8260 msgstr ""
8196
8261
8197 #: rhodecode/templates/codeblocks/diffs.html:150
8262 #: rhodecode/templates/codeblocks/diffs.mako:130
8198 #, python-format
8263 #, python-format
8199 msgid "%(num)s file changed."
8264 msgid "%(num)s file changed."
8200 msgid_plural "%(num)s files changed."
8265 msgid_plural "%(num)s files changed."
8201 msgstr[0] ""
8266 msgstr[0] ""
8202 msgstr[1] ""
8267 msgstr[1] ""
8203 msgstr[2] ""
8268 msgstr[2] ""
8204 msgstr[3] ""
8269 msgstr[3] ""
8205
8270
8206 #: rhodecode/templates/codeblocks/diffs.html:160
8271 #: rhodecode/templates/codeblocks/diffs.mako:141
8207 msgid "No files"
8272 msgid "No files"
8208 msgstr ""
8273 msgstr ""
8209
8274
8210 #: rhodecode/templates/codeblocks/diffs.html:185
8275 #: rhodecode/templates/codeblocks/diffs.mako:169
8211 msgid "File was deleted"
8276 msgid "File was deleted"
8212 msgstr ""
8277 msgstr ""
8213
8278
8214 #: rhodecode/templates/codeblocks/diffs.html:187
8279 #: rhodecode/templates/codeblocks/diffs.mako:171
8215 msgid "Binary file hidden"
8280 msgid "Binary file hidden"
8216 msgstr ""
8281 msgstr ""
8217
8282
8218 #: rhodecode/templates/codeblocks/diffs.html:198
8283 #: rhodecode/templates/codeblocks/diffs.mako:189
8219 #, python-format
8284 #, python-format
8220 msgid ""
8285 msgid ""
8221 "This diff has been collapsed as it changes many lines, (%i lines changed)"
8286 "This diff has been collapsed as it changes many lines, (%i lines changed)"
8222 msgstr ""
8287 msgstr ""
8223
8288
8224 #: rhodecode/templates/codeblocks/diffs.html:200
8289 #: rhodecode/templates/codeblocks/diffs.mako:191
8225 msgid "Show them"
8290 msgid "Show them"
8226 msgstr ""
8291 msgstr ""
8227
8292
8228 #: rhodecode/templates/codeblocks/diffs.html:203
8293 #: rhodecode/templates/codeblocks/diffs.mako:194
8229 msgid "Hide them"
8294 msgid "Hide them"
8230 msgstr ""
8295 msgstr ""
8231
8296
8232 #: rhodecode/templates/codeblocks/diffs.html:331
8297 #: rhodecode/templates/codeblocks/diffs.mako:289
8233 #: rhodecode/templates/codeblocks/diffs.html:338
8298 msgid ""
8299 "File was deleted in this version, and outdated comments were made on it"
8300 msgstr ""
8301
8302 #: rhodecode/templates/codeblocks/diffs.mako:406
8303 #: rhodecode/templates/codeblocks/diffs.mako:422
8304 #, python-format
8305 msgid "Show file at commit: %(commit_id)s"
8306 msgstr ""
8307
8308 #: rhodecode/templates/codeblocks/diffs.mako:408
8309 #: rhodecode/templates/codeblocks/diffs.mako:415
8234 msgid "Show file before"
8310 msgid "Show file before"
8235 msgstr ""
8311 msgstr ""
8236
8312
8237 #: rhodecode/templates/codeblocks/diffs.html:347
8313 #: rhodecode/templates/codeblocks/diffs.mako:413
8238 #: rhodecode/templates/codeblocks/diffs.html:354
8314 #: rhodecode/templates/codeblocks/diffs.mako:429
8315 #, python-format
8316 msgid "File no longer present at commit: %(commit_id)s"
8317 msgstr ""
8318
8319 #: rhodecode/templates/codeblocks/diffs.mako:424
8320 #: rhodecode/templates/codeblocks/diffs.mako:431
8239 msgid "Show file after"
8321 msgid "Show file after"
8240 msgstr ""
8322 msgstr ""
8241
8323
8242 #: rhodecode/templates/codeblocks/diffs.html:383
8324 #: rhodecode/templates/codeblocks/diffs.mako:462
8243 #: rhodecode/templates/files/file_diff.html:128
8244 msgid "Show comments"
8325 msgid "Show comments"
8245 msgstr ""
8326 msgstr ""
8246
8327
8247 #: rhodecode/templates/codeblocks/diffs.html:383
8328 #: rhodecode/templates/codeblocks/diffs.mako:462
8248 #: rhodecode/templates/files/file_diff.html:129
8249 msgid "Hide comments"
8329 msgid "Hide comments"
8250 msgstr ""
8330 msgstr ""
8251
8331
8252 #: rhodecode/templates/codeblocks/diffs.html:545
8332 #: rhodecode/templates/codeblocks/diffs.mako:634
8253 msgid "View side by side"
8333 msgid "View side by side"
8254 msgstr ""
8334 msgstr ""
8255
8335
8256 #: rhodecode/templates/codeblocks/diffs.html:547
8336 #: rhodecode/templates/codeblocks/diffs.mako:636
8257 msgid "Side by Side"
8337 msgid "Side by Side"
8258 msgstr ""
8338 msgstr ""
8259
8339
8260 #: rhodecode/templates/codeblocks/diffs.html:551
8340 #: rhodecode/templates/codeblocks/diffs.mako:640
8261 msgid "View unified"
8341 msgid "View unified"
8262 msgstr ""
8342 msgstr ""
8263
8343
8264 #: rhodecode/templates/codeblocks/diffs.html:552
8344 #: rhodecode/templates/codeblocks/diffs.mako:641
8265 msgid "Unified"
8345 msgid "Unified"
8266 msgstr ""
8346 msgstr ""
8267
8347
8268 #: rhodecode/templates/codeblocks/diffs.html:561
8348 #: rhodecode/templates/codeblocks/diffs.mako:651
8269 #: rhodecode/templates/files/file_diff.html:77
8349 msgid "Expand All Files"
8270 msgid "Expand All"
8350 msgstr ""
8271 msgstr ""
8351
8272
8352 #: rhodecode/templates/codeblocks/diffs.mako:655
8273 #: rhodecode/templates/codeblocks/diffs.html:565
8353 msgid "Collapse All Files"
8274 #: rhodecode/templates/files/file_diff.html:77
8354 msgstr ""
8275 msgid "Collapse All"
8355
8276 msgstr ""
8356 #: rhodecode/templates/codeblocks/diffs.mako:659
8277
8357 msgid "Wide Mode Diff"
8278 #: rhodecode/templates/compare/compare_commits.html:5
8358 msgstr ""
8279 msgid "No Commits"
8359
8280 msgstr ""
8360 #: rhodecode/templates/compare/compare_commits.mako:5
8281
8282 #: rhodecode/templates/compare/compare_commits.html:9
8283 msgid "Common Ancestor Commit"
8361 msgid "Common Ancestor Commit"
8284 msgstr ""
8362 msgstr ""
8285
8363
8286 #: rhodecode/templates/compare/compare_commits.html:21
8364 #: rhodecode/templates/compare/compare_commits.mako:8
8365 msgid "Compare was calculated based on this shared commit."
8366 msgstr ""
8367
8368 #: rhodecode/templates/compare/compare_commits.mako:16
8369 #: rhodecode/templates/pullrequests/pullrequest_show.mako:451
8287 msgid "Time"
8370 msgid "Time"
8288 msgstr ""
8371 msgstr ""
8289
8372
8290 #: rhodecode/templates/compare/compare_diff.html:7
8373 #: rhodecode/templates/compare/compare_commits.mako:67
8291 #: rhodecode/templates/compare/compare_diff.html:9
8374 #, python-format
8375 msgid "%s commit hidden"
8376 msgid_plural "%s commits hidden"
8377 msgstr[0] ""
8378 msgstr[1] ""
8379 msgstr[2] ""
8380 msgstr[3] ""
8381
8382 #: rhodecode/templates/compare/compare_commits.mako:68
8383 #: rhodecode/templates/pullrequests/pullrequest_show.mako:568
8384 msgid "show it"
8385 msgid_plural "show them"
8386 msgstr[0] ""
8387 msgstr[1] ""
8388 msgstr[2] ""
8389 msgstr[3] ""
8390
8391 #: rhodecode/templates/compare/compare_commits.mako:74
8392 msgid "No commits in this compare"
8393 msgstr ""
8394
8395 #: rhodecode/templates/compare/compare_diff.mako:7
8396 #: rhodecode/templates/compare/compare_diff.mako:9
8292 #, python-format
8397 #, python-format
8293 msgid "%s Compare"
8398 msgid "%s Compare"
8294 msgstr ""
8399 msgstr ""
8295
8400
8296 #: rhodecode/templates/compare/compare_diff.html:17
8401 #: rhodecode/templates/compare/compare_diff.mako:17
8297 #, python-format
8402 #, python-format
8298 msgid "%s commit"
8403 msgid "%s commit"
8299 msgid_plural "%s commits"
8404 msgid_plural "%s commits"
8300 msgstr[0] ""
8405 msgstr[0] ""
8301 msgstr[1] ""
8406 msgstr[1] ""
8302 msgstr[2] ""
8407 msgstr[2] ""
8303 msgstr[3] ""
8408 msgstr[3] ""
8304
8409
8305 #: rhodecode/templates/compare/compare_diff.html:38
8410 #: rhodecode/templates/compare/compare_diff.mako:44
8306 #: rhodecode/templates/compare/compare_diff.html:56
8411 #: rhodecode/templates/compare/compare_diff.mako:101
8412 #: rhodecode/templates/compare/compare_diff.mako:110
8413 #: rhodecode/templates/compare/compare_diff.mako:115
8307 msgid "Compare Commits"
8414 msgid "Compare Commits"
8308 msgstr ""
8415 msgstr ""
8309
8416
8310 #: rhodecode/templates/compare/compare_diff.html:47
8417 #: rhodecode/templates/compare/compare_diff.mako:46
8418 msgid "for file"
8419 msgstr ""
8420
8421 #: rhodecode/templates/compare/compare_diff.mako:60
8311 #: rhodecode/templates/email_templates/pull_request_review.mako:74
8422 #: rhodecode/templates/email_templates/pull_request_review.mako:74
8312 #: rhodecode/templates/files/file_diff.html:56
8423 #: rhodecode/templates/pullrequests/pullrequest_show.mako:98
8313 #: rhodecode/templates/pullrequests/pullrequest_show.html:95
8314 msgid "Target"
8424 msgid "Target"
8315 msgstr ""
8425 msgstr ""
8316
8426
8317 #: rhodecode/templates/compare/compare_diff.html:48
8427 #: rhodecode/templates/compare/compare_diff.mako:76
8318 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8428 #: rhodecode/templates/email_templates/pull_request_comment.mako:93
8319 #: rhodecode/templates/email_templates/pull_request_review.mako:73
8429 #: rhodecode/templates/email_templates/pull_request_review.mako:73
8320 #: rhodecode/templates/files/file_diff.html:62
8430 #: rhodecode/templates/files/files_source.mako:20
8321 #: rhodecode/templates/files/files_source.html:20
8322 msgid "Source"
8431 msgid "Source"
8323 msgstr ""
8432 msgstr ""
8324
8433
8325 #: rhodecode/templates/compare/compare_diff.html:54
8434 #: rhodecode/templates/compare/compare_diff.mako:103
8435 #: rhodecode/templates/compare/compare_diff.mako:104
8436 #: rhodecode/templates/compare/compare_diff.mako:110
8437 #: rhodecode/templates/compare/compare_diff.mako:111
8438 #: rhodecode/templates/compare/compare_diff.mako:112
8439 #: rhodecode/templates/compare/compare_diff.mako:122
8440 msgid "Action unavailable in current view"
8441 msgstr ""
8442
8443 #: rhodecode/templates/compare/compare_diff.mako:103
8444 #: rhodecode/templates/compare/compare_diff.mako:111
8445 #: rhodecode/templates/compare/compare_diff.mako:116
8326 msgid "Swap"
8446 msgid "Swap"
8327 msgstr ""
8447 msgstr ""
8328
8448
8329 #: rhodecode/templates/compare/compare_diff.html:246
8449 #: rhodecode/templates/compare/compare_diff.mako:106
8330 msgid "Compare commits, branches, bookmarks or tags."
8450 msgid "Compare commits, branches, bookmarks or tags."
8331 msgstr ""
8451 msgstr ""
8332
8452
8333 #: rhodecode/templates/data_table/_dt_elements.html:49
8453 #: rhodecode/templates/data_table/_dt_elements.mako:49
8334 msgid "Mercurial repository"
8454 msgid "Mercurial repository"
8335 msgstr ""
8455 msgstr ""
8336
8456
8337 #: rhodecode/templates/data_table/_dt_elements.html:51
8457 #: rhodecode/templates/data_table/_dt_elements.mako:51
8338 msgid "Git repository"
8458 msgid "Git repository"
8339 msgstr ""
8459 msgstr ""
8340
8460
8341 #: rhodecode/templates/data_table/_dt_elements.html:53
8461 #: rhodecode/templates/data_table/_dt_elements.mako:53
8342 msgid "Subversion repository"
8462 msgid "Subversion repository"
8343 msgstr ""
8463 msgstr ""
8344
8464
8345 #: rhodecode/templates/data_table/_dt_elements.html:60
8465 #: rhodecode/templates/data_table/_dt_elements.mako:60
8346 msgid "Public repository"
8466 msgid "Public repository"
8347 msgstr ""
8467 msgstr ""
8348
8468
8349 #: rhodecode/templates/data_table/_dt_elements.html:70
8469 #: rhodecode/templates/data_table/_dt_elements.mako:70
8350 msgid "Repository creating in progress..."
8470 msgid "Repository creating in progress..."
8351 msgstr ""
8471 msgstr ""
8352
8472
8353 #: rhodecode/templates/data_table/_dt_elements.html:88
8473 #: rhodecode/templates/data_table/_dt_elements.mako:88
8354 msgid "No commits yet"
8474 msgid "No commits yet"
8355 msgstr ""
8475 msgstr ""
8356
8476
8357 #: rhodecode/templates/data_table/_dt_elements.html:95
8477 #: rhodecode/templates/data_table/_dt_elements.mako:95
8358 #: rhodecode/templates/data_table/_dt_elements.html:97
8478 #: rhodecode/templates/data_table/_dt_elements.mako:97
8359 #, python-format
8479 #, python-format
8360 msgid "Subscribe to %s rss feed"
8480 msgid "Subscribe to %s rss feed"
8361 msgstr ""
8481 msgstr ""
8362
8482
8363 #: rhodecode/templates/data_table/_dt_elements.html:103
8483 #: rhodecode/templates/data_table/_dt_elements.mako:103
8364 #: rhodecode/templates/data_table/_dt_elements.html:105
8484 #: rhodecode/templates/data_table/_dt_elements.mako:105
8365 #, python-format
8485 #, python-format
8366 msgid "Subscribe to %s atom feed"
8486 msgid "Subscribe to %s atom feed"
8367 msgstr ""
8487 msgstr ""
8368
8488
8369 #: rhodecode/templates/data_table/_dt_elements.html:133
8489 #: rhodecode/templates/data_table/_dt_elements.mako:133
8370 msgid "Creating"
8490 msgid "Creating"
8371 msgstr ""
8491 msgstr ""
8372
8492
8373 #: rhodecode/templates/data_table/_dt_elements.html:135
8493 #: rhodecode/templates/data_table/_dt_elements.mako:135
8374 msgid "Created"
8494 msgid "Created"
8375 msgstr ""
8495 msgstr ""
8376
8496
8377 #: rhodecode/templates/data_table/_dt_elements.html:185
8497 #: rhodecode/templates/data_table/_dt_elements.mako:185
8378 #, python-format
8498 #, python-format
8379 msgid "Confirm to delete this group: %s with %s repository"
8499 msgid "Confirm to delete this group: %s with %s repository"
8380 msgid_plural "Confirm to delete this group: %s with %s repositories"
8500 msgid_plural "Confirm to delete this group: %s with %s repositories"
8381 msgstr[0] ""
8501 msgstr[0] ""
8382 msgstr[1] ""
8502 msgstr[1] ""
8383 msgstr[2] ""
8503 msgstr[2] ""
8384 msgstr[3] ""
8504 msgstr[3] ""
8385
8505
8386 #: rhodecode/templates/data_table/_dt_elements.html:211
8506 #: rhodecode/templates/data_table/_dt_elements.mako:211
8387 #, python-format
8507 #, python-format
8388 msgid "Confirm to delete this user group: %s"
8508 msgid "Confirm to delete this user group: %s"
8389 msgstr ""
8509 msgstr ""
8390
8510
8391 #: rhodecode/templates/data_table/_dt_elements.html:228
8511 #: rhodecode/templates/data_table/_dt_elements.mako:228
8392 msgid "User group"
8512 msgid "User group"
8393 msgstr ""
8513 msgstr ""
8394
8514
8395 #: rhodecode/templates/data_table/_dt_elements.html:272
8515 #: rhodecode/templates/data_table/_dt_elements.mako:272
8396 #: rhodecode/templates/forks/fork.html:83
8516 #: rhodecode/templates/forks/fork.mako:83
8397 msgid "Private"
8517 msgid "Private"
8398 msgstr ""
8518 msgstr ""
8399
8519
8400 #: rhodecode/templates/data_table/_dt_elements.html:306
8520 #: rhodecode/templates/data_table/_dt_elements.mako:306
8401 #, python-format
8521 #, python-format
8402 msgid "Pull request #%(pr_number)s"
8522 msgid "Pull request #%(pr_number)s"
8403 msgstr ""
8523 msgstr ""
8404
8524
8405 #: rhodecode/templates/debug_style/buttons.html:131
8525 #: rhodecode/templates/debug_style/buttons.html:131
8406 msgid "Confirm to remove this field: Field"
8526 msgid "Confirm to remove this field: Field"
8407 msgstr ""
8527 msgstr ""
8408
8528
8409 #: rhodecode/templates/debug_style/form-elements.html:107
8529 #: rhodecode/templates/debug_style/form-elements.html:107
8410 msgid "Default"
8530 msgid "Default"
8411 msgstr ""
8531 msgstr ""
8412
8532
8413 #: rhodecode/templates/debug_style/form-elements.html:513
8533 #: rhodecode/templates/debug_style/form-elements.html:513
8414 #: rhodecode/templates/debug_style/form-elements.html:565
8534 #: rhodecode/templates/debug_style/form-elements.html:565
8415 #: rhodecode/templates/debug_style/forms.html:236
8535 #: rhodecode/templates/debug_style/forms.html:236
8416 msgid "Chosen group members"
8536 msgid "Chosen group members"
8417 msgstr ""
8537 msgstr ""
8418
8538
8419 #: rhodecode/templates/debug_style/form-elements.html:525
8539 #: rhodecode/templates/debug_style/form-elements.html:525
8420 #: rhodecode/templates/debug_style/form-elements.html:569
8540 #: rhodecode/templates/debug_style/form-elements.html:569
8421 #: rhodecode/templates/debug_style/forms.html:240
8541 #: rhodecode/templates/debug_style/forms.html:240
8422 msgid "Remove all elements"
8542 msgid "Remove all elements"
8423 msgstr ""
8543 msgstr ""
8424
8544
8425 #: rhodecode/templates/debug_style/form-elements.html:535
8545 #: rhodecode/templates/debug_style/form-elements.html:535
8426 #: rhodecode/templates/debug_style/form-elements.html:579
8546 #: rhodecode/templates/debug_style/form-elements.html:579
8427 #: rhodecode/templates/debug_style/forms.html:250
8547 #: rhodecode/templates/debug_style/forms.html:250
8428 msgid "Available members"
8548 msgid "Available members"
8429 msgstr ""
8549 msgstr ""
8430
8550
8431 #: rhodecode/templates/debug_style/form-elements.html:543
8551 #: rhodecode/templates/debug_style/form-elements.html:543
8432 #: rhodecode/templates/debug_style/form-elements.html:587
8552 #: rhodecode/templates/debug_style/form-elements.html:587
8433 #: rhodecode/templates/debug_style/forms.html:258
8553 #: rhodecode/templates/debug_style/forms.html:258
8434 msgid "Add all elements"
8554 msgid "Add all elements"
8435 msgstr ""
8555 msgstr ""
8436
8556
8437 #: rhodecode/templates/debug_style/forms.html:119
8557 #: rhodecode/templates/debug_style/forms.html:119
8438 msgid "Some text..."
8558 msgid "Some text..."
8439 msgstr ""
8559 msgstr ""
8440
8560
8441 #: rhodecode/templates/debug_style/forms.html:122
8561 #: rhodecode/templates/debug_style/forms.html:122
8442 #: rhodecode/templates/debug_style/forms.html:255
8562 #: rhodecode/templates/debug_style/forms.html:255
8443 msgid "Variable Item"
8563 msgid "Variable Item"
8444 msgstr ""
8564 msgstr ""
8445
8565
8446 #: rhodecode/templates/debug_style/forms.html:252
8566 #: rhodecode/templates/debug_style/forms.html:252
8447 msgid "Some example text..."
8567 msgid "Some example text..."
8448 msgstr ""
8568 msgstr ""
8449
8569
8450 #: rhodecode/templates/debug_style/index.html:5
8570 #: rhodecode/templates/debug_style/index.html:5
8451 msgid "Debug Style"
8571 msgid "Debug Style"
8452 msgstr ""
8572 msgstr ""
8453
8573
8454 #: rhodecode/templates/debug_style/index.html:54
8574 #: rhodecode/templates/debug_style/index.html:54
8455 msgid "Index"
8575 msgid "Index"
8456 msgstr ""
8576 msgstr ""
8457
8577
8458 #: rhodecode/templates/debug_style/index.html:55
8578 #: rhodecode/templates/debug_style/index.html:55
8459 msgid "Typography"
8579 msgid "Typography"
8460 msgstr ""
8580 msgstr ""
8461
8581
8462 #: rhodecode/templates/debug_style/index.html:56
8582 #: rhodecode/templates/debug_style/index.html:56
8463 msgid "Forms"
8583 msgid "Forms"
8464 msgstr ""
8584 msgstr ""
8465
8585
8466 #: rhodecode/templates/debug_style/index.html:57
8586 #: rhodecode/templates/debug_style/index.html:57
8467 msgid "Buttons"
8587 msgid "Buttons"
8468 msgstr ""
8588 msgstr ""
8469
8589
8470 #: rhodecode/templates/debug_style/index.html:58
8590 #: rhodecode/templates/debug_style/index.html:58
8471 msgid "Labels"
8591 msgid "Labels"
8472 msgstr ""
8592 msgstr ""
8473
8593
8474 #: rhodecode/templates/debug_style/index.html:59
8594 #: rhodecode/templates/debug_style/index.html:59
8475 msgid "Alerts"
8595 msgid "Alerts"
8476 msgstr ""
8596 msgstr ""
8477
8597
8478 #: rhodecode/templates/debug_style/index.html:60
8598 #: rhodecode/templates/debug_style/index.html:60
8479 msgid "Tables"
8599 msgid "Tables"
8480 msgstr ""
8600 msgstr ""
8481
8601
8482 #: rhodecode/templates/debug_style/index.html:61
8602 #: rhodecode/templates/debug_style/index.html:61
8483 msgid "Tables wide"
8603 msgid "Tables wide"
8484 msgstr ""
8604 msgstr ""
8485
8605
8486 #: rhodecode/templates/debug_style/index.html:62
8606 #: rhodecode/templates/debug_style/index.html:62
8487 msgid "Collapsable Content"
8607 msgid "Collapsable Content"
8488 msgstr ""
8608 msgstr ""
8489
8609
8490 #: rhodecode/templates/debug_style/index.html:64
8610 #: rhodecode/templates/debug_style/index.html:64
8491 msgid "Layout form with sidebar"
8611 msgid "Layout form with sidebar"
8492 msgstr ""
8612 msgstr ""
8493
8613
8494 #: rhodecode/templates/debug_style/index.html:65
8614 #: rhodecode/templates/debug_style/index.html:65
8495 msgid "Login"
8615 msgid "Login"
8496 msgstr ""
8616 msgstr ""
8497
8617
8498 #: rhodecode/templates/debug_style/index.html:66
8618 #: rhodecode/templates/debug_style/index.html:66
8499 msgid "Login 2"
8619 msgid "Login 2"
8500 msgstr ""
8620 msgstr ""
8501
8621
8502 #: rhodecode/templates/debug_style/index.html:67
8622 #: rhodecode/templates/debug_style/index.html:67
8503 msgid "Code blocks"
8623 msgid "Code blocks"
8504 msgstr ""
8624 msgstr ""
8505
8625
8506 #: rhodecode/templates/debug_style/index.html:70
8626 #: rhodecode/templates/debug_style/index.html:70
8507 msgid "Panels"
8627 msgid "Panels"
8508 msgstr ""
8628 msgstr ""
8509
8629
8510 #: rhodecode/templates/debug_style/index.html:73
8630 #: rhodecode/templates/debug_style/index.html:73
8511 msgid "Form elements"
8631 msgid "Form elements"
8512 msgstr ""
8632 msgstr ""
8513
8633
8514 #: rhodecode/templates/debug_style/index.html:74
8634 #: rhodecode/templates/debug_style/index.html:74
8515 msgid "Form elements small"
8635 msgid "Form elements small"
8516 msgstr ""
8636 msgstr ""
8517
8637
8518 #: rhodecode/templates/debug_style/index.html:75
8638 #: rhodecode/templates/debug_style/index.html:75
8519 msgid "Form inline elements"
8639 msgid "Form inline elements"
8520 msgstr ""
8640 msgstr ""
8521
8641
8522 #: rhodecode/templates/debug_style/index.html:76
8642 #: rhodecode/templates/debug_style/index.html:76
8523 msgid "Form vertical"
8643 msgid "Form vertical"
8524 msgstr ""
8644 msgstr ""
8525
8645
8526 #: rhodecode/templates/email_templates/base.mako:32
8646 #: rhodecode/templates/email_templates/base.mako:32
8527 #, python-format
8647 #, python-format
8528 msgid "This is a notification from RhodeCode. %(instance_url)s"
8648 msgid "This is a notification from RhodeCode. %(instance_url)s"
8529 msgstr ""
8649 msgstr ""
8530
8650
8531 #: rhodecode/templates/email_templates/base.mako:115
8651 #: rhodecode/templates/email_templates/base.mako:115
8532 msgid "RhodeCode"
8652 msgid "RhodeCode"
8533 msgstr ""
8653 msgstr ""
8534
8654
8535 #: rhodecode/templates/email_templates/commit_comment.mako:16
8655 #: rhodecode/templates/email_templates/commit_comment.mako:16
8536 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
8656 #: rhodecode/templates/email_templates/pull_request_comment.mako:18
8537 msgid "[mention]"
8657 msgid "[mention]"
8538 msgstr ""
8658 msgstr ""
8539
8659
8540 #: rhodecode/templates/email_templates/commit_comment.mako:19
8660 #: rhodecode/templates/email_templates/commit_comment.mako:19
8541 #, python-format
8661 #, python-format
8542 msgid ""
8662 msgid ""
8543 "%(user)s commented on commit `%(commit_id)s` (file: `%(comment_file)s`)"
8663 "%(user)s commented on commit `%(commit_id)s` (file: `%(comment_file)s`)"
8544 msgstr ""
8664 msgstr ""
8545
8665
8546 #: rhodecode/templates/email_templates/commit_comment.mako:19
8666 #: rhodecode/templates/email_templates/commit_comment.mako:19
8547 #: rhodecode/templates/email_templates/commit_comment.mako:22
8667 #: rhodecode/templates/email_templates/commit_comment.mako:22
8548 #: rhodecode/templates/email_templates/commit_comment.mako:24
8668 #: rhodecode/templates/email_templates/commit_comment.mako:24
8549 #, python-format
8669 #, python-format
8550 msgid "in the %(repo_name)s repository"
8670 msgid "in the %(repo_name)s repository"
8551 msgstr ""
8671 msgstr ""
8552
8672
8553 #: rhodecode/templates/email_templates/commit_comment.mako:22
8673 #: rhodecode/templates/email_templates/commit_comment.mako:22
8554 #, python-format
8674 #, python-format
8555 msgid "%(user)s commented on commit `%(commit_id)s` (status: %(status)s)"
8675 msgid "%(user)s commented on commit `%(commit_id)s` (status: %(status)s)"
8556 msgstr ""
8676 msgstr ""
8557
8677
8558 #: rhodecode/templates/email_templates/commit_comment.mako:24
8678 #: rhodecode/templates/email_templates/commit_comment.mako:24
8559 #: rhodecode/templates/email_templates/commit_comment.mako:78
8679 #: rhodecode/templates/email_templates/commit_comment.mako:78
8560 #, python-format
8680 #, python-format
8561 msgid "%(user)s commented on commit `%(commit_id)s`"
8681 msgid "%(user)s commented on commit `%(commit_id)s`"
8562 msgstr ""
8682 msgstr ""
8563
8683
8564 #: rhodecode/templates/email_templates/commit_comment.mako:43
8684 #: rhodecode/templates/email_templates/commit_comment.mako:43
8565 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
8685 #: rhodecode/templates/email_templates/pull_request_comment.mako:44
8566 msgid "Comment link"
8686 msgid "Comment link"
8567 msgstr ""
8687 msgstr ""
8568
8688
8569 #: rhodecode/templates/email_templates/commit_comment.mako:48
8689 #: rhodecode/templates/email_templates/commit_comment.mako:48
8570 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
8690 #: rhodecode/templates/email_templates/pull_request_comment.mako:49
8571 #, python-format
8691 #, python-format
8572 msgid "File: %(comment_file)s on line %(comment_line)s"
8692 msgid "File: %(comment_file)s on line %(comment_line)s"
8573 msgstr ""
8693 msgstr ""
8574
8694
8575 #: rhodecode/templates/email_templates/commit_comment.mako:54
8695 #: rhodecode/templates/email_templates/commit_comment.mako:54
8576 msgid "Commit status was changed to"
8696 msgid "Commit status was changed to"
8577 msgstr ""
8697 msgstr ""
8578
8698
8579 #: rhodecode/templates/email_templates/commit_comment.mako:76
8699 #: rhodecode/templates/email_templates/commit_comment.mako:76
8580 #, python-format
8700 #, python-format
8581 msgid "%(user)s commented on commit `%(commit_id)s` (file:`%(comment_file)s`)"
8701 msgid "%(user)s commented on commit `%(commit_id)s` (file:`%(comment_file)s`)"
8582 msgstr ""
8702 msgstr ""
8583
8703
8584 #: rhodecode/templates/email_templates/commit_comment.mako:76
8704 #: rhodecode/templates/email_templates/commit_comment.mako:76
8585 #: rhodecode/templates/email_templates/commit_comment.mako:78
8705 #: rhodecode/templates/email_templates/commit_comment.mako:78
8586 #, python-format
8706 #, python-format
8587 msgid "in the %(repo)s repository"
8707 msgid "in the %(repo)s repository"
8588 msgstr ""
8708 msgstr ""
8589
8709
8590 #: rhodecode/templates/email_templates/commit_comment.mako:85
8710 #: rhodecode/templates/email_templates/commit_comment.mako:85
8591 msgid "Status"
8711 msgid "Status"
8592 msgstr ""
8712 msgstr ""
8593
8713
8594 #: rhodecode/templates/email_templates/commit_comment.mako:85
8714 #: rhodecode/templates/email_templates/commit_comment.mako:85
8595 msgid "The commit status was changed to"
8715 msgid "The commit status was changed to"
8596 msgstr ""
8716 msgstr ""
8597
8717
8598 #: rhodecode/templates/email_templates/commit_comment.mako:87
8718 #: rhodecode/templates/email_templates/commit_comment.mako:87
8599 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
8719 #: rhodecode/templates/email_templates/pull_request_comment.mako:97
8600 #, python-format
8720 #, python-format
8601 msgid "Comment on line: %(comment_line)s"
8721 msgid "Comment on line: %(comment_line)s"
8602 msgstr ""
8722 msgstr ""
8603
8723
8604 #: rhodecode/templates/email_templates/password_reset.mako:30
8724 #: rhodecode/templates/email_templates/password_reset.mako:30
8605 msgid "Generate new password here"
8725 msgid "Generate new password here"
8606 msgstr ""
8726 msgstr ""
8607
8727
8608 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
8728 #: rhodecode/templates/email_templates/pull_request_comment.mako:21
8609 #, python-format
8729 #, python-format
8610 msgid ""
8730 msgid ""
8611 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
8731 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (file: "
8612 "`%(comment_file)s`)"
8732 "`%(comment_file)s`)"
8613 msgstr ""
8733 msgstr ""
8614
8734
8615 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
8735 #: rhodecode/templates/email_templates/pull_request_comment.mako:24
8616 #, python-format
8736 #, python-format
8617 msgid ""
8737 msgid ""
8618 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
8738 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" (status: "
8619 "%(status)s)"
8739 "%(status)s)"
8620 msgstr ""
8740 msgstr ""
8621
8741
8622 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8742 #: rhodecode/templates/email_templates/pull_request_comment.mako:26
8623 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
8743 #: rhodecode/templates/email_templates/pull_request_comment.mako:83
8624 #, python-format
8744 #, python-format
8625 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
8745 msgid "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\""
8626 msgstr ""
8746 msgstr ""
8627
8747
8628 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
8748 #: rhodecode/templates/email_templates/pull_request_comment.mako:46
8629 msgid "Source repository"
8749 msgid "Source repository"
8630 msgstr ""
8750 msgstr ""
8631
8751
8632 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
8752 #: rhodecode/templates/email_templates/pull_request_comment.mako:55
8633 #, python-format
8753 #, python-format
8634 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
8754 msgid "%(user)s submitted pull request #%(pr_id)s status: *%(status)s*"
8635 msgstr ""
8755 msgstr ""
8636
8756
8637 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
8757 #: rhodecode/templates/email_templates/pull_request_comment.mako:57
8638 #, python-format
8758 #, python-format
8639 msgid ""
8759 msgid ""
8640 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
8760 "%(user)s submitted pull request #%(pr_id)s status: *%(status)s and closed*"
8641 msgstr ""
8761 msgstr ""
8642
8762
8643 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
8763 #: rhodecode/templates/email_templates/pull_request_comment.mako:81
8644 #, python-format
8764 #, python-format
8645 msgid ""
8765 msgid ""
8646 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
8766 "%(user)s commented on pull request #%(pr_id)s \"%(pr_title)s\" "
8647 "(file:`%(comment_file)s`)"
8767 "(file:`%(comment_file)s`)"
8648 msgstr ""
8768 msgstr ""
8649
8769
8650 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
8770 #: rhodecode/templates/email_templates/pull_request_comment.mako:87
8651 #, python-format
8771 #, python-format
8652 msgid "submitted pull request status: %(status)s"
8772 msgid "submitted pull request status: %(status)s"
8653 msgstr ""
8773 msgstr ""
8654
8774
8655 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
8775 #: rhodecode/templates/email_templates/pull_request_comment.mako:89
8656 #, python-format
8776 #, python-format
8657 msgid "submitted pull request status: %(status)s and closed"
8777 msgid "submitted pull request status: %(status)s and closed"
8658 msgstr ""
8778 msgstr ""
8659
8779
8660 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8780 #: rhodecode/templates/email_templates/pull_request_comment.mako:95
8661 msgid "Submitted status"
8781 msgid "Submitted status"
8662 msgstr ""
8782 msgstr ""
8663
8783
8664 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8784 #: rhodecode/templates/email_templates/pull_request_review.mako:14
8665 #, python-format
8785 #, python-format
8666 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8786 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\""
8667 msgstr ""
8787 msgstr ""
8668
8788
8669 #: rhodecode/templates/email_templates/pull_request_review.mako:34
8789 #: rhodecode/templates/email_templates/pull_request_review.mako:34
8670 #, python-format
8790 #, python-format
8671 msgid ""
8791 msgid ""
8672 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
8792 "Pull request from %(source_ref_type)s:%(source_ref_name)s of %(repo_url)s "
8673 "into %(target_ref_type)s:%(target_ref_name)s"
8793 "into %(target_ref_type)s:%(target_ref_name)s"
8674 msgstr ""
8794 msgstr ""
8675
8795
8676 #: rhodecode/templates/email_templates/pull_request_review.mako:37
8796 #: rhodecode/templates/email_templates/pull_request_review.mako:37
8677 msgid "Link"
8797 msgid "Link"
8678 msgstr ""
8798 msgstr ""
8679
8799
8680 #: rhodecode/templates/email_templates/pull_request_review.mako:46
8800 #: rhodecode/templates/email_templates/pull_request_review.mako:46
8681 #, python-format
8801 #, python-format
8682 msgid "Commit (%(num)s)"
8802 msgid "Commit (%(num)s)"
8683 msgid_plural "Commits (%(num)s)"
8803 msgid_plural "Commits (%(num)s)"
8684 msgstr[0] ""
8804 msgstr[0] ""
8685 msgstr[1] ""
8805 msgstr[1] ""
8686 msgstr[2] ""
8806 msgstr[2] ""
8687 msgstr[3] ""
8807 msgstr[3] ""
8688
8808
8689 #: rhodecode/templates/email_templates/pull_request_review.mako:71
8809 #: rhodecode/templates/email_templates/pull_request_review.mako:71
8690 #, python-format
8810 #, python-format
8691 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
8811 msgid "%(user)s wants you to review pull request #%(pr_id)s: \"%(pr_title)s\"."
8692 msgstr ""
8812 msgstr ""
8693
8813
8694 #: rhodecode/templates/email_templates/pull_request_review.mako:73
8814 #: rhodecode/templates/email_templates/pull_request_review.mako:73
8695 #, python-format
8815 #, python-format
8696 msgid "%(source_ref_type)s of %(source_repo_url)s"
8816 msgid "%(source_ref_type)s of %(source_repo_url)s"
8697 msgstr ""
8817 msgstr ""
8698
8818
8699 #: rhodecode/templates/email_templates/pull_request_review.mako:74
8819 #: rhodecode/templates/email_templates/pull_request_review.mako:74
8700 #, python-format
8820 #, python-format
8701 msgid "%(target_ref_type)s of %(target_repo_url)s"
8821 msgid "%(target_ref_type)s of %(target_repo_url)s"
8702 msgstr ""
8822 msgstr ""
8703
8823
8704 #: rhodecode/templates/email_templates/pull_request_review.mako:76
8824 #: rhodecode/templates/email_templates/pull_request_review.mako:76
8705 #: rhodecode/templates/summary/components.html:95
8825 #: rhodecode/templates/summary/components.mako:95
8706 #: rhodecode/templates/summary/components.html:98
8826 #: rhodecode/templates/summary/components.mako:98
8707 #, python-format
8827 #, python-format
8708 msgid "%(num)s Commit"
8828 msgid "%(num)s Commit"
8709 msgid_plural "%(num)s Commits"
8829 msgid_plural "%(num)s Commits"
8710 msgstr[0] ""
8830 msgstr[0] ""
8711 msgstr[1] ""
8831 msgstr[1] ""
8712 msgstr[2] ""
8832 msgstr[2] ""
8713 msgstr[3] ""
8833 msgstr[3] ""
8714
8834
8715 #: rhodecode/templates/email_templates/test.mako:5
8835 #: rhodecode/templates/email_templates/test.mako:5
8716 msgid "hello \"world\""
8836 msgid "hello \"world\""
8717 msgstr ""
8837 msgstr ""
8718
8838
8719 #: rhodecode/templates/email_templates/test.mako:21
8839 #: rhodecode/templates/email_templates/test.mako:21
8720 msgid "Translation"
8840 msgid "Translation"
8721 msgstr ""
8841 msgstr ""
8722
8842
8723 #: rhodecode/templates/email_templates/user_registration.mako:22
8843 #: rhodecode/templates/email_templates/user_registration.mako:22
8724 #, python-format
8844 #, python-format
8725 msgid "New user %(user)s has registered on %(date)s"
8845 msgid "New user %(user)s has registered on %(date)s"
8726 msgstr ""
8846 msgstr ""
8727
8847
8728 #: rhodecode/templates/email_templates/user_registration.mako:24
8848 #: rhodecode/templates/email_templates/user_registration.mako:24
8729 msgid "Full Name"
8849 msgid "Full Name"
8730 msgstr ""
8850 msgstr ""
8731
8851
8732 #: rhodecode/templates/email_templates/user_registration.mako:26
8852 #: rhodecode/templates/email_templates/user_registration.mako:26
8733 #: rhodecode/templates/users/user.html:29
8853 #: rhodecode/templates/users/user.mako:29
8734 #: rhodecode/templates/users/user_profile.html:5
8854 #: rhodecode/templates/users/user_profile.mako:5
8735 msgid "Profile"
8855 msgid "Profile"
8736 msgstr ""
8856 msgstr ""
8737
8857
8738 #: rhodecode/templates/errors/error_document.html:44
8858 #: rhodecode/templates/errors/error_document.mako:46
8739 #, python-format
8859 #, python-format
8740 msgid "You will be redirected to %s in %s seconds"
8860 msgid "You will be redirected to %s in %s seconds"
8741 msgstr ""
8861 msgstr ""
8742
8862
8743 #: rhodecode/templates/feed/atom_feed_entry.mako:3
8863 #: rhodecode/templates/feed/atom_feed_entry.mako:3
8744 #, python-format
8864 #, python-format
8745 msgid "%(user)s commited on %(date)s UTC"
8865 msgid "%(user)s commited on %(date)s UTC"
8746 msgstr ""
8866 msgstr ""
8747
8867
8748 #: rhodecode/templates/feed/atom_feed_entry.mako:26
8868 #: rhodecode/templates/feed/atom_feed_entry.mako:26
8749 msgid "Commit was too big and was cut off..."
8869 msgid "Commit was too big and was cut off..."
8750 msgstr ""
8870 msgstr ""
8751
8871
8752 #: rhodecode/templates/files/diff_2way.html:15
8872 #: rhodecode/templates/files/file_authors_box.mako:6
8753 #, python-format
8754 msgid "%s File side-by-side diff"
8755 msgstr ""
8756
8757 #: rhodecode/templates/files/diff_2way.html:79
8758 msgid "Enable editor mode"
8759 msgstr ""
8760
8761 #: rhodecode/templates/files/diff_2way.html:80
8762 msgid "Disable editor mode"
8763 msgstr ""
8764
8765 #: rhodecode/templates/files/diff_2way.html:84
8766 msgid "Previous change"
8767 msgstr ""
8768
8769 #: rhodecode/templates/files/diff_2way.html:85
8770 msgid "Next change"
8771 msgstr ""
8772
8773 #: rhodecode/templates/files/diff_2way.html:100
8774 msgid "mode"
8775 msgstr ""
8776
8777 #: rhodecode/templates/files/file_authors_box.html:6
8778 msgid "Last Author"
8873 msgid "Last Author"
8779 msgstr ""
8874 msgstr ""
8780
8875
8781 #: rhodecode/templates/files/file_authors_box.html:8
8876 #: rhodecode/templates/files/file_authors_box.mako:8
8782 #, python-format
8877 #, python-format
8783 msgid "File Author (%s)"
8878 msgid "File Author (%s)"
8784 msgid_plural "File Authors (%s)"
8879 msgid_plural "File Authors (%s)"
8785 msgstr[0] ""
8880 msgstr[0] ""
8786 msgstr[1] ""
8881 msgstr[1] ""
8787 msgstr[2] ""
8882 msgstr[2] ""
8788 msgstr[3] ""
8883 msgstr[3] ""
8789
8884
8790 #: rhodecode/templates/files/file_authors_box.html:11
8885 #: rhodecode/templates/files/file_authors_box.mako:11
8791 msgid "Show All"
8886 msgid "Show All"
8792 msgstr ""
8887 msgstr ""
8793
8888
8794 #: rhodecode/templates/files/file_authors_box.html:25
8889 #: rhodecode/templates/files/file_authors_box.mako:25
8795 msgid "last author"
8890 msgid "last author"
8796 msgstr ""
8891 msgstr ""
8797
8892
8798 #: rhodecode/templates/files/file_diff.html:4
8893 #: rhodecode/templates/files/file_tree_author_box.mako:5
8799 #, python-format
8800 msgid "%s File Diff"
8801 msgstr ""
8802
8803 #: rhodecode/templates/files/file_diff.html:37
8804 msgid "for"
8805 msgstr ""
8806
8807 #: rhodecode/templates/files/file_diff.html:53
8808 msgid "No commits"
8809 msgstr ""
8810
8811 #: rhodecode/templates/files/file_diff.html:81
8812 msgid "Cannot diff binary files"
8813 msgstr ""
8814
8815 #: rhodecode/templates/files/file_diff.html:83
8816 msgid "File was not changed in this commit range"
8817 msgstr ""
8818
8819 #: rhodecode/templates/files/file_tree_author_box.html:5
8820 msgid "Commit Author"
8894 msgid "Commit Author"
8821 msgstr ""
8895 msgstr ""
8822
8896
8823 #: rhodecode/templates/files/files.html:4
8897 #: rhodecode/templates/files/files.mako:4
8824 #: rhodecode/templates/files/files_pjax.html:2
8898 #: rhodecode/templates/files/files_pjax.mako:2
8825 #, python-format
8899 #, python-format
8826 msgid "%s Files"
8900 msgid "%s Files"
8827 msgstr ""
8901 msgstr ""
8828
8902
8829 #: rhodecode/templates/files/files.html:131
8903 #: rhodecode/templates/files/files.mako:131
8830 msgid "Switch To Commit"
8904 msgid "Pick Commit"
8831 msgstr ""
8905 msgstr ""
8832
8906
8833 #: rhodecode/templates/files/files_add.html:4
8907 #: rhodecode/templates/files/files_add.mako:4
8834 #, python-format
8908 #, python-format
8835 msgid "%s Files Add"
8909 msgid "%s Files Add"
8836 msgstr ""
8910 msgstr ""
8837
8911
8838 #: rhodecode/templates/files/files_add.html:15
8912 #: rhodecode/templates/files/files_add.mako:15
8839 msgid "Add new file"
8913 msgid "Add new file"
8840 msgstr ""
8914 msgstr ""
8841
8915
8842 #: rhodecode/templates/files/files_add.html:34
8916 #: rhodecode/templates/files/files_add.mako:34
8843 #: rhodecode/templates/files/files_delete.html:34
8917 #: rhodecode/templates/files/files_delete.mako:34
8844 #: rhodecode/templates/files/files_edit.html:34
8918 #: rhodecode/templates/files/files_edit.mako:34
8845 msgid "Path"
8919 msgid "Path"
8846 msgstr ""
8920 msgstr ""
8847
8921
8848 #: rhodecode/templates/files/files_add.html:39
8922 #: rhodecode/templates/files/files_add.mako:39
8849 msgid "Specify Custom Path"
8923 msgid "Specify Custom Path"
8850 msgstr ""
8924 msgstr ""
8851
8925
8852 #: rhodecode/templates/files/files_add.html:44
8926 #: rhodecode/templates/files/files_add.mako:44
8853 msgid "Remove Custom Path"
8927 msgid "Remove Custom Path"
8854 msgstr ""
8928 msgstr ""
8855
8929
8856 #: rhodecode/templates/files/files_add.html:50
8930 #: rhodecode/templates/files/files_add.mako:50
8857 msgid "Filename"
8931 msgid "Filename"
8858 msgstr ""
8932 msgstr ""
8859
8933
8860 #: rhodecode/templates/files/files_add.html:54
8934 #: rhodecode/templates/files/files_add.mako:54
8861 msgid "Upload File"
8935 msgid "Upload File"
8862 msgstr ""
8936 msgstr ""
8863
8937
8864 #: rhodecode/templates/files/files_add.html:59
8938 #: rhodecode/templates/files/files_add.mako:59
8865 msgid "Upload file"
8939 msgid "Upload file"
8866 msgstr ""
8940 msgstr ""
8867
8941
8868 #: rhodecode/templates/files/files_add.html:63
8942 #: rhodecode/templates/files/files_add.mako:63
8869 msgid "No file selected"
8943 msgid "No file selected"
8870 msgstr ""
8944 msgstr ""
8871
8945
8872 #: rhodecode/templates/files/files_add.html:65
8946 #: rhodecode/templates/files/files_add.mako:65
8873 msgid "Create New File"
8947 msgid "Create New File"
8874 msgstr ""
8948 msgstr ""
8875
8949
8876 #: rhodecode/templates/files/files_add.html:75
8950 #: rhodecode/templates/files/files_add.mako:75
8877 #: rhodecode/templates/files/files_edit.html:79
8951 #: rhodecode/templates/files/files_edit.mako:79
8878 msgid "line wraps"
8952 msgid "line wraps"
8879 msgstr ""
8953 msgstr ""
8880
8954
8881 #: rhodecode/templates/files/files_add.html:76
8955 #: rhodecode/templates/files/files_add.mako:76
8882 #: rhodecode/templates/files/files_edit.html:80
8956 #: rhodecode/templates/files/files_edit.mako:80
8883 msgid "on"
8957 msgid "on"
8884 msgstr ""
8958 msgstr ""
8885
8959
8886 #: rhodecode/templates/files/files_add.html:76
8960 #: rhodecode/templates/files/files_add.mako:76
8887 #: rhodecode/templates/files/files_edit.html:80
8961 #: rhodecode/templates/files/files_edit.mako:80
8888 msgid "off"
8962 msgid "off"
8889 msgstr ""
8963 msgstr ""
8890
8964
8891 #: rhodecode/templates/files/files_add.html:103
8965 #: rhodecode/templates/files/files_add.mako:103
8892 #: rhodecode/templates/files/files_edit.html:106
8966 #: rhodecode/templates/files/files_edit.mako:106
8893 msgid "Commit changes"
8967 msgid "Commit changes"
8894 msgstr ""
8968 msgstr ""
8895
8969
8896 #: rhodecode/templates/files/files_browser.html:9
8970 #: rhodecode/templates/files/files_browser.mako:9
8897 msgid "Previous commit"
8971 msgid "Previous commit"
8898 msgstr ""
8972 msgstr ""
8899
8973
8900 #: rhodecode/templates/files/files_browser.html:13
8974 #: rhodecode/templates/files/files_browser.mako:13
8901 msgid "Next commit"
8975 msgid "Next commit"
8902 msgstr ""
8976 msgstr ""
8903
8977
8904 #: rhodecode/templates/files/files_browser.html:19
8978 #: rhodecode/templates/files/files_browser.mako:19
8905 msgid "Search File List"
8979 msgid "Search File List"
8906 msgstr ""
8980 msgstr ""
8907
8981
8908 #: rhodecode/templates/files/files_browser.html:22
8982 #: rhodecode/templates/files/files_browser.mako:22
8909 msgid "Close File List"
8983 msgid "Close File List"
8910 msgstr ""
8984 msgstr ""
8911
8985
8912 #: rhodecode/templates/files/files_browser.html:27
8986 #: rhodecode/templates/files/files_browser.mako:27
8913 msgid "Add File"
8987 msgid "Add File"
8914 msgstr ""
8988 msgstr ""
8915
8989
8916 #: rhodecode/templates/files/files_browser.html:34
8990 #: rhodecode/templates/files/files_browser.mako:34
8917 msgid "Loading file list..."
8991 msgid "Loading file list..."
8918 msgstr ""
8992 msgstr ""
8919
8993
8920 #: rhodecode/templates/files/files_browser_tree.html:6
8994 #: rhodecode/templates/files/files_browser_tree.mako:6
8921 msgid "Size"
8995 msgid "Size"
8922 msgstr ""
8996 msgstr ""
8923
8997
8924 #: rhodecode/templates/files/files_browser_tree.html:7
8998 #: rhodecode/templates/files/files_browser_tree.mako:7
8925 msgid "Modified"
8999 msgid "Modified"
8926 msgstr ""
9000 msgstr ""
8927
9001
8928 #: rhodecode/templates/files/files_browser_tree.html:8
9002 #: rhodecode/templates/files/files_browser_tree.mako:8
8929 msgid "Last Commit"
9003 msgid "Last Commit"
8930 msgstr ""
9004 msgstr ""
8931
9005
8932 #: rhodecode/templates/files/files_delete.html:4
9006 #: rhodecode/templates/files/files_delete.mako:4
8933 #, python-format
9007 #, python-format
8934 msgid "%s Files Delete"
9008 msgid "%s Files Delete"
8935 msgstr ""
9009 msgstr ""
8936
9010
8937 #: rhodecode/templates/files/files_delete.html:15
9011 #: rhodecode/templates/files/files_delete.mako:15
8938 msgid "Delete file"
9012 msgid "Delete file"
8939 msgstr ""
9013 msgstr ""
8940
9014
8941 #: rhodecode/templates/files/files_delete.html:45
9015 #: rhodecode/templates/files/files_delete.mako:45
8942 #: rhodecode/templates/files/files_source.html:51
9016 #: rhodecode/templates/files/files_source.mako:51
8943 #, python-format
9017 #, python-format
8944 msgid "Binary file (%s)"
9018 msgid "Binary file (%s)"
8945 msgstr ""
9019 msgstr ""
8946
9020
8947 #: rhodecode/templates/files/files_delete.html:50
9021 #: rhodecode/templates/files/files_delete.mako:50
8948 #: rhodecode/templates/files/files_source.html:73
9022 #: rhodecode/templates/files/files_source.mako:73
8949 msgid "File is too big to display"
9023 msgid "File is too big to display"
8950 msgstr ""
9024 msgstr ""
8951
9025
8952 #: rhodecode/templates/files/files_delete.html:70
9026 #: rhodecode/templates/files/files_delete.mako:70
8953 msgid "Delete File"
9027 msgid "Delete File"
8954 msgstr ""
9028 msgstr ""
8955
9029
8956 #: rhodecode/templates/files/files_detail.html:5
9030 #: rhodecode/templates/files/files_detail.mako:5
8957 #: rhodecode/templates/files/files_detail.html:12
9031 #: rhodecode/templates/files/files_detail.mako:12
8958 msgid "Commit Description"
9032 msgid "Commit Description"
8959 msgstr ""
9033 msgstr ""
8960
9034
8961 #: rhodecode/templates/files/files_detail.html:35
9035 #: rhodecode/templates/files/files_detail.mako:35
8962 msgid "File last commit"
9036 msgid "File last commit"
8963 msgstr ""
9037 msgstr ""
8964
9038
8965 #: rhodecode/templates/files/files_detail.html:54
9039 #: rhodecode/templates/files/files_detail.mako:51
9040 msgid "Show/Diff file"
9041 msgstr ""
9042
9043 #: rhodecode/templates/files/files_detail.mako:66
8966 msgid "Diff to Commit"
9044 msgid "Diff to Commit"
8967 msgstr ""
9045 msgstr ""
8968
9046
8969 #: rhodecode/templates/files/files_detail.html:55
9047 #: rhodecode/templates/files/files_detail.mako:67
8970 msgid "Show at Commit"
9048 msgid "Show at Commit"
8971 msgstr ""
9049 msgstr ""
8972
9050
8973 #: rhodecode/templates/files/files_edit.html:4
9051 #: rhodecode/templates/files/files_edit.mako:4
8974 #, python-format
9052 #, python-format
8975 msgid "%s File Edit"
9053 msgid "%s File Edit"
8976 msgstr ""
9054 msgstr ""
8977
9055
8978 #: rhodecode/templates/files/files_edit.html:15
9056 #: rhodecode/templates/files/files_edit.mako:15
8979 msgid "Edit file"
9057 msgid "Edit file"
8980 msgstr ""
9058 msgstr ""
8981
9059
8982 #: rhodecode/templates/files/files_edit.html:55
9060 #: rhodecode/templates/files/files_edit.mako:55
8983 msgid "history"
9061 msgid "history"
8984 msgstr ""
9062 msgstr ""
8985
9063
8986 #: rhodecode/templates/files/files_edit.html:61
9064 #: rhodecode/templates/files/files_edit.mako:61
8987 msgid "source"
9065 msgid "source"
8988 msgstr ""
9066 msgstr ""
8989
9067
8990 #: rhodecode/templates/files/files_edit.html:63
9068 #: rhodecode/templates/files/files_edit.mako:63
8991 #: rhodecode/templates/files/files_pjax.html:19
9069 #: rhodecode/templates/files/files_pjax.mako:19
8992 msgid "annotation"
9070 msgid "annotation"
8993 msgstr ""
9071 msgstr ""
8994
9072
8995 #: rhodecode/templates/files/files_edit.html:65
9073 #: rhodecode/templates/files/files_edit.mako:65
8996 msgid "raw"
9074 msgid "raw"
8997 msgstr ""
9075 msgstr ""
8998
9076
8999 #: rhodecode/templates/files/files_edit.html:67
9077 #: rhodecode/templates/files/files_edit.mako:67
9000 msgid "download"
9078 msgid "download"
9001 msgstr ""
9079 msgstr ""
9002
9080
9003 #: rhodecode/templates/files/files_edit.html:74
9081 #: rhodecode/templates/files/files_edit.mako:74
9004 msgid "Editing file"
9082 msgid "Editing file"
9005 msgstr ""
9083 msgstr ""
9006
9084
9007 #: rhodecode/templates/files/files_pjax.html:17
9085 #: rhodecode/templates/files/files_pjax.mako:17
9008 msgid "Location"
9086 msgid "Location"
9009 msgstr ""
9087 msgstr ""
9010
9088
9011 #: rhodecode/templates/files/files_source.html:7
9089 #: rhodecode/templates/files/files_source.mako:7
9012 #: rhodecode/templates/search/search_content.html:57
9090 #: rhodecode/templates/search/search_content.mako:57
9013 msgid "line"
9091 msgid "line"
9014 msgid_plural "lines"
9092 msgid_plural "lines"
9015 msgstr[0] ""
9093 msgstr[0] ""
9016 msgstr[1] ""
9094 msgstr[1] ""
9017 msgstr[2] ""
9095 msgstr[2] ""
9018 msgstr[3] ""
9096 msgstr[3] ""
9019
9097
9020 #: rhodecode/templates/files/files_source.html:14
9098 #: rhodecode/templates/files/files_source.mako:14
9021 msgid "History"
9099 msgid "History"
9022 msgstr ""
9100 msgstr ""
9023
9101
9024 #: rhodecode/templates/files/files_source.html:17
9102 #: rhodecode/templates/files/files_source.mako:17
9025 #: rhodecode/templates/search/search_content.html:68
9103 #: rhodecode/templates/search/search_content.mako:68
9026 msgid "Show Full History"
9104 msgid "Show Full History"
9027 msgstr ""
9105 msgstr ""
9028
9106
9029 #: rhodecode/templates/files/files_source.html:22
9107 #: rhodecode/templates/files/files_source.mako:22
9030 #: rhodecode/templates/search/search_content.html:70
9108 #: rhodecode/templates/search/search_content.mako:70
9031 msgid "Annotation"
9109 msgid "Annotation"
9032 msgstr ""
9110 msgstr ""
9033
9111
9034 #: rhodecode/templates/files/files_source.html:24
9112 #: rhodecode/templates/files/files_source.mako:24
9035 #: rhodecode/templates/search/search_content.html:71
9113 #: rhodecode/templates/search/search_content.mako:71
9036 msgid "Raw"
9114 msgid "Raw"
9037 msgstr ""
9115 msgstr ""
9038
9116
9039 #: rhodecode/templates/files/files_source.html:26
9117 #: rhodecode/templates/files/files_source.mako:26
9040 #: rhodecode/templates/search/search_content.html:73
9118 #: rhodecode/templates/search/search_content.mako:73
9041 msgid "Download"
9119 msgid "Download"
9042 msgstr ""
9120 msgstr ""
9043
9121
9044 #: rhodecode/templates/files/files_source.html:33
9122 #: rhodecode/templates/files/files_source.mako:33
9045 #, python-format
9123 #, python-format
9046 msgid "Edit on Branch:%s"
9124 msgid "Edit on Branch:%s"
9047 msgstr ""
9125 msgstr ""
9048
9126
9049 #: rhodecode/templates/files/files_source.html:38
9127 #: rhodecode/templates/files/files_source.mako:38
9050 msgid "Editing binary files not allowed"
9128 msgid "Editing binary files not allowed"
9051 msgstr ""
9129 msgstr ""
9052
9130
9053 #: rhodecode/templates/files/files_source.html:41
9131 #: rhodecode/templates/files/files_source.mako:41
9054 msgid "Editing files allowed only when on branch head commit"
9132 msgid "Editing files allowed only when on branch head commit"
9055 msgstr ""
9133 msgstr ""
9056
9134
9057 #: rhodecode/templates/files/files_source.html:42
9135 #: rhodecode/templates/files/files_source.mako:42
9058 msgid "Deleting files allowed only when on branch head commit"
9136 msgid "Deleting files allowed only when on branch head commit"
9059 msgstr ""
9137 msgstr ""
9060
9138
9061 #: rhodecode/templates/followers/followers.html:5
9139 #: rhodecode/templates/followers/followers.mako:5
9062 #: rhodecode/templates/followers/followers.html:27
9140 #: rhodecode/templates/followers/followers.mako:27
9063 #, python-format
9141 #, python-format
9064 msgid "%s Followers"
9142 msgid "%s Followers"
9065 msgstr ""
9143 msgstr ""
9066
9144
9067 #: rhodecode/templates/followers/followers.html:12
9145 #: rhodecode/templates/followers/followers.mako:12
9068 msgid "Followers"
9146 msgid "Followers"
9069 msgstr ""
9147 msgstr ""
9070
9148
9071 #: rhodecode/templates/followers/followers_data.html:5
9149 #: rhodecode/templates/followers/followers_data.mako:5
9072 msgid "Follower Name"
9150 msgid "Follower Name"
9073 msgstr ""
9151 msgstr ""
9074
9152
9075 #: rhodecode/templates/followers/followers_data.html:6
9153 #: rhodecode/templates/followers/followers_data.mako:6
9076 msgid "Following Since"
9154 msgid "Following Since"
9077 msgstr ""
9155 msgstr ""
9078
9156
9079 #: rhodecode/templates/forks/fork.html:5
9157 #: rhodecode/templates/forks/fork.mako:5
9080 #, python-format
9158 #, python-format
9081 msgid "Fork repository %s"
9159 msgid "Fork repository %s"
9082 msgstr ""
9160 msgstr ""
9083
9161
9084 #: rhodecode/templates/forks/fork.html:12
9162 #: rhodecode/templates/forks/fork.mako:12
9085 msgid "New Fork"
9163 msgid "New Fork"
9086 msgstr ""
9164 msgstr ""
9087
9165
9088 #: rhodecode/templates/forks/fork.html:37
9166 #: rhodecode/templates/forks/fork.mako:37
9089 msgid "Fork name"
9167 msgid "Fork name"
9090 msgstr ""
9168 msgstr ""
9091
9169
9092 #: rhodecode/templates/forks/fork.html:93
9170 #: rhodecode/templates/forks/fork.mako:93
9093 msgid "Copy permissions"
9171 msgid "Copy permissions"
9094 msgstr ""
9172 msgstr ""
9095
9173
9096 #: rhodecode/templates/forks/fork.html:97
9174 #: rhodecode/templates/forks/fork.mako:97
9097 msgid "Copy permissions from forked repository"
9175 msgid "Copy permissions from forked repository"
9098 msgstr ""
9176 msgstr ""
9099
9177
9100 #: rhodecode/templates/forks/fork.html:102
9178 #: rhodecode/templates/forks/fork.mako:102
9101 msgid "Fork this Repository"
9179 msgid "Fork this Repository"
9102 msgstr ""
9180 msgstr ""
9103
9181
9104 #: rhodecode/templates/forks/forks.html:5
9182 #: rhodecode/templates/forks/forks.mako:5
9105 #, python-format
9183 #, python-format
9106 msgid "%s Forks"
9184 msgid "%s Forks"
9107 msgstr ""
9185 msgstr ""
9108
9186
9109 #: rhodecode/templates/forks/forks.html:12
9187 #: rhodecode/templates/forks/forks.mako:12
9110 msgid "Forks"
9188 msgid "Forks"
9111 msgstr ""
9189 msgstr ""
9112
9190
9113 #: rhodecode/templates/forks/forks.html:32
9191 #: rhodecode/templates/forks/forks.mako:32
9114 msgid "Create new fork"
9192 msgid "Create new fork"
9115 msgstr ""
9193 msgstr ""
9116
9194
9117 #: rhodecode/templates/forks/forks_data.html:10
9195 #: rhodecode/templates/forks/forks_data.mako:10
9118 msgid "Forked"
9196 msgid "Forked"
9119 msgstr ""
9197 msgstr ""
9120
9198
9121 #: rhodecode/templates/forks/forks_data.html:46
9199 #: rhodecode/templates/forks/forks_data.mako:46
9122 msgid "There are no forks yet"
9200 msgid "There are no forks yet"
9123 msgstr ""
9201 msgstr ""
9124
9202
9125 #: rhodecode/templates/journal/journal.html:13
9203 #: rhodecode/templates/journal/journal.mako:13
9126 msgid "Filter"
9204 msgid "Filter"
9127 msgstr ""
9205 msgstr ""
9128
9206
9129 #: rhodecode/templates/journal/journal.html:23
9207 #: rhodecode/templates/journal/journal.mako:23
9130 msgid "ATOM journal feed"
9208 msgid "ATOM journal feed"
9131 msgstr ""
9209 msgstr ""
9132
9210
9133 #: rhodecode/templates/journal/journal.html:24
9211 #: rhodecode/templates/journal/journal.mako:24
9134 msgid "RSS journal feed"
9212 msgid "RSS journal feed"
9135 msgstr ""
9213 msgstr ""
9136
9214
9137 #: rhodecode/templates/journal/journal_data.html:51
9215 #: rhodecode/templates/journal/journal_data.mako:51
9138 msgid "No entries yet"
9216 msgid "No entries yet"
9139 msgstr ""
9217 msgstr ""
9140
9218
9141 #: rhodecode/templates/journal/public_journal.html:4
9219 #: rhodecode/templates/journal/public_journal.mako:4
9142 #: rhodecode/templates/journal/public_journal.html:24
9220 #: rhodecode/templates/journal/public_journal.mako:24
9143 msgid "Public Journal"
9221 msgid "Public Journal"
9144 msgstr ""
9222 msgstr ""
9145
9223
9146 #: rhodecode/templates/journal/public_journal.html:16
9224 #: rhodecode/templates/journal/public_journal.mako:16
9147 msgid "ATOM public journal feed"
9225 msgid "ATOM public journal feed"
9148 msgstr ""
9226 msgstr ""
9149
9227
9150 #: rhodecode/templates/journal/public_journal.html:17
9228 #: rhodecode/templates/journal/public_journal.mako:17
9151 msgid "RSS public journal feed"
9229 msgid "RSS public journal feed"
9152 msgstr ""
9230 msgstr ""
9153
9231
9154 #: rhodecode/templates/pullrequests/pullrequest.html:4
9232 #: rhodecode/templates/pullrequests/pullrequest.mako:4
9155 #: rhodecode/templates/pullrequests/pullrequest.html:8
9233 #: rhodecode/templates/pullrequests/pullrequest.mako:8
9156 msgid "New pull request"
9234 msgid "New pull request"
9157 msgstr ""
9235 msgstr ""
9158
9236
9159 #: rhodecode/templates/pullrequests/pullrequest.html:52
9237 #: rhodecode/templates/pullrequests/pullrequest.mako:52
9160 msgid "Write a short description on this pull request"
9238 msgid "Write a short description on this pull request"
9161 msgstr ""
9239 msgstr ""
9162
9240
9163 #: rhodecode/templates/pullrequests/pullrequest.html:59
9241 #: rhodecode/templates/pullrequests/pullrequest.mako:59
9164 msgid "Commit flow"
9242 msgid "Commit flow"
9165 msgstr ""
9243 msgstr ""
9166
9244
9167 #: rhodecode/templates/pullrequests/pullrequest.html:67
9245 #: rhodecode/templates/pullrequests/pullrequest.mako:67
9168 msgid "Origin repository"
9246 msgid "Origin repository"
9169 msgstr ""
9247 msgstr ""
9170
9248
9171 #: rhodecode/templates/pullrequests/pullrequest.html:85
9249 #: rhodecode/templates/pullrequests/pullrequest.mako:85
9172 msgid "Loading refs..."
9250 msgid "Loading refs..."
9173 msgstr ""
9251 msgstr ""
9174
9252
9175 #: rhodecode/templates/pullrequests/pullrequest.html:96
9253 #: rhodecode/templates/pullrequests/pullrequest.mako:96
9176 msgid "Submit Pull Request"
9254 msgid "Submit Pull Request"
9177 msgstr ""
9255 msgstr ""
9178
9256
9179 #: rhodecode/templates/pullrequests/pullrequest.html:109
9257 #: rhodecode/templates/pullrequests/pullrequest.mako:109
9180 #: rhodecode/templates/pullrequests/pullrequest_show.html:211
9258 #: rhodecode/templates/pullrequests/pullrequest_show.mako:317
9181 msgid "Pull request reviewers"
9259 msgid "Pull request reviewers"
9182 msgstr ""
9260 msgstr ""
9183
9261
9184 #: rhodecode/templates/pullrequests/pullrequest.html:119
9262 #: rhodecode/templates/pullrequests/pullrequest.mako:110
9185 #: rhodecode/templates/pullrequests/pullrequest_show.html:255
9263 msgid "loading..."
9264 msgstr ""
9265
9266 #: rhodecode/templates/pullrequests/pullrequest.mako:120
9267 #: rhodecode/templates/pullrequests/pullrequest_show.mako:361
9186 msgid "Add reviewer"
9268 msgid "Add reviewer"
9187 msgstr ""
9269 msgstr ""
9188
9270
9189 #: rhodecode/templates/pullrequests/pullrequest.html:281
9271 #: rhodecode/templates/pullrequests/pullrequest.mako:299
9190 #: rhodecode/templates/pullrequests/pullrequest.html:548
9272 #: rhodecode/templates/pullrequests/pullrequest.mako:572
9191 msgid "Please select origin and destination"
9273 msgid "Please select origin and destination"
9192 msgstr ""
9274 msgstr ""
9193
9275
9194 #: rhodecode/templates/pullrequests/pullrequest.html:287
9276 #: rhodecode/templates/pullrequests/pullrequest.mako:305
9195 msgid "Loading compare ..."
9277 msgid "Loading compare ..."
9196 msgstr ""
9278 msgstr ""
9197
9279
9198 #: rhodecode/templates/pullrequests/pullrequest.html:334
9280 #: rhodecode/templates/pullrequests/pullrequest.mako:352
9199 #: rhodecode/templates/pullrequests/pullrequest.html:336
9281 #: rhodecode/templates/pullrequests/pullrequest.mako:354
9200 msgid "This pull request will consist of __COMMITS__ commit."
9282 msgid "This pull request will consist of __COMMITS__ commit."
9201 msgid_plural "This pull request will consist of __COMMITS__ commits."
9283 msgid_plural "This pull request will consist of __COMMITS__ commits."
9202 msgstr[0] ""
9284 msgstr[0] ""
9203 msgstr[1] ""
9285 msgstr[1] ""
9204 msgstr[2] ""
9286 msgstr[2] ""
9205 msgstr[3] ""
9287 msgstr[3] ""
9206
9288
9207 #: rhodecode/templates/pullrequests/pullrequest.html:339
9289 #: rhodecode/templates/pullrequests/pullrequest.mako:357
9208 msgid "Show detailed compare."
9290 msgid "Show detailed compare."
9209 msgstr ""
9291 msgstr ""
9210
9292
9211 #: rhodecode/templates/pullrequests/pullrequest.html:346
9293 #: rhodecode/templates/pullrequests/pullrequest.mako:364
9212 msgid "There are no commits to merge."
9294 msgid "There are no commits to merge."
9213 msgstr ""
9295 msgstr ""
9214
9296
9215 #: rhodecode/templates/pullrequests/pullrequest.html:446
9297 #: rhodecode/templates/pullrequests/pullrequest.mako:464
9216 msgid "Destination repository"
9298 msgid "Destination repository"
9217 msgstr ""
9299 msgstr ""
9218
9300
9219 #: rhodecode/templates/pullrequests/pullrequest.html:457
9301 #: rhodecode/templates/pullrequests/pullrequest.mako:475
9220 msgid "Select commit reference"
9302 msgid "Select commit reference"
9221 msgstr ""
9303 msgstr ""
9222
9304
9223 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
9305 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:8
9306 msgid "This pull request can be merged automatically."
9307 msgstr ""
9308
9309 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:13
9310 msgid "Merge is not currently possible because of below failed checks."
9311 msgstr ""
9312
9313 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:38
9314 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:43
9315 msgid "refresh checks"
9316 msgstr ""
9317
9318 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:39
9319 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:44
9320 msgid "Merge Pull Request"
9321 msgstr ""
9322
9323 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:44
9324 msgid "You are not allowed to merge this pull request."
9325 msgstr ""
9326
9327 #: rhodecode/templates/pullrequests/pullrequest_merge_checks.mako:46
9328 msgid "Login to Merge this Pull Request"
9329 msgstr ""
9330
9331 #: rhodecode/templates/pullrequests/pullrequest_show.mako:5
9224 #, python-format
9332 #, python-format
9225 msgid "%s Pull Request #%s"
9333 msgid "%s Pull Request #%s"
9226 msgstr ""
9334 msgstr ""
9227
9335
9228 #: rhodecode/templates/pullrequests/pullrequest_show.html:48
9336 #: rhodecode/templates/pullrequests/pullrequest_show.mako:51
9229 msgid "From"
9337 msgid "From"
9230 msgstr ""
9338 msgstr ""
9231
9339
9232 #: rhodecode/templates/pullrequests/pullrequest_show.html:54
9340 #: rhodecode/templates/pullrequests/pullrequest_show.mako:57
9233 msgid "Confirm to delete this pull request"
9341 msgid "Confirm to delete this pull request"
9234 msgstr ""
9342 msgstr ""
9235
9343
9236 #: rhodecode/templates/pullrequests/pullrequest_show.html:61
9344 #: rhodecode/templates/pullrequests/pullrequest_show.mako:71
9237 msgid "Cancel edit"
9238 msgstr ""
9239
9240 #: rhodecode/templates/pullrequests/pullrequest_show.html:68
9241 msgid "Origin"
9345 msgid "Origin"
9242 msgstr ""
9346 msgstr ""
9243
9347
9244 #: rhodecode/templates/pullrequests/pullrequest_show.html:134
9348 #: rhodecode/templates/pullrequests/pullrequest_show.mako:120
9349 msgid "Merge"
9350 msgstr ""
9351
9352 #: rhodecode/templates/pullrequests/pullrequest_show.mako:133
9353 msgid "Shadow repository data not available"
9354 msgstr ""
9355
9356 #: rhodecode/templates/pullrequests/pullrequest_show.mako:141
9245 msgid "Review"
9357 msgid "Review"
9246 msgstr ""
9358 msgstr ""
9247
9359
9248 #: rhodecode/templates/pullrequests/pullrequest_show.html:145
9360 #: rhodecode/templates/pullrequests/pullrequest_show.mako:152
9249 #, python-format
9361 #, python-format
9250 msgid "calculated based on %s reviewer vote"
9362 msgid "calculated based on %s reviewer vote"
9251 msgid_plural "calculated based on %s reviewers votes"
9363 msgid_plural "calculated based on %s reviewers votes"
9252 msgstr[0] ""
9364 msgstr[0] ""
9253 msgstr[1] ""
9365 msgstr[1] ""
9254 msgstr[2] ""
9366 msgstr[2] ""
9255 msgstr[3] ""
9367 msgstr[3] ""
9256
9368
9257 #: rhodecode/templates/pullrequests/pullrequest_show.html:168
9369 #: rhodecode/templates/pullrequests/pullrequest_show.mako:170
9258 #: rhodecode/templates/pullrequests/pullrequest_show.html:170
9370 msgid "Versions"
9259 #, python-format
9371 msgstr ""
9260 msgid "%d Pull request comment"
9372
9261 msgid_plural "%d Pull request comments"
9373 #: rhodecode/templates/pullrequests/pullrequest_show.mako:181
9262 msgstr[0] ""
9374 #: rhodecode/templates/pullrequests/pullrequest_show.mako:183
9263 msgstr[1] ""
9375 msgid "{} version available for this pull request, show it."
9264 msgstr[2] ""
9376 msgid_plural "{} versions available for this pull request, show them."
9265 msgstr[3] ""
9266
9267 #: rhodecode/templates/pullrequests/pullrequest_show.html:180
9268 #, python-format
9269 msgid "%d Outdated Comment"
9270 msgid_plural "%d Outdated Comments"
9271 msgstr[0] ""
9272 msgstr[1] ""
9273 msgstr[2] ""
9274 msgstr[3] ""
9275
9276 #: rhodecode/templates/pullrequests/pullrequest_show.html:180
9277 msgid "(Show)"
9278 msgstr ""
9279
9280 #: rhodecode/templates/pullrequests/pullrequest_show.html:189
9281 #: rhodecode/templates/pullrequests/pullrequest_show.html:259
9282 msgid "Save Changes"
9283 msgstr ""
9284
9285 #: rhodecode/templates/pullrequests/pullrequest_show.html:276
9286 msgid "Missing requirements:"
9287 msgstr ""
9288
9289 #: rhodecode/templates/pullrequests/pullrequest_show.html:277
9290 msgid ""
9291 "These commits cannot be displayed, because this repository uses the "
9292 "Mercurial largefiles extension, which was not enabled."
9293 msgstr ""
9294
9295 #: rhodecode/templates/pullrequests/pullrequest_show.html:285
9296 msgid "Missing commits"
9297 msgstr ""
9298
9299 #: rhodecode/templates/pullrequests/pullrequest_show.html:286
9300 msgid ""
9301 "This pull request cannot be displayed, because one or more commits no longer"
9302 " exist in the source repository."
9303 msgstr ""
9304
9305 #: rhodecode/templates/pullrequests/pullrequest_show.html:287
9306 msgid ""
9307 "Please update this pull request, push the commits back into the source "
9308 "repository, or consider closing this pull request."
9309 msgstr ""
9310
9311 #: rhodecode/templates/pullrequests/pullrequest_show.html:294
9312 msgid "Update commits"
9313 msgstr ""
9314
9315 #: rhodecode/templates/pullrequests/pullrequest_show.html:297
9316 #, python-format
9317 msgid "Compare View: %s commit"
9318 msgid_plural "Compare View: %s commits"
9319 msgstr[0] ""
9377 msgstr[0] ""
9320 msgstr[1] ""
9378 msgstr[1] ""
9321 msgstr[2] ""
9379 msgstr[2] ""
9322 msgstr[3] ""
9380 msgstr[3] ""
9323
9381
9324 #: rhodecode/templates/pullrequests/pullrequests.html:4
9382 #: rhodecode/templates/pullrequests/pullrequest_show.mako:182
9383 msgid "Hide all versions of this pull request"
9384 msgstr ""
9385
9386 #: rhodecode/templates/pullrequests/pullrequest_show.mako:207
9387 msgid "Your review status at this version"
9388 msgstr ""
9389
9390 #: rhodecode/templates/pullrequests/pullrequest_show.mako:213
9391 msgid "Comment from pull request version {0}, general:{1} inline:{2}"
9392 msgstr ""
9393
9394 #: rhodecode/templates/pullrequests/pullrequest_show.mako:230
9395 #: rhodecode/templates/pullrequests/pullrequest_show.mako:234
9396 msgid "select versions to show changes"
9397 msgstr ""
9398
9399 #: rhodecode/templates/pullrequests/pullrequest_show.mako:231
9400 msgid "show changes between versions"
9401 msgstr ""
9402
9403 #: rhodecode/templates/pullrequests/pullrequest_show.mako:232
9404 msgid "show pull request for this version"
9405 msgstr ""
9406
9407 #: rhodecode/templates/pullrequests/pullrequest_show.mako:247
9408 msgid "Comments at this version"
9409 msgstr ""
9410
9411 #: rhodecode/templates/pullrequests/pullrequest_show.mako:251
9412 msgid "Comments for this pull request"
9413 msgstr ""
9414
9415 #: rhodecode/templates/pullrequests/pullrequest_show.mako:256
9416 #: rhodecode/templates/pullrequests/pullrequest_show.mako:258
9417 #, python-format
9418 msgid "%d General "
9419 msgstr ""
9420
9421 #: rhodecode/templates/pullrequests/pullrequest_show.mako:262
9422 #: rhodecode/templates/pullrequests/pullrequest_show.mako:264
9423 #, python-format
9424 msgid "%d Inline"
9425 msgstr ""
9426
9427 #: rhodecode/templates/pullrequests/pullrequest_show.mako:268
9428 #: rhodecode/templates/pullrequests/pullrequest_show.mako:272
9429 #, python-format
9430 msgid "%d Outdated"
9431 msgstr ""
9432
9433 #: rhodecode/templates/pullrequests/pullrequest_show.mako:269
9434 msgid "show outdated comments"
9435 msgstr ""
9436
9437 #: rhodecode/templates/pullrequests/pullrequest_show.mako:270
9438 msgid "hide outdated comments"
9439 msgstr ""
9440
9441 #: rhodecode/templates/pullrequests/pullrequest_show.mako:281
9442 msgid "Pull request versions not available"
9443 msgstr ""
9444
9445 #: rhodecode/templates/pullrequests/pullrequest_show.mako:295
9446 #: rhodecode/templates/pullrequests/pullrequest_show.mako:365
9447 msgid "Save Changes"
9448 msgstr ""
9449
9450 #: rhodecode/templates/pullrequests/pullrequest_show.mako:382
9451 msgid "Missing requirements:"
9452 msgstr ""
9453
9454 #: rhodecode/templates/pullrequests/pullrequest_show.mako:383
9455 msgid ""
9456 "These commits cannot be displayed, because this repository uses the "
9457 "Mercurial largefiles extension, which was not enabled."
9458 msgstr ""
9459
9460 #: rhodecode/templates/pullrequests/pullrequest_show.mako:391
9461 msgid "Missing commits"
9462 msgstr ""
9463
9464 #: rhodecode/templates/pullrequests/pullrequest_show.mako:392
9465 msgid ""
9466 "This pull request cannot be displayed, because one or more commits no longer"
9467 " exist in the source repository."
9468 msgstr ""
9469
9470 #: rhodecode/templates/pullrequests/pullrequest_show.mako:393
9471 msgid ""
9472 "Please update this pull request, push the commits back into the source "
9473 "repository, or consider closing this pull request."
9474 msgstr ""
9475
9476 #: rhodecode/templates/pullrequests/pullrequest_show.mako:404
9477 #, python-format
9478 msgid "Showing changes at v%d, commenting is disabled."
9479 msgstr ""
9480
9481 #: rhodecode/templates/pullrequests/pullrequest_show.mako:427
9482 #: rhodecode/templates/pullrequests/pullrequest_show.mako:429
9483 msgid "Update commits"
9484 msgstr ""
9485
9486 #: rhodecode/templates/pullrequests/pullrequest_show.mako:429
9487 msgid "Update is disabled for current view"
9488 msgstr ""
9489
9490 #: rhodecode/templates/pullrequests/pullrequest_show.mako:440
9491 msgid ""
9492 "Commits and changes between v{ver_from} and {ver_to} of this pull request, "
9493 "commenting is disabled"
9494 msgstr ""
9495
9496 #: rhodecode/templates/pullrequests/pullrequest_show.mako:444
9497 msgid "commits added: {}, removed: {}"
9498 msgstr ""
9499
9500 #: rhodecode/templates/pullrequests/pullrequest_show.mako:462
9501 msgid "Commit added in displayed changes"
9502 msgstr ""
9503
9504 #: rhodecode/templates/pullrequests/pullrequest_show.mako:464
9505 msgid "Commit removed in displayed changes"
9506 msgstr ""
9507
9508 #: rhodecode/templates/pullrequests/pullrequest_show.mako:567
9509 msgid "there is {num} general comment from older versions"
9510 msgstr ""
9511
9512 #: rhodecode/templates/pullrequests/pullrequest_show.mako:570
9513 msgid "there are {num} general comments from older versions"
9514 msgstr ""
9515
9516 #: rhodecode/templates/pullrequests/pullrequest_show.mako:571
9517 msgid "show them"
9518 msgstr ""
9519
9520 #: rhodecode/templates/pullrequests/pullrequests.mako:4
9325 #, python-format
9521 #, python-format
9326 msgid "%s Pull Requests"
9522 msgid "%s Pull Requests"
9327 msgstr ""
9523 msgstr ""
9328
9524
9329 #: rhodecode/templates/pullrequests/pullrequests.html:34
9525 #: rhodecode/templates/pullrequests/pullrequests.mako:34
9330 msgid "Open new Pull Request"
9526 msgid "Open new Pull Request"
9331 msgstr ""
9527 msgstr ""
9332
9528
9333 #: rhodecode/templates/pullrequests/pullrequests.html:48
9529 #: rhodecode/templates/pullrequests/pullrequests.mako:48
9334 msgid "Opened"
9530 msgid "Opened"
9335 msgstr ""
9531 msgstr ""
9336
9532
9337 #: rhodecode/templates/pullrequests/pullrequests.html:49
9533 #: rhodecode/templates/pullrequests/pullrequests.mako:49
9338 msgid "Opened by me"
9534 msgid "Opened by me"
9339 msgstr ""
9535 msgstr ""
9340
9536
9341 #: rhodecode/templates/pullrequests/pullrequests.html:50
9537 #: rhodecode/templates/pullrequests/pullrequests.mako:50
9342 msgid "Awaiting review"
9538 msgid "Awaiting review"
9343 msgstr ""
9539 msgstr ""
9344
9540
9345 #: rhodecode/templates/pullrequests/pullrequests.html:51
9541 #: rhodecode/templates/pullrequests/pullrequests.mako:51
9346 msgid "Awaiting my review"
9542 msgid "Awaiting my review"
9347 msgstr ""
9543 msgstr ""
9348
9544
9349 #: rhodecode/templates/pullrequests/pullrequests.html:53
9545 #: rhodecode/templates/pullrequests/pullrequests.mako:53
9350 msgid "From this repo"
9546 msgid "From this repo"
9351 msgstr ""
9547 msgstr ""
9352
9548
9353 #: rhodecode/templates/pullrequests/pullrequests.html:62
9549 #: rhodecode/templates/pullrequests/pullrequests.mako:62
9354 #, python-format
9550 #, python-format
9355 msgid "Pull Requests from %(repo_name)s repository"
9551 msgid "Pull Requests from %(repo_name)s repository"
9356 msgstr ""
9552 msgstr ""
9357
9553
9358 #: rhodecode/templates/pullrequests/pullrequests.html:64
9554 #: rhodecode/templates/pullrequests/pullrequests.mako:64
9359 #, python-format
9555 #, python-format
9360 msgid "Closed Pull Requests to repository %(repo_name)s"
9556 msgid "Closed Pull Requests to repository %(repo_name)s"
9361 msgstr ""
9557 msgstr ""
9362
9558
9363 #: rhodecode/templates/pullrequests/pullrequests.html:66
9559 #: rhodecode/templates/pullrequests/pullrequests.mako:66
9364 #, python-format
9560 #, python-format
9365 msgid "Pull Requests to %(repo_name)s repository opened by me"
9561 msgid "Pull Requests to %(repo_name)s repository opened by me"
9366 msgstr ""
9562 msgstr ""
9367
9563
9368 #: rhodecode/templates/pullrequests/pullrequests.html:68
9564 #: rhodecode/templates/pullrequests/pullrequests.mako:68
9369 #, python-format
9565 #, python-format
9370 msgid "Pull Requests to %(repo_name)s repository awaiting review"
9566 msgid "Pull Requests to %(repo_name)s repository awaiting review"
9371 msgstr ""
9567 msgstr ""
9372
9568
9373 #: rhodecode/templates/pullrequests/pullrequests.html:70
9569 #: rhodecode/templates/pullrequests/pullrequests.mako:70
9374 #, python-format
9570 #, python-format
9375 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
9571 msgid "Pull Requests to %(repo_name)s repository awaiting my review"
9376 msgstr ""
9572 msgstr ""
9377
9573
9378 #: rhodecode/templates/pullrequests/pullrequests.html:72
9574 #: rhodecode/templates/pullrequests/pullrequests.mako:72
9379 #, python-format
9575 #, python-format
9380 msgid "Pull Requests to %(repo_name)s repository"
9576 msgid "Pull Requests to %(repo_name)s repository"
9381 msgstr ""
9577 msgstr ""
9382
9578
9383 #: rhodecode/templates/search/search.html:6
9579 #: rhodecode/templates/search/search.mako:6
9384 #: rhodecode/templates/search/search.html:17
9580 #: rhodecode/templates/search/search.mako:17
9385 #, python-format
9581 #, python-format
9386 msgid "Search inside repository %(repo_name)s"
9582 msgid "Search inside repository %(repo_name)s"
9387 msgstr ""
9583 msgstr ""
9388
9584
9389 #: rhodecode/templates/search/search.html:8
9585 #: rhodecode/templates/search/search.mako:8
9390 #: rhodecode/templates/search/search.html:19
9586 #: rhodecode/templates/search/search.mako:19
9391 msgid "Search inside all accessible repositories"
9587 msgid "Search inside all accessible repositories"
9392 msgstr ""
9588 msgstr ""
9393
9589
9394 #: rhodecode/templates/search/search.html:60
9590 #: rhodecode/templates/search/search.mako:60
9395 msgid "Search item"
9591 msgid "Search item"
9396 msgstr ""
9592 msgstr ""
9397
9593
9398 #: rhodecode/templates/search/search.html:63
9594 #: rhodecode/templates/search/search.mako:63
9399 msgid "File contents"
9595 msgid "File contents"
9400 msgstr ""
9596 msgstr ""
9401
9597
9402 #: rhodecode/templates/search/search.html:63
9598 #: rhodecode/templates/search/search.mako:63
9403 msgid "Commit messages"
9599 msgid "Commit messages"
9404 msgstr ""
9600 msgstr ""
9405
9601
9406 #: rhodecode/templates/search/search.html:63
9602 #: rhodecode/templates/search/search.mako:63
9407 msgid "File names"
9603 msgid "File names"
9408 msgstr ""
9604 msgstr ""
9409
9605
9410 #: rhodecode/templates/search/search_commit.html:11
9606 #: rhodecode/templates/search/search_commit.mako:11
9411 msgid "Age (new first)"
9607 msgid "Age (new first)"
9412 msgstr ""
9608 msgstr ""
9413
9609
9414 #: rhodecode/templates/search/search_commit.html:13
9610 #: rhodecode/templates/search/search_commit.mako:13
9415 msgid "Age (old first)"
9611 msgid "Age (old first)"
9416 msgstr ""
9612 msgstr ""
9417
9613
9418 #: rhodecode/templates/search/search_content.html:33
9614 #: rhodecode/templates/search/search_content.mako:33
9419 msgid "more matches in this file"
9615 msgid "more matches in this file"
9420 msgstr ""
9616 msgstr ""
9421
9617
9422 #: rhodecode/templates/search/search_path.html:4
9618 #: rhodecode/templates/search/search_path.mako:4
9423 msgid "File"
9619 msgid "File"
9424 msgstr ""
9620 msgstr ""
9425
9621
9426 #: rhodecode/templates/summary/base.html:5
9622 #: rhodecode/templates/summary/base.mako:5
9427 #, python-format
9623 #, python-format
9428 msgid "%s Summary"
9624 msgid "%s Summary"
9429 msgstr ""
9625 msgstr ""
9430
9626
9431 #: rhodecode/templates/summary/base.html:13
9627 #: rhodecode/templates/summary/base.mako:13
9432 #, python-format
9628 #, python-format
9433 msgid "%s ATOM feed"
9629 msgid "%s ATOM feed"
9434 msgstr ""
9630 msgstr ""
9435
9631
9436 #: rhodecode/templates/summary/base.html:14
9632 #: rhodecode/templates/summary/base.mako:14
9437 #, python-format
9633 #, python-format
9438 msgid "%s RSS feed"
9634 msgid "%s RSS feed"
9439 msgstr ""
9635 msgstr ""
9440
9636
9441 #: rhodecode/templates/summary/components.html:5
9637 #: rhodecode/templates/summary/components.mako:5
9442 #, python-format
9638 #, python-format
9443 msgid "%(num)s Branch"
9639 msgid "%(num)s Branch"
9444 msgid_plural "%(num)s Branches"
9640 msgid_plural "%(num)s Branches"
9445 msgstr[0] ""
9641 msgstr[0] ""
9446 msgstr[1] ""
9642 msgstr[1] ""
9447 msgstr[2] ""
9643 msgstr[2] ""
9448 msgstr[3] ""
9644 msgstr[3] ""
9449
9645
9450 #: rhodecode/templates/summary/components.html:12
9646 #: rhodecode/templates/summary/components.mako:12
9451 #, python-format
9647 #, python-format
9452 msgid "%(num)s Closed Branch"
9648 msgid "%(num)s Closed Branch"
9453 msgid_plural "%(num)s Closed Branches"
9649 msgid_plural "%(num)s Closed Branches"
9454 msgstr[0] ""
9650 msgstr[0] ""
9455 msgstr[1] ""
9651 msgstr[1] ""
9456 msgstr[2] ""
9652 msgstr[2] ""
9457 msgstr[3] ""
9653 msgstr[3] ""
9458
9654
9459 #: rhodecode/templates/summary/components.html:19
9655 #: rhodecode/templates/summary/components.mako:19
9460 #, python-format
9656 #, python-format
9461 msgid "%(num)s Tag"
9657 msgid "%(num)s Tag"
9462 msgid_plural "%(num)s Tags"
9658 msgid_plural "%(num)s Tags"
9463 msgstr[0] ""
9659 msgstr[0] ""
9464 msgstr[1] ""
9660 msgstr[1] ""
9465 msgstr[2] ""
9661 msgstr[2] ""
9466 msgstr[3] ""
9662 msgstr[3] ""
9467
9663
9468 #: rhodecode/templates/summary/components.html:26
9664 #: rhodecode/templates/summary/components.mako:26
9469 #, python-format
9665 #, python-format
9470 msgid "%(num)s Bookmark"
9666 msgid "%(num)s Bookmark"
9471 msgid_plural "%(num)s Bookmarks"
9667 msgid_plural "%(num)s Bookmarks"
9472 msgstr[0] ""
9668 msgstr[0] ""
9473 msgstr[1] ""
9669 msgstr[1] ""
9474 msgstr[2] ""
9670 msgstr[2] ""
9475 msgstr[3] ""
9671 msgstr[3] ""
9476
9672
9477 #: rhodecode/templates/summary/components.html:49
9673 #: rhodecode/templates/summary/components.mako:49
9478 msgid "Read-only url"
9674 msgid "Read-only url"
9479 msgstr ""
9675 msgstr ""
9480
9676
9481 #: rhodecode/templates/summary/components.html:54
9677 #: rhodecode/templates/summary/components.mako:54
9482 #: rhodecode/templates/summary/components.html:65
9678 #: rhodecode/templates/summary/components.mako:65
9483 msgid "Show by Name"
9679 msgid "Show by Name"
9484 msgstr ""
9680 msgstr ""
9485
9681
9486 #: rhodecode/templates/summary/components.html:55
9682 #: rhodecode/templates/summary/components.mako:55
9487 #: rhodecode/templates/summary/components.html:66
9683 #: rhodecode/templates/summary/components.mako:66
9488 msgid "Show by ID"
9684 msgid "Show by ID"
9489 msgstr ""
9685 msgstr ""
9490
9686
9491 #: rhodecode/templates/summary/components.html:56
9687 #: rhodecode/templates/summary/components.mako:56
9492 msgid "SVN Protocol is disabled. To enable it, see the"
9688 msgid "SVN Protocol is disabled. To enable it, see the"
9493 msgstr ""
9689 msgstr ""
9494
9690
9495 #: rhodecode/templates/summary/components.html:56
9691 #: rhodecode/templates/summary/components.mako:56
9496 msgid "documentation here"
9692 msgid "documentation here"
9497 msgstr ""
9693 msgstr ""
9498
9694
9499 #: rhodecode/templates/summary/components.html:60
9695 #: rhodecode/templates/summary/components.mako:60
9500 msgid "Clone url"
9696 msgid "Clone url"
9501 msgstr ""
9697 msgstr ""
9502
9698
9503 #: rhodecode/templates/summary/components.html:86
9699 #: rhodecode/templates/summary/components.mako:86
9504 msgid "Information"
9700 msgid "Information"
9505 msgstr ""
9701 msgstr ""
9506
9702
9507 #: rhodecode/templates/summary/components.html:102
9703 #: rhodecode/templates/summary/components.mako:102
9508 msgid "Number of Repository Forks"
9704 msgid "Number of Repository Forks"
9509 msgstr ""
9705 msgstr ""
9510
9706
9511 #: rhodecode/templates/summary/components.html:110
9707 #: rhodecode/templates/summary/components.mako:110
9512 msgid "Calculating Repository Size..."
9708 msgid "Calculating Repository Size..."
9513 msgstr ""
9709 msgstr ""
9514
9710
9515 #: rhodecode/templates/summary/components.html:141
9711 #: rhodecode/templates/summary/components.mako:141
9516 msgid "Calculating Code Statistics..."
9712 msgid "Calculating Code Statistics..."
9517 msgstr ""
9713 msgstr ""
9518
9714
9519 #: rhodecode/templates/summary/components.html:145
9715 #: rhodecode/templates/summary/components.mako:145
9520 msgid "Statistics are disabled for this repository"
9716 msgid "Statistics are disabled for this repository"
9521 msgstr ""
9717 msgstr ""
9522
9718
9523 #: rhodecode/templates/summary/components.html:148
9719 #: rhodecode/templates/summary/components.mako:148
9524 msgid "enable statistics"
9720 msgid "enable statistics"
9525 msgstr ""
9721 msgstr ""
9526
9722
9527 #: rhodecode/templates/summary/components.html:159
9723 #: rhodecode/templates/summary/components.mako:159
9528 msgid "Downloads"
9724 msgid "Downloads"
9529 msgstr ""
9725 msgstr ""
9530
9726
9531 #: rhodecode/templates/summary/components.html:165
9727 #: rhodecode/templates/summary/components.mako:165
9532 msgid "There are no downloads yet"
9728 msgid "There are no downloads yet"
9533 msgstr ""
9729 msgstr ""
9534
9730
9535 #: rhodecode/templates/summary/components.html:169
9731 #: rhodecode/templates/summary/components.mako:169
9536 msgid "Downloads are disabled for this repository"
9732 msgid "Downloads are disabled for this repository"
9537 msgstr ""
9733 msgstr ""
9538
9734
9539 #: rhodecode/templates/summary/components.html:172
9735 #: rhodecode/templates/summary/components.mako:172
9540 msgid "enable downloads"
9736 msgid "enable downloads"
9541 msgstr ""
9737 msgstr ""
9542
9738
9543 #: rhodecode/templates/summary/summary.html:17
9739 #: rhodecode/templates/summary/summary.mako:17
9544 #: rhodecode/templates/summary/summary.html:19
9740 #: rhodecode/templates/summary/summary.mako:19
9545 msgid "RSS Feed"
9741 msgid "RSS Feed"
9546 msgstr ""
9742 msgstr ""
9547
9743
9548 #: rhodecode/templates/summary/summary.html:35
9744 #: rhodecode/templates/summary/summary.mako:34
9549 msgid "Quick start"
9745 msgid "Quick start"
9550 msgstr ""
9746 msgstr ""
9551
9747
9552 #: rhodecode/templates/summary/summary.html:48
9748 #: rhodecode/templates/summary/summary.mako:47
9553 #, python-format
9749 #, python-format
9554 msgid "Readme file from commit %s:%s"
9750 msgid "Readme file from commit %s:%s"
9555 msgstr ""
9751 msgstr ""
9556
9752
9557 #: rhodecode/templates/tags/tags.html:5
9753 #: rhodecode/templates/tags/tags.mako:5
9558 #, python-format
9754 #, python-format
9559 msgid "%s Tags"
9755 msgid "%s Tags"
9560 msgstr ""
9756 msgstr ""
9561
9757
9562 #: rhodecode/templates/tags/tags.html:13
9758 #: rhodecode/templates/tags/tags.mako:13
9563 msgid "tags"
9759 msgid "tags"
9564 msgstr ""
9760 msgstr ""
9565
9761
9566 #: rhodecode/templates/tags/tags.html:31
9762 #: rhodecode/templates/tags/tags.mako:31
9567 msgid "Compare Selected Tags"
9763 msgid "Compare Selected Tags"
9568 msgstr ""
9764 msgstr ""
9569
9765
9570 #: rhodecode/templates/users/user_profile.html:35
9766 #: rhodecode/templates/users/user_profile.mako:35
9571 msgid "First name"
9767 msgid "First name"
9572 msgstr ""
9768 msgstr ""
9573
9769
9574 #: rhodecode/templates/users/user_profile.html:43
9770 #: rhodecode/templates/users/user_profile.mako:43
9575 msgid "Last name"
9771 msgid "Last name"
9576 msgstr ""
9772 msgstr ""
9577
9773
9578 #: rhodecode/tests/lib/test_ext_json.py:162
9774 #: rhodecode/tests/lib/test_ext_json.py:162
9579 msgid "hello"
9775 msgid "hello"
9580 msgstr ""
9776 msgstr ""
9581
9777
9582 #: rhodecode/tests/lib/test_ext_json.py:163
9778 #: rhodecode/tests/lib/test_ext_json.py:163
9583 msgid "singular"
9779 msgid "singular"
9584 msgid_plural "plural"
9780 msgid_plural "plural"
9585 msgstr[0] ""
9781 msgstr[0] ""
9586 msgstr[1] ""
9782 msgstr[1] ""
9587 msgstr[2] ""
9783 msgstr[2] ""
9588 msgstr[3] ""
9784 msgstr[3] ""
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now